Cleanup fesetexceptflag to use the same logic as the ARM version. No functional changes.
[glibc.git] / ChangeLog
blobbcf4636b0f97f0e8193515746889232c519af574
1 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #14138]
4         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
8         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
9         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
10         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
11         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
12         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
13         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
14         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
15         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
16         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
17         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
18         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
19         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
20         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
21         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
22         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
23         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
24         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
25         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
26         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
27         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
28         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
29         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
30         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
31         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
32         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
33         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
34         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
35         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
36         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
37         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
38         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
39         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
40         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
41         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
42         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
43         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
44         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
45         syscall.
46         (geteuid): Likewise.
47         (getgid): Likewise.
48         (getuid): Likewise.
49         (getresgid): Likewise.
50         (getresuid): Likewise.
51         (getgroups): Likewise.
52         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
53         (geteuid): Likewise.
54         (getgid): Likewise.
55         (getuid): Likewise.
56         (getresgid): Likewise.
57         (getresuid): Likewise.
58         (getgroups): Likewise.
59         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
60         (geteuid): Likewise.
61         (getgid): Likewise.
62         (getuid): Likewise.
63         (getresgid): Likewise.
64         (getresuid): Likewise.
65         (getgroups): Likewise.
66         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
67         Likewise.
68         (geteuid): Likewise.
69         (getgid): Likewise.
70         (getuid): Likewise.
71         (getresgid): Likewise.
72         (getresuid): Likewise.
73         (getgroups): Likewise.
74         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
75         (geteuid): Likewise.
76         (getgid): Likewise.
77         (getuid): Likewise.
78         (getresgid): Likewise.
79         (getresuid): Likewise.
80         (getgroups): Likewise.
81         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
82         Likewise.
83         (geteuid): Likewise.
84         (getgid): Likewise.
85         (getuid): Likewise.
86         (getgroups): Likewise.
88         [BZ #14138]
89         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
90         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
91         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
92         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
93         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
94         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
95         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
96         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
97         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
98         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
99         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
100         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
101         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
102         __chown.
103         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
104         (lchown): Likewise.
105         (fchown): Likewise.
106         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
107         Likewise.
108         (lchown): Likewise.
109         (fchown): Likewise.
110         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
111         (lchown): Likewise.
112         (fchown): Likewise.
113         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
114         Likewise.
115         (lchown): Likewise.
116         (fchown): Likewise.
118 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
120         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
121         Cleanup logic.
123 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
125         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
126         Remove unused include.
128 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
130         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
131         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
132         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
133         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
135 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
136             Helge Deller <deller@gmx.de>
138         [BZ #17508]
139         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
140         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
141         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
143 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
145         [BZ #14132]
146         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
147         Remove macro definition.
148         (__ashrdi3_v_glibc20): Likewise.
149         (__lshrdi3_v_glibc20): Likewise.
150         (__cmpdi2_v_glibc20): Likewise.
151         (__ucmpdi2_v_glibc20): Likewise.
152         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
153         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
154         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
155         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
156         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
157         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
159 2014-10-22  Roland McGrath  <roland@hack.frob.com>
161         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
162         old GNU extension [0] syntax.
163         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
164         alloca rather than an array member with variable length.
165         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
166         * nscd/nscd.c (invalidate_db): New function, broken out of ...
167         (parse_opt): ... here.  Likewise use alloca there.
168         Validate the -i argument before checking for rootness.
169         (send_shutdown): New function, broken out of ...
170         (parse_opt): ... here.
172 2014-10-22  Roland McGrath  <roland@hack.frob.com>
174         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
175         macro to get at the _rt_local_ro field.
176         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
177         ([PIC] case) or _dl_hwcap ([!PIC] case).
178         * sysdeps/arm/setjmp.S: Likewise.
180         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
181         * sysdeps/arm/configure.ac: New check to define it.
182         * sysdeps/arm/configure: Regenerated.
183         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
184         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
185         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
186         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
187         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
188         Use move/movt pair instead of a load.
189         (LDST_GLOBAL): Macro removed.
190         (LDR_GLOBAL): New macro replaces it.
191         (LDR_HIDDEN): New macro.
192         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
193         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
195         * setjmp/tst-setjmp-static.c: New file.
196         * setjmp/Makefile (tests): Add it.
197         (tests-static): New variable.
199 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
201         [BZ #17485]
202         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
204 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
206         [BZ #14132]
207         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
209 2014-10-21  Roland McGrath  <roland@hack.frob.com>
211         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
213 2014-10-20  Roland McGrath  <roland@hack.frob.com>
215         * io/fts.c (dirent_not_directory): New function.
216         (fts_build): Call it.
218 2014-10-20  Roland McGrath  <roland@hack.frob.com>
220         * nptl/version.c (__nptl_main): Use normal __write rather than
221         INTERNAL_SYSCALL.
222         (banner): Update copyright years.
224         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
225         gettimeofday.
226         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
227         * nptl/pthread_cond_timedwait.c: Likewise.
228         * nptl/pthread_mutex_timedlock.c: Likewise.
229         * nptl/sem_timedwait.c: Likewise.
231         * sysdeps/nptl/bits/libc-lock.h
232         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
233         (__libc_lock_init_recursive): Return void, not 0.
234         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
235         (__libc_rwlock_init): Likewise.
236         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
238 2014-10-20  Torvald Riegel  <triegel@redhat.com>
240         [BZ #15215]
241         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
242         (__pthread_once_slow): ... here.
243         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
244         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
246 2014-10-20  Torvald Riegel  <triegel@redhat.com>
248         [BZ #15215]
249         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
250         __PTHREAD_ONCE_FORK_GEN_INCR): New.
251         * sysdeps/nptl/fork.c (__libc_fork): Use them.
252         * nptl/pthread_once.c (__pthread_once): Likewise.
253         Update comments.
255 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
257         [BZ #14138]
258         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
259         name.
260         (writev): Use __libc_writev as strong name.
261         * sysdeps/unix/sysv/linux/readv.c: Remove file.
262         * sysdeps/unix/sysv/linux/writev.c: Likewise.
264 2014-10-17  Roland McGrath  <roland@hack.frob.com>
266         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
268         * sysdeps/i386/nptl/tls.h
269         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
270         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
271         New macros.
272         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
273         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
274         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
275         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
276         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
277         Call CHECK_THREAD_SYSINFO instead of doing an assert.
279         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
280         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
281         on [__NR_futex].
282         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
283         broken out of ...
284         (__pthread_mutex_init): ... here.  Call it.
285         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
286         Conditionalize PI cases on [__NR_futex].
287         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
288         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
289         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
291         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
292         conditional on [SIGSETXID].
293         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
294         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
295         is defined.  Likewise for SIGSETXID.
296         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
297         Conditionalize definitions on [SIGSETXID].
298         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
299         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
300         unblocking on [SIGCANCEL].
302         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
303         [__NR_set_robust_list].
305 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
307         * string/strcoll_l.c (get_next_seq): Fix up formatting.
308         (do_compare): Likewise.
310 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
312         [BZ #15884]
313         * string/strcoll_l.c: Don't include stdio.h.
314         (coll_seq): Remove members idxarr and rulearr.
315         (get_next_seq_cached): Remove function.
316         (get_next_seq): Likewise.
317         (get_next_seq_nocache): Rename to get_next_seq.
318         (do_compare): Remove function.
319         (do_compare_nocache): Rename to do_compare.
320         (STRCOLL): Remove weight and rules cache.
322 2014-10-16  Roland McGrath  <roland@hack.frob.com>
324         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
325         * sysdeps/arm/sfp-machine.h: ... to here.
326         * sysdeps/arm/Implies: Remove arm/soft-fp.
328 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
330         * conform/data/sys/utsname.h-data (*_t): Allow.
331         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
332         [POSIX] (WEXITED): Do not expect constant.
333         [POSIX] (WSTOPPED): Likewise.
334         [POSIX] (WNOHANG): Likewise.
335         [POSIX] (WNOWAIT): Likewise.
336         [POSIX] (siginfo_t): Do not expect type or elements.
337         [POSIX] (pid_t): Do not expect type.
338         [POSIX] (signal.h): Do not allow header.
339         [POSIX] (sys/resource.h): Likewise.
340         [POSIX] (si_*): Do not allow pattern.
341         [POSIX] (W*): Likewise.
342         [POSIX] (P_*): Likewise.
343         [POSIX] (BUS_*): Likewise.
344         [POSIX] (CLD_*): Likewise.
345         [POSIX] (FPE_*): Likewise.
346         [POSIX] (ILL_*): Likewise.
347         [POSIX] (POLL_*): Likewise.
348         [POSIX] (SEGV_*): Likewise.
349         [POSIX] (SI_*): Likewise.
350         [POSIX] (TRAP_*): Likewise.
351         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
352         variable.
354 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
356         [BZ #12926]
357         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
358         infinite loop when __recvmsg returns 0.
360 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
362         * CANCEL-FCT-WAIVE: Remove file.
363         * CANCEL-FILE-WAIVE: Likewise.
365         [BZ #14132]
366         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
367         instead of INTVARDEF.
368         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
369         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
370         rtld_hidden_data_def instead of INTVARDEF.
371         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
372         * elf/dl-deps.c (expand_dst): Likewise.
373         * elf/dl-load.c (_dl_dst_count): Likewise.
374         (_dl_dst_substitute): Likewise.
375         (decompose_rpath): Likewise.
376         (_dl_init_paths): Likewise.
377         (open_path): Likewise.
378         (_dl_map_object): Likewise.
379         * elf/rtld.c (dl_main): Likewise.
380         (process_dl_audit): Likewise.
381         (process_envvars): Likewise.
382         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
383         Remove declaration.
384         (__libc_enable_secure): Use rtld_hidden_proto.
386 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
388         * elf/dl-load.c
389         (add_path): New function broken out of _dl_rtld_di_serinfo.
390         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
392 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
394         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
395         parentheses around macro arguments.
396         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
397         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
398         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
399         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
400         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
401         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
402         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
403         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
404         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
405         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
406         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
407         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
408         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
409         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
410         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
411         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
412         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
413         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
414         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
415         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
416         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
417         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
418         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
419         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
420         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
421         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
422         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
423         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
424         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
425         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
426         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
427         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
428         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
429         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
430         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
431         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
432         Likewise.
433         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
434         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
435         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
436         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
437         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
438         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
439         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
440         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
441         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
442         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
443         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
444         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
445         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
446         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
447         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
448         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
449         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
450         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
451         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
452         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
453         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
454         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
455         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
456         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
457         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
458         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
459         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
460         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
461         (_FP_FRAC_SRS_1): Likewise.
462         (_FP_FRAC_CLZ_1): Likewise.
463         (_FP_MUL_MEAT_1_imm): Likewise.
464         (_FP_MUL_MEAT_1_wide): Likewise.
465         (_FP_MUL_MEAT_1_hard): Likewise.
466         (_FP_SQRT_MEAT_1): Likewise.
467         (_FP_FRAC_ASSEMBLE_1): Likewise.
468         (_FP_FRAC_DISASSEMBLE_1): Likewise.
469         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
470         (__FP_CLZ_2): Likewise.
471         (_FP_MUL_MEAT_2_wide): Likewise.
472         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
473         (_FP_MUL_MEAT_2_gmp): Likewise.
474         (_FP_MUL_MEAT_2_120_240_double): Likewise.
475         (_FP_SQRT_MEAT_2): Likewise.
476         (_FP_FRAC_ASSEMBLE_2): Likewise.
477         (_FP_FRAC_DISASSEMBLE_2): Likewise.
478         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
479         (_FP_FRAC_CLZ_4): Likewise.
480         (_FP_MUL_MEAT_4_wide): Likewise.
481         (_FP_MUL_MEAT_4_gmp): Likewise.
482         (_FP_SQRT_MEAT_4): Likewise.
483         (_FP_FRAC_ASSEMBLE_4): Likewise.
484         (_FP_FRAC_DISASSEMBLE_4): Likewise.
485         * soft-fp/op-common.h (_FP_CMP): Likewise.
486         (_FP_CMP_EQ): Likewise.
487         (_FP_CMP_UNORD): Likewise.
488         (_FP_TO_INT): Likewise.
489         (_FP_FROM_INT): Likewise.
490         [!__FP_CLZ] (__FP_CLZ): Likewise.
491         (_FP_DIV_HELP_imm): Likewise.
492         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
493         Likewise.
494         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
495         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
496         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
497         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
498         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
499         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
500         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
501         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
502         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
503         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
504         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
505         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
506         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
507         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
508         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
509         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
510         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
511         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
512         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
513         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
514         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
515         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
516         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
517         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
518         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
519         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
520         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
521         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
522         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
523         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
524         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
525         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
526         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
527         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
528         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
529         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
530         (FP_UNPACK_RAW_SP): Likewise.
531         (FP_PACK_RAW_S): Likewise.
532         (FP_PACK_RAW_SP): Likewise.
533         (FP_UNPACK_S): Likewise.
534         (FP_UNPACK_SP): Likewise.
535         (FP_UNPACK_SEMIRAW_S): Likewise.
536         (FP_UNPACK_SEMIRAW_SP): Likewise.
537         (FP_PACK_S): Likewise.
538         (FP_PACK_SP): Likewise.
539         (FP_PACK_SEMIRAW_S): Likewise.
540         (FP_PACK_SEMIRAW_SP): Likewise.
541         (_FP_SQRT_MEAT_S): Likewise.
542         (FP_CMP_S): Likewise.
543         (FP_CMP_EQ_S): Likewise.
544         (FP_CMP_UNORD_S): Likewise.
545         (FP_TO_INT_S): Likewise.
546         (FP_FROM_INT_S): Likewise.
548         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
550         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
551         (FP_EX_INVALID_IMZ): Likewise.
552         (FP_EX_INVALID_IMZ_FMA): Likewise.
553         (FP_EX_INVALID_ISI): Likewise.
554         (FP_EX_INVALID_ZDZ): Likewise.
555         (FP_EX_INVALID_IDI): Likewise.
556         (FP_EX_INVALID_SQRT): Likewise.
557         (FP_EX_INVALID_CVI): Likewise.
558         (FP_EX_INVALID_VC): Likewise.
559         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
560         "invalid" exceptions.
561         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
562         (_FP_ADD_INTERNAL): Likewise.
563         (_FP_MUL): Likewise.
564         (_FP_FMA): Likewise.
565         (_FP_DIV): Likewise.
566         (_FP_CMP_CHECK_NAN): Likewise.
567         (_FP_SQRT): Likewise.
568         (_FP_TO_INT): Likewise.
569         (FP_EXTEND): Likewise.
571 2014-10-09  Allan McRae  <allan@archlinux.org>
573         * po/fr.po: Update French translation from translation project.
575 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
577         [BZ #14132]
578         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
579         of INTDEF.
580         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
581         (__cxa_atexit): Use libc_hidden_proto.
582         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
584         [BZ #14132]
585         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
586         declaration.
587         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
588         [!_ISOMAC] (__iswspace_l_internal): Likewise.
589         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
590         [!_ISOMAC] (__iswctype_internal): Likewise.
591         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
592         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
593         alias.
594         (fcntl): Remove __fcntl_internal alias.
595         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
596         __connect_internal alias.
597         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
598         Likewise.
600         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
601         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
602         FP_DENORM_ZERO.
603         (_FP_CHECK_FLUSH_ZERO): New macro.
604         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
605         (_FP_CMP): Likewise.
606         (_FP_CMP_EQ): Likewise.
607         (_FP_TO_INT): Do not set inexact for subnormal arguments if
608         FP_DENORM_ZERO.
609         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
610         (FP_TRUNC): Likewise.
612         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
613         treated as invalid conversion, not as normal exponent.
615         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
616         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
617         (_FP_CMP_EQ): Likewise.
618         (_FP_CMP_UNORD): Likewise.
619         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
620         (FP_CMP_EQ_D): Likewise.
621         (FP_CMP_UNORD_D): Likewise.
622         * soft-fp/extended.h (FP_CMP_E): Likewise.
623         (FP_CMP_EQ_E): Likewise.
624         (FP_CMP_UNORD_E): Likewise.
625         * soft-fp/quad.h (FP_CMP_Q): Likewise.
626         (FP_CMP_EQ_Q): Likewise.
627         (FP_CMP_UNORD_Q): Likewise.
628         * soft-fp/single.h (FP_CMP_S): Likewise.
629         (FP_CMP_EQ_S): Likewise.
630         (FP_CMP_UNORD_S): Likewise.
631         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
632         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
633         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
634         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
635         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
636         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
637         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
638         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
639         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
640         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
641         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
642         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
643         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
644         to FP_CMP_Q.
645         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
646         FP_CMP_Q.
647         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
648         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
649         FP_CMP_EQ_Q.
650         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
651         FP_CMP_Q.
652         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
653         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
654         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
655         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
656         FP_CMP_EQ_Q.
657         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
658         FP_CMP_Q.
659         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
660         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
661         FP_CMP_EQ_Q.
662         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
663         FP_CMP_Q.
664         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
665         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
666         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
667         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
668         FP_CMP_EQ_Q.
670         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
671         a subnormal result, set the underflow exception if trapping on
672         underflow is enabled.
673         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
674         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
675         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
676         redefine to 0.
677         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
678         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
679         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
680         * soft-fp/extendxftf2.c (__extendxftf2): Use
681         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
683         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
684         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
685         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
686         FP_HANDLE_EXCEPTIONS.
687         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
688         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
689         FP_HANDLE_EXCEPTIONS.
690         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
691         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
692         FP_HANDLE_EXCEPTIONS.
693         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
694         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
695         FP_HANDLE_EXCEPTIONS.
697 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
699         [BZ #14132]
700         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
701         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
702         use INTUSE.
703         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
704         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
705         Remove alias.
706         (__adjtimex): Define using libc_hidden_ver.
707         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
708         Remove declaration.
709         (ntp_gettime): Call __adjtimex directly.
710         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
711         Remove declaration.
712         (ntp_gettimex): Call __adjtimex directly.
713         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
714         __adjtimex_internal alias.
716 2014-10-08  Roland McGrath  <roland@hack.frob.com>
718         [BZ #17460]
719         * nscd/nscd.c (more_help): Rewrite list of tables collection
720         using xstrdup and asprintf.
722         * nscd/nscd_conf.c: Remove local xstrdup declaration.
724 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
725             Roland McGrath  <roland@hack.frob.com>
727         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
728         (do_lookup_unique): ... local function 'enter' here; update callers.
730 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
732         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
733         compat_symbol calls on [SHARED].
734         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
735         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
736         Remove.
737         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
738         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
739         (oldsetrlimit): Remove.
740         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
742         (lchown): New syscall entry.
743         (oldsetrlimit): Remove.
744         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
745         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
746         (oldsetrlimit): Remove.
747         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
749         [BZ #14138]
750         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
751         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
752         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
753         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
754         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
755         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
756         (fchown): Likewise.
757         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
758         (fchown): Likewise.
759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
760         Likewise.
762 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
764         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
765         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
766         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
767         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
768         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
769         Likewise.
770         (__old_sem_post): Likewise.
772 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
774         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
775         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
776         HAVE_CLOCK_GETTIME_VSYSCALL macros.
777         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
778         Use INLINE_VSYSCALL macro.
779         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
780         __vdso_clock_gettime.
781         * sysdeps/unix/sysv/linux/tile/init-first.c
782         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
783         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
784         __vdso_clock_gettime.
786         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
787         to set up frame more cleanly.
789         * sysdeps/tile/memcmp.c: New file.
791         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
793         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
794         * sysdeps/tile/tilegx/strcasestr.c: New file.
795         * sysdeps/tile/tilegx/strnlen.c: New file.
796         * sysdeps/tile/tilegx/strstr.c: New file.
798         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
800 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
802         * nptl/tst-setuid3.c: Write errors to stdout.
804 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
806         * elf/dl-deps.c
807         (preload): New functions broken out of _dl_map_object_deps.
808         (_dl_map_object_deps):  Remove a nested function. Update call sites.
810 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
812         [BZ #14138]
813         * sysdeps/unix/sysv/linux/execve.c: Remove file.
814         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
816 2014-10-01  Steve Ellcey  <sellcey@mips.com>
818         * sysdeps/mips/strcmp.S: New.
820 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
822         [BZ #14138]
823         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
824         (linkat): Likewise.
825         (mkdirat): Likewise.
826         (readlinkat): Likewise.
827         (renameat): Likewise.
828         (symlinkat): Likewise.
829         (unlinkat): Likewise.
830         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
831         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
832         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
833         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
834         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
835         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
836         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
838 2014-09-30  Will Newton  <will.newton@linaro.org>
840         * math/math.h: Define long double math functions if
841         _LIBC_TEST is defined.
842         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
844         * localedata/Makefile: Move assignment to tests-special
845         into an ifdef testing run-built-tests.
846         * timezone/Makefile: Likewise.
848 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
850         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
851         with $(BASH) not $(SHELL).
853 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
854             Matthew LeGendre  <legendre1@llnl.gov>
856         [BZ #17411]
857         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
858         l_reloc_result.
860 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
862         * stdio-common/printf_fp.c
863         (hack_digit): New function, broken out of ...
864         (__printf_fp): ... local function here.  Update call sites.
865         hack_digit now takes an additional parameter that is a pointer
866         to a struct of the referenced locals.  Those locals moved inside
867         the struct and references updated.
869 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
871         * aclocal.m4: Require autoconf 2.69.
872         * configure: Regenerated.
873         * sysdeps/aarch64/configure: Likewise.
874         * sysdeps/alpha/configure: Likewise.
875         * sysdeps/arm/armv7/configure: Likewise.
876         * sysdeps/arm/configure: Likewise.
877         * sysdeps/ia64/configure: Likewise.
878         * sysdeps/mach/configure: Likewise.
879         * sysdeps/mips/configure: Likewise.
880         * sysdeps/s390/configure: Likewise.
881         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
884         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
885         file.
886         * sysdeps/ia64/configure.ac: Likewise.
888 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
891         specify symbol version for ld.so.  Do not include entry for
892         libpthread.
893         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
894         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
895         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
897         [BZ #14171]
898         * Makeconfig [$(build-shared) = yes]
899         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
900         makefiles.
901         [$(build-shared) = yes && $(soversions.mk-done) = t]
902         ($(common-objpfx)gnu/lib-names.h): Remove rule.
903         [$(build-shared) = yes && $(soversions.mk-done) = t]
904         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
905         to Makerules.
906         [$(build-shared) = yes && $(soversions.mk-done) = t]
907         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
908         here.
909         [$(build-shared) = yes && $(soversions.mk-done) = t]
910         (common-generated): Don't append gnu/lib-names.h and
911         gnu/lib-names.stmp here.
912         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
913         (lib-names-h-abi): New variable.
914         [$(build-shared) = yes && $(soversions.mk-done) = t]
915         (lib-names-stmp-abi): Likewise.
916         [$(build-shared) = yes && $(soversions.mk-done) = t &&
917         abi-variants] (before-compile): Append
918         $(common-objpfx)$(lib-names-h-abi).
919         [$(build-shared) = yes && $(soversions.mk-done) = t &&
920         abi-variants] (common-generated): Append gnu/lib-names.h.
921         [$(build-shared) = yes && $(soversions.mk-done) = t &&
922         abi-variants] (install-others-nosubdir): Depend on
923         $(inst_includedir)/$(lib-names-h-abi).
924         [$(build-shared) = yes && $(soversions.mk-done) = t &&
925         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
926         [$(build-shared) = yes && $(soversions.mk-done) = t]
927         ($(common-objpfx)$(lib-names-h-abi)): New rule.
928         [$(build-shared) = yes && $(soversions.mk-done) = t]
929         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
930         [$(build-shared) = yes && $(soversions.mk-done) = t]
931         (common-generated): Append $(lib-names-h-abi) and
932         $(lib-names-stmp-abi).
933         * scripts/lib-names.awk: Do not handle multi being set.
934         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
935         Remove variable.
936         (abi-lp64_be-ld-soname): Likewise.
937         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
938         Likewise.
939         (abi-hard-ld-soname): Likewise.
940         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
941         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
942         Remove variable.
943         (abi-o32_hard-ld-soname): Likewise.
944         (abi-o32_soft_2008-ld-soname): Likewise.
945         (abi-o32_hard_2008-ld-soname): Likewise.
946         (abi-n32_soft-ld-soname): Likewise.
947         (abi-n32_hard-ld-soname): Likewise.
948         (abi-n32_soft_2008-ld-soname): Likewise.
949         (abi-n32_hard_2008-ld-soname): Likewise.
950         (abi-n64_soft-ld-soname): Likewise.
951         (abi-n64_hard-ld-soname): Likewise.
952         (abi-n64_soft_2008-ld-soname): Likewise.
953         (abi-n64_hard_2008-ld-soname): Likewise.
954         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
955         Likewise.
956         (abi-64-v2-ld-soname): Likewise.
957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
958         ld.so entries.
959         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
960         variable.
961         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
962         entry.
963         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
964         variable.
965         (abi-64-ld-soname): Likewise.
966         (abi-x32-ld-soname): Likewise.
967         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
968         entry.
969         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
971 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
973         [BZ #14138]
974         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
975         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
976         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
977         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
978         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
979         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
980         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
981         syscall entry for GLIBC_2.2 symbol version.
982         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
983         Likewise.
984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
985         (setrlimit): Likewise.
986         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
987         Likewise.
989 2014-09-23  Will Newton  <will.newton@linaro.org>
991         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
992         _LINUX_ARM_SYSDEP_H include guard too.
993         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
994         define.
996 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
998         * sysdeps/unix/sysv/linux/eventfd.c:
999         Make first argument unsigned.
1000         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
1001         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
1003 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
1005         * socket/recvmmsg.c (recvmmsg): Drop const argument.
1006         * socket/sys/socket.h: Likewise
1007         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
1009 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1011         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
1013 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
1015         * time/tst-ftime.c: New test.
1016         * time/Makefile (tests): Add tst-ftime.
1018 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
1020         * soft-fp/extended.h: Fix comment formatting.
1021         * soft-fp/op-1.h: Likewise.
1022         * soft-fp/op-2.h: Likewise.
1023         * soft-fp/op-4.h: Likewise.
1024         * soft-fp/op-8.h: Likewise.
1025         * soft-fp/op-common.h: Likewise.
1026         * soft-fp/soft-fp.h: Likewise.
1028         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
1030 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
1032         [BZ #6652]
1033         * Makeconfig (soversions-default-setname): Remove variable.
1034         ($(common-objpfx)soversions.i): Don't pass default_setname to
1035         soversions.awk.
1036         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
1037         oldest_abi to abi-versions.awk.
1038         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
1039         * config.make.in (oldest-abi): Remove variable.
1040         * configure.ac (--enable-oldest-abi): Remove configure option.
1041         * configure: Regenerated.
1042         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
1043         text.
1044         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
1045         * scripts/soversions.awk: Do not handle default_setname variable.
1046         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
1047         variable.
1048         * sysdeps/mach/hurd/configure: Regenerated.
1049         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
1050         variable.
1051         * sysdeps/unix/sysv/linux/configure: Regenerated.
1053 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1055         * elf/Makefile (CFLAGS-interp.c): Remove.
1056         ($(elf-objpfx)runtime-linker.h): Generate header with linker
1057         path string.
1058         * elf/interp.c: Include generated runtime-linker.h
1060         * Makerules (lib%.so): Don't include $(+interp) in
1061         prerequisites.
1062         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
1063         * dlfcn/eval.c: Remove file.
1065         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
1066         macros.
1068         [BZ #17266]
1069         * misc/sys/cdefs.h: Define __extern_always_inline for clang
1070         4.2 and newer.
1072         [BZ #17370]
1073         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
1075 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1076             Jakub Jelinek  <jakub@redhat.com>
1078         [BZ #17266]
1079         * libio/stdio.h: Check definition of __fortify_function
1080         instead of __extern_always_inline to include bits/stdio2.h.
1081         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
1082         check if __extern_always_inline is defined.
1083         [__USE_MISC || __USE_XOPEN]: Likewise.
1084         [__USE_ISOC99] Likewise.
1085         * misc/sys/cdefs.h (__fortify_function): Define only if
1086         __extern_always_inline is defined.
1087         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
1088         __extern_always_inline and __extern_inline only for g++-4.3
1089         and newer or a compatible gcc.
1091 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
1093         [BZ #17371]
1094         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
1095         last change to handle zero prefix length.
1097 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
1099         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
1100         _SC_REGEX_VERSION.
1102         * posix/getconf.c (vars): Add _POSIX_IPV6 and
1103         _POSIX_RAW_SOCKETS.
1105 2014-09-13  Allan McRae  <allan@archlinux.org>
1107         * po/ru.po: Update Russian translation from translation project.
1109 2014-09-12  Roland McGrath  <roland@hack.frob.com>
1111         * locale/programs/locale.c (show_locale_vars): Inline local function
1112         into its sole call site.  Clean up some style nits.
1113         (print_item): New function, broken out of ...
1114         (show_info): ... local function here.  Clean up style nits.
1116         * locale/programs/ld-ctype.c (set_one_default): New function, broken
1117         out of ...
1118         (set_class_defaults): ... local function set_default here.
1119         Define set_default as a macro locally to pass constant parameters.
1120         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
1121         rather than a shared local.
1123         * stdlib/rpmatch.c (try): New function, broken out of ...
1124         (rpmatch): ... local function here.  Also, prototypify definition.
1126 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
1128         * scripts/soversions.awk: Do not handle configuration names.
1129         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
1130         vendor and os variables to soversions.awk.
1131         * configure.ac: Do not modify gnu-* host_os.
1132         * configure: Regenerated
1133         * shlib-versions: Remove first column with configuration names.
1134         * nptl/shlib-versions: Likewise.
1135         * nptl_db/shlib-versions: Likewise.
1136         * sysdeps/hppa/shlib-versions: Likewise.
1137         * sysdeps/m68k/shlib-versions: Likewise.
1138         * sysdeps/mach/hurd/shlib-versions: Likewise.
1139         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
1140         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
1141         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
1142         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
1143         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
1144         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
1145         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
1146         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
1147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1148         Likewise.
1149         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1150         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1151         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1152         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1153         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1154         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
1155         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1156         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
1159         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
1160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1161         Regenerated.
1162         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
1163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1164         Condition symbol version definitions on [HAVE_ELFV2_ABI].
1166         * shlib-versions: Remove OS-specific entries.  Moved to files in
1167         sysdeps.
1168         * sysdeps/mach/hurd/shlib-versions: New file.
1169         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1171         * nptl/shlib-versions: Remove architecture-specific entries.
1172         Moved to files in sysdeps.
1173         * shlib-versions: Likewise.
1174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
1175         file.
1176         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1177         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1178         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1179         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1181         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
1182         (UDP_NO_CHECK6_RX): Likewise.
1184 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1186         * sysdeps/posix/sysconf.c (__sysconf): Spell
1187         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
1189 2014-08-12  Florian Weimer  <fweimer@redhat.com>
1191         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
1192         loading.
1193         * iconv/Versions (__gconv_transliterate): Export for use from
1194         gconv modules.
1195         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
1196         (struct __gconv_trans_data, __gconv_trans_fct,
1197         __gconv_trans_context_fct, __gconv_trans_query_fct,
1198         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
1199         definitions.
1200         (struct __gconv_step_data): Remove __trans member.
1201         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
1202         longer hidden.  Remove unused trans_data argument.
1203         * iconv/gconv_int.h (struct trans_struct): Remove definition.
1204         (__gconv_translit_find): Remove declaration.
1205         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
1206         prototype.
1207         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
1208         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
1209         trans_data argument.  Add hidden definition.
1210         (__gconv_translit_find): Remove.
1211         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1212         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1213         * iconv/skeleton.c: Remove transliteration initialization.
1214         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1215         __gconv_step_data initialization.
1216         * libio/iofwide.c (__libio_translit_): Remove.
1217         (_IO_fwide): Adjust struct __gconv_step_data initialization.
1218         * wcsmbs/btowc.c (__btowc): Likewise.
1219         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1220         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1221         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1222         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1223         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1224         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1225         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1226         * wcsmbs/wctob.c (wctob): Likewise.
1228 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1230         [BZ #16194]
1231         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1232         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
1233         register usage.
1234         * sysdeps/x86/Makefile: Adjust.
1236 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1237             Roland McGrath  <roland@hack.frob.com>
1239         * locale/weight.h: Add include guard.
1240         (findidx): Make static rather than auto; take new parameters
1241         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1242         * locale/weightwc.h: Likewise.
1243         * posix/fnmatch_loop.c
1244         (FCT): Change type of EXTRA from int32_t to wint_t.
1245         Don't include either header inside the function.
1246         Call FINDIDX rather than findidx, and pass new arguments.
1247         #undef FINDIDX at the end of the file.
1248         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1249         FINDIDX before including fnmatch_loop.c for the non-wide version.
1250         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1251         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1252         for the wide version.
1253         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1254         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1255         Pass new arguments to findidx.
1256         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1257         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1258         Don't #include it inside the function.  Pass new arguments to findidx.
1259         * posix/regex_internal.h
1260         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1261         (re_string_elem_size_at): Don't #include it inside the function.
1262         Pass new arguments to findidx.
1263         * string/strcoll_l.c: #include WEIGHT_H at top level.
1264         (get_next_seq): Don't #include it inside the function.
1265         Pass new arguments to findidx.
1266         (get_next_seq_nocache): Likewise.
1267         * string/strxfrm_l.c: #include WEIGHT_H at top level.
1268         (STRXFRM): Don't #include it inside the function.
1269         Pass new arguments to findidx.
1271 2014-09-11  Florian Weimer  <fweimer@redhat.com>
1273         [BZ #17344]
1274         * malloc/malloc.c (unlink): Turn asserts into a call to
1275         malloc_printerr.
1277 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
1279         [BZ #17370]
1280         * libio/wfileops (do_ftell_wide): Free OUT.
1282 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
1284         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1286 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1288         [BZ #17363]
1289         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1290         group if the current group is empty.
1292 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1294         * benchtests/bench-memset.c (test_main): Add more test from size
1295         from 32 to 512 bytes.
1296         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1297         Add POWER8 memset object.
1298         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1299         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1300         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1301         implementation.
1302         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1303         Likewise.
1304         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1305         multiarch POWER8 memset optimization.
1306         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1307         POWER8 memset optimization.
1309         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1310         Remove bzero multiarch objects.
1311         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1312         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1313         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1314         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1315         Remove define.
1316         [__bzero]: Redefine to specific name.
1317         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1318         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1319         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1320         define.
1321         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1322         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1324 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1326         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1327         warnings into errors.
1329         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1330         __cxa_thread_atexit_impl prototype.
1332 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1334         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1335         Fix capitalization of error message.
1337 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1339         * sysdeps/mips/preconfigure: Modify ABI tests.
1341 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1343         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1345 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1346             Carlos O'Donell  <carlos@systemhalted.org>
1348         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1349         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1350         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1351         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1352         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1353         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1354         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1355         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1356         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1357         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1358         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1359         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1360         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1361         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1362         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1363         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1364         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1365         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1366         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1367         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1368         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1369         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1370         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1371         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1372         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1373         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1374         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1375         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1376         Deconditionalize the code that was previously under [RESET_PID].
1377         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1378         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1379         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1380         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1381         include sysdep.h.
1383 2014-09-08  Allan McRae  <allan@archlinux.org>
1385         * version.h (RELEASE): Set to "development".
1386         (VERSION): Set to "2.20.90"
1388 2014-09-07  Allan McRae  <allan@archlinux.org
1390         * version.h (RELEASE): Set to "stable".
1391         (VERSION): Set to "2.20"
1392         * include/features.h (__GLIBC_MINOR__): Set to 20.
1394         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1395         Liebler.
1397         * po/ko.po: Update Korean translation from translation project.
1399 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1401         [BZ #17354]
1402         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1403         macro for handling signed relocations.
1405 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1407         [BZ #17325]
1408         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1409         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1410         assert.
1411         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1412         * iconvdata/ibm935.c (BODY): Likewise.
1413         * iconvdata/ibm937.c (BODY): Likewise.
1414         * iconvdata/ibm939.c (BODY): Likewise.
1415         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1416         assert.
1417         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1418         script.
1419         * iconvdata/run-iconv-test.sh: New test loop for checking for
1420         decoder crashers.
1422 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1424         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1425         libm_hidden_ver.
1427 2014-09-01  Allan McRae  <allan@archlinux.org>
1429         * po/eo.po: Update Esperanto translation from translation project.
1431         * po/ca.po: Update Catalan translation from translation project.
1433 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1435         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1436         __proc_dostop call.
1438 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1440         [BZ #17319]
1441         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1442         to call set_thread_area instead of hand written asm.
1443         (__NR_set_thread_area): Removed define.
1444         (TLS_FLAG_WRITABLE): Likewise.
1445         (__ASSUME_SET_THREAD_AREA): Remove check.
1446         (TLS_EBX_ARG): Remove define.
1447         (TLS_LOAD_EBX): Likewise.
1449 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1451         Simplify atomicity of socket creation in bind.
1453         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1454         looking up the name after linking the file.
1456 2014-08-27  Allan McRae  <allan@archlinux.org>
1458         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1460 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1462         [BZ #17187]
1463         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1464         trans_compare, open_translit, __gconv_translit_find):
1465         Remove module loading code.
1467 2014-08-26  Allan McRae  <allan@archlinux.org>
1469         * po/vi.po: Update Vietnamese translation from translation project.
1471         * po/uk.po: Update Ukrainian translation from translation project.
1473         * po/fr.po: Update French translation from translation project.
1475         * po/ru.po: Update Russian translation from translation project.
1477         * po/pl.po: Update Polish translation from translation project.
1479         * po/cs.po: Update Czech translation from translation project.
1481         * po/de.po: Update German translation from translation project.
1483         * po/bg.po: Update Bulgarian translation from translation project.
1485         * po/sv.po: Update Sweedish translation from translation project.
1487         * po/nl.po: Update Dutch translation from translation project.
1489         * po/es.po: Update Spanish translation from translation project.
1491 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1493         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1495         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1496         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1497         (CPPFLAGS-iconvconfig): Likewise.
1498         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1500         * include/libc-symbols.h: Remove unnecessary check for
1501         NOT_IN_libc.
1502         * nptl/pthreadP.h: Likewise.
1503         * sysdeps/aarch64/setjmp.S: Likewise.
1504         * sysdeps/alpha/setjmp.S: Likewise.
1505         * sysdeps/arm/sysdep.h: Likewise.
1506         * sysdeps/i386/setjmp.S: Likewise.
1507         * sysdeps/m68k/setjmp.c: Likewise.
1508         * sysdeps/posix/getcwd.c: Likewise.
1509         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1510         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1511         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1512         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1513         * sysdeps/sh/sh3/setjmp.S: Likewise.
1514         * sysdeps/sh/sh4/setjmp.S: Likewise.
1515         * sysdeps/unix/alpha/sysdep.h: Likewise.
1516         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1517         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1518         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1519         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1522         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1523         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1524         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1525         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1526         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1527         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1528         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1529         * sysdeps/x86_64/setjmp.S: Likewise.
1531 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1533         [BZ #17263]
1534         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1535         <stdint.h>.
1536         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1537         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1539 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1541         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1543         [BZ #17262]
1544         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1545         and __x86_64__ when disabling x87 inline functions.
1547 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1549         [BZ #17259]
1550         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1551         asm statement with __cpuid_count.
1553 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1555         * configure.ac: Change __ehdr_start code to dereference the struct.
1556         Run readelf on the output to look for relocations.
1557         * configure: Regenerated.
1559 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1561         [BZ #17261]
1562         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1563         value to 0.
1564         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1566 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1568         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1570 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1572         [BZ #16892]
1573         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1574         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1576 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1578         * malloc/malloc.c: Fix typo in comment.
1580 2014-08-09  Allan McRae  <allan@archlinux.org>
1582         * Regenerate libc.po.
1584 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1586         * intl/tst-gettext2.sh: Check every lang file for creation.
1588 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1590         * sysdeps/aarch64/fpu/math_private.h
1591         (libc_feholdsetround_noex_aarch64_ctx): New function.
1593 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1595         * sysdeps/arm/armv6/strcpy.S (strcpy):
1596         Fix performance issue in misaligned cases.
1598 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1600         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1601         Move definition from termios.h.
1602         (struct termio): Likewise.
1603         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1604         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1605         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1606         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1607         Likewise.
1608         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1609         Move definition to ioctl-types.h
1610         (struct termio): Likewise.
1611         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1612         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1613         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1614         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1615         Likewise.
1617 2014-08-05  Richard Henderson  <rth@redhat.com>
1619         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1620         exceptions.
1621         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1622         Add fraiseexcpt.
1623         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1624         Use __feraiseexcept.
1625         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1626         Protect libm symbols with IS_IN_libm.
1628         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1630 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1632         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1634 2014-08-04  Will Newton  <will.newton@linaro.org>
1636         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1637         file.
1639 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1641         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1642         variants for each function.
1644 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1646         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1647         appended ...
1648         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1649         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1650         appended ...
1651         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1652         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1653         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1654         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1655         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1656         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1657         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1658         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1659         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1660         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1661         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1662         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1663         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1664         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1665         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1666         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1667         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1668         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1669         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1670         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1671         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1672         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1673         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1674         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1675         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1676         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1677         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1678         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1679         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1680         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1681         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1682         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1683         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1684         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1685         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1686         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1687         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1688         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1689         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1690         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1691         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1692         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1693         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1694         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1695         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1696         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1697         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1698         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1699         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1700         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1701         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1702         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1703         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1704         Update #include.
1705         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1706         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1708 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1710         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1711         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1712         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1713         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1714         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1715         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1717 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1719         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1720         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1721         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1722         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1724 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1726         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1727         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1728         (__libc_vfork): Define function under this name.
1729         (__vfork): Define as an alias.
1730         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1731         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1733 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1735         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1736         that was previously under [RESET_PID].
1737         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1739 2014-08-04  Andreas Schwab  <schwab@suse.de>
1741         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1743 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1745         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1746         (main): Likewise.
1748 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1750         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1752 2014-08-01  Richard Henderon  <rth@redhat.com>
1754         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1755         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1756         typo in exact zero test.
1757         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1758         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1759         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1761 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1763         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1764         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1765         * sysdeps/arm/sysdep.h: ... here.
1766         [!__ASSEMBLER__]: Include <stdint.h>.
1768 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1770         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1771         (HAVE_WCTYPE_H): Likewise.
1772         (HAVE_ISWCTYPE): Likewise.
1773         (ENABLE_NLS): Likewise.
1774         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1775         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1777         * posix/regex_internal.c: Check if DEBUG is defined and is
1778         set.
1780         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1781         (HAVE_MBSRTOWCS): Likewise.
1782         * posix/fnmatch.c: Include string.h unconditionally.
1784 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1786         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1787         reversal.
1789 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1791         * sysdeps/generic/safe-fatal.h: New file.
1792         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1793         * nptl/forward.c: Include it.
1794         (__pthread_unwind): Use __safe_fatal as default action, rather
1795         than a bogus use of INTERNAL_SYSCALL that could never work.
1797         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1798         * configure.ac (libc_cv_builtin_trap): New test.
1799         * configure: Regenerated.
1800         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1801         (ABORT_INSTRUCTION): Define using __builtin_trap.
1803         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1804         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1805         * sysdeps/nptl/nptl-signals.h: New file.
1806         * nptl/pthreadP.h: Include <nptl-signals.h>.
1808 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1810         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1811         (ONE_DIRECTION): Define.
1812         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1813         (ONE_DIRECTION): Define.
1814         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1815         (ONE_DIRECTION): Define.
1817 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1819         * sysdeps/s390/Makefile: Delete file.
1820         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1821         * sysdeps/s390/__longjmp.c: Delete file.
1822         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1823         Remove fields __flags and __reserved.
1824         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1825         and add versioning.
1826         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1827         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1828         * sysdeps/s390/rtld-setjmp.S: Likewise.
1829         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1830         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1831         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1832         * sysdeps/s390/s390-32/setjmp.S: ... here.
1833         Add versioning.
1834         (__sigsetjmp): Remove setting __flags field.
1835         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1836         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1837         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1838         * sysdeps/s390/s390-64/setjmp.S: ... here.
1839         Add versioning.
1840         (__sigsetjmp): Remove setting __flags field.
1841         * sysdeps/s390/setjmp.S: Delete file.
1842         * sysdeps/s390/sigjmp.c: Likewise.
1843         * sysdeps/s390/v1-longjmp.c: Likewise.
1844         * sysdeps/s390/v1-setjmp.h: Likewise.
1845         * sysdeps/s390/v1-sigjmp.c: Likewise.
1846         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1847         Remove v1-longjmp_chk.
1848         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1849         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1850         Include debug/longjmp_chk.c and add versioning.
1851         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1852         Include nptl/pt-longjmp.c and add versioning.
1853         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1854         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1855         Include __longjmp.c.
1856         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1857         Move to ...
1858         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1859         (__getcontext): Remove setting __flags field.
1860         Add versioning.
1861         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1862         Don't restore upper high grps.
1863         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1864         Likewise.
1865         (__swapcontext): Remove setting uc_flags field.
1866         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1867         Delete file.
1868         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1869         Include __longjmp.c.
1870         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1871         Move to ...
1872         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1873         (__getcontext): Remove setting __flags field.
1874         Add versioning.
1875         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1876         (__swapcontext): Remove setting uc_flags field.
1877         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1878         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1879         Remove fields uc_high_gprs and __reserved.
1880         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1881         New file with reverted content.
1882         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1883         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1884         Regenerated.
1885         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1886         Regenerated.
1888 2014-07-31  Andreas Schwab  <schwab@suse.de>
1890         * config.h.in (HAVE_IFUNC): Define to 0.
1891         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1892         definedness.
1894 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1896         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1897         memmove-avx-unaligned, memcpy-avx-unaligned and
1898         mempcpy-avx-unaligned.
1899         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1900         Add tests for AVX memcpy functions.
1901         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1902         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1903         memcpy_chk.
1904         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1905         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1906         memmove_chk.
1907         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1908         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1909         mempcpy_chk.
1910         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1911         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1912         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1914 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1916         [BZ #17213]
1917         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1918         powerpc64le.
1920 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1922         [BZ #16839]
1923         * manual/llio.texi: Add section about open file description locks.
1924         * manual/examples/ofdlocks.c: Example of open file description
1925         lock usage.
1926         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1927         F_OFD_SETLK, and F_OFD_SETLKW.
1929 2014-07-23  Allan McRae  <allan@archlinux.org>
1931         * po/es.po: Update Spanish translation from translation project.
1933 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1935         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1937 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1939         [BZ #17078]
1940         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1941         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1942         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1944 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1946         [BZ #17088]
1947         * math/fesetenv.c (__fesetenv)
1948         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1949         * math/feupdateenv.c (__feupdateenv)
1950         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1952         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1953         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1954         (__ASSUME_SOCKETCALL): Do not define.
1956         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1957         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1958         (__ASSUME_SOCKETCALL): Do not define.
1959         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1960         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1961         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1962         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1963         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1964         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1965         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1966         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1968         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1969         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1970         (__ASSUME_SOCKETCALL): Do not define.
1971         (__ASSUME_IPC64): Define unconditionally.
1972         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1973         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1974         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1975         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1976         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1977         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1978         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1979         Likewise.
1981         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1982         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1983         (__ASSUME_SOCKETCALL): Do not define.
1984         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1985         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1986         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1987         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1988         (__ASSUME_REQUEUE_PI): Define unconditionally.
1989         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1990         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1991         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1992         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1993         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1994         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1996         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1997         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1998         (__ASSUME_SOCKETCALL): Do not define.
1999         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
2000         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2001         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2002         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
2003         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2004         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2006         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
2007         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
2008         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2009         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
2010         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2011         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
2012         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2013         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
2014         (__ASSUME_GETCPU_SYSCALL): Likewise.
2016         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
2017         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
2018         cases for individual architectures.
2019         * sysdeps/gnu/configure: Regenerated.
2020         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
2021         LIBC_SLIBDIR_RTLDDIR.
2022         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
2023         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
2024         LIBC_SLIBDIR_RTLDDIR.
2025         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
2027         LIBC_SLIBDIR_RTLDDIR.
2028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
2029         Regenerated.
2030         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
2031         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
2032         file.
2033         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
2034         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
2035         file.
2036         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
2037         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
2038         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
2039         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
2041         * sysdeps/aarch64/shlib-versions: Move to ...
2042         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
2043         * sysdeps/alpha/shlib-versions: Move to ...
2044         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
2045         * sysdeps/arm/shlib-versions: Move to ...
2046         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
2047         * sysdeps/hppa/shlib-versions: Move all contents except for
2048         libgcc_s entry to ...
2049         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
2050         entry from ...
2051         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
2052         * sysdeps/ia64/shlib-versions: Move to ...
2053         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
2054         entry from ...
2055         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
2056         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
2057         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
2058         * sysdeps/microblaze/shlib-versions: Move to ...
2059         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
2060         * sysdeps/mips/shlib-versions: Move to ...
2061         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
2062         entry from ...
2063         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
2064         * sysdeps/tile/shlib-versions: Move to ...
2065         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
2066         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
2067         from ...
2068         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
2069         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
2070         entry from ...
2071         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
2073 2014-07-17  Will Newton  <will.newton@linaro.org>
2075         * sysdeps/arm/bits/atomic.h
2076         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
2077         (__arch_compare_and_exchange_bool_16_int): Likewise.
2078         (__arch_compare_and_exchange_bool_64_int): Likewise.
2080         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
2081         into an #else block.
2083 2014-07-16  Roland McGrath  <roland@hack.frob.com>
2085         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
2086         just Linux configurations.  Test empirically that the compiler sets
2087         __ARM_EABI__, rather than using the tuple to decide.
2088         * sysdeps/arm/preconfigure: Regenerated.
2089         * sysdeps/unix/sysv/linux/arm/configure: File removed.
2090         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
2091         contents appended ...
2092         * sysdeps/arm/configure.ac: ... here.
2093         * sysdeps/arm/configure: Regenerated.
2095 2014-07-15  Roland McGrath  <roland@hack.frob.com>
2097         * nptl/pthread_kill.c: New file.
2098         * nptl/pthread_sigmask.c: New file.
2099         * nptl/pthread_sigqueue.c: New file.
2101         * sysdeps/nptl/lowlevellock.h: New file.
2102         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
2103         * sysdeps/nptl/lowlevellock-futex.h: New file.
2105         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
2106         Remove dead declarations.
2108 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2110         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
2111         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
2112         config-cflags-avx2.
2113         * sysdeps/x86_64/configure.ac: Likewise.
2114         * sysdeps/i386/configure: Regenerated.
2115         * sysdeps/x86_64/configure: Likewise.
2116         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2117         memset-avx2 only if config-cflags-avx2 is yes.
2118         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2119         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
2120         defined.
2121         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
2122         only if HAVE_AVX2_SUPPORT is defined.
2123         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2125 2014-07-14  Alan Modra  <amodra@gmail.com>
2127         [BZ #17153]
2128         * elf/elf.h (DT_PPC64_NUM): Correct value.
2129         * NEWS: Add to fixed bug list.
2131 2014-07-13  Jim Meyering  <meyering@fb.com>
2133         [BZ 17150]
2134         regex: don't deref NULL upon heap allocation failure
2135         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
2136         failure in one more place.
2137         To trigger the segfault, configure grep -with-included-regex,
2138         build it, and run these commands:
2139         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
2141 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
2143         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2145 2014-07-11  Richard Henderson  <rth@redhat.com>
2147         * sysdeps/aarch64/libm-test-ulps: Update.
2149 2014-07-10  Florian Weimer  <fweimer@redhat.com>
2151         [BZ #17135]
2152         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
2153         * nptl/allocatestack.c (__nptl_setxid_error): New function.
2154         (__nptl_setxid): Initialize error member.  Call
2155         __nptl_setxid_error.
2156         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
2157         * nptl/descr.h (struct xid_command): Add error member.
2158         * nptl/tst-setuid3.c: New file.
2159         * nptl/Makefile (tests): Add it.
2161 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2163         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
2164         New define.
2165         (__lll_trylock): Use __lll_base_trylock.
2166         (__lll_cond_trylock): Likewise.
2168 2014-07-10  Roland McGrath  <roland@hack.frob.com>
2170         * nptl/pthread_create.c (start_thread): Use atomic_or and
2171         lll_futex_wake directly rather than lll_robust_dead.
2172         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2173         (lll_robust_dead): Macro removed.
2174         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
2175         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2176         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2177         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2178         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2179         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2180         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2181         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2182         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2183         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2184         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2185         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2186         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2187         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2188         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2190         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
2191         Use atomic_compare_and_exchange_val_acq directly rather than
2192         lll_robust_trylock.
2193         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2194         (__lll_robust_trylock, lll_robust_trylock): Removed.
2195         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2196         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2197         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2198         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2199         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2200         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2201         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2202         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2203         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2204         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2205         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2206         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2207         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2208         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2210 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2212         * manual/locale.texi (Locale Names): New section documenting
2213         locale name syntax.  Adjust menu and node chaining accordingly.
2214         (Choosing Locale): Reference Locale Names, Locale Categories.
2215         Mention setting LC_ALL=C.  Reflect that name syntax is now
2216         documented.
2217         (Locale Categories): New section title.  Reference Locale Names.
2218         LC_ALL is an environment variable, but not a category.
2219         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2220         description, now in Locale Name.  Reference that section.  Locale
2221         name syntax is now documented.
2223 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2225         [BZ #17137]
2226         * locale/findlocale.c (name_present, valid_locale_name): New
2227         functions.
2228         (_nl_find_locale): Use the loc_name variable to store name
2229         candidates.  Call name_present and valid_locale_name to check and
2230         validate locale names.  Return an error if the locale is invalid.
2232 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2234         * locale/setlocale.c (setlocale): Use strdup for allocating
2235         composite name copy.
2237 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2239         Sync up with gnulib.
2240         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2241         [!_LIBC && ENABLE_NLS]: Include gettext.h.
2242         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2243         and _GL_ARG_NONNULL.
2244         [USE_UNLOCKED_IO]: Include unlocked-io.h.
2245         [!_LIBC]: Include code for Windows and Cygwin.
2246         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2247         Include prototype for int strerror_r.
2248         [!_LIBC] (is_open): New function.
2249         (flush_stdout): New function.
2250         (print_errno_message): Use it.
2251         (error): Likewise.
2252         (error_at_line): Likewise.
2253         (error_tail) Add function attribute macros.  Use
2254         __builtin_expect.
2256         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2258         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2260         * io/ftw.c: Include sys/param.h unconditionally.
2262         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2264         [BZ #17125]
2265         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2266         libc_freeres_ptr.
2267         (freecache): New function to free CACHE on exit.
2269         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2270         initialization.
2272 2014-07-09  David S. Miller  <davem@davemloft.net>
2274         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2276         * sysdeps/sparc/nptl/internaltypes.h: Delete.
2277         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2278         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2279         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2280         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2281         * sysdeps/sparc/nptl/sem_init.c: Likewise.
2282         * sysdeps/sparc/nptl/sem_post.c: Likewise.
2283         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2284         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2285         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2286         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2287         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2288         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2290 2014-07-09  Andreas Schwab  <schwab@suse.de>
2292         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2293         output.
2294         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2295         (do_test): Likewise.
2297         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2299 2014-07-09  Will Newton  <will.newton@linaro.org>
2301         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2302         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2303         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2304         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2305         * sysdeps/hppa/start.S (_start): Likewise.
2307 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2309         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2311         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2312         defined.
2314 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2316         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2317         after checking that it is non-NULL.
2319         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2321 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2323         * sysdeps/powerpc/memmove.c: Remove file.
2324         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2325         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2326         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2327         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2328         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2329         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2330         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2331         string memmove instead of removed powerpc one.
2333         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2334         [weak_alias]: Fix compiler warning due trailing data.
2335         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2336         [weak_alias]: Likewise.
2337         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2338         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2340         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2341         (__libc_ifunc_impl_list): Add memmove functions.
2343 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2345         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2346         Remove code.
2347         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2348         Likewise
2349         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2350         Likewise
2351         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2352         Likewise
2353         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2354         Likewise
2355         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2356         Likewise
2357         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2358         Likewise
2359         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2360         Likewise
2361         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2362         Likewise
2363         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2364         Likewise
2365         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2366         Likewise
2367         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2368         Likewise
2369         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2370         Likewise
2371         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2372         Likewise
2373         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2374         Likewise
2375         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2376         Likewise
2377         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2378         Likewise
2380 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2382         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2383         to avoid alignment traps in non-cacheable memory.
2384         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2386         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2387         multiarch objects.
2388         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2389         file: multiarch power7 memmove.
2390         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2391         multiarch default memmove.
2392         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2393         multiarch memove for powerpc32/power4.
2395         * string/bcopy.c: Use full path to include memmove.c.
2396         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2397         multiarch objects.
2398         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2399         bcopy for powerpc64.
2400         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2401         bcopy for powerpc64.
2402         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2403         and memmove implementations.
2404         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2405         optimized multiarch memmove for POWER7/powerpc64.
2406         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2407         default multiarch memmove for powerpc64.
2408         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2409         multiarch for powerpc64.
2410         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2411         for POWER7/powerpc64.
2412         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2413         memmove for POWER7/powerpc64.
2415         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2416         glibc default one.
2418         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2419         __ELF_NATIVE_CLASS equal to 64.
2421 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2423         * sysdeps/nptl/lowlevellock.h: File removed.
2425         * NEWS: NPTL is no longer an add-on!
2426         * nptl/internaltypes.h: Moved ...
2427         * sysdeps/nptl/internaltypes.h: ... here.
2428         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2429         * sysdeps/nptl/fork.c: Likewise.
2430         * sysdeps/nptl/gai_misc.h: Likewise.
2431         * sysdeps/nptl/librt-cancellation.c: Likewise.
2432         * sysdeps/nptl/jmp-unwind.c: Likewise.
2433         * sysdeps/nptl/setxid.h: Likewise.
2434         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2435         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2436         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2437         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2438         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2439         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2440         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2441         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2442         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2443         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2444         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2445         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2446         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2447         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2448         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2449         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2450         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2451         * nptl/Makeconfig: Moved ...
2452         * sysdeps/nptl/Makeconfig: ... here.
2453         * nptl/configure: File removed.
2454         * nptl/ANNOUNCE: File removed.
2455         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2456         * sysdeps/unix/sysv/linux/configure: Regenerated.
2458         * nptl/Makefile (routines): Add libc_pthread_init,
2459         libc_multiple_threads, register-atfork and unregister-atfork.
2460         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2461         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2462         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2463         pthread-pi-defines.sym, structsem.sym.
2464         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2465         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2466         [$(subdir) = nptl] (tests): Add tst-setgetname.
2467         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2468         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2469         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2470         [!LIBC_SIGACTION]: Remove aliases.
2471         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2472         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2473         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2474         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2475         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2476         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2477         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2478         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2479         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2480         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2481         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2482         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2483         __libc_allocate_rtsig_private.
2484         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2485         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2486         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2487         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2488         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2489         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2490         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2491         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2492         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2493         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2494         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2495         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2496         * nptl/internaltypes.h: ... here.
2497         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2498         * sysdeps/nptl/jmp-unwind.c: ... here.
2499         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2500         * nptl/libc-lowlevellock.c: ... here.
2501         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2502         * nptl/libc_multiple_threads.c: ... here.
2503         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2504         * nptl/libc_pthread_init.c: ... here.
2505         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2506         * nptl/lowlevelbarrier.sym: ... here.
2507         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2508         * nptl/lowlevelcond.sym: ... here.
2509         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2510         * nptl/lowlevellock.c: ... here.
2511         * nptl/lowlevellock.h: Moved ...
2512         * sysdeps/nptl/lowlevellock.h: ... here.
2513         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2514         * nptl/lowlevelrobustlock.c: ... here.
2515         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2516         * nptl/lowlevelrobustlock.sym: ... here.
2517         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2518         * nptl/lowlevelrwlock.sym: ... here.
2519         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2520         * nptl/pt-fork.c: ... here.
2521         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2522         * nptl/pthread-pi-defines.sym: ... here.
2523         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2524         * nptl/pthread_attr_getaffinity.c: ... here.
2525         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2526         * nptl/pthread_attr_setaffinity.c: ... here.
2527         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2528         * nptl/pthread_mutex_cond_lock.c: ... here.
2529         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2530         Update #include.
2531         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2532         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2533         * nptl/pthread_once.c: ... here, replacing old file.
2534         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2535         * nptl/pthread_yield.c: ... here.
2536         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2537         * nptl/register-atfork.c: ... here.
2538         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2539         * nptl/sem_post.c: ... here.
2540         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2541         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2542         * nptl/sem_timedwait.c: ... here.
2543         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2544         * nptl/sem_trywait.c: ... here.
2545         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2546         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2547         * nptl/sem_wait.c: ... here.
2548         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2549         * nptl/structsem.sym: ... here.
2550         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2551         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2552         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2553         * nptl/unregister-atfork.c: ... here.
2554         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2555         * nptl/unwindbuf.sym: ... here.
2556         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2557         * sysdeps/nptl/fork.c: ... here.
2558         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2559         * sysdeps/nptl/fork.h: ... here.
2560         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2561         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2562         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2563         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2564         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2565         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2566         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2567         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2568         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2569         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2570         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2571         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2572         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2573         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2574         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2575         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2576         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2577         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2578         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2579         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2580         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2581         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2582         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2583         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2584         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2585         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2586         * sysdeps/unix/sysv/linux/raise.c: ... here.
2587         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2588         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2589         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2590         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2591         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2592         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2593         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2594         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2595         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2596         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2597         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2598         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2599         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2600         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2601         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2603 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2605         * sysdeps/generic/memcopy.h: Add comment for
2606         MEMCPY_OK_FOR_FWD_MEMMOVE.
2608 2014-07-04  Will Newton  <will.newton@linaro.org>
2610         * string/memchr.c: Merge from gnulib.
2611         [_LIBC]: Remove conditionals.
2612         (__ptr_t): Remove define.
2613         (LONG_MAX_32_BITS): Likewise.
2614         (LONG_MAX): Likewise.
2615         (MEMCHR): Use ANSI prototype and optimize algorithm.
2617         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2619 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2621         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2622         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2624         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2625         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2626         in a bare environment with no <stdlib.h> installed.
2627         * sysdeps/nptl/configure: Regenerated.
2629         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2631         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2632         AC_EGREP_CPP for kernel header checks, so they only succeed if
2633         including <linux/version.h> actually works right.
2634         * sysdeps/unix/sysv/linux/configure: Regenerated.
2636         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2637         value so it's not diagnosed as unused.
2639         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2640         thing) with "ifeq ($(subdir),rt)".
2642 2014-07-03  Richard Henderson  <rth@redhat.com>
2644         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2645         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2646         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2648         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2649         (math_force_eval): New.
2651         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2652         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2654         * sysdeps/alpha/fpu/s_round.c: Remove file.
2655         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2657         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2658         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2659         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2660         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2661         (_dl_start, print_statistics): Likewise.
2662         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2663         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2665         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2666         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2667         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2668         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2669         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2670         (HP_SMALL_TIMING_AVAIL): Define.
2671         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2672         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2673         (HP_SMALL_TIMING_AVAIL): Define.
2674         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2675         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2677         * sysdeps/aarch64/hp-timing.h: New file.
2679         * sysdeps/generic/hp-timing.h: Remove dead comment.
2680         * sysdeps/generic/hp-timing-common.h: New file.
2681         * sysdeps/alpha/hp-timing.h: Include it.
2682         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2683         * sysdeps/i386/i686/hp-timing.h: Likewise.
2684         * sysdeps/ia64/hp-timing.h: Likewise.
2685         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2686         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2687         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2688         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2689         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2690         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2691         (hp_timing_t): New.
2693         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2694         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2695         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2696         * elf/rtld.c (_dl_start_final): Likewise.
2697         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2698         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2699         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2700         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2701         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2702         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2703         (HP_TIMING_DIFF_INIT): Remove.
2704         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2705         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2706         (HP_TIMING_DIFF_INIT): Remove.
2707         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2708         * sysdeps/i386/i686/hp-timing.c: Remove file.
2709         * sysdeps/x86_64/hp-timing.c: Remove file.
2710         * sysdeps/ia64/hp-timing.c: Remove file.
2711         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2712         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2713         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2714         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2716         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2717         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2718         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2719         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2720         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2721         (HP_TIMING_ACCUM): Remove.
2722         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2723         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2724         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2726         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2727         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2728         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2729         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2730         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2731         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2732         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2733         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2735         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2737 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2739         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2741 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2743         Sync up with gettext.
2744         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2745         [_MSC_VER]: Include malloc.h
2746         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2747         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2748         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2749         TEMP_FAILURE_RETRY.  Cast return of alloca.
2750         [!_LIBC] Call gl_rwlock_init.
2751         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2753 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2755         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2756         before checking its value.
2758 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2760         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2762         * debug/memcpy_chk.c: Don't include pagecopy.h.
2763         * debug/mempcpy_chk.c: Likewise.
2764         * string/memcpy.c: Likewise.
2765         * string/memmove.c: Likewise.
2766         * sysdeps/powerpc/memmove.c: Likewise.
2767         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2768         definition of PAGE_COPY_FWD_MAYBE here...
2769         * sysdeps/generic/pagecopy.h: ... from here.
2770         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2772 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2773             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2775         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2776         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2777         optimizations.
2778         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2779         (__libc_ifunc_impl_list): Likewise.
2780         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2781         multiarch strcat for PPC64.
2782         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2783         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2785 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2787         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2789 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2791         * intl/loadmsgcat.c: Remove declaration of
2792         get_sysdep_segment_value.
2793         (get_sysdep_segment_value): Use ISO C style.
2794         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2795         semicolon.  Fix typo and formatting in comment.
2796         (_nl_unload_domain): Use ISO C style.
2798         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2800 2014-07-02  Will Newton  <will.newton@linaro.org>
2802         * malloc/obstack.c: Merge from gnulib master.
2803         [HAVE_CONFIG_H]: Remove conditional code.
2804         [!_LIBC]: Include config.h.
2805         [!ELIDE_CODE]: Don't include inttypes.h, include
2806         stdint.h unconditionally.
2807         (print_and_abort): Mark as _Noreturn.
2808         (_obstack_allocated_p): Mark as __attribute_pure__.
2809         (obstack_free): Rename to __obstack_free.
2810         [!__attribute__]: Remove conditional code.
2811         * malloc/obstack.h: Merge from gnulib master.
2812         [__cplusplus]: Move conditional down.
2813         [!__attribute_pure__]: Define __attribute_pure__ here
2814         if it is not already defined.
2815         (_obstack_memory_used): Mark as __attribute_pure__.
2816         [!__obstack_free]: Define as obstack_free.
2817         [__GNUC__]: Remove check for ancient NeXT gcc.
2819 2014-07-02  Will Newton  <will.newton@linaro.org>
2820             Paul Eggert  <eggert@cs.ucla.edu>
2822         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2824 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2826         * resolv/gethnamaddr.c: Add comment warning that the file is
2827         not maintained.
2829 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2831         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2832         entries.
2834         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2835         entry for aio_cancel and aio_cancel64.
2836         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2837         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2838         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2839         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2840         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2841         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2842         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2843         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2844         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2845         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2846         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2847         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2848         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2850 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2852         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2853         * nptl/pthread_mutex_lock.c: Likewise.
2854         * nptl/pthread_mutex_timedlock.c: Likewise.
2855         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2857 2014-07-01  Richard henderson  <rth@redhat.com>
2859         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2860         (__isnan, __isnanl): Remove.
2861         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2863         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2865 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2867         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2869 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2871         * resolv/nss_dns/dns-host.c (getanswer_r)
2872         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2874 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2876         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2877         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2878         undefine.
2879         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2880         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2882 2014-07-01  Roland McGrath <roland@hack.frob.com>
2884         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2885         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2887         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2888         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2890         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2891         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2892         ... here.
2893         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2894         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2896         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2897         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2898         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2899         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2901         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2902         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2903         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2904         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2905         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2906         Moved ...
2907         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2908         ... here.
2909         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2910         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2911         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2912         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2913         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2914         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2915         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2916         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2917         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2918         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2919         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2920         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2921         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2922         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2923         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2924         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2925         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2926         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2927         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2928         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2929         ... here.
2930         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2931         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2932         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2933         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2934         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2935         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2936         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2937         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2939 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2941         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2942         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2943         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2944         Add sysdep.
2946 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2948         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2950 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2952         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2953         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2955         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2957         * sysdeps/arm/libm-test-ulps: Regenerated.
2959 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2960             Roland McGrath <roland@hack.frob.com>
2962         * test-skeleton.c (signal_handler): Kill the whole process group
2963         before killing the child individually.
2964         (main): Report any failure on `setpgid'.
2966 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2968         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2969         from _TLS_H to _ARM_NPTL_TLS_H.
2970         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2971         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2973 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2975         [BZ #16539]
2976         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2977         (__expm1l): Return argument unchanged when small but not
2978         subnormal.
2980         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2981         include macro name.
2982         (_FP_UNPACK_RAW_1_P): Likewise.
2983         (_FP_PACK_RAW_1): Likewise.
2984         (_FP_PACK_RAW_1_P): Likewise.
2985         (_FP_MUL_MEAT_1_wide): Likewise.
2986         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2987         (_FP_MUL_MEAT_1_hard): Likewise.
2988         (_FP_DIV_MEAT_1_imm): Likewise.
2989         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2990         (_FP_DIV_MEAT_1_udiv): Likewise.
2991         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2992         (_FP_UNPACK_RAW_2): Likewise.
2993         (_FP_UNPACK_RAW_2_P): Likewise.
2994         (_FP_PACK_RAW_2): Likewise.
2995         (_FP_PACK_RAW_2_P): Likewise.
2996         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2997         (_FP_MUL_MEAT_2_wide): Likewise.
2998         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2999         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3000         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
3001         (_FP_MUL_MEAT_2_gmp): Likewise.
3002         (_FP_DIV_MEAT_2_udiv): Likewise.
3003         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
3004         (_FP_FRAC_SRL_4): Likewise.
3005         (_FP_FRAC_SRST_4): Likewise.
3006         (_FP_FRAC_SRS_4): Likewise.
3007         (_FP_UNPACK_RAW_4): Likewise.
3008         (_FP_UNPACK_RAW_4_P): Likewise.
3009         (_FP_PACK_RAW_4): Likewise.
3010         (_FP_PACK_RAW_4_P): Likewise.
3011         (_FP_MUL_MEAT_DW_4_wide): Likewise.
3012         (_FP_MUL_MEAT_4_wide): Likewise.
3013         (_FP_MUL_MEAT_4_gmp): Likewise.
3014         (umul_ppppmnnn): Likewise.
3015         (_FP_DIV_MEAT_4_udiv): Likewise.
3016         (__FP_FRAC_ADD_4): Likewise.
3017         (__FP_FRAC_SUB_3): Likewise.
3018         (__FP_FRAC_SUB_4): Likewise.
3019         (__FP_FRAC_DEC_3): Likewise.
3020         (__FP_FRAC_DEC_4): Likewise.
3021         (__FP_FRAC_ADDI_4): Likewise.
3022         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
3023         (_FP_FRAC_SRL_8): Likewise.
3024         (_FP_FRAC_SRS_8): Likewise.
3026         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
3027         include macro name.
3028         (FP_UNPACK_RAW_EP): Likewise.
3029         (FP_PACK_RAW_E): Likewise.
3030         (FP_PACK_RAW_EP): Likewise.
3031         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
3032         (_FP_ISSIGNAN): Likewise.
3033         (_FP_ADD_INTERNAL): Likewise.
3034         (_FP_FMA): Likewise.
3035         (_FP_CMP): Likewise.
3036         (_FP_SQRT): Likewise.
3037         (_FP_TO_INT): Likewise.
3038         (_FP_FROM_INT): Likewise.
3039         (FP_EXTEND): Likewise.
3040         (_FP_DIV_MEAT_N_loop): Likewise.
3042 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
3044         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
3045         throughout.
3047 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
3049         [BZ #17097]
3050         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
3051         result with correct sign in case of exponents that produce
3052         overflow except for X very close to 1.
3054 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
3056         mktime: merge #if/#ifdef usage from glibc
3057         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
3058         as that works with both Glibc's and Gnulib's style.
3059         See thread starting at Siddhesh Poyarekar's bug report at:
3060         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
3062 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
3064         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
3065         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
3066         * sysdeps/tile/tilegx/memmove.c: Remove file.
3068 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3070         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
3071         abi-name definition.
3072         * scripts/soversions.awk: Do not handle or generate ABI lines.
3073         * shlib-versions: Remove ABI entries.
3074         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
3075         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
3077 2014-06-27  Roland McGrath  <roland@hack.frob.com>
3079         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
3080         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
3081         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
3082         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
3083         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
3084         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
3085         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
3086         Moved ...
3087         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
3088         ... here.
3089         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
3090         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
3091         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
3092         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
3093         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
3094         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
3095         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
3096         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
3097         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
3098         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
3099         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
3100         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
3101         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
3102         Moved ...
3103         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
3104         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
3105         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
3106         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
3107         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
3108         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
3109         Moved ...
3110         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
3111         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
3112         Moved ...
3113         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
3114         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
3115         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
3116         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
3117         Moved ...
3118         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
3119         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
3120         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
3121         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
3122         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
3123         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
3124         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
3125         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
3126         Moved ...
3127         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
3128         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
3129         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
3130         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
3131         Moved ...
3132         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
3133         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
3134         Moved ...
3135         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
3136         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
3137         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
3138         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
3139         Moved ...
3140         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
3141         ... here.
3142         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
3143         Identical file removed.
3144         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
3145         Moved ...
3146         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
3147         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
3148         Identical file removed.
3149         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
3150         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
3151         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
3152         Moved ...
3153         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
3154         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
3155         Identical file removed.
3156         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
3157         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
3158         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
3159         Identical file removed.
3160         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
3161         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
3162         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
3163         Identical file removed.
3164         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
3165         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
3166         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
3167         Identical file removed.
3168         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
3169         Moved ...
3170         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
3171         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
3172         Identical file removed.
3173         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
3174         Moved ...
3175         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
3176         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
3177         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
3178         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
3179         Identical file removed.
3180         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
3181         Moved ...
3182         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
3183         ... here.
3184         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
3185         Identical file removed.
3186         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
3187         Moved ...
3188         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
3189         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
3190         Identical file removed.
3191         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
3192         Moved ...
3193         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
3194         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
3195         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
3196         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
3197         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
3198         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
3199         Moved ...
3200         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
3201         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
3202         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
3204         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
3205         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
3206         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
3207         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
3208         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
3210 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
3212         [BZ #17092]
3213         * nscd/nscd.c (monitor_child): Return exit status of child
3214         instead of return value from wait syscall.
3216 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3218         * configure.ac (libc_commonpagesize): Remove variable.
3219         (libc_relro_required): Likewise.
3220         (libc_cv_z_relro): Remove configure test.
3221         * configure: Regenerated.
3222         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3223         variable.
3224         (libc_relro_required): Likewise.
3225         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3226         (libc_relro_required): Likewise.
3227         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3228         (libc_relro_required): Likewise.
3229         * sysdeps/arm/preconfigure: Regenerated.
3230         * sysdeps/ia64/preconfigure: Remove file.
3231         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3232         variable.
3233         (libc_relro_required): Likewise.
3235         [BZ #16561]
3236         [BZ #16562]
3237         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3238         (__ieee754_yn): Set FE_TONEAREST mode internally and then
3239         recompute overflowing results in original rounding mode.
3240         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3241         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3242         recompute overflowing results in original rounding mode.
3243         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3244         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3245         recompute overflowing results in original rounding mode.
3246         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3247         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3248         recompute overflowing results in original rounding mode.
3249         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3250         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3251         recompute overflowing results in original rounding mode.
3252         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3253         (libc_feholdsetround_ctx): New macro.
3254         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3255         * sysdeps/i386/fpu/libm-test-ulps: Update.
3256         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3258 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3260         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3261         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3262         corresponding .cpsetup call.
3264 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3266         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3267         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3268         * sysdeps/arm/Makefile [$(subdir) = csu]
3269         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3270         (static-only-routines): Add aeabi_read_tp here.
3271         (shared-only-routines): Add libc-aeabi_read_tp here.
3272         (CFLAGS-libc-start.c): Add -fexceptions here.
3273         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3274         (sysdep_routines, static-only-routines, shared-only-routines):
3275         Don't add to these here.
3276         (CFLAGS-libc-start.c): Likewise.
3278         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3279         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3280         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3281         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3282         * sysdeps/arm/Makefile [$(subdir) = rt]
3283         (librt-sysdep_routines, librt-shared-only-routines):
3284         Append rt-aeabi_unwind_cpp_pr1 here.
3285         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3286         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3287         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3288         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3289         Append nptl-aeabi_unwind_cpp_pr1 here.
3290         (tests): Filter out tst-cleanupx4 here.
3291         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3292         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3293         Don't do those here.
3295 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3297         * scripts/list-sources.sh: Do not handle ports specially.
3299 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3301         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3302         * sysdeps/arm/feupdateenv.c: Likewise.
3304         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3306 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3308         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3309         trailing whitespace removed.
3310         * scripts/config.guess: Update to version 2014-03-23.
3311         * scripts/config.sub: Update to version 2014-05-01
3312         * scripts/install-sh: Update to version 2013-12-25.23.
3313         * scripts/move-if-change: Update from gnulib.
3315 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3317         * debug/memmove_chk.c: Remove pagecopy.h include.
3319 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3321         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3322         identical to gnulib mktime.
3324 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3326         * configure.ac: Do not test for machine being rs6000.  Do not test
3327         for powerpc*-*soft.
3328         * configure: Regenerated.
3330         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3331         test.
3332         * configure: Regenerated.
3333         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3334         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3335         Remove configure test.
3336         * sysdeps/arm/configure: Regenerated.
3337         * sysdeps/nptl/configure.ac: Do not check
3338         libc_cv_asm_cfi_directives.
3339         * sysdeps/nptl/configure: Regenerated.
3340         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3341         * sysdeps/x86_64/nptl/configure: Remove generated file.
3342         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3343         unconditional.
3344         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3346 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3348         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3349         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3350         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3351         it is defined.
3353         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3354         instead of whether it is defined.
3355         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3356         * sysdeps/hppa/dl-machine.h: Likewise.
3357         * sysdeps/ia64/dl-machine.h: Likewise.
3358         * sysdeps/m68k/dl-machine.h: Likewise.
3359         * sysdeps/microblaze/dl-machine.h: Likewise.
3360         * sysdeps/mips/dl-machine.: Likewise.
3361         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3362         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3363         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3364         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3365         * sysdeps/sh/dl-machine.h: Likewise.
3366         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3367         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3368         * sysdeps/tile/dl-machine.h: Likewise.
3369         * sysdeps/x86_64/dl-machine.h: Likewise.
3371         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3372         code.
3373         (verify_persistent_db): Likewise.
3375 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3377         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3378         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3379         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3380         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3381         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3382         Moved ...
3383         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3384         ... here.
3385         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3386         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3388         Identical file removed.
3389         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3390         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3391         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3392         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3393         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3394         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3396         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3398         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3400         Moved ...
3401         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3402         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3403         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3404         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3405         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3406         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3407         Moved ...
3408         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3410         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3412         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3413         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3414         Identical file removed.
3415         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3416         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3417         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3418         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3419         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3420         Moved ...
3421         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3422         ... here.
3423         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3424         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3425         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3426         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3427         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3428         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3430         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3431         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3432         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3433         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3434         Moved ...
3435         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3436         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3437         Moved ...
3438         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3440         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3442         Moved ...
3443         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3444         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3445         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3447         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3448         folded into ...
3449         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3450         * sysdeps/unix/sysv/linux/s390/Versions
3451         (libpthread: GLIBC_2.19): New version set.
3452         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3453         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3454         (librt: GLIBC_2.3.3): New version set.
3455         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3456         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3457         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3458         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3459         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3460         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3461         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3462         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3463         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3464         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3465         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3466         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3467         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3468         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3469         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3470         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3471         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3472         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3473         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3474         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3475         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3476         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3477         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3478         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3479         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3480         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3481         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3482         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3483         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3484         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3485         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3486         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3487         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3488         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3489         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3490         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3491         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3492         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3493         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3494         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3495         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3496         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3497         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3498         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3499         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3501         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3502         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3503         (__libc_vfork): Define the function under this name.
3504         [!NOT_IN_libc] (__vfork): Make this an alias.
3505         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3506         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3507         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3508         (__libc_vfork): Define the function under this name.
3509         [!NOT_IN_libc] (__vfork): Make this an alias.
3510         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3511         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3512         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3513         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3514         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3515         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3517         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3518         code that was previously under [RESET_PID].
3519         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3520         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3521         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3523         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3524         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3525         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3526         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3527         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3528         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3529         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3530         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3531         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3532         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3533         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3534         Moved ...
3535         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3536         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3537         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3538         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3539         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3540         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3541         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3542         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3543         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3544         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3545         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3546         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3547         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3548         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3549         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3550         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3551         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3552         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3553         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3554         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3555         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3556         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3557         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3558         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3559         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3560         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3561         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3562         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3563         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3565 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3567         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3568         that was previously under [RESET_PID].
3569         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3571 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3573         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3574         not undefine and redefine.
3575         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3576         [O_CLOEXEC]: Make code unconditional.
3577         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3578         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3579         <kernel-features.h>.
3580         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3581         conditional variable definition.
3582         (shm_open) [O_CLOEXEC]: Make code unconditional.
3583         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3584         code.
3586         * configure.ac (USE_REGPARMS): Don't define here.
3587         * configure: Regenerated.
3588         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3589         * sysdeps/i386/configure: Regenerated.
3591         * nptl/createthread.c: Don't include kernel-features.h.
3592         * nptl/pthread_cancel.c: Likewise.
3593         * nptl/pthread_condattr_setclock.c: Likewise.
3594         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3595         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3596         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3597         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3598         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3599         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3600         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3601         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3602         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3603         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3604         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3605         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3606         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3607         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3608         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3609         * nscd/gai.c: Likewise.
3610         * nss/nss_db/db-open.c: Likewise.
3611         * sysdeps/generic/ldsodefs.h: Likewise.
3612         * sysdeps/sh/nptl/tls.h: Likewise.
3613         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3614         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3615         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3616         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3617         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3618         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3619         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3620         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3621         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3622         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3623         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3624         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3625         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3626         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3627         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3628         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3629         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3630         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3631         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3632         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3633         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3634         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3635         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3636         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3637         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3638         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3639         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3640         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3641         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3642         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3643         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3644         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3645         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3646         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3647         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3648         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3649         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3650         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3651         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3652         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3653         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3654         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3655         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3656         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3657         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3658         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3659         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3660         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3661         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3662         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3663         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3664         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3665         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3666         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3667         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3668         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3669         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3670         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3693         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3694         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3695         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3696         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3697         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3698         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3699         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3700         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3701         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3702         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3703         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3704         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3705         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3706         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3707         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3708         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3709         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3710         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3711         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3712         * sysdeps/unix/sysv/linux/system.c: Likewise.
3713         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3714         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3715         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3716         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3717         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3718         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3719         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3721         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3722         * configure: Regenerated.
3723         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3725         * configure.ac (base_machine): Do not set specially for particular
3726         machines here.
3727         * configure: Regenerated.
3728         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3729         settings from configure.ac.
3730         * sysdeps/i386/preconfigure: New file.
3731         * sysdeps/s390/preconfigure: Likewise.
3732         * sysdeps/sh/preconfigure: Likewise.
3733         * sysdeps/sparc/preconfigure: Likewise.
3735 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3737         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3738         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3739         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3740         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3741         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3742         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3743         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3744         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3745         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3746         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3747         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3748         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3749         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3750         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3751         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3752         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3753         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3754         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3755         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3757         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3758         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3759         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3760         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3761         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3762         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3763         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3764         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3765         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3766         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3767         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3768         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3769         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3770         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3771         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3772         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3773         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3774         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3775         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3776         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3777         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3778         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3779         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3780         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3781         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3782         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3783         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3784         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3785         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3786         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3787         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3788         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3789         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3790         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3791         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3792         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3793         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3794         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3796         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3797         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3798         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3799         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3800         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3801         Moved ...
3802         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3803         ... here.
3804         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3805         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3806         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3807         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3808         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3809         Moved ...
3810         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3811         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3812         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3813         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3814         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3815         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3816         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3817         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3818         Moved ...
3819         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3820         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3821         Moved ...
3822         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3823         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3824         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3825         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3826         Moved ...
3827         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3828         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3829         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3830         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3831         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3832         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3833         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3834         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3835         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3836         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3837         Moved ...
3838         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3839         ... here.
3840         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3841         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3842         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3843         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3844         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3845         Moved ...
3846         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3847         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3848         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3849         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3850         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3851         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3852         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3853         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3854         Moved ...
3855         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3856         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3857         Moved ...
3858         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3859         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3860         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3861         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3862         Moved ...
3863         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3864         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3865         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3866         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3867         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3869 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3871         * timezone/checktab.awk: Update from tzcode 2014e.
3872         * timezone/private.h: Likewise.
3873         * timezone/tzfile.h: Likewise.
3874         * timezone/zdump.c: Likewise.
3875         * timezone/zic.c: Likewise.
3877         * sysdeps/unix/sysv/linux/kernel-features.h
3878         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3879         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3880         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3881         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3882         Remove conditional code.
3884 2014-06-25  Will Newton  <will.newton@linaro.org>
3886         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3887         (_dl_arm_cap_flags): Add HWCAP2 values.
3888         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3889         (_DL_HWCAP_COUNT): Increase to 37.
3890         (_DL_HWCAP_LAST): New define.
3891         (_DL_HWCAP2_LAST): New define.
3892         (_dl_procinfo): Add support for printing
3893         AT_HWCAP2 entries.
3894         (_dl_string_hwcap): Use _dl_hwcap_string.
3896 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3898         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3900 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3902         * README: Do not mention ports directory.
3904         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3905         Remove macro.
3906         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3907         <kernel-features.h>.
3908         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3909         conditional variable definition.
3910         (__futimes): Update comment.
3911         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3912         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3914         [BZ #16560]
3915         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3916         arguments close to 0.
3917         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3918         Likewise.
3919         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3920         Likewise.
3921         * math/auto-libm-test-in: Add more tests of exp10.
3922         * math/auto-libm-test-out: Regenerated.
3923         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3925         * sysdeps/unix/sysv/linux/kernel-features.h
3926         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3927         * sysdeps/unix/sysv/linux/readv.c: Do not include
3928         <kernel-features.h>.
3929         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3930         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3931         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3932         unconditional.
3933         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3934         conditional code.
3935         * sysdeps/unix/sysv/linux/writev.c: Do not include
3936         <kernel-features.h>.
3937         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3938         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3939         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3940         unconditional.
3941         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3942         conditional code.
3944 2014-06-25  Will Newton  <will.newton@linaro.org>
3946         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3947         comment changes throughout the file.  Remove checks
3948         for HAVE_*_H definitions that are not required.
3949         (__gen_tempname): Call abort if an unknown kind value is
3950         passed.
3952 2014-06-25  Andreas Schwab  <schwab@suse.de>
3954         [BZ #17086]
3955         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3956         scalbln, scalblnf, scalblnl in libc.
3958 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3960         [BZ #17086]
3961         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3962         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3963         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3965 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3967         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3968         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3969         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3970         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3971         Update #include.
3972         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3973         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3974         Update #include.
3975         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3976         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3977         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3978         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3979         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3980         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3981         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3982         * sysdeps/x86/bits/semaphore.h: ... here.
3983         * sysdeps/x86/nptl/elide.h: Moved ...
3984         * sysdeps/x86/elide.h: ... here.
3985         * sysdeps/x86_64/nptl/Implies: File removed.
3986         * sysdeps/i386/nptl/Implies: File removed.
3988 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3990         [BZ #16539]
3991         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3992         return the argument for normal arguments with exponent below -64.
3993         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3994         Likewise.
3995         * math/auto-libm-test-in: Add another test of expm1.
3996         * math/auto-libm-test-out: Regenerated.
3998         [BZ #16287]
3999         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
4000         calling __erfcl for arguments at least 16.
4001         * math/auto-libm-test-in: Add more tests of erf.
4002         * math/auto-libm-test-out: Regenerated.
4004         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
4005         individual architectures.
4006         * sysdeps/unix/sysv/linux/configure: Regenerated.
4007         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
4008         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
4009         * sysdeps/unix/sysv/linux/powerpc/configure.ac
4010         (ldd_rewrite_script): Define variable.
4011         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
4012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
4013         file.
4014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
4015         generated file.
4016         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
4017         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
4018         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
4019         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
4020         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
4021         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
4022         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
4023         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
4025 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4027         [BZ #17084]
4028         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
4029         Rename member __data.d to __data.__elision_data.
4031 2014-06-24  Wilco  <wdijkstr@arm.com>
4033         * NEWS: Add 16918 to fixed bug list.
4035 2014-06-24  Wilco  <wdijkstr@arm.com>
4037         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
4039 2014-06-24  Wilco  <wdijkstr@arm.com>
4041         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
4042         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
4043         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
4044         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
4045         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
4046         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
4047         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
4048         Use _FPU_MASK_RM.
4050 2014-06-24  Wilco  <wdijkstr@arm.com>
4052         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
4054 2014-06-24  Wilco  <wdijkstr@arm.com>
4056         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
4057         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
4058         * sysdeps/arm/fesetround.c (fesetround): Remove space.
4059         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
4061 2014-06-24  Wilco  <wdijkstr@arm.com>
4063         [BZ #16918]
4064         * sysdeps/arm/feupdateenv.c (feupdateenv):
4065         Rewrite to reduce FPSCR accesses and fix return value.
4067 2014-06-24  Wilco  <wdijkstr@arm.com>
4069         * sysdeps/arm/fclrexcpt.c (feclearexcept):
4070         Optimize to avoid unnecessary FPSCR writes.
4071         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
4072         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
4073         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
4074         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
4076 2014-06-24  Wilco  <wdijkstr@arm.com>
4078         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
4079         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
4080         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
4081         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
4082         Call libc_fetestexcept_vfp.
4083         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
4084         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
4085         __SOFTFP__ ifdef so that they can be built for softfp.
4087 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4089         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
4090         argument type signed char.
4092         * Makerules (check-abi): Dump diff of symlist if the test
4093         fails.
4095 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4097         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
4098         using abort.
4100         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4101         Remove unused variable ST.
4103 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4105         [BZ #16354]
4106         [BZ #17061]
4107         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
4108         small arguments before calling __expm1.
4109         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
4110         small arguments before calling __expm1f.
4111         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
4112         small arguments before calling __expm1l.
4113         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
4114         Likewise.
4115         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
4116         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
4117         spurious underflow for some cosh tests.
4118         * math/auto-libm-test-out: Regenerated.
4119         * sysdeps/i386/fpu/libm-test-ulps: Update.
4121         [BZ #17050]
4122         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
4123         (__ieee754_y1): Set errno if return value overflows.
4124         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
4125         (__ieee754_y1f): Set errno if return value overflows.
4126         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
4127         (__ieee754_y1l): Set errno if return value overflows.
4128         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
4129         (__ieee754_y1l): Set errno if return value overflows.
4130         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
4131         * math/auto-libm-test-out: Regenerated.
4133         * math/gen-auto-libm-tests.c: Document use of
4134         ignore-zero-inf-sign.
4135         (input_flag_type): Add value flag_ignore_zero_inf_sign.
4136         (input_flags): Add ignore-zero-inf-sign.
4137         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
4138         * math/gen-libm-test.pl (generate_testfile): Handle
4139         ignore-zero-inf-sign.
4140         * math/auto-libm-test-in: Mark some cpow tests with
4141         ignore-zero-inf-sign and some with xfail-rounding.
4142         * math/auto-libm-test-out: Regenerated.
4143         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
4144         * sysdeps/i386/fpu/libm-test-ulps: Update.
4145         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4147         [BZ #16315]
4148         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
4149         overflowing or underflowing operations take place with sign of
4150         result.
4151         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
4152         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
4153         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
4154         (__ieee754_pow): Recompute overflowing and underflowing results in
4155         original rounding mode.
4156         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
4157         (__powl_helper): Allow negative argument X and scale negated value
4158         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
4159         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
4160         overflowing or underflowing operations take place with sign of
4161         result.
4162         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
4163         Include <math.h>.
4164         * math/auto-libm-test-in: Add more tests of pow.
4165         * math/auto-libm-test-out: Regenerated.
4166         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
4167         (pow_tonearest_test_data): Remove.
4168         (pow_test_tonearest): Likewise.
4169         (pow_towardzero_test_data): Likewise.
4170         (pow_test_towardzero): Likewise.
4171         (pow_downward_test_data): Likewise.
4172         (pow_test_downward): Likewise.
4173         (pow_upward_test_data): Likewise.
4174         (pow_test_upward): Likewise.
4175         (main): Don't call removed functions.
4176         * sysdeps/i386/fpu/libm-test-ulps: Update.
4177         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4179 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
4182         Moved ...
4183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
4184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4185         Moved ...
4186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
4187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4188         Moved ...
4189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
4190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
4191         Moved ...
4192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
4193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
4194         File removed.
4195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4196         File removed.
4197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
4198         File removed.
4199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
4200         File removed.
4201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
4202         File removed.
4203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
4204         File removed.
4205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
4206         File removed.
4207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4208         File removed.
4209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
4210         File removed.
4211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4212         File removed.
4213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4214         File removed.
4215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4216         File removed.
4217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4218         Moved ...
4219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4221         Moved ...
4222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4223         ... here.
4224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4225         Moved ...
4226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4228         Moved ...
4229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4231         Moved ...
4232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4234         Moved ...
4235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4237         Moved ...
4238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4240         Moved ...
4241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4243         Moved ...
4244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4247         ... here.
4248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4249         Moved ...
4250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4252         Moved ...
4253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4254         ... here.
4255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4256         Moved ...
4257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4258         ... here.
4259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4260         Moved ...
4261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4262         ... here.
4263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4264         Moved ...
4265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4267         Moved ...
4268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4272         Moved ...
4273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4274         ... here.
4275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4276         Moved ...
4277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4278         ... here.
4279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4280         Moved ...
4281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4283         Moved ...
4284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4286         Moved ...
4287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4289         Moved ...
4290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4292         Moved ...
4293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4294         ... here.
4295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4296         Moved ...
4297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4299         Moved ...
4300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4302         Moved ...
4303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4305         Moved ...
4306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4310         Moved ...
4311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4313         Moved ...
4314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4316         Moved ...
4317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4318         ... here.
4319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4320         Moved ...
4321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4322         ... here.
4323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4324         Moved ...
4325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4326         ... here.
4327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4328         Moved ...
4329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4331         Moved ...
4332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4334         Moved ...
4335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4337         Moved ...
4338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4339         ... here.
4340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4341         Moved ...
4342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4343         ... here.
4344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4345         Moved ...
4346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4347         ... here.
4348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4349         Moved ...
4350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4352         Moved ...
4353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4355 2014-06-23  Will Newton  <will.newton@linaro.org>
4356             Wilco  <wdijkstr@arm.com>
4358         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4359         implementation.  Include get-rounding-mode.h.
4360         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4361         [!libc_feholdsetround_noex_ctx]: Define
4362         libc_feholdsetround_noex_ctx.
4363         [!libc_feholdsetround_noexf_ctx]: Define
4364         libc_feholdsetround_noexf_ctx.
4365         [!libc_feholdsetround_noexl_ctx]: Define
4366         libc_feholdsetround_noexl_ctx.
4367         (libc_feholdsetround_ctx): New function.
4368         (libc_feresetround_ctx): New function.
4369         (libc_feholdsetround_noex_ctx): New function.
4370         (libc_feresetround_noex_ctx): New function.
4372 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4374         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4375         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4376         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4377         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4378         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4379         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4381         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4382         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4383         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4384         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4385         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4386         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4387         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4388         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4389         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4390         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4391         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4392         Moved ...
4393         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4394         ... here.
4395         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4396         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4397         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4398         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4399         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4400         Moved ...
4401         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4402         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4403         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4404         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4405         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4406         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4407         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4408         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4409         Moved ...
4410         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4411         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4412         Moved ...
4413         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4414         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4415         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4416         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4417         Moved ...
4418         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4419         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4420         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4421         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4422         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4423         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4424         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4425         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4426         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4427         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4428         Moved ...
4429         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4430         ... here.
4431         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4432         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4433         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4434         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4435         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4436         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4437         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4438         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4439         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4440         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4441         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4442         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4443         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4444         Moved ...
4445         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4446         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4447         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4448         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4449         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4450         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4451         Moved ...
4452         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4453         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4454         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4455         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4456         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4458         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4459         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4460         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4461         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4462         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4463         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4464         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4465         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4466         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4467         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4468         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4469         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4470         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4471         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4472         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4473         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4474         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4475         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4476         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4477         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4478         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4479         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4480         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4481         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4482         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4483         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4484         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4485         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4487 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4489         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4490         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4491         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4492         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4493         (IPV6_PMTUDISC_INTERFACE): Likewise.
4494         (IPV6_PMTUDISC_OMIT): Likewise.
4496 2014-06-23  Andreas Schwab  <schwab@suse.de>
4498         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4499         Remove unused errout label.
4501 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4503         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4504         macro: hardware supports Vector Crypto instructions.
4506 2014-06-23  Will Newton  <will.newton@linaro.org>
4508         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4509         rather than __builtin_expect.
4511         * elf/dl-lookup.c (undefined_msg): Remove variable.
4512         (_dl_lookup_symbol_x): Replace undefined_msg with string
4513         literal.
4515         * elf/dl-lookup.c (do_lookup_unique): New function.
4516         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4517         to a separate function.
4519 2014-06-23  Andreas Schwab  <schwab@suse.de>
4521         [BZ #17079]
4522         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4523         before reading the next line.
4525 2014-06-23  Will Newton  <will.newton@linaro.org>
4527         * test-skeleton.c (signal_handler): Use printf and %m
4528         rather than perror.  Use printf rather than fprintf to
4529         stderr.  Use puts rather than fputs to stderr.
4530         (main): Likewise.
4532 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4534         * nscd/nscd.c (thread_info_t): Remove typedef.
4535         (thread_info): Remove variable.
4537 2014-06-21  Allan McRae  <allan@archlinux.org>
4539         * NEWS: Mention CVE-2014-4043.
4541 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4543         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4544         * nptl/smp.h: ... here.
4546         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4548         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4549         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4550         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4551         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4553         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4554         * nptl/stack-aliasing.h: New file.
4555         * sysdeps/i386/i686/stack-aliasing.h: New file.
4556         * sysdeps/i386/i686/nptl/Makefile: File removed.
4557         * sysdeps/x86_64/stack-aliasing.h: New file.
4558         * sysdeps/x86_64/nptl/Makefile
4559         (CFLAGS-pthread_create.c): Variable removed.
4561         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4562         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4563         old file.
4564         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4565         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4566         old file.
4568 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4570         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4571         (__ASSUME_SIGFRAME_V2): Remove macro.
4572         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4573         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4574         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4575         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4576         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4577         Declare as function.  Remove conditional macro definitions.
4578         (__default_rt_sa_restorer): Likewise.
4579         (__default_sa_restorer_v1): Remove declaration.
4580         (__default_sa_restorer_v2): Likewise.
4581         (__default_rt_sa_restorer_v1): Likewise.
4582         (__default_rt_sa_restorer_v2): Likewise.
4583         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4584         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4585         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4587 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4589         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4590         (libpthread-routines): Add sysdep.
4591         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4592         * sysdeps/unix/sysv/linux/sparc/Versions
4593         (libpthread: GLIBC_2.3.3): New version set.
4594         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4595         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4596         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4597         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4598         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4599         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4600         Moved ...
4601         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4602         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4603         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4604         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4605         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4606         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4607         * sysdeps/sparc/nptl/sem_init.c: ... here.
4608         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4609         * sysdeps/sparc/nptl/sem_post.c: ... here.
4610         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4611         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4612         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4613         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4614         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4615         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4616         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4617         (libpthread-routines): Add cpu_relax.
4618         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4619         File removed.
4620         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4621         (librt: GLIBC_2.3.3): New version set.
4622         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4623         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4624         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4625         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4627         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4628         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4629         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4630         Moved ...
4631         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4632         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4633         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4634         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4635         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4636         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4637         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4638         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4639         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4640         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4641         Moved ...
4642         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4643         Update #include.
4644         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4645         Moved ...
4646         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4647         Update #include.
4648         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4649         Moved ...
4650         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4651         Update #include.
4652         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4653         Moved ...
4654         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4655         Update #include.
4656         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4657         Moved ...
4658         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4659         Update #include.
4660         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4661         Moved ...
4662         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4663         Update #include.
4664         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4665         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4666         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4667         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4668         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4669         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4670         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4671         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4672         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4673         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4674         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4675         Moved ...
4676         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4677         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4678         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4679         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4680         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4682 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4684         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4685         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4686         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4687         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4688         * nscd/nscd.c: Likewise.
4689         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4690         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4691         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4692         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4694         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4695         <kernel-features.h>.
4696         (init_mq_netlink): Remove conditional have_sock_cloexec
4697         definitions.  Remove code conditional on have_sock_cloexec < 0.
4698         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4699         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4700         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4701         <kernel-features.h>.
4702         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4703         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4705 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4707         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4708         Add tests for memset_chk and memset.
4710         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4711         with AVX2_Usable.
4713 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4715         [BZ #16046]
4716         * elf/tst-dl-iter-static.c: New file.
4717         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4719         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4720         error.
4722 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4724         * sysdeps/unix/sysv/linux/kernel-features.h
4725         (__ASSUME_F_GETOWN_EX): Remove macro.
4726         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4727         <kernel-features.h>.
4728         (miss_F_GETOWN_EX): Remove variable or macro.
4729         (do_fcntl): Do not check miss_F_GETOWN_EX.
4730         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4732         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4733         Remove macro.
4734         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4735         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4736         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4738         * sysdeps/unix/sysv/linux/kernel-features.h
4739         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4740         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4741         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4742         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4744 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4746         [BZ #17075]
4747         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4748         Fix calculation of the symbol's value.
4749         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4750         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4751         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4752         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4753         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4754         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4755         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4756         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4757         (modules-names): Add `tst-armtlsdescmod',
4758         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4759         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4760         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4761         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4762         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4763         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4764         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4765         ($(objpfx)tst-armtlsdescloc): New dependency.
4766         ($(objpfx)tst-armtlsdescextnow): Likewise.
4767         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4768         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4769         TLS scheme support.
4770         * sysdeps/arm/configure: Regenerate.
4772 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4774         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4775         (__atfct_seterrno_2): Likewise.
4776         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4777         <kernel-features.h>.
4778         (__ASSUME_ATFCTS): Do not undefine and redefine.
4779         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4780         (__have_atfcts): Remove conditional definition.
4781         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4782         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4783         unreachable if [__ASSUME_ATFCTS].
4784         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4785         not undefine and redefine.
4786         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4787         <kernel-features.h>.
4788         (faccessat) [__NR_faccessat]: Make code unconditional.
4789         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4790         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4791         <kernel-features.h>.
4792         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4793         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4794         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4795         <kernel-features.h>.
4796         (fchownat) [__NR_fchownat]: Make code unconditional.
4797         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4798         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4799         <kernel-features.h>.
4800         (futimesat) [__NR_futimesat]: Make code unconditional.
4801         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4802         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4803         <kernel-features.h>.
4804         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4805         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4806         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4807         <kernel-features.h>.
4808         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4809         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4810         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4811         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4812         <kernel-features.h>.
4813         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4814         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4815         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4816         <kernel-features.h>.
4817         (linkat) [__NR_linkat]: Make code unconditional.
4818         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4819         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4820         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4821         <kernel-features.h>.
4822         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4823         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4824         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4825         <kernel-features.h>.
4826         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4827         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4828         * sysdeps/unix/sysv/linux/openat.c: Do not include
4829         <kernel-features.h>.
4830         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4831         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4832         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4833         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4834         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4835         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4836         <kernel-features.h>.
4837         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4838         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4839         result of INLINE_SYSCALL directly, not via int variable.
4840         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4841         <kernel-features.h>.
4842         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4843         (renameat) [__NR_renameat]: Make code unconditional.
4844         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4845         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4846         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4847         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4848         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4849         (__ASSUME_ATFCTS): Do not undefine and redefine.
4850         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4851         <kernel-features.h>.
4852         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4853         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4854         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4855         <kernel-features.h>.
4856         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4857         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4858         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4859         (__ASSUME_ATFCTS): Do not undefine and redefine.
4860         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4861         <kernel-features.h>.
4862         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4863         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4864         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4865         <kernel-features.h>.
4866         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4867         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4869 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4871         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4873 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4875         [BZ #17069]
4876         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4877         constructed tree before returning error.
4878         * posix/bug-regexp36.c: Expand test case.
4880 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4882         [BZ #6803]
4883         * math/libm-test.inc (scalbln_test_date):
4884         Add errno expectations.
4885         * math/w_scalblnf.c: New File.
4886         Add wrapper which checks for setting errno to ERANGE.
4887         Add weak_alias for corresponding scalbln function.
4888         * math/w_scalbln.c: Likewise.
4889         * math/w_scalblnl.c: Likewise.
4890         * math/Makefile (libm-calls): Add w_scalbln.
4891         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4892         Remove weak_alias for corresponding scalbln function.
4893         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4894         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4895         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4896         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4897         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4898         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4899         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4900         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4901         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4902         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4903         Remove long_double_symbol for scalblnl function in libm, libc.
4904         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4905         Add wrapper which checks for setting errno to ERANGE.
4906         Add long_double_symbol for scalblnl function in libm, libc.
4907         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4908         Remove long_double_symbol for scalblnl in libm.
4909         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4910         Add wrapper which checks for setting errno to ERANGE.
4911         Add long_double_symbol for scalblnl function in libm.
4912         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4913         Do not use wrapper because of own implementation.
4915 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4917         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4918         3 bytes for __pad1 for x32.
4919         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4921 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4922             H.J. Lu  <hongjiu.lu@intel.com>
4924         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4925         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4926         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4927         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4928         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4930 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4932         [BZ #17069]
4933         * posix/regcomp.c (parse_expression): Deallocate partially
4934         constructed tree before returning error.
4935         * posix/Makefile.c (tests): Add bug-regex36.
4936         (generated): Add bug-regex36.mtrace.
4937         (tests-special): Add $(objpfx)bug-regex36-mem.out
4938         (bug-regex36-ENV): New variable.
4939         ($(objpfx)bug-regex36-mem.out): New rule.
4940         * posix/bug-regex36.c: New file.
4942 2014-06-19  Will Newton  <will.newton@linaro.org>
4944         * malloc/malloc.c (systrim): If extra is zero then return
4945         early.
4947 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4949         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4951 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4953         * sysdeps/aarch64/strchr.S: New file.
4955 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4957         [BZ #17022]
4958         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4959         from arguments -2 or below.
4960         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4961         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4963 2014-06-18  Andreas Schwab  <schwab@suse.de>
4965         [BZ #17062]
4966         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4967         of a bracket expr not to run off the end of the string.
4968         * posix/Makefile (tests): Add tst-fnmatch3.
4969         * posix/tst-fnmatch3.c: New file.
4971 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4973         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4974         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4975         [$(cross-compiling) = no]: Likewise.
4976         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4977         [$(cross-compiling) = no]: Likewise.
4979 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4981         [BZ #17031]
4982         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4983         double, adjusted for any remainder from the high double.
4984         * math/libm-test.inc (nearbyint): Add tests.
4985         (rint): Likewise.
4987 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4989         * nptl/sysdeps/powerpc/Makefile: Moved ...
4990         * sysdeps/powerpc/nptl/Makefile: ... here.
4991         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4992         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4993         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4994         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4995         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4996         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4997         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4998         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4999         * nptl/sysdeps/powerpc/tls.h: Moved ...
5000         * sysdeps/powerpc/nptl/tls.h: ... here.
5002 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
5004         [BZ #16681]
5005         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
5006         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
5007         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
5008         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
5009         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
5010         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
5011         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
5012         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
5013         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
5015 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
5017         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5019 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
5021         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
5022         defined operator.
5024         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
5025         $TIMEOUTFACTOR.
5027 2014-06-16  Florian Weimer  <fweimer@redhat.com>
5029         [BZ #17058]
5030         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
5031         non-executed part of the test.
5033 2014-06-16  Andreas Schwab  <schwab@suse.de>
5035         * string/bits/string2.h (strdup, strndup): Update feature guard.
5037 2014-06-14  David S. Miller  <davem@davemloft.net>
5039         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5041 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
5043         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
5044         that was previously under [RESET_PID].
5045         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
5047         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
5048         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
5049         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
5050         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5051         (__libc_vfork): New strong alias.
5052         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
5054 2014-06-14 Andi Kleen  <ak@linux.intel.com>
5056         * sysdeps/generic/elide.h: New file.
5058 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5060         * Makefile (installed-headers): Adjust path of pthread.h header.
5062 2014-06-13  Roland McGrath  <roland@hack.frob.com>
5064         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
5065         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
5066         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
5067         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
5069         * nptl/sysdeps/s390/Makefile: Moved ...
5070         * sysdeps/s390/nptl/Makefile: ... here.
5071         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
5072         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
5073         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
5074         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
5075         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
5076         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
5077         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
5078         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
5079         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
5080         * sysdeps/s390/nptl/pthreaddef.h: ... here.
5081         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
5082         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
5083         * nptl/sysdeps/s390/tls.h: Moved ...
5084         * sysdeps/s390/nptl/tls.h: ... here.
5086         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
5087         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
5089 2014-06-13  David S. Miller  <davem@davemloft.net>
5091         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
5092         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
5093         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
5094         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
5095         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
5096         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
5097         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
5098         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
5099         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
5100         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
5101         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5102         Remove RESET_PID cpp guards.
5103         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5104         Remove RESET_PID cpp guards.
5105         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
5107 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
5109         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
5110         __sp to uintptr_t.
5112 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5114         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
5115         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
5116         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
5117         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
5118         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
5119         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
5120         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
5121         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
5122         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
5123         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
5124         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
5125         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
5126         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
5127         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
5128         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
5129         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
5130         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
5131         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
5132         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
5133         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
5135         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
5136         (pthread_rwlock_rdlock): Add elision.
5137         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
5138         (pthread_rwlock_wrlock): Add elision.
5139         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
5140         (pthread_rwlock_trywrlock): Add elision.
5141         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
5142         (pthread_rwlock_tryrdlock): Add elision.
5143         * nptl/pthread_rwlock_unlock.c: Include elide.h.
5144         (pthread_rwlock_tryrdlock): Add elision unlock.
5145         * nptl/sysdeps/pthread/pthread.h:
5146         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
5147         (PTHREAD_RWLOCK_INITIALIZER,
5148         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
5149         Handle new elision field.
5150         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
5151         * sysdeps/arm/nptl/bits/pthreadtypes.h
5152         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5153         * sysdeps/sh/nptl/bits/pthreadtypes.h
5154         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5155         * sysdeps/tile/nptl/bits/pthreadtypes.h
5156         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5157         * sysdeps/a/nptl/bits/pthreadtypes.h
5158         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5159         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
5160         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5161         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
5162         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5163         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
5164         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5165         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
5166         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5167         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
5168         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5169         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
5170         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5171         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
5172         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5173         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
5174         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5175         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
5176         (elision_init): Set try_xbegin to zero when no RTM.
5177         * sysdeps/x86/nptl/bits/pthreadtypes.h
5178         (pthread_rwlock_t): Change __pad1 to __rwelision.
5179         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5181 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5183         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
5184         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
5185         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
5186         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
5188 2014-06-13  Meador Inge  <meadori@codesourcery.com>
5190         [BZ #16996]
5191         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
5192         that the cached result has been set before returning it.
5194 2014-06-12  Roland McGrath  <roland@hack.frob.com>
5196         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
5197         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
5198         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
5199         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
5200         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
5201         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
5203         * nptl/sysdeps/sparc/Makefile: Moved ...
5204         * sysdeps/sparc/nptl/Makefile: ... here.
5205         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
5206         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
5207         * nptl/sysdeps/sparc/tls.h: Moved ...
5208         * sysdeps/sparc/nptl/tls.h: ... here.
5209         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
5210         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
5211         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5212         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5213         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5214         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5215         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5216         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5217         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5218         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5219         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5220         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5221         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5222         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5223         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5224         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5225         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5226         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5227         Update #include.
5228         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5229         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5230         Update #include.
5231         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5232         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5233         Update #include.
5234         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5235         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5236         Update #include.
5238         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5240         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5241         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5243         * sysdeps/pthread/posix-timer.h: Include <list.h>.
5244         (struct list_links): Type removed.
5245         (struct thread_node, struct timer_node): Replace struct list_links
5246         with struct list_head.
5247         (list_unlink_ip): Likewise.
5248         * sysdeps/pthread/timer_routines.c
5249         (timer_free_list, thread_free_list, thread_active_list): Likewise.
5250         (list_append, list_insbefore): Likewise.
5251         (list_init): Function removed.
5252         (thread_init, init_module): Use INIT_LIST_HEAD instead.
5253         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5254         * sysdeps/pthread/Makefile: ... here, new file.
5256         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5257         * sysdeps/nptl/Implies: ... here.
5258         * sysdeps/unix/sysv/linux/Implies: Add nptl.
5259         * nptl/sysdeps/pthread/list.h: Moved ...
5260         * include/list.h: ... here.
5261         * nptl/sysdeps/pthread/createthread.c: Moved ...
5262         * nptl/createthread.c: ... here.
5263         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5264         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5265         * nptl/pt-longjmp.c: ... here.
5266         * nptl/sysdeps/pthread/Makefile: Moved ...
5267         * sysdeps/nptl/Makefile: ... here.
5268         * nptl/sysdeps/pthread/Subdirs: Moved ...
5269         * sysdeps/nptl/Subdirs: ... here.
5270         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5271         * sysdeps/nptl/aio_misc.h: ... here.
5272         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5273         * sysdeps/nptl/bits/libc-lock.h: ... here.
5274         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5275         * sysdeps/nptl/bits/libc-lockP.h: ... here.
5276         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5277         * sysdeps/nptl/bits/stdio-lock.h: ... here.
5278         * nptl/sysdeps/pthread/configure: Moved ...
5279         * sysdeps/nptl/configure: ... here.
5280         * nptl/sysdeps/pthread/configure.ac: Moved ...
5281         * sysdeps/nptl/configure.ac: ... here.
5282         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5283         * sysdeps/nptl/gai_misc.h: ... here.
5284         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5285         * sysdeps/nptl/librt-cancellation.c: ... here.
5286         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5287         * sysdeps/nptl/malloc-machine.h: ... here.
5288         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5289         * sysdeps/nptl/pthread-functions.h: ... here.
5290         * nptl/sysdeps/pthread/pthread.h: Moved ...
5291         * sysdeps/nptl/pthread.h: ... here.
5292         * nptl/sysdeps/pthread/setxid.h: Moved ...
5293         * sysdeps/nptl/setxid.h: ... here.
5294         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5295         * sysdeps/nptl/sigfillset.c: ... here.
5296         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5297         * sysdeps/nptl/tcb-offsets.h: ... here.
5298         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5299         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5300         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5301         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5302         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5303         * sysdeps/pthread/allocalim.h: ... here.
5304         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5305         * sysdeps/pthread/bits/sigthread.h: ... here.
5306         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5307         * sysdeps/pthread/flockfile.c: ... here.
5308         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5309         * sysdeps/pthread/ftrylockfile.c: ... here.
5310         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5311         * sysdeps/pthread/funlockfile.c: ... here.
5312         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5313         * sysdeps/pthread/posix-timer.h: ... here.
5314         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5315         * sysdeps/pthread/timer_create.c: ... here.
5316         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5317         * sysdeps/pthread/timer_delete.c: ... here.
5318         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5319         * sysdeps/pthread/timer_getoverr.c: ... here.
5320         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5321         * sysdeps/pthread/timer_gettime.c: ... here.
5322         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5323         * sysdeps/pthread/timer_routines.c: ... here.
5324         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5325         * sysdeps/pthread/timer_settime.c: ... here.
5326         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5327         * sysdeps/pthread/tst-timer.c: ... here.
5328         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5329         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5331         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5332         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5334         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5335         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5336         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5337         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5338         Update #include target.
5339         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5340         * sysdeps/i386/i686/nptl/Makefile: ... here.
5341         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5342         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5343         Update #include target.
5344         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5345         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5346         * nptl/sysdeps/i386/Makefile: Moved ...
5347         * sysdeps/i386/nptl/Makefile: ... here.
5348         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5349         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5350         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5351         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5352         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5353         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5354         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5355         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5356         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5357         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5358         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5359         * nptl/sysdeps/i386/tls.h: Moved ...
5360         * sysdeps/i386/nptl/tls.h: ... here.
5362         * sysdeps/sh/Makefile [$(subdir) = csu]
5363         (gen-as-const-headers): Add tcb-offsets.sym.
5364         * nptl/sysdeps/sh/Makefile: File removed.
5365         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5366         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5367         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5368         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5369         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5370         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5371         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5372         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5373         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5374         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5375         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5376         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5377         * nptl/sysdeps/sh/tls.h: Moved ...
5378         * sysdeps/sh/nptl/tls.h: ... here.
5379         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5380         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5381         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5382         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5383         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5384         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5385         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5386         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5387         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5388         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5389         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5390         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5391         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5392         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5393         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5394         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5395         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5396         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5397         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5398         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5399         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5400         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5401         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5402         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5403         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5404         Moved ...
5405         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5406         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5407         Moved ...
5408         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5409         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5410         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5411         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5412         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5413         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5414         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5415         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5416         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5417         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5418         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5419         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5420         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5421         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5422         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5423         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5424         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5425         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5426         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5428 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5430         * posix/spawn_faction_addopen.c: Include string.h.
5432 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5434         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5435         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5436         * nptl/sysdeps/x86_64/Makefile: Moved ...
5437         * sysdeps/x86_64/nptl/Makefile: ... here.
5438         * nptl/sysdeps/x86_64/configure: Moved ...
5439         * sysdeps/x86_64/nptl/configure: ... here.
5440         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5441         * sysdeps/x86_64/nptl/configure.ac: ... here.
5442         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5443         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5444         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5445         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5446         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5447         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5448         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5449         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5450         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5451         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5452         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5453         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5454         * nptl/sysdeps/x86_64/tls.h: Moved ...
5455         * sysdeps/x86_64/nptl/tls.h: ... here.
5456         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5457         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5458         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5459         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5461         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5463 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5465         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5467 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5469         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5470         type.
5471         [POSIX] (off_t): Likewise.
5472         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5473         [POSIX] (S_ISBLK): Require macro.
5474         [POSIX] (S_ISCHR): Likewise.
5475         [POSIX] (S_ISDIR): Likewise.
5476         [POSIX] (S_ISFIFO): Likewise.
5477         [POSIX] (S_ISREG): Likewise.
5478         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5479         optional-macro.
5480         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5481         type.
5482         [POSIX] (time_t): Likewise.
5483         [POSIX] (timer_t): Likewise.
5485 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5487         [BZ #17048]
5488         * posix/spawn_int.h (struct __spawn_action): Make the path string
5489         non-const to support deallocation.
5490         * posix/spawn_faction_addopen.c
5491         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5492         * posix/spawn_faction_destroy.c
5493         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5494         path in all spawn_do_open actions.
5495         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5496         posix_spawn_file_actions_addopen.
5498 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5500         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5501         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5502         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5503         conditional code always true.
5504         (__libc_vfork): New alias.
5506 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5508         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5509         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5511         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5513         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5514         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5516         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5517         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5519         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5520         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5522 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5524         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5525         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5526         multiarch strcmp for PPC64.
5527         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5528         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5529         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5530         multiarch optimizations.
5531         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5532         (__libc_ifunc_impl_list): Likewise.
5534 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5536         * benchtests/scripts/validate_benchout.py: New script.
5537         * benchtests/Makefile (bench-func): Call it.
5538         * benchtests/scripts/benchout.schema.json: New file.
5540 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5542         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5543         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5544         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5545         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5546         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5547         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5548         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5549         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5550         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5551         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5552         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5553         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5554         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5555         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5556         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5557         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5558         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5559         Moved ...
5560         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5561         ... here.
5562         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5563         Moved ...
5564         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5565         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5566         Moved ...
5567         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5568         ... here.
5569         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5570         Moved ...
5571         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5572         ... here.
5573         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5574         Moved ...
5575         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5576         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5577         Moved ...
5578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5579         ... here.
5580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5581         Moved ...
5582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5583         ... here.
5584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5585         Moved ...
5586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5588         Moved ...
5589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5590         ... here.
5591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5592         Moved ...
5593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5594         ... here.
5595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5596         Moved ...
5597         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5598         ... here.
5599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5600         Moved ...
5601         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5603         Moved ...
5604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5605         ... here.
5606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5607         Moved ...
5608         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5609         ... here.
5610         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5611         Moved ...
5612         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5613         ... here.
5614         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5615         Moved ...
5616         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5617         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5618         Moved ...
5619         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5620         ... here.
5621         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5622         Moved ...
5623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5624         ... here.
5625         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5626         Moved ...
5627         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5629         Moved ...
5630         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5631         ... here.
5632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5633         Moved ...
5634         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5635         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5636         Moved ...
5637         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5638         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5639         Moved ...
5640         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5641         ... here.
5642         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5643         Moved ...
5644         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5645         ... here.
5646         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5647         Moved ...
5648         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5649         ... here.
5650         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5651         Moved ...
5652         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5653         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5654         Moved ...
5655         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5656         ... here.
5657         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5658         Moved ...
5659         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5660         ... here.
5661         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5662         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5663         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5664         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5665         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5666         Moved ...
5667         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5668         ... here.
5669         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5670         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5671         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5672         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5673         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5674         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5675         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5676         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5677         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5678         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5679         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5680         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5681         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5682         Moved ...
5683         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5684         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5685         Moved ...
5686         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5687         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5688         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5689         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5690         Moved ...
5691         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5692         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5693         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5694         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5695         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5696         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5697         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5699 2014-06-10  Wilco  <wdijkstr@arm.com>
5701         * math/test-fenv-return.c: New file.
5702         * math/Makefile: Add new test test-fenv-return.
5704 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5706         [BZ #17042]
5707         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5708         when x - 1 is zero.
5709         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5710         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5711         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5712         0.0L for an argument of 1.0L.
5713         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5714         Likewise.
5715         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5716         value when x - 1 is zero.
5717         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5718         * sysdeps/i386/fpu/libm-test-ulps: Update.
5719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5721 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5723         [BZ #15119]
5724         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5726 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5728         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5729         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5731 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5733         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5734         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5736         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5737         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5739         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5740         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5742         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5743         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5745         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5746         if not already defined.
5747         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5748         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5749         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5750         (TLS_INIT_TP): Use it.
5751         (TLS_DEFINE_INIT_TP): New macro.
5752         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5754 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5756         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5757         constant.
5758         [POSIX] (IXANY): Likewise.
5759         [POSIX] (OLCUC): Likewise.
5760         [POSIX || POSIX2008] (CBAUD): Do not allow.
5761         [POSIX || POSIX2008] (DEFECHO): Likewise.
5762         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5763         [POSIX || POSIX2008] (ECHOKE): Likewise.
5764         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5765         [POSIX || POSIX2008] (EXTA): Likewise.
5766         [POSIX || POSIX2008] (EXTB): Likewise.
5767         [POSIX || POSIX2008] (FLUSHO): Likewise.
5768         [POSIX || POSIX2008] (LOBLK): Likewise.
5769         [POSIX || POSIX2008] (PENDIN): Likewise.
5770         [POSIX || POSIX2008] (SWTCH): Likewise.
5771         [POSIX || POSIX2008] (VDISCARD): Likewise.
5772         [POSIX || POSIX2008] (VDSUSP): Likewise.
5773         [POSIX || POSIX2008] (VLNEXT): Likewise.
5774         [POSIX || POSIX2008] (VREPRINT): Likewise.
5775         [POSIX || POSIX2008] (VSTATUS): Likewise.
5776         [POSIX || POSIX2008] (VWERASE): Likewise.
5777         (B*): Change to B[0123456789]*.
5778         * conform/data/time.h-data [POSIX || UNIX98]
5779         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5780         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5781         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5782         [POSIX] (tm_*): Do not allow.
5784 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5786         * Makefile (install): Don't set LANGUAGE.
5787         * Makefile.in (install): Likewise.
5788         * assert/Makefile (test-assert-ENV): Remove variable.
5789         (test-assert-perr-ENV): Likewise.
5790         * elf/Makefile (neededtest4-ENV): Likewise.
5791         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5792         [$(cross-compiling) = no]: Don't set LANGUAGE.
5793         * io/ftwtest-sh (LANG): Remove variable.
5794         * libio/Makefile (tst-widetext-ENV): Likewise.
5795         * manual/install.texi (Running make install): Don't refer to
5796         environment settings for make install.
5797         * INSTALL: Regenerated.
5798         * nptl/tst-tls6.sh: Don't set LANG.
5799         * posix/globtest.sh (LANG): Remove variable.
5800         * string/Makefile (tester-ENV): Likewise.
5801         (inl-tester-ENV): Likewise.
5802         (noinl-tester-ENV): Likewise.
5803         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5804         [$(cross-compiling) = no]: Don't set LANGUAGE.
5805         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5806         without explicit environment settings.
5808 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5810         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5811         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5812         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5813         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5815 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5817         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5818         other files in the crypt directory.
5819         * crypt/crypt.c: Remove duplicate includes.
5820         * crypt/crypt-entry.c: Likewise.
5821         * crypt/crypt_util.c: Likewise.
5823 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5825         * Makeconfig (run-program-env): New variable.
5826         (run-program-prefix-before-env): Likewise.
5827         (run-program-prefix-after-env): Likewise.
5828         (run-program-prefix): Define in terms of new variables.
5829         (built-program-cmd-before-env): New variable.
5830         (built-program-cmd-after-env): Likewise.
5831         (built-program-cmd): Define in terms of new variables.
5832         (test-program-prefix-before-env): New variable.
5833         (test-program-prefix-after-env): Likewise.
5834         (test-program-prefix): Define in terms of new variables.
5835         (test-program-cmd-before-env): New variable.
5836         (test-program-cmd-after-env): Likewise.
5837         (test-program-cmd): Define in terms of new variables.
5838         * Rules (make-test-out): Use $(run-program-env).
5839         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5840         (help): Do not mention environment variables.  Mention
5841         --timeoutfactor option.
5842         (timeoutfactor): New variable.
5843         (blacklist_exports): Remove function.
5844         (exports): Remove variable.
5845         (command): Do not include ${exports}.
5846         * manual/install.texi (Configuring and compiling): Do not mention
5847         test wrappers preserving environment variables.  Mention that last
5848         assignment to a variable must take precedence.
5849         * INSTALL: Regenerated.
5850         * benchtests/Makefile (run-bench): Use $(run-program-env).
5851         * catgets/Makefile ($(objpfx)test1.cat): Use
5852         $(built-program-cmd-before-env), $(run-program-env) and
5853         $(built-program-cmd-after-env).
5854         ($(objpfx)test2.cat): Do not specify environment variables
5855         explicitly.
5856         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5857         $(run-program-env) and $(built-program-cmd-after-env).
5858         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5859         $(run-program-env) and $(test-program-cmd-after-env).
5860         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5861         explicitly.
5862         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5863         run_program_env and test_program_cmd_after_env arguments.
5864         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5865         * elf/tst-pathopt.sh: Use run_program_env argument.
5866         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5867         $(test-wrapper-env) and $(run-program-env).
5868         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5869         run_program_env arguments.
5870         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5871         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5872         $(test-program-prefix-before-env), $(run-program-env) and
5873         $(test-program-prefix-after-env).
5874         ($(objpfx)tst-gettext2.out): Likewise.
5875         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5876         run_program_env and test_program_prefix_after_env arguments.
5877         * intl/tst-gettext2.sh: Likewise.
5878         * intl/tst-gettext4.sh: Do not set environment variables
5879         explicitly.
5880         * intl/tst-gettext6.sh: Likewise.
5881         * intl/tst-translit.sh: Likewise.
5882         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5883         $(test-program-prefix-before-env), $(run-program-env) and
5884         $(test-program-prefix-after-env).
5885         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5886         run_program_env and test_program_prefix_after_env arguments.
5887         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5888         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5889         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5890         explicitly with each use of ${test_wrapper_env}.
5891         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5892         $(test-program-prefix-before-env), $(run-program-env) and
5893         $(test-program-prefix-after-env).
5894         * posix/tst-getconf.sh: Do not set environment variables
5895         explicitly.
5896         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5897         run_program_env and test_program_prefix_after_env arguments.
5898         * stdio-common/tst-printf.sh: Do not set environment variables
5899         explicitly.
5900         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5901         $(test-program-prefix-before-env), $(run-program-env) and
5902         $(test-program-prefix-after-env).
5903         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5904         run_program_env and test_program_prefix_after_env arguments.
5905         Split $test calls into $test_pre and $test.
5906         * timezone/Makefile (build-testdata): Use
5907         $(built-program-cmd-before-env), $(run-program-env) and
5908         $(built-program-cmd-after-env).
5910 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5912         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5913         strlen for non SHARED builds.
5915 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5917         * nptl/allocatestack.c (check_list): Inlined function...
5918         (__reclaim_stacks): ... here.
5920 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5922         [BZ #15698]
5923         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5924         memory overrun.
5926 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5928         * Rules (make-test-out): Include
5929         LOCPATH=$(common-objpfx)localedata in default environment.
5930         * debug/Makefile (tst-chk1-ENV): Remove variable.
5931         (tst-chk2-ENV): Likewise.
5932         (tst-chk3-ENV): Likewise.
5933         (tst-chk4-ENV): Likewise.
5934         (tst-chk5-ENV): Likewise.
5935         (tst-chk6-ENV): Likewise.
5936         (tst-lfschk1-ENV): Likewise.
5937         (tst-lfschk2-ENV): Likewise.
5938         (tst-lfschk3-ENV): Likewise.
5939         (tst-lfschk4-ENV): Likewise.
5940         (tst-lfschk5-ENV): Likewise.
5941         (tst-lfschk6-ENV): Likewise.
5942         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5943         (tst-iconv7-ENV): Likewise.
5944         * intl/Makefile (LOCPATH-ENV): Likewise.
5945         (tst-codeset-ENV): Likewise.
5946         (tst-gettext3-ENV): Likewise.
5947         (tst-gettext5-ENV): Likewise.
5948         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5949         (tst-fopenloc-ENV): Likewise.
5950         (tst-fgetws-ENV): Remove variable.
5951         (tst-ungetwc1-ENV): Likewise.
5952         (tst-ungetwc2-ENV): Likewise.
5953         (bug-ungetwc2-ENV): Likewise.
5954         (tst-swscanf-ENV): Likewise.
5955         (bug-ftell-ENV): Likewise.
5956         (tst-fgetwc-ENV): Likewise.
5957         (tst-fseek-ENV): Likewise.
5958         (tst-ftell-partial-wide-ENV): Likewise.
5959         (tst-ftell-active-handler-ENV): Likewise.
5960         (tst-ftell-append-ENV): Likewise.
5961         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5962         (tst-regexloc-ENV): Likewise.
5963         (bug-regex1-ENV): Likewise.
5964         (tst-regex-ENV): Likewise.
5965         (tst-regex2-ENV): Likewise.
5966         (bug-regex5-ENV): Likewise.
5967         (bug-regex6-ENV): Likewise.
5968         (bug-regex17-ENV): Likewise.
5969         (bug-regex18-ENV): Likewise.
5970         (bug-regex19-ENV): Likewise.
5971         (bug-regex20-ENV): Likewise.
5972         (bug-regex22-ENV): Likewise.
5973         (bug-regex23-ENV): Likewise.
5974         (bug-regex25-ENV): Likewise.
5975         (bug-regex26-ENV): Likewise.
5976         (bug-regex30-ENV): Likewise.
5977         (bug-regex32-ENV): Likewise.
5978         (bug-regex33-ENV): Likewise.
5979         (bug-regex34-ENV): Likewise.
5980         (bug-regex35-ENV): Likewise.
5981         (tst-rxspencer-ENV): Likewise.
5982         (tst-rxspencer-no-utf8-ENV): Likewise.
5983         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5984         (tst-sscanf-ENV): Likewise.
5985         (tst-swprintf-ENV): Likewise.
5986         (tst-swscanf-ENV): Likewise.
5987         (test-vfprintf-ENV): Likewise.
5988         (scanf13-ENV): Likewise.
5989         (bug14-ENV): Likewise.
5990         (tst-grouping-ENV): Likewise.
5991         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5992         (tst-strtod3-ENV): Likewise.
5993         (tst-strtod4-ENV): Likewise.
5994         (tst-strtod5-ENV): Likewise.
5995         (testmb2-ENV): Likewise./
5996         * string/Makefile (tst-strxfrm-ENV): Likewise.
5997         (tst-strxfrm2-ENV): Likewise.
5998         (bug-strcoll1-ENV): Likewise.
5999         (test-strcasecmp-ENV): Likewise.
6000         (test-strncasecmp-ENV): Likewise.
6001         * time/Makefile (tst-strptime-ENV): Likewise.
6002         (tst-ftime_l-ENV): Likewise.
6003         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
6004         (tst-mbrtowc-ENV): Likewise.
6005         (tst-wcrtomb-ENV): Likewise.
6006         (tst-mbrtowc2-ENV): Likewise.
6007         (tst-c16c32-1-ENV): Likewise.
6008         (tst-mbsnrtowcs-ENV): Likewise.
6010 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
6012         * manual/resource.texi (How to get information about the memory
6013         subsystem?): Fix typo.
6014         Reported by Peon de la Parra Ivan <peon@keba.com>
6016 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
6018         [BZ #16882]
6019         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
6020         (pthread_spin_lock): Branch out of spin loop to proper location.
6021         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
6022         (pthread_spin_lock): Likewise.
6024         * nptl/tst-spin4.c: New test.
6025         * nptl/Makefile (tests): Add tst-spin4.
6027 2014-06-03  Andreas Schwab  <schwab@suse.de>
6029         [BZ #15946]
6030         * resolv/res_send.c (send_dg): Reload file descriptor after
6031         calling reopen.
6033 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
6035         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6037 2014-06-03  Richard Henderson  <rth@redhat.com>
6039         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
6040         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
6041         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
6042         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
6043         in the SAVE_PID block.
6044         (__libc_vfork): New alias.
6045         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
6047         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
6048         child in registers, not on the stack.  Remove RESET_PID conditionals.
6049         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
6051 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6053         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6055 2014-06-03  Wilco  <wdijkstr@arm.com>
6057         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
6058         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
6059         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6060         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
6061         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
6062         Likewise.
6064 2014-06-03  Wilco  <wdijkstr@arm.com>
6066         * sysdeps/aarch64/fpu/math_private.h
6067         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
6068         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
6069         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
6070         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6071         Fix declarations.
6073 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6075         * crypt/crypt-private.h: Include ufc-crypt.h.
6076         (__b64_from_24bit): Declare extern.
6077         * crypt/crypt_util.c(__b64_from_24bit): New function.
6078         (b64t): New static const variable.
6079         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
6080         (b64t): Remove variable.
6081         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
6082         * crypt/sha256-crypt.c: Include crypt-private.h.
6083         (b64t): Remove variable.
6084         (__sha256_crypt_r): Remove b64_from_24bit and replace
6085         with __b64_from_24bit.
6086         * crypt/sha512-crypt.c: Likewise.
6088 2014-06-02  Roland McGrath  <roland@hack.frob.com>
6090         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
6091         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
6092         Label the code __libc_vfork rather than __vfork.
6093         [!NOT_IN_libc] (vfork): Define as weak alias.
6094         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
6095         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
6096         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
6098 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6100         * malloc/malloc.c (malloc_info): Fix format specifier for
6101         n_mmaps.
6103 2014-06-02  Wilco  <wdijkstr@arm.com>
6105         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
6106         FPCR write.
6108 2014-06-02  Wilco  <wdijkstr@arm.com>
6110         [BZ #17009]
6111         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
6112         Rewrite to reduce FPCR/FPSR accesses.
6114 2014-06-01  David S. Miller  <davem@davemloft.net>
6116         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6118 2014-05-31  David S. Miller  <davem@davemloft.net>
6120         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
6121         to occur in round to nearest mode when |x| >= 2.0
6123 2014-05-30  Richard Henderson  <rth@twiddle.net>
6125         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
6126         (PSEUDO_RET_NOERRNO): Remove.
6127         (ret): Don't redefine.
6128         (ret_NOERRNO): Define in terms of ret.
6129         (ret_ERRVAL): Likewise.
6131         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
6132         use of PSEUDO_RET; perform the error check directly.
6134 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
6136         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
6137         with __int128_t.
6139 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6141         * malloc/malloc (malloc_info): Fix formatting.
6143 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6144             Roland McGrath  <roland@hack.frob.com>
6146         * malloc/malloc (malloc_info): Also print mmapped statistics.
6148 2014-05-30  Roland McGrath  <roland@hack.frob.com>
6150         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
6151         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
6153 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
6155         * malloc/malloc.c (malloc_info): Inline mi_arena.
6157 2014-05-29  Richard Henderson  <rth@twiddle.net>
6159         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
6160         Remove comma before expanding ASM_ARGS_##nr.
6161         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
6162         Make _x0 a strict output; make _x8 a strict input; adjust expansion
6163         of ASM_ARGS_##nr.
6164         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
6165         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
6166         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
6167         (ASM_ARGS_1): Add leading comma.
6169         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
6170         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
6171         to __errno_location.
6172         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
6173         Remove the expected plt for __errno_location.
6175         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6176         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
6177         call to __read_tp.
6179         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6180         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
6181         it and break it down.
6182         (DOCARGS_0, DOCARGS_1): Do nothing.
6183         (DOCARGS_2): Update to store into the new stack frame.
6184         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
6185         (UNDOCARGS_1): Update to restore from the new stack frame.
6186         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
6187         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
6189         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6190         (SINGLE_THREAD_P): New parameter for result regno.
6191         (PSEUDO): Update to match; use cbz instead of beq.
6193         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6194         Use ENTRY to define the _nocancel entry point.  Share the syscall
6195         and syscall error check paths with the cancel path.
6196         (PSEUDO_END): New.
6198         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
6199         whitespace; tabs before and after asm mnemonics.
6201 2014-05-29  Eric Wong  <normalperson@yhbt.net>
6203         [BZ #15132]
6204         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6205         Call fstat64 or stat64 internally, depending on arguments passed.
6206         Replace stat buffer argument with file descriptor argument.
6207         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
6208         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6209         Pass fd to __internal_statvfs instead of calling fstat64.
6210         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
6211         Pass fd to __internal_statvfs64 instead of calling fstat64.
6212         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6213         Pass -1 to __internal_statvfs instead of calling stat64.
6214         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6215         Pass -1 to __internal_statvfs64 instead of calling stat64.
6217 2014-05-28  Roland McGrath  <roland@hack.frob.com>
6219         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6220         that was previously under [RESET_PID].
6221         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6223         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6224         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6226 2014-05-27  Roland McGrath  <roland@hack.frob.com>
6228         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6230         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6231         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6233 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
6235         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6237 2014-05-27  Andreas Schwab  <schwab@suse.de>
6239         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6240         TLS_INIT_TP macro.
6241         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6242         * elf/rtld.c (init_tls, dl_main): Likewise.
6243         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6244         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6245         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6246         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6247         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6248         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6249         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6250         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6251         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6252         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6253         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6254         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6255         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6256         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6257         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6258         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6259         * sysdeps/generic/tls.h: Update description.
6261 2014-05-27  Will Newton  <will.newton@linaro.org>
6263         [BZ #16990]
6264         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6265         and restore r2 rather than just restoring.
6267 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6269         [BZ #16724]
6270         * libio/tst-ftell-append.c: New test case.
6271         * libio/Makefile (tests): Add test case.
6272         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6273         append mode.
6274         * libio/wfileops.c (do_ftell_wide): Likewise.
6276 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6278         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6280         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6281         ...
6282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6284         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6285         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6286         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6287         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6288         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6289         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6290         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6291         Moved ...
6292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6293         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6294         Moved ...
6295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6296         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6297         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6298         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6299         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6300         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6301         ...
6302         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6303         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6304         Moved ...
6305         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6306         here.
6307         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6308         ...
6309         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6310         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6311         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6313         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6314         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6315         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6316         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6318         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6319         merge into ...
6320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6321         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6322         ...
6323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6324         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6325         ...
6326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6327         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6328         Moved ...
6329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6330         here.
6331         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6332         Moved ...
6333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6334         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6335         Moved ...
6336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6339         conditional [RESET_PID].
6340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6341         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6342         removed.
6343         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6344         removed.
6346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6347         <tcb-offsets.h>.
6348         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6349         (__libc_vfork): New strong alias.
6350         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6351         removed.
6352         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6353         Removed.
6355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6356         <tcb-offsets.h>.
6357         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6358         (__libc_vfork): New strong alias.
6359         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6360         removed.
6361         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6362         removed.
6364 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6366         * malloc/malloc.c (mi_arena): New function.
6367         (malloc_info): Remove nested function mi_arena. Call non-nosted
6368         function mi_arena.
6370 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6372         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6373         by insrwi.
6374         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6375         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6376         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6377         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6378         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6379         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6380         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6382 2014-05-26  Andreas Schwab  <schwab@suse.de>
6384         [BZ #16984]
6385         * locale/programs/repertoire.c (repertoire_read): Add slash
6386         between I18NPATH element and file name.
6387         * locale/programs/locfile.c (locfile_read): Likewise.
6389 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6391         * nptl/pthread_mutexattr_settype.c
6392         (__pthread_mutexattr_settype):
6393         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6395 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6397         * nptl/tst-mutex5 (do_test):
6398         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6400 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6402         * benchtests/README: Document 'init' directive.
6403         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6404         BENCH_INIT.
6405         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6406         (parse_file): Recognize 'init' directive.
6408 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6410         [BZ #16796]
6411         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6412         alignment of struct pthread.
6414 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6416         [BZ #16878]
6417         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6418         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6419         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6420         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6422 2014-05-25  Richard Henderson  <rth@twiddle.net>
6424         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6425         (SINGLE_THREAD_P_PIC): Remove.
6426         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6427         (SINGLE_THREAD_P_PIC): Remove.
6429         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6430         branch to syscall error ...
6431         (PSEUDO): ... here.
6432         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6433         from __local_syscall_error to .Lsyscall_error.
6434         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6435         (SYSCALL_ERROR): Update label name.
6437         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6438         Do not use DOARGS/UNDOARGS.
6439         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6440         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6441         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6442         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6443         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6445         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6446         block comment.
6448         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6449         define if !NOT_IN_libc.
6450         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6451         define with non-default symbol versions.
6453 2014-05-23  Richard Henderson  <rth@twiddle.net>
6455         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6456         (vfork, __vfork): Define via compat_symbol.
6458         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6459         [!HAVE_IFUNC] (vfork_compat): Remove.
6460         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6462 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6464         [BZ #16978]
6465         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6466         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6467         variable.
6469 2014-05-23  Richard Henderson  <rth@twiddle.net>
6471         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6472         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6473         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6474         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6476         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6477         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6478         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6479         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6480         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6481         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6482         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6483         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6484         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6485         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6486         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6487         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6488         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6489         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6490         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6491         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6492         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6493         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6495         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6496         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6497         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6498         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6499         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6501         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6502         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6503         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6504         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6505         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6506         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6507         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6508         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6509         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6510         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6511         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6512         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6513         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6514         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6515         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6516         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6517         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6518         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6519         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6520         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6521         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6522         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6523         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6524         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6525         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6526         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6527         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6528         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6529         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6530         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6531         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6533         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6534         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6535         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6536         before exiting on error.
6537         (__libc_vfork): New strong alias.
6538         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6539         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6541         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6542         that was previously under [RESET_PID].
6543         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6545         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6547 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6549         [BZ #16977]
6550         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6551         value when x - 1 is zero.
6552         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6553         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6554         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6555         0.0L for an argument of 1.0L.
6556         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6557         Likewise.
6558         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6559         value when x - 1 is zero.
6560         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6561         * sysdeps/i386/fpu/libm-test-ulps: Update.
6562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6564 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6566         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6567         alphasort and versionsort.
6569 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6571         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6572         macro.
6573         [copysignf]: Likewise.
6575 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6577         * crypt/md5-crypt.c: Fix formatting.
6579 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6581         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6582         (b64_from_24bit): New function.
6584 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6586         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6587         libc_hidden_builtin_def to ifunc.
6588         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6589         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6591 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6593         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6594         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6596 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6598         * nscd/Depend (linuxthreads): Remove.
6599         (nptl): Add.
6600         * resolv/Depend (linuxthreads): Remove.
6601         * rt/Depend (linuxthreads): Remove.
6603         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6604         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6605         $(common-objpfx)elf/.
6606         (link-libc-before-gnulib): Likewise.
6607         (elfobjdir): Remove variable.
6608         * Makefile (install): Use $(elf-objpfx) instead of
6609         $(common-objpfx)elf/.
6610         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6611         $(elfobjdir)/.
6612         (link-libc-deps): Likewise.
6613         ($(common-objpfx)libc.so): Likewise.
6614         ($(common-objpfx)linkobj/libc.so): Likewise.
6615         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6616         instead of $(common-objpfx)elf/.
6617         (symbolic-link-list): Likewise.
6618         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6619         [$(cross-compiling) = no]: Likewise.
6620         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6621         $(elfobjdir)/.
6622         (static-gnulib-arch): Likewise.
6623         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6624         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6625         $(common-objpfx)elf/.
6627 2014-05-21  Richard Henderson  <rth@redhat.com>
6629         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6630         (SINGLE_THREAD_P): Use the correct width load.  Fold
6631         into the ldr offset.
6633         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6634         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6636 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6638         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6639         (libgcc_s_resume): Use __attribute_used__.
6640         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6641         Likewise.
6643 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6645         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6646         optimization when used with float constants.
6648         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6650 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6652         [BZ #16915]
6653         * locale/nl_langinfo_l.c: Make direct reference to every
6654         _nl_current_CATEGORY symbol.
6655         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6656         (tests-static): Add tst-langinfo-static.
6657         (tests-special): Add tst-langinfo-static.out.
6658         ($(objpfx)tst-langinfo.out): Redirect output.
6659         ($(objpfx)tst-langinfo-static.out): New.
6660         * localedata/tst-langinfo.sh: Send output to stdout.
6661         * localedata/tst-langinfo-static.c: New file.
6663         [BZ #16965]
6664         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6665         when the shift amount is modulo the limb size.
6667 2014-05-20  Richard Henderson  <rth@redhat.com>
6669         [BZ #16967]
6670         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6671         Change type of sa_flags from unsigned int to int.
6673         [BZ #16966]
6674         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6676         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6678 2014-05-20  Will Newton  <will.newton@linaro.org>
6680         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6681         Test the return value of the system call in the nocancel case.
6683 2014-05-20  Will Newton  <will.newton@linaro.org>
6684             Yvan Roux  <yvan.roux@linaro.org>
6686         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6687         #include of asm/ptrace.h.
6688         (PTRACE_GET_THREAD_AREA): Remove #undef.
6689         (PTRACE_GETHBPREGS): Likewise.
6690         (PTRACE_SETHBPREGS): Likewise.
6691         (struct user_regs_struct): New structure.
6692         (struct user_fpsimd_struct): New structure.
6693         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6694         #include of asm/ptrace.h and second #include of sys/user.h.
6695         (PTRACE_GET_THREAD_AREA): Remove #undef.
6696         (PTRACE_GETHBPREGS): Likewise.
6697         (PTRACE_SETHBPREGS): Likewise.
6698         (ELF_NGREG): Use new struct user_regs_struct.
6699         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6701 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6703         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6704         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6706 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6708         [BZ #16958]
6709         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6710         membar to avoid block loads/stores to overlap previous stores.
6712 2014-05-17  Richard Henderson  <rth@redhat.com>
6714         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6715         Create the __##syscall_name##_nocancel entry point.
6716         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6717         Remove; let the sysdep-cancel.h code create it.
6719 2014-05-17  David S. Miller  <davem@davemloft.net>
6721         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6722         Protect with __USE_GNU.
6723         (TIOCSET_TEMPT): Likewise.
6724         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6725         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6726         these are already provided in bits/ioctl-types.h
6728 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6730         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6731         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6733         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6734         Use wait4 regardless of [__NR_waitpid].
6736 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6738         PR libgcc/60166
6739         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6740         (_FP_NANSIGN_Q): Set the quiet bit.
6742 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6744         * benchtests/Makefile
6745         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6746         not $(common-objpfx)math/libm.so.
6747         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6748         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6749         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6750         $(common-objpfx)dlfcn/libdl.so.
6751         ($(objpfx)tst-audit8): Depend on $(libm), not
6752         $(common-objpfx)math/libm.so.
6753         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6754         not $(common-objpfx)dlfcn/libdl.so.
6755         * math/Makefile
6756         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6757         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6758         [$(build-shared) = yes].
6759         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6760         $(common-objpfx)nptl/libpthread.so.
6761         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6762         $(common-objpfx)math/libm.so$(libm.so-version) or
6763         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6764         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6765         $(common-objpfx)dlfcn/libdl.so.
6766         * setjmp/Makefile (link-libm): Remove variable.
6767         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6768         * stdio-common/Makefile (link-libm): Remove variable.
6769         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6770         * stdlib/Makefile (link-libm): Remove variable.
6771         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6772         ($(objpfx)tst-strtod-round): Likewise.
6773         ($(objpfx)tst-tininess): Likewise.
6774         ($(objpfx)tst-strtod-underflow): Likewise.
6775         ($(objpfx)tst-strtod6): Likewise.
6776         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6777         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6778         $(common-objpfx)dlfcn/libdl.so.
6780 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6782         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6783         BSD terminal modes definitions.
6785 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6787         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6788         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6790         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6791         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6792         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6793         Don't do #include_next.
6794         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6795         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6796         Don't do #include_next.
6797         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6798         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6799         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6800         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6802 2014-05-16  Allan McRae  <allan@archlinux.org>
6804         * po/sv.po: Update Swedish translation from translation project.
6806         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6807         in sed expression.
6809 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6811         [BZ #16917]
6812         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6813         errno if the TIOCGPTN ioctl fails with an error different than
6814         EINVAL.
6815         * login/tst-ptsname.c: New file.
6816         * login/Makefile (tests): Add tst-ptsname.
6818         [BZ #16943]
6819         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6820         and prlimit64.
6822 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6824         [BZ #16849]
6825         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6826         herrno to return EAI_AGAIN.
6828 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6830         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6831         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6832         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6833         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6834         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6835         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6836         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6837         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6838         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6839         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6840         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6841         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6842         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6843         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6844         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6845         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6846         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6847         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6848         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6849         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6850         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6851         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6852         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6853         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6854         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6855         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6856         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6857         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6858         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6859         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6860         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6861         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6862         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6863         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6864         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6865         Moved ...
6866         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6867         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6868         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6869         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6870         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6871         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6872         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6873         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6874         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6875         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6876         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6877         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6878         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6879         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6880         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6881         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6882         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6883         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6884         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6885         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6886         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6887         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6888         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6889         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6890         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6891         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6892         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6893         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6894         Moved ...
6895         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6896         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6897         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6898         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6899         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6900         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6901         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6902         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6903         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6904         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6905         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6906         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6907         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6908         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6909         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6910         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6911         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6912         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6913         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6914         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6915         Moved ...
6916         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6917         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6918         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6920         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6921         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6922         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6923         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6924         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6925         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6926         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6927         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6928         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6929         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6930         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6931         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6932         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6933         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6934         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6935         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6936         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6937         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6938         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6939         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6940         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6941         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6942         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6943         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6944         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6945         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6946         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6947         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6948         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6949         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6950         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6952         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6953         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6955         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6956         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6957         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6958         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6959         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6960         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6961         Moved ...
6962         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6963         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6964         Moved ...
6965         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6966         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6967         Moved ...
6968         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6969         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6970         Moved ...
6971         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6972         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6973         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6974         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6975         Moved ...
6976         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6977         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6978         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6979         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6980         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6981         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6982         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6983         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6984         Moved ...
6985         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6986         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6987         Moved ...
6988         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6989         ... here.
6990         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6991         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6992         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6993         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6994         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6995         Moved ...
6996         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6997         ... here.
6998         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6999         Moved ...
7000         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
7001         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
7002         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
7003         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
7004         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
7005         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
7006         Moved ...
7007         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
7008         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
7009         Moved ...
7010         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
7011         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
7012         Moved ...
7013         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
7014         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
7015         Moved ...
7016         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
7017         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
7018         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
7019         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
7020         Moved ...
7021         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
7022         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
7023         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
7024         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
7025         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
7026         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
7027         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
7028         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
7029         Moved ...
7030         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
7031         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7032         Moved ...
7033         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7034         ... here.
7035         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
7036         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
7037         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
7038         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
7039         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7040         Moved ...
7041         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7042         ... here.
7043         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
7044         Moved ...
7045         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
7046         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
7047         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
7048         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
7049         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
7050         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
7051         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
7052         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
7053         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
7054         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
7055         Moved ...
7056         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
7057         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
7058         Moved ...
7059         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
7060         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
7061         Moved ...
7062         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
7063         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
7064         Moved ...
7065         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
7066         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
7067         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
7068         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
7069         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
7070         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
7071         Moved ...
7072         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
7073         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
7074         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
7075         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
7076         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
7077         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
7078         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
7079         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
7080         Moved ...
7081         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
7082         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7083         Moved ...
7084         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7085         ... here.
7086         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
7087         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
7088         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
7089         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
7090         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7091         Moved ...
7092         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7093         ... here.
7094         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
7095         Moved ...
7096         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
7097         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
7098         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
7099         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
7100         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
7101         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
7102         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
7103         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
7104         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
7105         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
7106         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
7108         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
7109         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
7111         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
7112         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
7114         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
7115         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
7116         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
7117         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
7118         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
7119         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
7120         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
7121         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
7122         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
7123         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
7124         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
7125         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
7126         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
7127         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
7128         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
7129         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
7130         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
7131         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
7132         Moved ...
7133         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
7134         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
7135         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
7136         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
7137         Moved ...
7138         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
7139         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
7140         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
7141         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
7142         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
7143         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
7144         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
7145         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
7146         Moved ...
7147         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
7148         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
7149         Moved ...
7150         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
7151         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
7152         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
7153         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
7154         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
7155         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
7156         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
7157         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
7158         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
7159         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
7160         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
7161         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
7162         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
7163         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
7164         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
7165         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
7166         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
7168         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
7169         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
7170         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
7171         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
7172         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
7174         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
7175         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
7176         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
7177         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
7178         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
7179         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
7180         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
7181         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
7182         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
7183         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
7185         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
7186         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
7188         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
7189         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
7190         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
7191         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
7192         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
7193         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
7194         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
7195         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
7196         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
7197         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
7198         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
7199         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
7200         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
7201         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
7202         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
7203         Update #include.
7204         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
7205         Likewise.
7206         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
7207         Likewise.
7208         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
7209         Likewise.
7210         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
7211         Likewise.
7212         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7213         Likewise.
7214         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7215         Likewise.
7216         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7217         Likewise.
7218         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7219         Likewise.
7220         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7221         Likewise.
7222         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7223         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7224         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7225         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7226         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
7227         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7228         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7229         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7230         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7231         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7232         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7233         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7234         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7235         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
7236         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
7238         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7239         that was previously under [RESET_PID].
7240         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7241         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7242         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7244         * sysdeps/i386/nptl/Implies: New file.
7245         * sysdeps/x86_64/nptl/Implies: New file.
7246         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7247         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7248         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7249         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7251         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7252         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7253         (__libc_vfork): New strong alias.
7254         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7255         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7257         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7258         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7259         (__libc_vfork): New strong alias.
7260         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7261         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7263         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7264         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7265         (__libc_vfork): New strong alias.
7266         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7267         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7268         * nptl/pt-vfork.c: New file.
7269         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7270         (libpthread: GLIBC_2.20): New version set (empty).
7272 2014-05-14  Will Newton  <will.newton@linaro.org>
7274         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7275         rather than #if.
7277 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7279         [BZ #16564]
7280         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7281         arguments with exponent 65 or above.
7282         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7283         arguments 0x1p113L or above.
7284         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7285         to arguments 0x1p107L or above.
7286         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7287         positive arguments with exponent 65 or above.
7288         * math/auto-libm-test-in: Add more tests of log1p.
7289         * math/auto-libm-test-out: Regenerated.
7291         [BZ #16928]
7292         * math/s_cacos.c (__cacos): Ensure zero real part of result from
7293         non-finite arguments is +0.
7294         * math/s_cacosf.c (__cacosf): Likewise.
7295         * math/s_cacosl.c (__cacosl): Likewise.
7296         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7297         * sysdeps/i386/fpu/libm-test-ulps: Update.
7298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7300         [BZ #16927]
7301         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7302         value.
7303         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7304         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7305         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7306         for explicit high bit of mantissa when testing for argument equal
7307         to 1.
7308         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7309         * sysdeps/i386/fpu/libm-test-ulps: Update.
7310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7312         [BZ #16516]
7313         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7314         (__erf): Scale by 16 instead of 8 in potentially underflowing
7315         case.  Ensure exception if result actually underflows.
7316         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7317         (__erff): Scale by 16 instead of 8 in potentially underflowing
7318         case.  Ensure exception if result actually underflows.
7319         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7320         (efx8): Remove variable.
7321         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7322         case.  Ensure exception if result actually underflows.
7323         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7324         (efx8): Remove variable.
7325         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7326         case.  Ensure exception if result actually underflows.
7327         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7328         (efx8): Remove variable.
7329         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7330         case.  Ensure exception if result actually underflows.
7331         * math/auto-libm-test-in: Add more tests of erf.
7332         * math/auto-libm-test-out: Regenerated.
7334 2014-05-14  Andreas Schwab  <schwab@suse.de>
7336         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7337         Remove code conditionalized on USE___THREAD.
7339         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7340         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7341         not definedness.
7343 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7345         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7346         Define unconditionally.
7347         (__ASSUME_O_CLOEXEC): Likewise.
7348         (__ASSUME_SOCK_CLOEXEC): Likewise.
7349         (__ASSUME_IN_NONBLOCK): Likewise.
7350         (__ASSUME_PIPE2): Likewise.
7351         (__ASSUME_EVENTFD2): Likewise.
7352         (__ASSUME_SIGNALFD4): Likewise.
7353         (__ASSUME_DUP3): Likewise.
7354         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7355         (__ASSUME_DUP3): Do not define.
7356         (__ASSUME_EVENTFD2): Likewise.
7357         (__ASSUME_IN_NONBLOCK): Likewise.
7358         (__ASSUME_O_CLOEXEC): Likewise.
7359         (__ASSUME_PIPE2): Likewise.
7360         (__ASSUME_SIGNALFD4): Likewise.
7361         (__ASSUME_SOCK_CLOEXEC): Likewise.
7362         (__ASSUME_UTIMES): Undefine.
7363         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7364         (__ASSUME_UTIMES): Do not define.
7365         (__ASSUME_O_CLOEXEC): Likewise.
7366         (__ASSUME_SOCK_CLOEXEC): Likewise.
7367         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7368         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7369         0x020621].
7370         (__ASSUME_PIPE2): Likewise.
7371         (__ASSUME_EVENTFD2): Likewise.
7372         (__ASSUME_SIGNALFD4): Likewise.
7373         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7374         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7375         Do not define.
7376         (__ASSUME_EVENTFD2): Likewise.
7377         (__ASSUME_SIGNALFD4): Likewise.
7378         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7379         (__ASSUME_32BITUIDS): Likewise.
7380         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7381         (__ASSUME_IPC64): Likewise.
7382         (__ASSUME_ST_INO_64_BIT): Likewise.
7383         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7384         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7385         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7386         (__ASSUME_UTIMES): Do not define.
7387         (__ASSUME_PSELECT): Likewise.
7388         (__ASSUME_PPOLL): Likewise.
7389         (__ASSUME_O_CLOEXEC): Likewise.
7390         (__ASSUME_SOCK_CLOEXEC): Likewise.
7391         (__ASSUME_IN_NONBLOCK): Likewise.
7392         (__ASSUME_PIPE2): Likewise.
7393         (__ASSUME_EVENTFD2): Likewise.
7394         (__ASSUME_SIGNALFD4): Likewise.
7395         (__ASSUME_DUP3): Likewise.
7396         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7397         (__ASSUME_UTIMES): Likewise.
7398         (__ASSUME_O_CLOEXEC): Likewise.
7399         (__ASSUME_SOCK_CLOEXEC): Likewise.
7400         (__ASSUME_IN_NONBLOCK): Likewise.
7401         (__ASSUME_PIPE2): Likewise.
7402         (__ASSUME_EVENTFD2): Likewise.
7403         (__ASSUME_SIGNALFD4): Likewise.
7404         (__ASSUME_DUP3): Likewise.
7405         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7406         (__ASSUME_UTIMES): Likewise.
7407         (__ASSUME_O_CLOEXEC): Likewise.
7408         (__ASSUME_SOCK_CLOEXEC): Likewise.
7409         (__ASSUME_IN_NONBLOCK): Likewise.
7410         (__ASSUME_PIPE2): Likewise.
7411         (__ASSUME_EVENTFD2): Likewise.
7412         (__ASSUME_SIGNALFD4): Likewise.
7413         (__ASSUME_DUP3): Likewise.
7414         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7415         Likewise.
7416         (__ASSUME_UTIMES): Likewise.
7417         (__ASSUME_EVENTFD2): Likewise.
7418         (__ASSUME_SIGNALFD4): Likewise.
7419         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7420         (__ASSUME_O_CLOEXEC): Likewise.
7421         (__ASSUME_SOCK_CLOEXEC): Likewise.
7422         (__ASSUME_IN_NONBLOCK): Likewise.
7423         (__ASSUME_PIPE2): Likewise.
7424         (__ASSUME_EVENTFD2): Likewise.
7425         (__ASSUME_SIGNALFD4): Likewise.
7426         (__ASSUME_DUP3): Likewise.
7427         (__ASSUME_UTIMES): Undefine.
7429         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7430         feclearexcept.  Remove symbol versioning code.
7431         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7432         symbol versioning code.
7433         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7434         symbol versioning code.
7435         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7436         feupdateenv.  Remove symbol versioning code.
7437         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7438         fegetexceptflag.  Remove symbol versioning code.
7439         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7440         fesetexceptflag.  Remove symbol versioning code.
7441         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7442         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7443         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7444         (__posix_fadvise64_l32): Remove prototype.
7445         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7446         code.
7448 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7450         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7451         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7452         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7453         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7455 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7457         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7458         current working directory
7460 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7462         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7463         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7464         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7465         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7466         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7467         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7468         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7469         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7470         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7471         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7472         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7473         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7474         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7475         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7476         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7477         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7478         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7479         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7480         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7481         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7482         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7483         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7484         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7485         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7486         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7487         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7488         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7489         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7490         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7491         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7492         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7493         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7494         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7495         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7496         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7497         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7498         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7499         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7500         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7501         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7502         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7503         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7505         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7506         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7508         * sysdeps/unix/sysv/linux/arm/Makefile
7509         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7510         Add rt-aeabi_unwind_cpp_pr1.
7511         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7512         Add nptl-aeabi_unwind_cpp_pr1.
7513         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7514         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7515         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7516         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7517         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7518         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7520         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7521         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7522         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7523         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7525         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7526         Deconditionalize the code that was previously under [RESET_PID].
7527         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7529         * sysdeps/generic/exit-thread.h: New file.
7530         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7531         * include/unistd.h (__exit_thread): Remove declaration.
7532         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7533         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7534         * csu/libc-start.c: Include <exit-thread.h>.
7535         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7536         * nptl/pthread_create.c: Include <exit-thread.h>.
7537         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7538         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7539         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7540         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7541         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7542         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7543         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7544         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7545         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7546         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7547         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7548         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7549         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7550         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7551         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7552         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7553         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7555 2014-05-13  Andreas Schwab  <schwab@suse.de>
7557         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7559 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7561         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7562         (__ASSUME_UTIMES): Do not condition on kernel version.
7563         (__ASSUME_PSELECT): Define unconditionally.
7564         (__ASSUME_PPOLL): Likewise.
7565         (__ASSUME_ATFCTS): Likewise.
7566         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7567         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7568         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7569         (__ASSUME_UTIMENSAT): Define unconditionally.
7570         (__ASSUME_PRIVATE_FUTEX): Likewise.
7571         (__ASSUME_FALLOCATE): Likewise.
7572         (__ASSUME_O_CLOEXEC): Likewise.
7573         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7574         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7575         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7576         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7577         (__ASSUME_IN_NONBLOCK): Likewise.
7578         (__ASSUME_PIPE2): Likewise.
7579         (__ASSUME_EVENTFD2): Likewise.
7580         (__ASSUME_SIGNALFD4): Likewise.
7581         (__ASSUME_DUP3): Likewise.
7582         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7583         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7584         (__ASSUME_AT_RANDOM): Likewise.
7585         (__ASSUME_PREADV): Likewise.
7586         (__ASSUME_PWRITEV): Likewise.
7587         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7588         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7589         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7590         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7591         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7592         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7593         (__ASSUME_O_CLOEXEC): Define unconditionally.
7594         (__ASSUME_PSELECT): Do not undefine conditionally.
7595         (__ASSUME_PPOLL): Likewise.
7596         (__ASSUME_ATFCTS): Likewise.
7597         (__ASSUME_SET_ROBUST_LIST): Likewise.
7598         (__ASSUME_UTIMENSAT): Likewise.
7599         (__ASSUME_FDATASYNC): Define unconditionally.
7600         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7601         (__ASSUME_SIGFRAME_V2): Likewise.
7602         )__ASSUME_EVENTFD2): Likewise.
7603         (__ASSUME_SIGNALFD4): Likewise.
7604         (__ASSUME_PSELECT): Do not undefine conditionally.
7605         (__ASSUME_PPOLL): Likewise.
7606         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7607         (__ASSUME_PSELECT): Define unconditionally.
7608         (__ASSUME_PPOLL): Likewise.
7609         (__ASSUME_O_CLOEXEC): Likewise.
7610         (__ASSUME_SOCK_CLOEXEC): Likewise.
7611         (__ASSUME_IN_NONBLOCK): Likewise.
7612         (__ASSUME_PIPE2): Likewise.
7613         (__ASSUME_EVENTFD2): Likewise.
7614         (__ASSUME_SIGNALFD4): Likewise.
7615         (__ASSUME_DUP3): Likewise.
7616         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7617         (__ASSUME_O_CLOEXEC): Likewise.
7618         (__ASSUME_SOCK_CLOEXEC): Likewise.
7619         (__ASSUME_IN_NONBLOCK): Likewise.
7620         (__ASSUME_PIPE2): Likewise.
7621         (__ASSUME_EVENTFD2): Likewise.
7622         (__ASSUME_SIGNALFD4): Likewise.
7623         (__ASSUME_DUP3): Likewise.
7624         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7625         (__ASSUME_EVENTFD2): Likewise.
7626         (__ASSUME_SIGNALFD4): Likewise.
7627         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7629 2014-05-12  Andreas Schwab  <schwab@suse.de>
7631         [BZ #16932]
7632         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7633         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7634         than maximum RPC packet size.
7635         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7636         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7637         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7638         (_nss_nis_getservbyport_r): Likewise.
7640 2014-05-12  Will Newton  <will.newton@linaro.org>
7642         * malloc/Makefile (tests): Add tst-mallopt.
7643         * malloc/tst-mallopt.c: New file.
7645 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7647         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7648         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7650 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7652         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7653         (tst-tlsmod6.so): Likewise.
7655 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7657         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7659 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7661         [BZ #16064]
7662         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7663         and <dl-procinfo.h>.
7664         (__fegetenv): Save SSE state in envp->__eip if supported.
7665         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7666         envp->__eip if supported.
7667         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7668         and <dl-procinfo.h>.
7669         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7670         __data_offset and __data_selector in environment to 0.  Set SSE
7671         state if supported.
7672         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7673         test-fenv-sse.
7674         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7675         -mfpmath=sse.
7676         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7678 2014-05-09  Will Newton  <will.newton@linaro.org>
7680         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7681         and libc_relro_required for ARM.
7682         * sysdeps/arm/preconfigure: Regenerate.
7684 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7685             Stefan Liebler  <stli@linux.vnet.ibm.com>
7687         * config.make.in (enable-lock-elision): New Makefile variable.
7688         * configure.ac: Likewise.
7689         * configure: Regenerate.
7690         * sysdeps/s390/configure.ac:
7691         Add check for gcc transactions support.
7692         * sysdeps/s390/configure: Regenerate.
7693         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7694         Build elision files if enabled.
7695         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7696         Add lock elision support for s390.
7697         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7698         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7699         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7700         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7701         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7702         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7703         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7704         Likewise.
7705         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7706         Likewise.
7707         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7708         Likewise.
7709         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7710         Likewise.
7711         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7712         (__lll_timedlock_elision, __lll_lock_elision)
7713         (__lll_unlock_elision, __lll_trylock_elision)
7714         (lll_timedlock_elision, lll_lock_elision)
7715         (lll_unlock_elision, lll_trylock_elision): Add.
7716         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7717         (pthread_mutex_t): Add lock elision support for s390.
7719 2014-05-14  Wilco  <wdijkstr@arm.com>
7721         * sysdeps/arm/fclrexcpt.c: Cleanup.
7722         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7723         * sysdeps/arm/feenablxcpt.c: Cleanup.
7724         * sysdeps/arm/fegetenv.c: Cleanup.
7725         * sysdeps/arm/fegetexcept.c: Cleanup.
7726         * sysdeps/arm/fegetround.c: Cleanup.
7727         * sysdeps/arm/feholdexcpt.c: Cleanup.
7728         * sysdeps/arm/fesetenv.c: Cleanup.
7729         * sysdeps/arm/fesetround.c: Cleanup.
7730         * sysdeps/arm/feupdateenv.c: Cleanup.
7731         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7732         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7733         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7734         * sysdeps/arm/ftestexcept.c: Cleanup.
7735         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7736         * sysdeps/arm/setfpucw.c: Cleanup.
7738 2014-05-09  Will Newton  <will.newton@linaro.org>
7740         * sysdeps/arm/armv7/strcmp.S: New file.
7741         * NEWS: Mention addition of ARMv7 optimized strcmp.
7743 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7745         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7746         look for %.ac rather than %.in.
7748         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7749         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7750         * sysdeps/mach/hurd/configure: Regenerated.
7751         * sysdeps/unix/sysv/linux/configure: Regenerated.
7753         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7755 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7757         [BZ# 16922]
7758         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7759         (LONG_SUB): Ditto.
7760         (PTR_SUB): Ditto.
7762 2014-05-07  Andreas Schwab  <schwab@suse.de>
7764         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7765         when skipping over non-matching result from nscd.
7767 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7769         [BZ #16876]
7770         * nptl/sockperf.c (client): Check socket return value.
7772         [BZ #16877]
7773         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7774         nscd security class.
7776 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7778         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7779         * sysdeps/arm/unwind.h: ... here.
7781 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7783         [BZ# 16916]
7784         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7785         Define.
7787 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7789         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7790         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7791         multiarch strncpy for PPC64.
7792         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7793         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7794         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7795         multiarch optimizations.
7796         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7797         (__libc_ifunc_impl_list): Likewise.
7798         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7799         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7800         multiarch stpncpy for PPC64.
7801         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7802         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7804 2014-05-06  Andreas Schwab  <schwab@suse.de>
7806         [BZ #16912]
7807         * gmon/mcount.c (_MCOUNT_DECL): Use
7808         atomic_compare_and_exchange_bool_acq instead of
7809         catomic_compare_and_exchange_bool_acq.
7811 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7813         * elf/Makefile (others, install-bin): Remove pldd.
7814         (pldd-modules): Variable removed.
7815         ($(objpfx)pldd): Target removed.
7816         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7817         (others, install-bin): Append pldd here.
7818         ($(objpfx)pldd): New target.
7820         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7821         to 0, so the first #if test emitted later doesn't see it undefined.
7822         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7823         * sysdeps/gnu/errlist.c: Regenerated.
7825 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7827         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7828         [libc_hidden_builtin_def]: Define to empty value.
7829         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7830         [libc_hidden_builtin_def]: Likewise.
7831         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7832         [libc_hidden_builtin_def]: Likewise.
7833         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7834         [libc_hidden_builtin_def]: Likewise.
7835         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7836         __redirect_memcpy and define ifunc as default hidden symbol.
7837         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7838         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7840 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7842         * locale/iso-4217.def: Reintroduce XDR currency.
7844 2014-05-04  Allan McRae  <allan@archlinux.org>
7846         * po/eo.po: Update Esperanto translation from translation project.
7848 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7850         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7851         and FEATURE_INDEX_MAX to 1.
7852         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7854 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7856         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7857         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7858         * iconvdata/big5.c (ONE_DIRECTION): Define.
7859         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7860         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7861         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7862         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7863         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7864         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7865         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7866         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7867         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7868         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7869         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7870         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7871         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7872         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7873         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7874         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7875         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7876         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7877         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7878         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7879         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7880         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7881         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7882         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7883         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7884         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7885         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7886         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7887         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7888         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7889         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7890         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7891         * iconvdata/johab.c (ONE_DIRECTION): Define.
7892         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7893         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7894         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7895         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7896         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7897         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7898         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7899         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7900         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7901         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7903 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7905         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7906         (_IO_JUMPS_OFFSET): Define to 0.
7908         * nptl/sysdeps/pthread/bits/libc-lock.h
7909         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7910         (__libc_lock_define_initialized_recursive): Always define using
7911         initializer.  Modern compilers treat uninitialized (implicit zero) and
7912         explicit zero initializers the same (i.e. put the datum in bss).
7914 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7916         * nscd/nscd-client.h: Include <string.h>.
7918 2014-05-01  David S. Miller  <davem@davemloft.net>
7920         [BZ #16885]
7921         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7922         multiple zero bytes exist at the end of a string.
7923         Reported by Aurelien Jarno <aurelien@aurel32.net>
7925         * string/test-strcmp.c (check): Add explicit test for situations where
7926         there are multiple zero bytes after the first.
7928 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7930         [BZ #16890]
7931         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7932         when compiling wprintf.
7933         * stdio-common/tstdiomisc.c (t3): New function.
7934         (main): Call it.
7936 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7938         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7939         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7940         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7941         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7943 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7945         * stdlib/longlong.h: Updated from GCC.
7947 2014-05-01  Will Newton  <will.newton@linaro.org>
7948             Bernard Ogden  <bernie.ogden@linaro.org>
7950         * NEWS: Update fixed bug list.
7952         [BZ #15119]
7953         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7955 2014-04-30  David S. Miller  <davem@davemloft.net>
7957         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7958         (libc_feholdexcept_setround_sparc_ctx): New function.
7959         (libc_fesetenv_sparc_ctx): Likewise.
7960         (libc_feupdateenv_sparc_ctx): Likewise.
7961         (libc_feholdsetround_sparc_ctx): Likewise.
7962         (libc_feholdexcept_setround_ctx): Define.
7963         (libc_feholdexcept_setroundf_ctx): Likewise.
7964         (libc_feholdexcept_setroundl_ctx): Likewise.
7965         (libc_fesetenv_ctx): Likewise.
7966         (libc_fesetenvf_ctx): Likewise.
7967         (libc_fesetenvl_ctx): Likewise.
7968         (libc_feupdateenv_ctx): Likewise.
7969         (libc_feupdateenvf_ctx): Likewise.
7970         (libc_feupdateenvl_ctx): Likewise.
7971         (libc_feresetround_ctx): Likewise.
7972         (libc_feresetroundf_ctx): Likewise.
7973         (libc_feresetroundl_ctx): Likewise.
7974         (libc_feholdsetround_ctx): Likewise.
7975         (libc_feholdsetroundf_ctx): Likewise.
7976         (libc_feholdsetroundl_ctx): Likewise.
7978         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7979         with __USE_GNU instead of XOPEN cpp guards.
7981         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7982         0.
7984         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7985         with XOPEN cpp guards.
7987 2014-04-30  Julian Brown  <julian@codesourcery.com>
7989         [BZ #16888]
7990         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7991         handling.
7993 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7995         [BZ #9894]
7996         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7997         Change to 2.6.32.
7998         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7999         * sysdeps/unix/sysv/linux/configure: Regenerated.
8000         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
8001         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
8002         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
8003         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
8004         * README: Update reference to required Linux kernel version.
8005         * manual/install.texi (Linux): Update reference to required Linux
8006         kernel headers version.
8007         * INSTALL: Regenerated.
8009         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
8010         header inclusion.
8011         [POSIX] (limits.h): Likewise.
8012         [POSIX] (math.h): Likewise.
8013         [POSIX] (sys/wait.h): Likewise.
8014         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
8015         function.
8016         [POSIX] (stddef.h): Do not allow header inclusion.
8018 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8020         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
8022 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
8024         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
8025         Return immediately after lll_futex_wake.
8027 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8029         [BZ #16791]
8030         * nscd/nscd-client.h (datahead_init_common): Initialize entire
8031         structure.
8032         (datahead_init_pos): Call datahead_init_common early.
8033         (datahead_init_neg): Likewise.
8035         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
8036         datahead_init_neg): New functions.
8037         * nscd/aicache.c (addhstaiX): Use them.
8038         * nscd/grpcache.c (cache_addgr): Likewise.
8039         * nscd/hstcache.c (cache_addhst): Likewise.
8040         * nscd/initgrcache.c (addinitgroupsX): Likewise.
8041         * nscd/netgroupcache.c (do_notfound): Likewise.
8042         (addgetnetgrentX): Likewise.
8043         (addinnetgrX): Likewise.
8044         * nscd/pwdcache.c (cache_addpw): Likewise.
8045         * nscd/servicescache.c (cache_addserv): Likewise.
8047 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8048             Atsushi Onoe  <atsushi@onoe.org>
8050         [BZ #14308]
8051         [BZ #12994]
8052         [BZ #13651]
8053         * resolv/res_query.c (__libc_res_nsearch): Return if at least
8054         one response is valid.
8055         * resolv/res_send.c (send_dg): Check for validity of other
8056         response if the current response is a referral.
8058 2014-04-29  Steve Ellcey  <sellcey@mips.com>
8060         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
8062 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
8064         [BZ #16823]
8065         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
8066         Always divide by positive zero when computing -Inf result.
8067         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
8068         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
8070 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8072         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
8073         FPSCR if value do not change.
8074         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
8075         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
8076         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
8077         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
8078         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
8079         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
8080         function.
8082 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
8084         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
8085         * sysdeps/unix/sysv/linux/hppa: Move directory from
8086         ports/systeps/unix/sysv/linux/hppa.
8087         * README: Update listing for hppa-*-linux-gnu.
8089 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
8091         [BZ #16754]
8092         * manual/stdio.texi (Hook functions): Fix types of stream hook
8093         functions.
8094         [BZ #16854]
8095         * socket/sys/socket.h: Fix typo in comment.
8097 2014-04-28  Wilco  <wdijkstr@arm.com>
8099         * sysdeps/arm/fenv_private.h: New file.
8100         * sysdeps/arm/math_private.h: New file.
8101         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
8103 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
8105         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
8106         with __int128_t.
8107         (La_x86_64_retval): Likewise.
8109 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
8111         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
8112         fpsr if value didn't change.
8113         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
8114         to fpcr if value didn't change.
8115         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
8116         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
8117         fpsr or fpcr if value didn't change.
8118         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8119         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
8120         fpcr if value didn't change.
8121         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
8122         to fpsr if value didn't change.
8124 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
8126         * nptl/tst-sem3.c: Use test-skeleton.c
8127         (main): Rename to do_test.  Use return instead of
8128         exit.
8129         * nptl/tst-sem4.c: Use test-skeleton.c
8130         (main): Rename to do_test.
8132 2014-04-22  David S. Miller  <davem@davemloft.net>
8134         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
8135         (struct sigaction): New struct member __glibc_reserved0, change
8136         type of sa_flags to int.
8138 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
8140         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
8141         (COUNT_LEADING_ZEROS_0): Define for AArch64.
8143 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8145         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
8146         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
8148 2014-04-22  Will Newton  <will.newton@linaro.org>
8149             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
8151         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
8152         (__longjmp): Add longjmp and longjmp_target SystemTap
8153         probes.
8154         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
8155         (__sigsetjmp): Add setjmp SystemTap probe.
8157 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
8159         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
8160         match manual order.
8162 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8164         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
8166         * sysdeps/powerpc/fpu/fenv_private.h
8167         (libc_feholdexcept_setroundl_ctx): Define to
8168         libc_feholdexcept_setround_ppc_ctx.
8169         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
8170         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
8171         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
8172         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
8174 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8176         * sysdeps/aarch64/math-tests.h: New file.
8178 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
8180         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
8181         New.
8182         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8183         Check and set bit_AVX2_Usable.
8184         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
8185         macro.
8186         (bit_AVX2): Likewise.
8187         (index_AVX2_Usable): Likewise.
8188         (CPUID_AVX2): Likewise.
8189         (HAS_AVX2): Likewise.
8191 2014-04-17  Will Newton  <will.newton@linaro.org>
8193         * manual/setjmp.texi (System V contexts): Add note that
8194         calling setcontext on a context created by a call to a
8195         signal handler is undefined.  Update text to note that
8196         setcontext from a signal handler is possible but not
8197         recommended.
8199         [BZ #16629]
8200         * stdlib/tst-setcontext.c: Include signal.h.
8201         (main): Check that the signal stack before and
8202         after swapcontext is the same.
8204         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
8205         Re-implement to restore registers in user code and avoid
8206         rt_sigreturn system call.
8208 2014-04-17  Wilco  <wdijkstr@arm.com>
8210         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
8211         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8212         * math/test-fenv.c: Skip exception trap tests on targets which only
8213         support non-stop mode.
8215 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8216             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8218         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8219         (libc_feholdsetround_aarch64_ctx)
8220         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8221         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8222         (libc_feresetround_ctx, libc_feresetroundf_ctx)
8223         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8224         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8225         (libc_feresetround_noexl_ctx): Define.
8227 2014-04-16  Richard Henderson  <rth@redhat.com>
8229         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8231         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8232         unwind tables.
8234         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8235         const from the non-libc, non-ldso copy.
8237         * sysdeps/alpha/libm-test-ulps: Regenerate.
8239 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
8240             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8242         * sysdeps/aarch64/fpu/math_private.h: New file.
8244 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8246         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8248 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
8250         [BZ #16275]
8251         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8252         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8253         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8254         Intel MPX bound registers before _dl_profile_fixup.
8255         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8256         registers after _dl_profile_fixup.  Save and restore bound
8257         registers bnd0/bnd1 when calling _dl_call_pltexit.
8258         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8259         (LR_BND_OFFSET): Likewise.
8260         (LRV_BND0_OFFSET): Likewise.
8261         (LRV_BND1_OFFSET): Likewise.
8263 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8265         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8266         to...
8267         * sysdeps/mach/hurd/i386/tls.h: ... here.
8268         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8269         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8270         fields.
8272 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8274         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8276 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8278         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8280 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8282         [BZ #14770]
8283         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8284         * sysdeps/s390/configure: Regenerate.
8286         [BZ #16824]
8287         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8288         Set round-to-nearest internally to reduce error accumulation.
8290 2014-04-16  Alan Modra  <amodra@gmail.com>
8292         [BZ #16740]
8293         [BZ #16619]
8294         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8295         * math/libm-test.inc (frexp_test_data): Add tests.
8296         * NEWS: Update fixed bug list.
8298 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8300         * benchtests/Makefile: Depend on libraries in build directory.
8301         (bench-math): Separate out math tests.
8302         (bench-pthread): Separate out pthread tests.
8303         (bench): Include math and pthread tests.
8305 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8307         [BZ #16831]
8308         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8309         _dl_debug_initialize.
8311         * configure.ac: Remove SELinux header check.
8312         * configure: Regenerate.
8313         * nscd/selinux.c (perms): Array of const char* to permission names.
8314         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8315         default policy. Call string_to_security_class and string_to_av_perm to
8316         translate strings. Enforce default policy and call avs_has_perm with
8317         results of translated strings.
8319 2014-04-13  David S. Miller  <davem@davemloft.net>
8321         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8323 2014-04-12  Allan McRae  <allan@archlinux.org>
8325         [BZ #16838]
8326         * manual/string.texi (Collation Functions): Fix qsort argument
8327         order in example.
8328         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8330 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8332         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8333         Make the test a no-op if there are no exceptions defined.
8335 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8337         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8338         enable-hardcoded-path-in-tests
8340 2014-04-11  Will Newton  <will.newton@linaro.org>
8342         * benchtests/Makefile (extra-objs): Add json-lib.o.
8343         (bench-func): Tidy up JSON output.
8344         * benchtests/bench-skeleton.c: Include json-lib.h.
8345         (main): Use JSON library functions to do output of
8346         benchmark results.
8347         * benchtests/bench-timing-type.c (main): Output the
8348         timing type simply, leaving formatting to the user.
8349         * benchtests/json-lib.c: New file.
8350         * benchtests/json-lib.h: Likewise.
8352 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8354         [BZ #15215]
8355         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8356         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8357         memory barriers.  Add comments.
8358         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8359         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8360         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8361         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8362         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8363         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8365 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8367         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8368         * sysdeps/s390/s390-64/configure.ac: ... this ...
8369         * sysdeps/s390/configure.ac: ... to here.
8370         * sysdeps/s390/s390-32/configure: Delete file.
8371         * sysdeps/s390/s390-64/configure: Delete file.
8372         * sysdeps/s390/configure: Regenerate.
8374 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8376         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8378 2014-04-11  Will Newton  <will.newton@linaro.org>
8380         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8381         to zero if it is not defined elsewhere.  (mtrim): Test
8382         the value of MALLOC_DEBUG with #if rather than #ifdef.
8384 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8386         * benchtests/pthread_once-inputs: New file.
8387         * benchtests/pthread_once-source.c: New file.
8388         * benchtests/README: Update documentation.
8390 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8391             H.J. Lu  <hongjiu.lu@intel.com>
8393         [BZ #16275]
8394         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8395         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8396         * sysdeps/x86_64/configure: Regenerated.
8397         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8398         macro.
8399         (REGISTER_SAVE_RAX): Likewise.
8400         (REGISTER_SAVE_RCX): Likewise.
8401         (REGISTER_SAVE_RDX): Likewise.
8402         (REGISTER_SAVE_RSI): Likewise.
8403         (REGISTER_SAVE_RDI): Likewise.
8404         (REGISTER_SAVE_R8): Likewise.
8405         (REGISTER_SAVE_R9): Likewise.
8406         (REGISTER_SAVE_BND0): Likewise.
8407         (REGISTER_SAVE_BND1): Likewise.
8408         (REGISTER_SAVE_BND2): Likewise.
8409         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8410         bound registers when calling _dl_fixup.
8412 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8414         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8415         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8416         of its definition.
8417         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8418         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8419         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8420         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8421         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8422         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8423         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8425 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8427         [BZ #15514]
8428         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8429         pathconf(_PC_NAME_MAX).
8431 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8433         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8434         Remove macro usage.
8435         (__PTHREAD_SPINS): Move definition to ...
8436         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8437         (__PTHREAD_SPINS): ... here.
8438         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8439         (__PTHREAD_SPIN): Likewise.
8440         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8441         (__PTHREAD_SPIN): Likewise.
8442         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8443         (__PTHREAD_SPIN): Likewise.
8444         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8445         (__PTHREAD_SPIN): Likewise.
8446         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8447         (__PTHREAD_SPIN): Likewise.
8448         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8449         (__PTHREAD_SPIN): Likewise.
8450         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8451         (__PTHREAD_SPIN): Likewise.
8452         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8453         (__PTHREAD_SPIN): Likewise.
8454         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8455         (__PTHREAD_SPIN): Likewise.
8456         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8457         (__PTHREAD_SPIN): Likewise.
8458         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8459         (__PTHREAD_SPIN): Likewise.
8460         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8461         (__PTHREAD_SPIN): Likewise.
8463         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8464         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8465         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8466         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8467         imply folder.
8468         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8469         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8470         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8471         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8472         correct imply path.
8473         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8474         strlen symbol for non multi-arch builds.
8475         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8476         missing hidden_def and weak_alias.
8478 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8480         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8482 2014-04-07  Will Newton  <will.newton@linaro.org>
8484         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8485         and contents.  [!_LIBC] Remove #ifndef and contents.
8486         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8487         * string/memccpy.c (__memccpy): Use ANSI prototype.
8488         * string/memfrob.c (memfrob): Likewise.
8489         * string/strcoll.c (STRCOLL): Likewise.
8490         * string/strlen.c (strlen): Likewise.
8491         * string/strtok.c (STRTOK): Likewise.
8492         * string/strcat.c: Remove unused #include of memcopy.h.
8493         (strcat): Use ANSI prototype.
8494         * string/strchr.c: Remove unused #include of memcopy.h.
8495         (strchr): Use ANSI prototype.
8496         * string/strcmp.c: Remove unused #include of memcopy.h.
8497         (strcmp): Use ANSI prototype.
8498         * string/strcpy.c: Remove unused #include of memcopy.h.
8499         (strcpy): Use ANSI prototype.
8501 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8503         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8504         * config.make.in (config-extra-cppflags): Set it from
8505         libc_extra_cppflags.
8506         * configure.ac (libc_extra_cflags): Make it accumulate over
8507         configure fragments.
8508         (libc_extra_cppflags): New flag.
8509         * configure. Regenerate.
8510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8511         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8512         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8515         [BZ #16815]
8516         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8517         result for FE_DOWNWARD rounding mode.
8518         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8519         Likewise.
8520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8522 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8524         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8525         in function argument name.
8527 2014-04-03  David Svoboda  <svoboda@cert.org>
8529         [BZ #5666]
8530         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8531         explicitly.
8533 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8535         * elf/dl-unmap-segments.h: New file.
8536         * sysdeps/generic/ldsodefs.h
8537         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8538         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8539         * elf/dl-fptr.c: Likewise.
8540         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8541         * sysdeps/aarch64/tlsdesc.c: Likewise.
8542         * sysdeps/arm/tlsdesc.c: Likewise.
8543         * sysdeps/i386/tlsdesc.c: Likewise.
8544         * sysdeps/tile/dl-runtime.c: Likewise.
8545         * sysdeps/x86_64/tlsdesc.c: Likewise.
8546         * elf/dl-load.h: New file.
8547         * elf/dl-load.c: Include it.
8548         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8549         Macros moved to dl-load.h.
8550         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8551         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8552         Use _dl_unmap_segments in place of __munmap.
8553         Break out segment-mapping loop into ...
8554         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8556 2014-04-03  Will Newton  <will.newton@linaro.org>
8558         * elf/dl-lookup.c (do_lookup_x): Remove comment
8559         referring to nested function and move variable
8560         declarations down to before first use.
8562 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8564         [BZ #16799]
8565         [BZ #16800]
8566         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8567         with 0 numerator.
8568         * math/s_catanf.c (__catanf): Likewise.
8569         * math/s_catanh.c (__catanh): Likewise.
8570         * math/s_catanhf.c (__catanhf): Likewise.
8571         * math/s_catanhl.c (__catanhl): Likewise.
8572         * math/s_catanl.c (__catanl): Likewise.
8573         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8574         by positive zero when computing -Inf result.
8575         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8576         (catanh_test): Likewise.
8577         * sysdeps/i386/fpu/libm-test-ulps: Update.
8578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8580         [BZ #16789]
8581         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8582         instead of using underflowing value in computing result.
8583         * math/s_clog10.c (__clog10): Likewise.
8584         * math/s_clog10f.c (__clog10f): Likewise.
8585         * math/s_clog10l.c (__clog10l): Likewise.
8586         * math/s_clogf.c (__clogf): Likewise.
8587         * math/s_clogl.c (__clogl): Likewise.
8588         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8589         (clog10_test): Likewise.
8590         * sysdeps/i386/fpu/libm-test-ulps: Update.
8591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8593 2014-04-02  Alan Modra  <amodra@gmail.com>
8595         [BZ #16739]
8596         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8597         output when value is near a power of two.  Use int64_t for lx and
8598         remove casts.  Use decimal rather than hex exponent constants.
8599         Don't use long double multiplication when double will suffice.
8600         * math/libm-test.inc (nextafter_test_data): Add tests.
8601         * NEWS: Add 16739 and 16786 to bug list.
8603         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8605         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8607 2014-04-01  Will Newton  <will.newton@linaro.org>
8609         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8610         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8612 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8614         [BZ #13347]
8615         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8616         * nptl/tst-setuid2.c: New file.
8617         * nptl/Makefile (xtests): Add tst-setuid2.
8619 2014-04-01  Alan Modra  <amodra@gmail.com>
8621         [BZ #16786]
8622         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8624 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8626         [BZ #6803]
8627         [BZ #6804]
8628         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8629         set errno as appropriate.
8630         * math/w_scalbf.c (__scalbf): Likewise.
8631         * math/w_scalbl.c (__scalbl): Likewise.
8632         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8633         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8634         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8635         Add more NaN tests.
8637         [BZ #16349]
8638         * math/w_atan2.c: Include <errno.h>.
8639         (__atan2): Set errno for result underflowing to zero.
8640         * math/w_atan2f.c: Include <errno.h>.
8641         (__atan2f): Set errno for result underflowing to zero.
8642         * math/w_atan2l.c: Include <errno.h>.
8643         (__atan2l): Set errno for result underflowing to zero.
8644         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8645         tests.
8646         * math/auto-libm-test-out: Regenerated.
8648 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8650         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8651         Encode instruction correctly in little endian.
8652         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8653         Likewise.
8654         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8655         Likewise.
8656         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8657         Likewise.
8658         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8659         Likewise.
8661 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8663         [BZ #9894]
8664         * sysdeps/unix/sysv/linux/kernel-features.h
8665         [__sparc__ && !__arch64__ && !__sparc_v9__]
8666         (__ASSUME_SET_ROBUST_LIST): Do not define.
8667         [__sparc__ && !__arch64__ && !__sparc_v9__]
8668         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8669         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8670         Likewise.
8671         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8672         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8673         (__ASSUME_REQUEUE_PI): Likewise.
8674         (__ASSUME_SET_ROBUST_LIST): Likewise.
8675         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8676         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8677         Undefine.
8678         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8679         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8680         Likewise.
8681         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8682         Likewise.
8683         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8684         Likewise.
8685         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8686         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8687         Undefine.
8688         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8689         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8690         Likewise.
8692         [BZ #16648]
8693         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8694         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8695         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8697 2014-03-31  Will Newton  <will.newton@linaro.org>
8699         * benchtests/Makefile (bench): Add ffs and ffsll to list
8700         of tests.
8701         * benchtests/ffs-inputs: New file.
8702         * benchtests/ffsll-inputs: Likewise.
8704 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8706         [BZ #16770]
8707         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8708         too large before casting to int.
8709         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8710         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8711         * math/libm-test.inc (scalb_test_data): Add more tests.
8713 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8715         * benchtests/Makefile (DETAILED_OPT): New make option.
8716         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8717         set.
8718         * benchtests/bench-skeleton.c: Include stdbool.h.
8719         (main): Store and print timings per input.
8720         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8721         member to each argument value.
8722         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8723         (_print_arg_data): Initialize per-input timing to 0.
8725         * benchtests/Makefile (timing-type): New binary.
8726         (bench-clean): Also remove bench-timing-type.
8727         (bench): New target for timing-type.
8728         (bench-func): Print output in JSON format.
8729         * benchtests/bench-skeleton.c (main): Print output in JSON
8730         format.
8731         * benchtests/bench-timing-type.c: New file.
8732         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8733         (TIMING_PRINT_STATS): Remove.
8734         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8735         name separately.
8737         * benchtests/bench-modf.c: Remove.
8738         * benchtests/modf-inputs: New inputs file.
8740 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8742         [BZ #16362]
8743         * math/s_clog10.c (M_PI_LOG10E): New macro.
8744         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8745         imaginary parts are 0.
8746         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8747         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8748         imaginary parts are 0.
8749         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8750         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8751         imaginary parts are 0.
8752         * math/libm-test.inc (clog10_test_data): Update expected results
8753         for when real and imaginary parts are 0.
8755 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8757         * elf/dl-load.c: Finish conversion of __builtin_expect into
8758         __glibc_{un}likely.
8760 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8762         [BZ #16348]
8763         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8764         1+x for argument with exponent below -67.
8765         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8766         Likewise.
8767         * math/auto-libm-test-in: Add more tests of exp.
8768         * math/auto-libm-test-out: Regenerated.
8770 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8772         [BZ #16759]
8773         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8774         (nscd_getnetgrent): Use it.
8776         [BZ #16760]
8777         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8778         of stpcpy.
8780 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8782         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8783         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8784         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8785         (lll_robust_unlock): Remove out of line section. Use cfi
8786         intrinsics.
8787         (LLL_STUB_UNWIND_INFO*): Remove.
8788         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8789         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8790         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8791         (lll_robust_unlock): Remove out of line section. Use cfi
8792         intrinsics.
8793         (LLL_STUB_UNWIND_INFO*): Remove.
8795 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8797         [BZ #16758]
8798         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8799         blank values.
8801 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8803         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8805 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8807         [BZ #16198]
8808         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8809         fnstenv.
8810         * math/test-fenv-preserve.c: New file.
8811         * math/Makefile (tests): Add test-fenv-preserve.
8813 2014-03-26  Will Newton <will.newton@linaro.org>
8815         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8817 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8819         * scripts/versionlist.awk: Partition the version sets and emit all
8820         GLIBC_* (sorted) before all others (sorted).
8822 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8824         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8825         GLIBC_2.2.5 version.
8827 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8829         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8830         calls.
8832         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8833         previous change.
8835         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8837 2014-03-25  Andreas Schwab  <schwab@suse.de>
8839         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8840         label to be used after in6ailist is initialized.
8842 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8844         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8845         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8847 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8849         [BZ #16357]
8850         [BZ #16599]
8851         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8852         min_plus_half.
8853         (fp_formats): Update initializers.
8854         (init_fp_formats): Initialize new field.
8855         (output_for_one_input_case): Allow underflow for results up to
8856         min_plus_half.
8857         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8858         * math/auto-libm-test-in: Don't mark some underflows from asin and
8859         atanh as spurious.
8860         * math/auto-libm-test-out: Regenerated.
8861         * sysdeps/i386/fpu/libm-test-ulps: Update.
8862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8864 2014-03-25  Andreas Schwab  <schwab@suse.de>
8866         * libio/Makefile (tst-ftell-partial-wide-ENV)
8867         (tst-ftell-active-handler-ENV): Define.
8869 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8871         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8873 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8875         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8877 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8879         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8880         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8881         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8883 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8885         [BZ #16634]
8886         * elf/dl-load.c (open_verify): Add mode parameter.
8887         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8888         (open_path): Change from boolean 'secure' to complete flag 'mode'
8889         (_dl_map_object): Adjust.
8890         * elf/Makefile (tests): Add tst-dlopen-aout.
8891         * elf/tst-dlopen-aout.c: New test.
8893 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8895         [BZ #16714]
8896         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8897         (struct stat): Rename member pad0 to __glibc_reserved0.
8899         [BZ #16712]
8900         * sysdeps/s390/s390-32/bits/wordsize.h
8901         (__WORDSIZE32_SIZE_ULONG): New define.
8902         * sysdeps/s390/s390-64/bits/wordsize.h
8903         (__WORDSIZE32_SIZE_ULONG): Likewise.
8904         * sysdeps/generic/stdint.h (SIZE_MAX):
8905         Define as UL if __WORDSIZE32_SIZE_ULONG.
8907         [BZ #16713]
8908         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8909         (__glibc_reserved0): New variable.
8910         (sa_flags): Change type to int.
8912         * posix/Makefile (before-compile): Use += before-compile instead
8913         of a :=.
8915         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8916         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8918 2014-03-20  Andreas Schwab  <schwab@suse.de>
8920         [BZ #16743]
8921         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8922         non-matching result from nscd.
8924 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8926         * scripts/bench.py: Moved to ...
8927         * benchtests/scripts/bench.py: ... here.
8928         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8930 2014-03-24  Andreas Schwab  <schwab@suse.de>
8932         [BZ #16002]
8933         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8934         alloca_account and account alloca use for struct in6ailist.
8936 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8938         [BZ #16284]
8939         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8940         rounding mode to recompute results that overflow to infinity or
8941         underflow to zero.
8942         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8943         bug 16284.
8944         * math/auto-libm-test-out: Regenerated.
8945         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8946         (ccosh_test): Likewise.
8947         (csin_test_data): Use plus_oflow.
8948         (csin_test): Use ALL_RM_TEST.
8949         (csinh_test_data): Use plus_oflow.
8950         (csinh_test): Use ALL_RM_TEST.
8951         * sysdeps/i386/fpu/libm-test-ulps: Update.
8952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8954 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8956         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8957         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8958         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8960         [BZ #16731]
8961         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8962         when x - 1 is zero.
8963         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8964         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8965         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8966         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8967         argument is 1.
8968         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8969         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8970         zero.
8971         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8972         * sysdeps/i386/fpu/libm-test-ulps: Update.
8973         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8975 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8977         * scripts/bench.pl: Remove file.
8978         * scripts/bench.py: New benchmark script.
8979         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8980         * benchtests/README: Mention python dependency.
8981         * scripts/pylintrc: New file.
8982         * scripts/pylint: New file.
8984         * bits/mathdef.h: Use #ifdef instead of #if.
8985         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8986         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8987         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8988         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8989         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8990         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8992 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8993             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8995         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8996         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8997         and strpbrk-ppc64 objects.
8998         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8999         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
9000         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
9001         multiarch strpbrk for POWER7.
9002         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
9003         multiarch strpbrk for PPC64.
9004         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
9005         ifunc selector.
9006         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
9007         strpbrk for POWER7.
9009 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
9011         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
9012         (atan_test): Likewise.
9013         (atanh_test_data): Use NO_TEST_INLINE for two tests.
9014         (atanh_test): Use ALL_RM_TEST.
9015         (atan2_test_data): Likewise.
9016         (cabs_test): Likewise.
9017         (cacosh_test): Likewise.
9018         (carg_test): Likewise.
9019         (casin_test): Likewise.
9020         (casinh_test): Likewise.
9021         (cbrt_test): Likewise.
9022         (csqrt_test): Likewise.
9023         (erf_test): Likewise.
9024         (erfc_test): Likewise.
9025         (pow10_test): Likewise.
9026         (exp2_test): Likewise.
9027         (hypot_test): Likewise.
9028         (j0_test): Likewise.
9029         (j1_test): Likewise.
9030         (lgamma_test): Likewise.
9031         (gamma_test): Likewise.
9032         (sincos_test): Likewise.
9033         (tanh_test): Likewise.
9034         (y0_test): Likewise.
9035         (y1_test): Likewise.
9036         * sysdeps/i386/fpu/libm-test-ulps: Update.
9037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9039 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9041         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
9042         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
9043         and strcspn-ppc64 objects.
9044         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9045         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
9046         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
9047         multiarch strcspn for POWER7.
9048         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
9049         multiarch strcspn for PPC64.
9050         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
9051         ifunc selector.
9052         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
9053         strcspn for POWER7.
9055 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
9057         * math/gen-libm-test.pl (generate_testfile): Expect only function
9058         name as argument to AUTO_TESTS_* and pass results for all rounding
9059         modes to parse_args.
9060         (parse_auto_input): Separate inputs of automatic tests from
9061         outputs before storing in %auto_tests.
9062         * math/libm-test.inc (acos_test_data): Update call to
9063         AUTO_TESTS_f_f.
9064         (acos_test): Use ALL_RM_TEST.
9065         (acos_tonearest_test_data): Remove.
9066         (acos_test_tonearest): Likewise.
9067         (acos_towardzero_test_data): Likewise.
9068         (acos_test_towardzero): Likewise.
9069         (acos_downward_test_data): Likewise.
9070         (acos_test_downward): Likewise.
9071         (acos_upward_test_data): Likewise.
9072         (acos_test_upward): Likewise.
9073         (acosh_test_data): Update call to AUTO_TESTS_f_f.
9074         (asin_test_data): Likewise.
9075         (asin_test): Use ALL_RM_TEST.
9076         (asin_tonearest_test_data): Remove.
9077         (asin_test_tonearest): Likewise.
9078         (asin_towardzero_test_data): Likewise.
9079         (asin_test_towardzero): Likewise.
9080         (asin_downward_test_data): Likewise.
9081         (asin_test_downward): Likewise.
9082         (asin_upward_test_data): Likewise.
9083         (asin_test_upward): Likewise.
9084         (asinh_test_data): Update call to AUTO_TESTS_f_f.
9085         (atan_test_data): Likewise.
9086         (atanh_test_data): Likewise.
9087         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
9088         (cabs_test_data): Update call to AUTO_TESTS_c_f.
9089         (carg_test_data): Likewise.
9090         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
9091         (ccos_test_data): Update call to AUTO_TESTS_c_c.
9092         (ccosh_test_data): Likewise.
9093         (cexp_test_data): Likewise.
9094         (clog_test_data): Likewise.
9095         (clog10_test_data): Likewise.
9096         (cos_test_data): Update call to AUTO_TESTS_f_f.
9097         (cos_test): Use ALL_RM_TEST.
9098         (cos_tonearest_test_data): Remove.
9099         (cos_test_tonearest): Likewise.
9100         (cos_towardzero_test_data): Likewise.
9101         (cos_test_towardzero): Likewise.
9102         (cos_downward_test_data): Likewise.
9103         (cos_test_downward): Likewise.
9104         (cos_upward_test_data): Likewise.
9105         (cos_test_upward): Likewise.
9106         (cosh_test_data): Update call to AUTO_TESTS_f_f.
9107         (cosh_test): Use ALL_RM_TEST.
9108         (cosh_tonearest_test_data): Remove.
9109         (cosh_test_tonearest): Likewise.
9110         (cosh_towardzero_test_data): Likewise.
9111         (cosh_test_towardzero): Likewise.
9112         (cosh_downward_test_data): Likewise.
9113         (cosh_test_downward): Likewise.
9114         (cosh_upward_test_data): Likewise.
9115         (cosh_test_upward): Likewise.
9116         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
9117         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
9118         (ctan_test_data): Likewise.
9119         (ctan_test): Use ALL_RM_TEST.
9120         (ctan_tonearest_test_data): Remove.
9121         (ctan_test_tonearest): Likewise.
9122         (ctan_towardzero_test_data): Likewise.
9123         (ctan_test_towardzero): Likewise.
9124         (ctan_downward_test_data): Likewise.
9125         (ctan_test_downward): Likewise.
9126         (ctan_upward_test_data): Likewise.
9127         (ctan_test_upward): Likewise.
9128         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
9129         (ctanh_test): Use ALL_RM_TEST.
9130         (ctanh_tonearest_test_data): Remove.
9131         (ctanh_test_tonearest): Likewise.
9132         (ctanh_towardzero_test_data): Likewise.
9133         (ctanh_test_towardzero): Likewise.
9134         (ctanh_downward_test_data): Likewise.
9135         (ctanh_test_downward): Likewise.
9136         (ctanh_upward_test_data): Likewise.
9137         (ctanh_test_upward): Likewise.
9138         (erf_test_data): Update call to AUTO_TESTS_f_f.
9139         (erfc_test_data): Likewise.
9140         (exp_test_data): Likewise.
9141         (exp_test): Use ALL_RM_TEST.
9142         (exp_tonearest_test_data): Remove.
9143         (exp_test_tonearest): Likewise.
9144         (exp_towardzero_test_data): Likewise.
9145         (exp_test_towardzero): Likewise.
9146         (exp_downward_test_data): Likewise.
9147         (exp_test_downward): Likewise.
9148         (exp_upward_test_data): Likewise.
9149         (exp_test_upward): Likewise.
9150         (exp10_test_data): Update call to AUTO_TESTS_f_f.
9151         (exp10_test): Use ALL_RM_TEST.
9152         (exp10_tonearest_test_data): Remove.
9153         (exp10_test_tonearest): Likewise.
9154         (exp10_towardzero_test_data): Likewise.
9155         (exp10_test_towardzero): Likewise.
9156         (exp10_downward_test_data): Likewise.
9157         (exp10_test_downward): Likewise.
9158         (exp10_upward_test_data): Likewise.
9159         (exp10_test_upward): Likewise.
9160         (exp2_test_data): Update call to AUTO_TESTS_f_f.
9161         (expm1_test_data): Likewise.
9162         (expm1_test): Use ALL_RM_TEST.
9163         (expm1_tonearest_test_data): Remove.
9164         (expm1_test_tonearest): Likewise.
9165         (expm1_towardzero_test_data): Likewise.
9166         (expm1_test_towardzero): Likewise.
9167         (expm1_downward_test_data): Likewise.
9168         (expm1_test_downward): Likewise.
9169         (expm1_upward_test_data): Likewise.
9170         (expm1_test_upward): Likewise.
9171         (fma_test_data): Update call to AUTO_TESTS_fff_f.
9172         (fma_test): Use ALL_RM_TEST.
9173         (fma_towardzero_test_data): Remove.
9174         (fma_test_towardzero): Likewise.
9175         (fma_downward_test_data): Likewise.
9176         (fma_test_downward): Likewise.
9177         (fma_upward_test_data): Likewise.
9178         (fma_test_upward): Likewise.
9179         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
9180         (j0_test_data): Update call to AUTO_TESTS_f_f.
9181         (j1_test_data): Likewise.
9182         (jn_test_data): Update call to AUTO_TESTS_if_f.
9183         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
9184         (log_test_data): Update call to AUTO_TESTS_f_f.
9185         (log10_test_data): Likewise.
9186         (log1p_test_data): Likewise.
9187         (log2_test_data): Likewise.
9188         (pow_test_data): Update call to AUTO_TESTS_ff_f.
9189         (pow_tonearest_test_data): Likewise.
9190         (sin_test_data): Update call to AUTO_TESTS_f_f.
9191         (sin_test): Use ALL_RM_TEST.
9192         (sin_tonearest_test_data): Remove.
9193         (sin_test_tonearest): Likewise.
9194         (sin_towardzero_test_data): Likewise.
9195         (sin_test_towardzero): Likewise.
9196         (sin_downward_test_data): Likewise.
9197         (sin_test_downward): Likewise.
9198         (sin_upward_test_data): Likewise.
9199         (sin_test_upward): Likewise.
9200         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
9201         (sinh_test_data): Update call to AUTO_TESTS_f_f.
9202         (sinh_test): Use ALL_RM_TEST.
9203         (sinh_tonearest_test_data): Remove.
9204         (sinh_test_tonearest): Likewise.
9205         (sinh_towardzero_test_data): Likewise.
9206         (sinh_test_towardzero): Likewise.
9207         (sinh_downward_test_data): Likewise.
9208         (sinh_test_downward): Likewise.
9209         (sinh_upward_test_data): Likewise.
9210         (sinh_test_upward): Likewise.
9211         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9212         (sqrt_test): Use ALL_RM_TEST.
9213         (sqrt_tonearest_test_data): Remove.
9214         (sqrt_test_tonearest): Likewise.
9215         (sqrt_towardzero_test_data): Likewise.
9216         (sqrt_test_towardzero): Likewise.
9217         (sqrt_downward_test_data): Likewise.
9218         (sqrt_test_downward): Likewise.
9219         (sqrt_upward_test_data): Likewise.
9220         (sqrt_test_upward): Likewise.
9221         (tan_test_data): Update call to AUTO_TESTS_f_f.
9222         (tan_test): Use ALL_RM_TEST.
9223         (tan_tonearest_test_data): Remove.
9224         (tan_test_tonearest): Likewise.
9225         (tan_towardzero_test_data): Likewise.
9226         (tan_test_towardzero): Likewise.
9227         (tan_downward_test_data): Likewise.
9228         (tan_test_downward): Likewise.
9229         (tan_upward_test_data): Likewise.
9230         (tan_test_upward): Likewise.
9231         (tanh_test_data): Update call to AUTO_TESTS_f_f.
9232         (tgamma_test_data): Likewise.
9233         (y0_test_data): Likewise.
9234         (y1_test_data): Likewise.
9235         (yn_test_data): Update call to AUTO_TESTS_if_f.
9236         (main): Do not call removed functions.
9238 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9240         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9241         (ldexp_test_data): Remove.
9242         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
9243         scalbn_test_data.
9244         (scalb_test): Use ALL_RM_TEST.
9246 2014-03-19  Andreas Schwab  <schwab@suse.de>
9248         * nscd/nscd.service: Also invalidate netgroup cache on reload.
9250 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9252         [BZ #16649]
9253         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9254         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9255         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9256         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9257         (__ASSUME_PREADV): Undefine.
9258         (__ASSUME_PWRITEV): Likewise.
9260 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9262         * bits/mman-linux.h: Add comment about non-Linux use.
9263         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9264         bits/mman-linux.h resting place.
9266         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9267         * bits/mman-linux.h: ... here.
9269 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9271         * conform/conformtest.pl: Add standard definition when calling C
9272         preprocessor on data files.
9273         (checknamespace): Remove unused variable.
9275 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9277         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9278         minus_oflow, plus_uflow and minus_uflow in expected results.
9279         * math/libm-test.inc (scalbn_test_data): Add more tests of
9280         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
9281         minus_uflow.
9282         (scalbn_test): Use ALL_RM_TEST.
9283         (scalbln_test_data): Add more tests of negative arguments.  Use
9284         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9285         (scalbln_test): Use ALL_RM_TEST.
9287 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9289         * scripts/abilist.awk: Ignore symbols marked with .hidden.
9291 2014-03-18  Will Newton  <will.newton@linaro.org>
9293         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9294         inaccurate comment.
9296 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9298         * Makerules [!subdir] (check-abi): Exit with error status if a
9299         test failed.
9301 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9303         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9304         for rint.  Include results for all rounding modes.
9305         (nearbyint_test): Use ALL_RM_TEST.
9306         (rint_test_data): Include all tests used for nearbyint.
9308 2014-03-17  Will Newton  <will.newton@linaro.org>
9310         * nptl/sysdeps/pthread/pthread.h: Revert previous
9311         change.
9313         * sysdeps/generic/ldsodefs.h: Revert previous
9314         change.
9316         * libio/genops.c: Revert previous change.
9317         * libio/libioP.h: Likewise.
9318         * stdio-common/vfprintf.c: Likewise.
9320         * sysdeps/generic/math_private.h: Revert previous
9321         change.
9323         * sysdeps/generic/math_private.h: Check whether
9324         HAVE_RM_CTX is defined with #ifdef rather
9325         than #if.
9327         * argp/argp-fmtstream.h: Check whether
9328         __STRICT_ANSI__ is defined with #ifdef rather
9329         than #if.
9330         * argp/argp.h: Likewise.
9332         * libio/genops.c: Check whether
9333         _IO_JUMPS_OFFSET is defined with #ifdef rather
9334         than #if.
9335         * libio/libioP.h: Likewise.
9336         * stdio-common/vfprintf.c: Likewise.
9338         * sysdeps/generic/ldsodefs.h: Check whether
9339         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9340         than #if.
9342         * nptl/sysdeps/pthread/pthread.h: Check
9343         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9344         its value.
9346 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9348         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9349         setting O_APPEND.
9350         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9351         test case.
9353         [BZ #16680]
9354         * libio/fileops.c (_IO_file_open): Seek to end of file but
9355         don't cache the offset.
9356         (get_file_offset): Remove function.
9357         (do_ftell): Use cached offset when available.
9358         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9359         don't cache the offset.
9360         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9361         case.
9362         (do_one_test): Call it.
9363         (do_ftell_test): Fix up expected old offset for a+ mode.
9364         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9365         available.
9367         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9368         up test status with function return status.
9369         (do_write_test): Likewise.
9370         (do_append_test): Likewise.
9372         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9373         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9374         Remove.
9376 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9378         * math/gen-libm-test.pl (parse_args): Handle results specified for
9379         each rounding mode separately.
9380         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9381         tests and results from lrint_tonearest_test_data,
9382         lrint_towardzero_test_data, lrint_downward_test_data and
9383         lrint_upward_test_data.
9384         (lrint_test): Use ALL_RM_TEST.
9385         (lrint_tonearest_test_data): Remove.
9386         (lrint_test_tonearest): Likewise.
9387         (lrint_towardzero_test_data): Likewise.
9388         (lrint_test_towardzero): Likewise.
9389         (lrint_downward_test_data): Likewise.
9390         (lrint_test_downward): Likewise.
9391         (lrint_upward_test_data): Likewise.
9392         (lrint_test_upward): Likewise.
9393         (llrint_test_data): Merge in per-rounding-mode tests and results
9394         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9395         llrint_downward_test_data and llrint_upward_test_data.
9396         (llrint_test): Use ALL_RM_TEST.
9397         (llrint_tonearest_test_data): Remove.
9398         (llrint_test_tonearest): Likewise.
9399         (llrint_towardzero_test_data): Likewise.
9400         (llrint_test_towardzero): Likewise.
9401         (llrint_downward_test_data): Likewise.
9402         (llrint_test_downward): Likewise.
9403         (llrint_upward_test_data): Likewise.
9404         (llrint_test_upward): Likewise.
9405         (rint_test_data): Merge in per-rounding-mode tests and results
9406         from rint_tonearest_test_data, rint_towardzero_test_data,
9407         rint_downward_test_data and rint_upward_test_data.  Add
9408         per-rounding-mode results for tests not in those arrays.
9409         (rint_test): Use ALL_RM_TEST.
9410         (rint_tonearest_test_data): Remove.
9411         (rint_test_tonearest): Likewise.
9412         (rint_towardzero_test_data): Likewise.
9413         (rint_test_towardzero): Likewise.
9414         (rint_downward_test_data): Likewise.
9415         (rint_test_downward): Likewise.
9416         (rint_upward_test_data): Likewise.
9417         (rint_test_upward): Likewise.
9418         (main): Don't call removed functions.
9420 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9422         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9423         "Compiled on ..." crapola.  It is anti-useful.
9425 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9427         * scripts/evaluate-test.sh: Handle fourth argument to determine
9428         whether test run should stop on failure.
9429         * Makeconfig (stop-on-test-failure): New variable.
9430         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9431         $(stop-on-test-failure).
9432         * Makefile (tests): Give a summary of results from testing and
9433         exit with failure status if they include an ERROR or FAIL.
9434         (xtests): Likewise.
9435         * manual/install.texi (Configuring and compiling): Mention
9436         stop-on-test-failure=y.
9437         * INSTALL: Regenerated.
9439 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9441         * scripts/versionlist.awk: New file.
9442         * Makerules [$(build-shared) = yes]
9443         (postclean-generated): Add Versions.def, not Versions.def.v and
9444         Versions.def.v.i.
9445         ($(common-objpfx)Versions.def.v.i): Target removed.
9446         ($(common-objpfx)Versions.def): New target.
9447         ($(common-objpfx)Versions.all): Depend on that rather that
9448         $(common-objpfx)Versions.def.v.
9449         * Versions.def: File removed.
9451         * Makeconfig (+gccwarn): Add -Wundef.
9452         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9453         a dl-sysdep.h breaking its contract.
9454         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9455         * include/stackinfo.h: New file.
9456         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9457         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9458         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9459         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9460         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9461         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9462         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9463         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9464         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9465         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9466         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9467         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9468         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9469         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9470         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9472 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9474         [BZ #16707]
9475         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9476         implementation.
9477         * math/libm-test.inc (round_test_data): Add more tests.
9479         [BZ #16706]
9480         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9481         implementation.
9482         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9484         [BZ #16701]
9485         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9486         implementation.
9487         * math/libm-test.inc (ceil_test_data): Add more tests.
9489         * math/libm-test.inc (trunc_test_data): Add more tests related to
9490         BZ#16414.
9492 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9494         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9495         with #if rather than #ifdef.
9496         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9498 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9500         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9501         first.  Disable AVX-512 GCC support if assembler doesn't support
9502         it.
9503         * sysdeps/x86_64/configure: Regenerated.
9505 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9507         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9508         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9509         (__old_pthread_attr_setstack): Likewise.
9510         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9511         [!_STACK_GROWS_DOWN]: Likewise.
9513 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9515         * config.make.in (have-bash2): Delete.
9516         * configure.ac (libc_cv_have_bash2): Delete.
9517         * configure: Regenerate.
9518         * elf/Makefile (common-ldd-rewrite): Rename to ...
9519         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9520         (sh-ldd-rewrite): Delete.
9521         (bash-ldd-rewrite): Delete.
9522         (have-bash2): Delete checks.
9523         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9524         ldd-rewrite.
9526         * config.make.in (have-ksh): Delete.
9527         (KSH): Delete.
9528         * configure.ac (libc_cv_have_ksh): Delete.
9529         * configure: Regenerate.
9531         * elf/Makefile: Delete $(have-ksh) check.
9532         ($(objpfx)sotruss): Change KSH to BASH.
9533         * elf/sotruss.ksh: Rename to ...
9534         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9535         function style to match POSIX.  Drop ksh vim mode setting.
9537         * manual/time.texi (Specifying the Time Zone with TZ): Change
9538         Tuesday to Thursday.
9540         * debug/tst-longjmp_chk2.c: Update header comment.
9541         (stackoverflow_handler): Add comment.  Call assert on pass value.
9543 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9545         [BZ #16194]
9546         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9547         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9548         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9549         (La_x86_64_vector): Add zmm.
9550         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9551         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9552         ($(objpfx)tst-audit10): New target.
9553         ($(objpfx)tst-audit10.out): Likewise.
9554         (tst-audit10-ENV): New.
9555         (AVX512-CFLAGS): Likewise.
9556         (CFLAGS-tst-audit10.c): Likewise.
9557         (CFLAGS-tst-auditmod10a.c): Likewise.
9558         (CFLAGS-tst-auditmod10b.c): Likewise.
9559         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9560         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9561         * sysdeps/x86_64/configure: Regenerated.
9562         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9563         AVX-512 zmm register support.
9564         (_dl_x86_64_save_sse): Likewise.
9565         (_dl_x86_64_restore_sse): Likewise.
9566         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9567         size vector registers.
9568         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9569         (ZMM_SIZE): Likewise.
9570         * sysdeps/x86_64/tst-audit10.c: New file.
9571         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9572         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9574 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9576         * configure.ac (HAVE_EHDR_START): New check.
9577         * configure: Regenerated.
9578         * config.h.in (HAVE_EHDR_START): New #undef.
9579         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9580         assuming the lowest-addressed segment maps the start of the file.
9582 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9584         * INSTALL: Regenerated.
9586 2014-03-13  Will Newton  <will.newton@linaro.org>
9588         * manual/setjmp.texi (System V contexts): Improve
9589         clarity and grammar of documentation.
9591 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9593         [BZ #16381]
9594         * elf/Makefile (tests): Add tst-pie2.
9595         (tests-pie): Add tst-pie2.
9596         * elf/tst-pie2.c: New file.
9597         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9598         for ET_EXEC.
9599         * elf/rtld.c (map_doit): Load executable as lt_executable.
9600         (dl_main): Likewise.
9602 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9604         [BZ #16642]
9605         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9606         (__ASSUME_PSELECT): Undefine.
9608 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9610         [BZ #16689]
9611         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9612         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9613         static build.
9614         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9615         selector for static builds.
9617 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9619         [BZ #16695]
9620         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9621         key in the buffer.
9623 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9625         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9626         IFUNC selector for static builds.
9628 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9630         * sysdeps/mips/math_private.h [__mips_hard_float]
9631         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9632         libc_feresetround_mips_ctx.
9633         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9634         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9635         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9637         [BZ #16677]
9638         * math/s_nextafter.c (__nextafter): Do not return value from
9639         overflowing computation.
9640         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9641         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9642         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9643         Likewise.
9644         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9645         Likewise.
9646         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9647         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9649 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9651         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9652         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9653         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9654         the new mov targetting sp.
9656 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9658         [BZ #16683]
9659         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9660         Define it for static builds as well.
9661         (NO_BZERO_IMPL): Likewise.
9663 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9665         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9666         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9667         multiarch strspn for PPC64.
9668         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9669         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9670         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9671         (__libc_ifunc_impl_list): Likewise.
9672         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9673         multiarch optimizations
9674         * string/strspn.c (strspn): Using macro to redefine symbol name.
9676 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9677             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9679         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9680         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9681         multiarch strncat for PPC64.
9682         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9683         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9684         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9685         (__libc_ifunc_impl_list): Likewise.
9686         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9687         multiarch optimizations
9689 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9691         [BZ #16639]
9692         * nscd/nscd.service: Make service type forking.
9694 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9696         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9697         sign in non default rounding modes.
9698         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9700 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9702         * math/libm-test.inc (ALL_RM_TEST): New macro.
9703         (ceil_test): Use ALL_RM_TEST.
9704         (cimag_test): Likewise.
9705         (conj_test): Likewise.
9706         (copysign_test): Likewise.
9707         (cproj_test): Likewise.
9708         (creal_test): Likewise.
9709         (fabs_test): Likewise.
9710         (floor_test): Likewise.
9711         (fmax_test): Likewise.
9712         (fmin_test): Likewise.
9713         (fmod_test): Likewise.
9714         (fpclassify_test): Likewise.
9715         (frexp_test): Likewise.
9716         (ilogb_test): Likewise.
9717         (isfinite_test): Likewise.
9718         (finite_test): Likewise.
9719         (isgreater_test): Likewise.
9720         (isgreaterequal_test): Likewise.
9721         (isinf_test): Likewise.
9722         (isless_test): Likewise.
9723         (islessequal_test): Likewise.
9724         (islessgreater_test): Likewise.
9725         (isnan_test): Likewise.
9726         (isnormal_test): Likewise.
9727         (issignaling_test): Likewise.
9728         (isunordered_test): Likewise.
9729         (logb_test): Likewise.
9730         (logb_downward_test_data): Remove.
9731         (logb_test_downward): Likewise.
9732         (lround_test): Use ALL_RM_TEST.
9733         (llround_test): Likewise.
9734         (modf_test): Likewise.
9735         (nexttoward_test): Likewise.
9736         (remainder_test): Likewise.
9737         (drem_test): Likewise.
9738         (remainder_tonearest_test_data): Likewise.
9739         (remainder_test_tonearest): Likewise.
9740         (drem_test_tonearest): Likewise.
9741         (remainder_towardzero_test_data): Likewise.
9742         (remainder_test_towardzero): Likewise.
9743         (drem_test_towardzero): Likewise.
9744         (remainder_downward_test_data): Likewise.
9745         (remainder_test_downward): Likewise.
9746         (drem_test_downward): Likewise.
9747         (remainder_upward_test_data): Likewise.
9748         (remainder_test_upward): Likewise.
9749         (drem_test_upward): Likewise.
9750         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9751         (round_test): Use ALL_RM_TEST.
9752         (signbit_test): Likewise.
9753         (trunc_test): Likewise.
9754         (significand_test): Likewise.
9755         (main): Don't call removed functions.
9757 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9759         [BZ #16674]
9760         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9761         || __USE_XOPEN2K8].
9762         (ILL_ILLOPN): Likewise.
9763         (ILL_ILLADR): Likewise.
9764         (ILL_ILLTRP): Likewise.
9765         (ILL_PRVOPC): Likewise.
9766         (ILL_PRVREG): Likewise.
9767         (ILL_COPROC): Likewise.
9768         (ILL_BADSTK): Likewise.
9769         (FPE_INTDIV): Likewise.
9770         (FPE_INTOVF): Likewise.
9771         (FPE_FLTDIV): Likewise.
9772         (FPE_FLTOVF): Likewise.
9773         (FPE_FLTUND): Likewise.
9774         (FPE_FLTRES): Likewise.
9775         (FPE_FLTINV): Likewise.
9776         (FPE_FLTSUB): Likewise.
9777         (SEGV_MAPERR): Likewise.
9778         (SEGV_ACCERR): Likewise.
9779         (BUS_ADRALN): Likewise.
9780         (BUS_ADRERR): Likewise.
9781         (BUS_OBJERR): Likewise.
9782         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9783         (TRAP_TRACE): Likewise.
9784         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9785         __USE_XOPEN2K8].
9786         (CLD_KILLED): Likewise.
9787         (CLD_DUMPED): Likewise.
9788         (CLD_TRAPPED): Likewise.
9789         (CLD_STOPPED): Likewise.
9790         (CLD_CONTINUED): Likewise.
9791         (POLL_IN): Likewise.
9792         (POLL_OUT): Likewise.
9793         (POLL_MSG): Likewise.
9794         (POLL_ERR): Likewise.
9795         (POLL_PRI): Likewise.
9796         (POLL_HUP): Likewise.
9797         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9798         Likewise.
9799         (ILL_ILLOPN): Likewise.
9800         (ILL_ILLADR): Likewise.
9801         (ILL_ILLTRP): Likewise.
9802         (ILL_PRVOPC): Likewise.
9803         (ILL_PRVREG): Likewise.
9804         (ILL_COPROC): Likewise.
9805         (ILL_BADSTK): Likewise.
9806         (FPE_INTDIV): Likewise.
9807         (FPE_INTOVF): Likewise.
9808         (FPE_FLTDIV): Likewise.
9809         (FPE_FLTOVF): Likewise.
9810         (FPE_FLTUND): Likewise.
9811         (FPE_FLTRES): Likewise.
9812         (FPE_FLTINV): Likewise.
9813         (FPE_FLTSUB): Likewise.
9814         (SEGV_MAPERR): Likewise.
9815         (SEGV_ACCERR): Likewise.
9816         (BUS_ADRALN): Likewise.
9817         (BUS_ADRERR): Likewise.
9818         (BUS_OBJERR): Likewise.
9819         (BUS_MCEERR_AR): Likewise.
9820         (BUS_MCEERR_AO): Likewise.
9821         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9822         (TRAP_TRACE): Likewise.
9823         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9824         __USE_XOPEN2K8].
9825         (CLD_KILLED): Likewise.
9826         (CLD_DUMPED): Likewise.
9827         (CLD_TRAPPED): Likewise.
9828         (CLD_STOPPED): Likewise.
9829         (CLD_CONTINUED): Likewise.
9830         (POLL_IN): Likewise.
9831         (POLL_OUT): Likewise.
9832         (POLL_MSG): Likewise.
9833         (POLL_ERR): Likewise.
9834         (POLL_PRI): Likewise.
9835         (POLL_HUP): Likewise.
9836         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9837         (ILL_ILLOPN): Likewise.
9838         (ILL_ILLADR): Likewise.
9839         (ILL_ILLTRP): Likewise.
9840         (ILL_PRVOPC): Likewise.
9841         (ILL_PRVREG): Likewise.
9842         (ILL_COPROC): Likewise.
9843         (ILL_BADSTK): Likewise.
9844         (FPE_INTDIV): Likewise.
9845         (FPE_INTOVF): Likewise.
9846         (FPE_FLTDIV): Likewise.
9847         (FPE_FLTOVF): Likewise.
9848         (FPE_FLTUND): Likewise.
9849         (FPE_FLTRES): Likewise.
9850         (FPE_FLTINV): Likewise.
9851         (FPE_FLTSUB): Likewise.
9852         (SEGV_MAPERR): Likewise.
9853         (SEGV_ACCERR): Likewise.
9854         (BUS_ADRALN): Likewise.
9855         (BUS_ADRERR): Likewise.
9856         (BUS_OBJERR): Likewise.
9857         (BUS_MCEERR_AR): Likewise.
9858         (BUS_MCEERR_AO): Likewise.
9859         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9860         (TRAP_TRACE): Likewise.
9861         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9862         __USE_XOPEN2K8].
9863         (CLD_KILLED): Likewise.
9864         (CLD_DUMPED): Likewise.
9865         (CLD_TRAPPED): Likewise.
9866         (CLD_STOPPED): Likewise.
9867         (CLD_CONTINUED): Likewise.
9868         (POLL_IN): Likewise.
9869         (POLL_OUT): Likewise.
9870         (POLL_MSG): Likewise.
9871         (POLL_ERR): Likewise.
9872         (POLL_PRI): Likewise.
9873         (POLL_HUP): Likewise.
9874         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9875         Likewise.
9876         (ILL_ILLOPN): Likewise.
9877         (ILL_ILLADR): Likewise.
9878         (ILL_ILLTRP): Likewise.
9879         (ILL_PRVOPC): Likewise.
9880         (ILL_PRVREG): Likewise.
9881         (ILL_COPROC): Likewise.
9882         (ILL_BADSTK): Likewise.
9883         (ILL_BADIADDR): Likewise.
9884         (ILL_BREAK): Likewise.
9885         (FPE_INTDIV): Likewise.
9886         (FPE_INTOVF): Likewise.
9887         (FPE_FLTDIV): Likewise.
9888         (FPE_FLTOVF): Likewise.
9889         (FPE_FLTUND): Likewise.
9890         (FPE_FLTRES): Likewise.
9891         (FPE_FLTINV): Likewise.
9892         (FPE_FLTSUB): Likewise.
9893         (FPE_DECOVF): Likewise.
9894         (FPE_DECDIV): Likewise.
9895         (FPE_DECERR): Likewise.
9896         (FPE_INVASC): Likewise.
9897         (FPE_INVDEC): Likewise.
9898         (SEGV_MAPERR): Likewise.
9899         (SEGV_ACCERR): Likewise.
9900         (SEGV_PSTKOVF): Likewise.
9901         (BUS_ADRALN): Likewise.
9902         (BUS_ADRERR): Likewise.
9903         (BUS_OBJERR): Likewise.
9904         (BUS_MCEERR_AR): Likewise.
9905         (BUS_MCEERR_AO): Likewise.
9906         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9907         (TRAP_TRACE): Likewise.
9908         (TRAP_BRANCH): Likewise.
9909         (TRAP_HWBKPT): Likewise.
9910         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9911         __USE_XOPEN2K8].
9912         (CLD_KILLED): Likewise.
9913         (CLD_DUMPED): Likewise.
9914         (CLD_TRAPPED): Likewise.
9915         (CLD_STOPPED): Likewise.
9916         (CLD_CONTINUED): Likewise.
9917         (POLL_IN): Likewise.
9918         (POLL_OUT): Likewise.
9919         (POLL_MSG): Likewise.
9920         (POLL_ERR): Likewise.
9921         (POLL_PRI): Likewise.
9922         (POLL_HUP): Likewise.
9923         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9924         (ILL_ILLOPN): Likewise.
9925         (ILL_ILLADR): Likewise.
9926         (ILL_ILLTRP): Likewise.
9927         (ILL_PRVOPC): Likewise.
9928         (ILL_PRVREG): Likewise.
9929         (ILL_COPROC): Likewise.
9930         (ILL_BADSTK): Likewise.
9931         (FPE_INTDIV): Likewise.
9932         (FPE_INTOVF): Likewise.
9933         (FPE_FLTDIV): Likewise.
9934         (FPE_FLTOVF): Likewise.
9935         (FPE_FLTUND): Likewise.
9936         (FPE_FLTRES): Likewise.
9937         (FPE_FLTINV): Likewise.
9938         (FPE_FLTSUB): Likewise.
9939         (SEGV_MAPERR): Likewise.
9940         (SEGV_ACCERR): Likewise.
9941         (BUS_ADRALN): Likewise.
9942         (BUS_ADRERR): Likewise.
9943         (BUS_OBJERR): Likewise.
9944         (BUS_MCEERR_AR): Likewise.
9945         (BUS_MCEERR_AO): Likewise.
9946         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9947         (TRAP_TRACE): Likewise.
9948         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9949         __USE_XOPEN2K8].
9950         (CLD_KILLED): Likewise.
9951         (CLD_DUMPED): Likewise.
9952         (CLD_TRAPPED): Likewise.
9953         (CLD_STOPPED): Likewise.
9954         (CLD_CONTINUED): Likewise.
9955         (POLL_IN): Likewise.
9956         (POLL_OUT): Likewise.
9957         (POLL_MSG): Likewise.
9958         (POLL_ERR): Likewise.
9959         (POLL_PRI): Likewise.
9960         (POLL_HUP): Likewise.
9961         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9962         (ILL_ILLOPN): Likewise.
9963         (ILL_ILLADR): Likewise.
9964         (ILL_ILLTRP): Likewise.
9965         (ILL_PRVOPC): Likewise.
9966         (ILL_PRVREG): Likewise.
9967         (ILL_COPROC): Likewise.
9968         (ILL_BADSTK): Likewise.
9969         (FPE_INTDIV): Likewise.
9970         (FPE_INTOVF): Likewise.
9971         (FPE_FLTDIV): Likewise.
9972         (FPE_FLTOVF): Likewise.
9973         (FPE_FLTUND): Likewise.
9974         (FPE_FLTRES): Likewise.
9975         (FPE_FLTINV): Likewise.
9976         (FPE_FLTSUB): Likewise.
9977         (SEGV_MAPERR): Likewise.
9978         (SEGV_ACCERR): Likewise.
9979         (BUS_ADRALN): Likewise.
9980         (BUS_ADRERR): Likewise.
9981         (BUS_OBJERR): Likewise.
9982         (BUS_MCEERR_AR): Likewise.
9983         (BUS_MCEERR_AO): Likewise.
9984         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9985         (TRAP_TRACE): Likewise.
9986         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9987         __USE_XOPEN2K8].
9988         (CLD_KILLED): Likewise.
9989         (CLD_DUMPED): Likewise.
9990         (CLD_TRAPPED): Likewise.
9991         (CLD_STOPPED): Likewise.
9992         (CLD_CONTINUED): Likewise.
9993         (POLL_IN): Likewise.
9994         (POLL_OUT): Likewise.
9995         (POLL_MSG): Likewise.
9996         (POLL_ERR): Likewise.
9997         (POLL_PRI): Likewise.
9998         (POLL_HUP): Likewise.
9999         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
10000         (ILL_ILLOPN): Likewise.
10001         (ILL_ILLADR): Likewise.
10002         (ILL_ILLTRP): Likewise.
10003         (ILL_PRVOPC): Likewise.
10004         (ILL_PRVREG): Likewise.
10005         (ILL_COPROC): Likewise.
10006         (ILL_BADSTK): Likewise.
10007         (FPE_INTDIV): Likewise.
10008         (FPE_INTOVF): Likewise.
10009         (FPE_FLTDIV): Likewise.
10010         (FPE_FLTOVF): Likewise.
10011         (FPE_FLTUND): Likewise.
10012         (FPE_FLTRES): Likewise.
10013         (FPE_FLTINV): Likewise.
10014         (FPE_FLTSUB): Likewise.
10015         (SEGV_MAPERR): Likewise.
10016         (SEGV_ACCERR): Likewise.
10017         (BUS_ADRALN): Likewise.
10018         (BUS_ADRERR): Likewise.
10019         (BUS_OBJERR): Likewise.
10020         (BUS_MCEERR_AR): Likewise.
10021         (BUS_MCEERR_AO): Likewise.
10022         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10023         (TRAP_TRACE): Likewise.
10024         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10025         __USE_XOPEN2K8].
10026         (CLD_KILLED): Likewise.
10027         (CLD_DUMPED): Likewise.
10028         (CLD_TRAPPED): Likewise.
10029         (CLD_STOPPED): Likewise.
10030         (CLD_CONTINUED): Likewise.
10031         (POLL_IN): Likewise.
10032         (POLL_OUT): Likewise.
10033         (POLL_MSG): Likewise.
10034         (POLL_ERR): Likewise.
10035         (POLL_PRI): Likewise.
10036         (POLL_HUP): Likewise.
10037         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
10038         (ILL_ILLOPN): Likewise.
10039         (ILL_ILLADR): Likewise.
10040         (ILL_ILLTRP): Likewise.
10041         (ILL_PRVOPC): Likewise.
10042         (ILL_PRVREG): Likewise.
10043         (ILL_COPROC): Likewise.
10044         (ILL_BADSTK): Likewise.
10045         (ILL_DBLFLT): Likewise.
10046         (ILL_HARDWALL): Likewise.
10047         (FPE_INTDIV): Likewise.
10048         (FPE_INTOVF): Likewise.
10049         (FPE_FLTDIV): Likewise.
10050         (FPE_FLTOVF): Likewise.
10051         (FPE_FLTUND): Likewise.
10052         (FPE_FLTRES): Likewise.
10053         (FPE_FLTINV): Likewise.
10054         (FPE_FLTSUB): Likewise.
10055         (SEGV_MAPERR): Likewise.
10056         (SEGV_ACCERR): Likewise.
10057         (BUS_ADRALN): Likewise.
10058         (BUS_ADRERR): Likewise.
10059         (BUS_OBJERR): Likewise.
10060         (BUS_MCEERR_AR): Likewise.
10061         (BUS_MCEERR_AO): Likewise.
10062         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10063         (TRAP_TRACE): Likewise.
10064         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10065         __USE_XOPEN2K8].
10066         (CLD_KILLED): Likewise.
10067         (CLD_DUMPED): Likewise.
10068         (CLD_TRAPPED): Likewise.
10069         (CLD_STOPPED): Likewise.
10070         (CLD_CONTINUED): Likewise.
10071         (POLL_IN): Likewise.
10072         (POLL_OUT): Likewise.
10073         (POLL_MSG): Likewise.
10074         (POLL_ERR): Likewise.
10075         (POLL_PRI): Likewise.
10076         (POLL_HUP): Likewise.
10077         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
10078         (ILL_ILLOPN): Likewise.
10079         (ILL_ILLADR): Likewise.
10080         (ILL_ILLTRP): Likewise.
10081         (ILL_PRVOPC): Likewise.
10082         (ILL_PRVREG): Likewise.
10083         (ILL_COPROC): Likewise.
10084         (ILL_BADSTK): Likewise.
10085         (FPE_INTDIV): Likewise.
10086         (FPE_INTOVF): Likewise.
10087         (FPE_FLTDIV): Likewise.
10088         (FPE_FLTOVF): Likewise.
10089         (FPE_FLTUND): Likewise.
10090         (FPE_FLTRES): Likewise.
10091         (FPE_FLTINV): Likewise.
10092         (FPE_FLTSUB): Likewise.
10093         (SEGV_MAPERR): Likewise.
10094         (SEGV_ACCERR): Likewise.
10095         (BUS_ADRALN): Likewise.
10096         (BUS_ADRERR): Likewise.
10097         (BUS_OBJERR): Likewise.
10098         (BUS_MCEERR_AR): Likewise.
10099         (BUS_MCEERR_AO): Likewise.
10100         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10101         (TRAP_TRACE): Likewise.
10102         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10103         __USE_XOPEN2K8].
10104         (CLD_KILLED): Likewise.
10105         (CLD_DUMPED): Likewise.
10106         (CLD_TRAPPED): Likewise.
10107         (CLD_STOPPED): Likewise.
10108         (CLD_CONTINUED): Likewise.
10109         (POLL_IN): Likewise.
10110         (POLL_OUT): Likewise.
10111         (POLL_MSG): Likewise.
10112         (POLL_ERR): Likewise.
10113         (POLL_PRI): Likewise.
10114         (POLL_HUP): Likewise.
10115         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
10116         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10118         [BZ #16670]
10119         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
10120         before #include of <time.h>.
10121         [!__USE_XOPEN2K] (__need_timespec): Likewise.
10122         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
10123         (test-xfail-UNIX98/sched.h/conform): Likewise.
10125 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10127         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
10128         error absence of trapping exception support.
10129         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10131 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
10133         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
10134         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
10135         * timezone/Makefile (testdata): Move definition above include of
10136         Rules.
10137         (test-zones): New variable.
10138         (tests-special): Add zone files.
10139         (build-testdata): Use $(evaluate-test).
10141         * elf/Makefile (tests-special): Rename tests to end with .out.
10142         ($(objpfx)noload-mem): Likewise.
10143         ($(objpfx)tst-leaks1-mem): Likewise.
10144         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
10145         * iconv/Makefile (xtests-special): Change test-iconvconfig to
10146         $(objpfx)test-iconvconfig.out.
10147         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
10148         set -e inside subshell and redirect output to file.
10149         * iconvdata/Makefile (generated): Rename tests to end with .out.
10150         Correct type.
10151         (tests-special): Rename tests to end with .out.
10152         ($(objpfx)mtrace-tst-loading): Likewise.
10153         * intl/Makefile (generated): Likewise.
10154         (tests-special): Likewise.
10155         ($(objpfx)mtrace-tst-gettext): Likewise.
10156         * misc/Makefile (generated): Likewise.
10157         (tests-special): Likewise.
10158         ($(objpfx)tst-error1-mem): Likewise.
10159         * nptl/Makefile (tests-special): Likewise.
10160         ($(objpfx)tst-stack3-mem): Likewise.
10161         (generated): Likewise.
10162         * posix/Makefile (generated): Likewise.
10163         (tests-special): Likewise.
10164         (xtests-special): Likewise.
10165         ($(objpfx)tst-fnmatch-mem): Likewise.
10166         ($(objpfx)bug-regex2-mem): Likewise.
10167         ($(objpfx)bug-regex14-mem): Likewise.
10168         ($(objpfx)bug-regex21-mem): Likewise.
10169         ($(objpfx)bug-regex31-mem): Likewise.
10170         ($(objpfx)tst-vfork3-mem): Likewise.
10171         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10172         ($(objpfx)tst-pcre-mem): Likewise.
10173         ($(objpfx)tst-boost-mem): Likewise.
10174         ($(objpfx)bug-ga2-mem): Likewise.
10175         ($(objpfx)bug-glob2-mem): Likewise.
10176         * resolv/Makefile (generate): Likewise.
10177         (tests-special): Likewise.
10178         (xtests-special): Likewise.
10179         (generated): Likewise.
10180         ($(objpfx)mtrace-tst-leaks): Likewise.
10181         ($(objpfx)mtrace-tst-leaks2): Likewise.
10183         * scripts/merge-test-results.sh: New file.
10184         * Makefile (tests-special-notdir): New variable.
10185         (tests): Run merge-test-results.sh.
10186         (xtests): Likewise.
10187         * Rules (tests-special-notdir): New variable.
10188         (xtests-special-notdir): Likewise.
10189         (tests): Run merge-test-results.sh
10190         (xtests): Likewise.
10192         * Makeconfig (test-xfail-name): New variable.
10193         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
10194         compute variable name for expected failures.
10195         * conform/Makefile (conformtest-headers-data): New variable.
10196         (conformtest-standards): Likewise.
10197         (conformtest-headers-ISO): Likewise.
10198         (conformtest-headers-ISO99): Likewise.
10199         (conformtest-headers-ISO11): Likewise.
10200         (conformtest-headers-POSIX): Likewise.
10201         (conformtest-headers-XPG3): Likewise.
10202         (conformtest-headers-XPG4): Likewise.
10203         (conformtest-headers-UNIX98): Likewise.
10204         (conformtest-headers-XOPEN2K): Likewise.
10205         (conformtest-headers-POSIX2008): Likewise.
10206         (conformtest-headers-XOPEN2K8): Likewise.
10207         (conformtest-header-list-base): Likewise.
10208         (conformtest-header-list-tests): Likewise.
10209         (conformtest-header-base): Likewise.
10210         (conformtest-header-tests): Likewise.
10211         (tests-special): Add $(conformtest-header-list-tests).  If
10212         [$(fast-check) && !$(cross-compiling)], add
10213         $(conformtest-header-tests) instead of
10214         $(objpfx)run-conformtest.out.
10215         (generated): Add $(conformtest-header-list-base).  If
10216         [$(fast-check) && !$(cross-compiling)], add
10217         $(conformtest-header-base).  Remove previous setting.
10218         ($(conformtest-header-list-tests)): New target.
10219         (test-xfail-run-conformtest): Remove variable.
10220         ($(objpfx)run-conformtest.out): Remove target.
10221         (test-xfail-ISO11/complex.h/conform): New variable.
10222         (test-xfail-ISO11/stdalign.h/conform): Likewise.
10223         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10224         (test-xfail-XPG3/varargs.h/conform): Likewise.
10225         (test-xfail-XPG4/varargs.h/conform): Likewise.
10226         (test-xfail-UNIX98/varargs.h/conform): Likewise.
10227         (test-xfail-XPG4/ndbm.h/conform): Likewise.
10228         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10229         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10230         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10231         (test-xfail-XPG3/fcntl.h/conform): Likewise.
10232         (test-xfail-XPG3/ftw.h/conform): Likewise.
10233         (test-xfail-XPG3/grp.h/conform): Likewise.
10234         (test-xfail-XPG3/langinfo.h/conform): Likewise.
10235         (test-xfail-XPG3/limits.h/conform): Likewise.
10236         (test-xfail-XPG3/pwd.h/conform): Likewise.
10237         (test-xfail-XPG3/search.h/conform): Likewise.
10238         (test-xfail-XPG3/signal.h/conform): Likewise.
10239         (test-xfail-XPG3/stdio.h/conform): Likewise.
10240         (test-xfail-XPG3/stdlib.h/conform): Likewise.
10241         (test-xfail-XPG3/string.h/conform): Likewise.
10242         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10243         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10244         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10245         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10246         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10247         (test-xfail-XPG3/sys/types.h/conform): Likewise.
10248         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10249         (test-xfail-XPG3/termios.h/conform): Likewise.
10250         (test-xfail-XPG3/time.h/conform): Likewise.
10251         (test-xfail-XPG3/unistd.h/conform): Likewise.
10252         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10253         (test-xfail-XPG4/fcntl.h/conform): Likewise.
10254         (test-xfail-XPG4/langinfo.h/conform): Likewise.
10255         (test-xfail-XPG4/netdb.h/conform): Likewise.
10256         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10257         (test-xfail-XPG4/signal.h/conform): Likewise.
10258         (test-xfail-XPG4/stdio.h/conform): Likewise.
10259         (test-xfail-XPG4/stdlib.h/conform): Likewise.
10260         (test-xfail-XPG4/stropts.h/conform): Likewise.
10261         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10262         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10263         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10264         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10265         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10266         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10267         (test-xfail-XPG4/sys/time.h/conform): Likewise.
10268         (test-xfail-XPG4/sys/types.h/conform): Likewise.
10269         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10270         (test-xfail-XPG4/termios.h/conform): Likewise.
10271         (test-xfail-XPG4/ucontext.h/conform): Likewise.
10272         (test-xfail-XPG4/unistd.h/conform): Likewise.
10273         (test-xfail-XPG4/utmpx.h/conform): Likewise.
10274         (test-xfail-POSIX/sched.h/conform): Likewise.
10275         (test-xfail-POSIX/signal.h/conform): Likewise.
10276         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10277         (test-xfail-POSIX/tar.h/conform): Likewise.
10278         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10279         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10280         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10281         (test-xfail-UNIX98/netdb.h/conform): Likewise.
10282         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10283         (test-xfail-UNIX98/sched.h/conform): Likewise.
10284         (test-xfail-UNIX98/signal.h/conform): Likewise.
10285         (test-xfail-UNIX98/stdio.h/conform): Likewise.
10286         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10287         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10288         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10289         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10290         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10291         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10292         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10293         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10294         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10295         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10296         (test-xfail-UNIX98/unistd.h/conform): Likewise.
10297         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10298         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10299         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10300         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10301         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10302         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10303         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10304         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10305         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10306         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10307         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10308         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10309         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10310         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10311         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10312         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10313         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10314         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10315         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10316         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10317         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10318         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10319         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10320         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10321         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10322         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10323         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10324         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10325         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10326         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10327         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10328         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10329         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10330         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10331         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10332         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10333         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10334         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10335         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10336         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10337         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10338         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10339         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10340         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10341         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10342         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10343         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10344         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10345         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10346         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10347         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10348         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10349         (conformtest-cc-flags): Likewise.
10350         ($(conformtest-header-tests): New target.
10351         * conform/check-header-lists.sh: New file.
10352         * conform/run-conformtest.sh: Remove.
10354         * conform/conformtest.pl: Allow ' and \ in values given for
10355         constants.
10356         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10357         inclusion.
10358         [POSIX] (sys/types.h): Likewise.
10359         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10360         inclusion.
10361         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10362         inclusion.
10363         * conform/data/signal.h-data (SIGIO): Remove expectation.
10364         [XPG3] (SIGBUS): Do not expect.
10365         [POSIX || XPG3] (SIGPOLL): Likewise.
10366         [POSIX || XPG3] (SIGPROF): Likewise.
10367         [POSIX || XPG3] (SIGSYS): Likewise.
10368         [XPG3] (SIGTRAP): Likewise.
10369         [POSIX || XPG3] (SIGURG): Likewise.
10370         [POSIX || XPG3] (SIGVTALRM): Likewise.
10371         [POSIX || XPG3] (SIGXCPU): Likewise.
10372         [POSIX || XPG3] (SIGXFSZ): Likewise.
10373         [POSIX] (SA_SIGINFO): Expect.
10374         [XPG3] (siginfo_t): Do not expect type or contents.
10375         [POSIX] (si_pid): Do not expect element.
10376         [POSIX] (si_uid): Likewise.
10377         [POSIX] (si_addr): Likewise.
10378         [POSIX] (si_status): Likewise.
10379         [POSIX] (si_band): Likewise.
10380         [XPG4] (si_value): Likewise.
10381         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10382         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10383         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10384         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10385         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10386         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10387         [POSIX || XPG3] (ILL_COPROC): Likewise.
10388         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10389         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10390         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10391         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10392         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10393         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10394         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10395         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10396         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10397         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10398         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10399         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10400         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10401         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10402         [POSIX || XPG3] (CLD_EXITED): Likewise.
10403         [POSIX || XPG3] (CLD_KILLED): Likewise.
10404         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10405         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10406         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10407         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10408         [POSIX || XPG3] (POLL_IN): Likewise.
10409         [POSIX || XPG3] (POLL_OUT): Likewise.
10410         [POSIX || XPG3] (POLL_MSG): Likewise.
10411         [POSIX || XPG3] (POLL_ERR): Likewise.
10412         [POSIX || XPG3] (POLL_PRI): Likewise.
10413         [POSIX || XPG3] (POLL_HUP): Likewise.
10414         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10415         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10416         (SIG*): Do not allow.
10417         [XPG3] (si_*): Likewise.
10418         [XPG3] (SI_*): Likewise.
10419         [XPG3 || XPG4] (sigev_*): Likewise.
10420         [XPG3 || XPG4] (SIGEV_*): Likewise.
10421         [XPG3 || XPG4] (sival_*): Likewise.
10422         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10423         [POSIX || XPG3] (BUS_*): Likewise.
10424         [POSIX || XPG3] (CLD_*): Likewise.
10425         [POSIX || XPG3] (FPE_*): Likewise.
10426         [POSIX || XPG3] (ILL_*): Likewise.
10427         [POSIX || XPG3] (POLL_*): Likewise.
10428         [POSIX || XPG3] (SEGV_*): Likewise.
10429         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10430         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10431         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10432         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10433         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10434         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10435         Specify type and value.
10436         (TVERSLEN): Likewise.
10437         (REGTYPE): Likewise.
10438         (AREGTYPE): Likewise.
10439         (LNKTYPE): Likewise.
10440         (SYMTYPE): Likewise.
10441         (CHRTYPE): Likewise.
10442         (BLKTYPE): Likewise.
10443         (DIRTYPE): Likewise.
10444         (FIFOTYPE): Likewise.
10445         (CONTTYPE): Likewise.
10446         (TSUID): Likewise.
10447         (TSGID): Likewise.
10448         (TSVTX): Likewise.
10449         (TUREAD): Likewise.
10450         (TUWRITE): Likewise.
10451         (TUEXEC): Likewise.
10452         (TGREAD): Likewise.
10453         (TGWRITE): Likewise.
10454         (TGEXEC): Likewise.
10455         (TOREAD): Likewise.
10456         (TOWRITE): Likewise.
10457         (TOEXEC): Likewise.
10458         [POSIX] (TSVTX): Expect constant.
10460 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10462         * Makefile (tests): Change dependencies to ....
10463         (tests-special): ... additions to this variable.
10464         (tests): Depend on $(tests-special).
10465         * Makerules (check-abi-list): New variable.
10466         (check-abi): Depend on $(check-abi-list).
10467         [$(subdir) = elf] (tests-special): Add
10468         $(objpfx)check-abi-libc.out.
10469         [$(build-shared) = yes && subdir] (tests-special): Add
10470         $(check-abi-list).
10471         [$(build-shared) = yes && subdir] (tests): Do not depend on
10472         check-abi.
10473         * Rules (tests): Depend on $(tests-special).
10474         (xtests): Depend on $(xtests-special).
10475         * catgets/Makefile (tests): Change dependencies to ....
10476         (tests-special): ... additions to this variable.
10477         * conform/Makefile (tests): Change dependencies to ....
10478         (tests-special): ... additions to this variable.
10479         * elf/Makefile (tests): Change dependencies to ....
10480         (tests-special): ... additions to this variable.
10481         * grp/Makefile (tests): Change dependencies to ....
10482         (tests-special): ... additions to this variable.
10483         * iconv/Makefile (xtests): Change dependencies to ....
10484         (xtests-special): ... additions to this variable.
10485         * iconvdata/Makefile (tests): Change dependencies to ....
10486         (tests-special): ... additions to this variable.
10487         * intl/Makefile (tests): Change dependencies to ....
10488         (tests-special): ... additions to this variable.  Also add
10489         $(objpfx)tst-gettext.out.
10490         * io/Makefile (tests): Change dependencies to ....
10491         (tests-special): ... additions to this variable.
10492         * libio/Makefile (tests): Change dependencies to ....
10493         (tests-special): ... additions to this variable.
10494         * malloc/Makefile (tests): Change dependencies to ....
10495         (tests-special): ... additions to this variable.
10496         * misc/Makefile (tests): Change dependencies to ....
10497         (tests-special): ... additions to this variable.
10498         * nptl/Makefile (tests): Change dependencies to ....
10499         (tests-special): ... additions to this variable.
10500         * nptl_db/Makefile (tests): Change dependencies to ....
10501         (tests-special): ... additions to this variable.
10502         * posix/Makefile (tests): Change dependencies to ....
10503         (tests-special): ... additions to this variable.
10504         (xtests): Change dependencies to ....
10505         (xtests-special): ... additions to this variable.
10506         * resolv/Makefile (tests): Change dependencies to ....
10507         (tests-special): ... additions to this variable.
10508         (xtests): Change dependencies to ....
10509         (xtests-special): ... additions to this variable.
10510         * stdio-common/Makefile (tests): Change dependencies to ....
10511         (tests-special): ... additions to this variable.
10512         (do-tst-unbputc): Remove target.
10513         (do-tst-printf): Likewise.
10514         * stdlib/Makefile (tests): Change dependencies to ....
10515         (tests-special): ... additions to this variable.
10516         * string/Makefile (tests): Change dependencies to ....
10517         (tests-special): ... additions to this variable.
10518         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10519         (tests-special): ... additions to this variable.
10521         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10522         whole file.
10523         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10524         whole file.
10525         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10526         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10528         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10529         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10530         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10531         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10532         * conform/data/libgen.h-data [XPG3]: Likewise.
10533         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10534         * conform/data/ndbm.h-data [XPG3]: Likewise.
10535         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10536         * conform/data/netdb.h-data [XPG3]: Likewise.
10537         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10538         * conform/data/poll.h-data [XPG3]: Likewise.
10539         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10540         * conform/data/strings.h-data [XPG3]: Likewise.
10541         * conform/data/stropts.h-data [XPG3]: Likewise.
10542         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10543         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10544         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10545         Likewise.
10546         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10547         * conform/data/sys/time.h-data [XPG3]: Likewise.
10548         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10549         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10550         * conform/data/sys/un.h-data [XPG3]: Likewise.
10551         * conform/data/syslog.h-data [XPG3]: Likewise.
10552         * conform/data/ucontext.h-data [XPG3]: Likewise.
10553         * conform/data/utmpx.h-data [XPG3]: Likewise.
10554         * conform/data/varargs.h-data [UNIX98]: Enable file.
10556         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10558         * math/libm-test.inc (struct test_f_f_data): Move expected results
10559         into structure for each rounding mode.
10560         (struct test_ff_f_data): Likewise.
10561         (struct test_ff_f_data_nexttoward): Likewise.
10562         (struct test_fi_f_data): Likewise.
10563         (struct test_fl_f_data): Likewise.
10564         (struct test_if_f_data): Likewise.
10565         (struct test_fff_f_data): Likewise.
10566         (struct test_c_f_data): Likewise.
10567         (struct test_f_f1_data): Likewise.
10568         (struct test_fF_f1_data): Likewise.
10569         (struct test_ffI_f1_data): Likewise.
10570         (struct test_c_c_data): Likewise.
10571         (struct test_cc_c_data): Likewise.
10572         (struct test_f_i_data): Likewise.
10573         (struct test_ff_i_data): Likewise.
10574         (struct test_f_l_data): Likewise.
10575         (struct test_f_L_data): Likewise.
10576         (struct test_fFF_11_data): Likewise.
10577         (RM_): New macro.
10578         (RM_FE_DOWNWARD): Likewise.
10579         (RM_FE_TONEAREST): Likewise.
10580         (RM_FE_TOWARDZERO): Likewise.
10581         (RM_FE_UPWARD): Likewise.
10582         (RUN_TEST_LOOP_f_f): Update references to expected results.
10583         (RUN_TEST_LOOP_2_f): Likewise.
10584         (RUN_TEST_LOOP_fff_f): Likewise.
10585         (RUN_TEST_LOOP_c_f): Likewise.
10586         (RUN_TEST_LOOP_f_f1): Likewise.
10587         (RUN_TEST_LOOP_fF_f1): Likewise.
10588         (RUN_TEST_LOOP_fI_f1): Likewise.
10589         (RUN_TEST_LOOP_ffI_f1): Likewise.
10590         (RUN_TEST_LOOP_c_c): Likewise.
10591         (RUN_TEST_LOOP_cc_c): Likewise.
10592         (RUN_TEST_LOOP_f_i): Likewise.
10593         (RUN_TEST_LOOP_f_i_tg): Likewise.
10594         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10595         (RUN_TEST_LOOP_f_b): Likewise.
10596         (RUN_TEST_LOOP_f_b_tg): Likewise.
10597         (RUN_TEST_LOOP_f_l): Likewise.
10598         (RUN_TEST_LOOP_f_L): Likewise.
10599         (RUN_TEST_LOOP_fFF_11): Likewise.
10600         * math/gen-libm-test.pl (parse_args): Output four copies of
10601         expected results for each test.
10603         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10604         (__ASSUME_UTIMES): Remove.
10605         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10606         (__ASSUME_UTIMES): Likewise.
10608         * math/gen-auto-libm-tests.c: Update comment on output format.
10609         (output_for_one_input_case): Generate before-rounding and
10610         after-rounding information as conditions on output flags not
10611         floating-point format.
10612         * math/auto-libm-test-out: Regenerated.
10613         * math/gen-libm-test.pl (cond_value): New function.
10614         (or_cond_value): Use cond_value.
10615         (generate_testfile): Handle conditional exceptions.
10617 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10619         * math/libm-test.inc (max_valid_error): New variable.
10620         (init_max_error): Take new argument specifying whether function
10621         results are exactly determined.  Set max_valid_error and bound
10622         other variables for errors based on this argument.
10623         (set_max_error): Do not record results above max_valid_error.
10624         (check_float_internal): Only accept errors of up to 0.5ulps if
10625         also at most max_valid_error.
10626         (START): Take new argument EXACT and pass it to init_max_error.
10627         (acos_test): Update call to START.
10628         (acos_test_tonearest): Likewise.
10629         (acos_test_towardzero): Likewise.
10630         (acos_test_downward): Likewise.
10631         (acos_test_upward): Likewise.
10632         (acosh_test): Likewise.
10633         (asin_test): Likewise.
10634         (asin_test_tonearest): Likewise.
10635         (asin_test_towardzero): Likewise.
10636         (asin_test_downward): Likewise.
10637         (asin_test_upward): Likewise.
10638         (asinh_test): Likewise.
10639         (atan_test): Likewise.
10640         (atanh_test): Likewise.
10641         (atan2_test): Likewise.
10642         (cabs_test): Likewise.
10643         (cacos_test): Likewise.
10644         (cacosh_test): Likewise.
10645         (carg_test): Likewise.
10646         (casin_test): Likewise.
10647         (casinh_test): Likewise.
10648         (catan_test): Likewise.
10649         (catanh_test): Likewise.
10650         (cbrt_test): Likewise.
10651         (ccos_test): Likewise.
10652         (ccosh_test): Likewise.
10653         (ceil_test): Likewise.
10654         (cexp_test): Likewise.
10655         (cimag_test): Likewise.
10656         (clog_test): Likewise.
10657         (clog10_test): Likewise.
10658         (conj_test): Likewise.
10659         (copysign_test): Likewise.
10660         (cos_test): Likewise.
10661         (cos_test_tonearest): Likewise.
10662         (cos_test_towardzero): Likewise.
10663         (cos_test_downward): Likewise.
10664         (cos_test_upward): Likewise.
10665         (cosh_test): Likewise.
10666         (cosh_test_tonearest): Likewise.
10667         (cosh_test_towardzero): Likewise.
10668         (cosh_test_downward): Likewise.
10669         (cosh_test_upward): Likewise.
10670         (cpow_test): Likewise.
10671         (cproj_test): Likewise.
10672         (creal_test): Likewise.
10673         (csin_test): Likewise.
10674         (csinh_test): Likewise.
10675         (csqrt_test): Likewise.
10676         (ctan_test): Likewise.
10677         (ctan_test_tonearest): Likewise.
10678         (ctan_test_towardzero): Likewise.
10679         (ctan_test_downward): Likewise.
10680         (ctan_test_upward): Likewise.
10681         (ctanh_test): Likewise.
10682         (ctanh_test_tonearest): Likewise.
10683         (ctanh_test_towardzero): Likewise.
10684         (ctanh_test_downward): Likewise.
10685         (ctanh_test_upward): Likewise.
10686         (erf_test): Likewise.
10687         (erfc_test): Likewise.
10688         (exp_test): Likewise.
10689         (exp_test_tonearest): Likewise.
10690         (exp_test_towardzero): Likewise.
10691         (exp_test_downward): Likewise.
10692         (exp_test_upward): Likewise.
10693         (exp10_test): Likewise.
10694         (exp10_test_tonearest): Likewise.
10695         (exp10_test_towardzero): Likewise.
10696         (exp10_test_downward): Likewise.
10697         (exp10_test_upward): Likewise.
10698         (pow10_test): Likewise.
10699         (exp2_test): Likewise.
10700         (expm1_test): Likewise.
10701         (expm1_test_tonearest): Likewise.
10702         (expm1_test_towardzero): Likewise.
10703         (expm1_test_downward): Likewise.
10704         (expm1_test_upward): Likewise.
10705         (fabs_test): Likewise.
10706         (fdim_test): Likewise.
10707         (floor_test): Likewise.
10708         (fma_test): Likewise.
10709         (fma_test_towardzero): Likewise.
10710         (fma_test_downward): Likewise.
10711         (fma_test_upward): Likewise.
10712         (fmax_test): Likewise.
10713         (fmin_test): Likewise.
10714         (fmod_test): Likewise.
10715         (fpclassify_test): Likewise.
10716         (frexp_test): Likewise.
10717         (hypot_test): Likewise.
10718         (ilogb_test): Likewise.
10719         (isfinite_test): Likewise.
10720         (finite_test): Likewise.
10721         (isgreater_test): Likewise.
10722         (isgreaterequal_test): Likewise.
10723         (isinf_test): Likewise.
10724         (isless_test): Likewise.
10725         (islessequal_test): Likewise.
10726         (islessgreater_test): Likewise.
10727         (isnan_test): Likewise.
10728         (isnormal_test): Likewise.
10729         (issignaling_test): Likewise.
10730         (isunordered_test): Likewise.
10731         (j0_test): Likewise.
10732         (j1_test): Likewise.
10733         (jn_test): Likewise.
10734         (ldexp_test): Likewise.
10735         (lgamma_test): Likewise.
10736         (gamma_test): Likewise.
10737         (lrint_test): Likewise.
10738         (lrint_test_tonearest): Likewise.
10739         (lrint_test_towardzero): Likewise.
10740         (lrint_test_downward): Likewise.
10741         (lrint_test_upward): Likewise.
10742         (llrint_test): Likewise.
10743         (llrint_test_tonearest): Likewise.
10744         (llrint_test_towardzero): Likewise.
10745         (llrint_test_downward): Likewise.
10746         (llrint_test_upward): Likewise.
10747         (log_test): Likewise.
10748         (log10_test): Likewise.
10749         (log1p_test): Likewise.
10750         (log2_test): Likewise.
10751         (logb_test): Likewise.
10752         (logb_test_downward): Likewise.
10753         (lround_test): Likewise.
10754         (llround_test): Likewise.
10755         (modf_test): Likewise.
10756         (nearbyint_test): Likewise.
10757         (nextafter_test): Likewise.
10758         (nexttoward_test): Likewise.
10759         (pow_test): Likewise.
10760         (pow_test_tonearest): Likewise.
10761         (pow_test_towardzero): Likewise.
10762         (pow_test_downward): Likewise.
10763         (pow_test_upward): Likewise.
10764         (remainder_test): Likewise.
10765         (drem_test): Likewise.
10766         (remainder_test_tonearest): Likewise.
10767         (drem_test_tonearest): Likewise.
10768         (remainder_test_towardzero): Likewise.
10769         (drem_test_towardzero): Likewise.
10770         (remainder_test_downward): Likewise.
10771         (drem_test_downward): Likewise.
10772         (remainder_test_upward): Likewise.
10773         (drem_test_upward): Likewise.
10774         (remquo_test): Likewise.
10775         (rint_test): Likewise.
10776         (rint_test_tonearest): Likewise.
10777         (rint_test_towardzero): Likewise.
10778         (rint_test_downward): Likewise.
10779         (rint_test_upward): Likewise.
10780         (round_test): Likewise.
10781         (scalb_test): Likewise.
10782         (scalbn_test): Likewise.
10783         (scalbln_test): Likewise.
10784         (signbit_test): Likewise.
10785         (sin_test): Likewise.
10786         (sin_test_tonearest): Likewise.
10787         (sin_test_towardzero): Likewise.
10788         (sin_test_downward): Likewise.
10789         (sin_test_upward): Likewise.
10790         (sincos_test): Likewise.
10791         (sinh_test): Likewise.
10792         (sinh_test_tonearest): Likewise.
10793         (sinh_test_towardzero): Likewise.
10794         (sinh_test_downward): Likewise.
10795         (sinh_test_upward): Likewise.
10796         (sqrt_test): Likewise.
10797         (sqrt_test_tonearest): Likewise.
10798         (sqrt_test_towardzero): Likewise.
10799         (sqrt_test_downward): Likewise.
10800         (sqrt_test_upward): Likewise.
10801         (tan_test): Likewise.
10802         (tan_test_tonearest): Likewise.
10803         (tan_test_towardzero): Likewise.
10804         (tan_test_downward): Likewise.
10805         (tan_test_upward): Likewise.
10806         (tanh_test): Likewise.
10807         (tgamma_test): Likewise.
10808         (trunc_test): Likewise.
10809         (y0_test): Likewise.
10810         (y1_test): Likewise.
10811         (yn_test): Likewise.
10812         (significand_test): Likewise.
10814         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10815         individual tests in comment.
10816         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10817         (prev_max_error): New variable.
10818         (prev_real_max_error): Likewise.
10819         (prev_imag_max_error): Likewise.
10820         (compare_ulp_data): Don't refer to test names in comment.
10821         (find_test_ulps): Remove function.
10822         (find_function_ulps): Likewise.
10823         (find_complex_function_ulps): Likewise.
10824         (init_max_error): Take function name as argument.  Look up ulps
10825         for that function.
10826         (print_ulps): Remove function.
10827         (print_max_error): Use prev_max_error instead of calling
10828         find_function_ulps.
10829         (print_complex_max_error): Use prev_real_max_error and
10830         prev_imag_max_error instead of calling find_complex_function_ulps.
10831         (check_float_internal): Take max_ulp parameter instead of calling
10832         find_test_ulps.  Don't call print_ulps.
10833         (check_float): Update call to check_float_internal.
10834         (check_complex): Update calls to check_float_internal.
10835         (START): Pass argument to init_max_error.
10836         * math/gen-libm-test.pl (%results): Don't include "kind"
10837         information.
10838         (parse_ulps): Don't handle ulps of individual tests.
10839         (print_ulps_file): Likewise.
10840         (output_ulps): Likewise.
10841         * math/README.libm-test: Update.
10842         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10843         individual tests.
10844         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10845         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10846         * sysdeps/arm/libm-test-ulps: Likewise.
10847         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10848         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10849         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10850         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10851         * sysdeps/microblaze/libm-test-ulps: Likewise.
10852         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10853         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10854         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10855         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10856         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10857         * sysdeps/sh/libm-test-ulps: Likewise.
10858         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10859         * sysdeps/tile/libm-test-ulps: Likewise.
10860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10862 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10864         * math/libm-test.inc (print_complex_max_error): Check separately
10865         whether real and imaginary errors are within allowed range and
10866         pass 0 to print_complex_function_ulps instead of value within
10867         allowed range.
10869 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10871         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10872         formatting.
10873         (get_handles_fopen): Likewise.
10874         (do_write_test): Likewise.
10876         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10878         * libio/fileops.c (do_ftell): Use cached offset when
10879         available.
10880         * libio/iofwide.c (do_ftell_wide): Likewise.
10881         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10882         _IO_file_attach.
10883         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10885         [BZ #16532]
10886         * libio/libioP.h (get_file_offset): New function.
10887         * libio/fileops.c (get_file_offset): Likewise.
10888         (do_ftell): Likewise.
10889         (_IO_new_file_seekoff): Split out ftell logic.
10890         * libio/wfileops.c (do_ftell_wide): Likewise.
10891         (_IO_wfile_seekoff): Split out ftell logic.
10892         * libio/tst-ftell-active-handler.c: New test case.
10893         * libio/Makefile (tests): Add it.
10895 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10897         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10898         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10900 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10902         [BZ #16639]
10903         * nscd/connections.c (nscd_init): Call do_exit.
10904         (start_threads): Call do_exit and notify_parent.
10905         (begin_drop_privileges): Call do_exit.
10906         (finish_drop_privileges): Likewise.
10907         * nscd/selinux.c (preserve_capabilities): Likewise.
10908         (install_real_capabilities): Likewise.
10909         (nscd_selinux_enabled): Likewise.
10910         (avc_create_thread): Likewise.
10911         (avc_alloc_lock): Likewise.
10912         (nscd_avc_init): Likewise.
10913         * nscd/nscd.c (parent_fd): New static variable.
10914         (main): Create a pipe between parent and child processes.
10915         Skip closing parent_fd.
10916         (monitor_child): New function.
10917         (do_exit): Likewise.
10918         (notify_parent): Likewise.
10919         * nscd/nscd.h (notify_parent): Likewise.
10920         (do_exit): Likewise.
10922 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10924         * malloc/malloc.c (__libc_calloc): Revert last change.
10926 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10928         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10930 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10932         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10933         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10934         implementation.
10935         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10936         (__libc_ifunc_impl_list): Likewise.
10937         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10938         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10939         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10940         * string/strrchr.c: Define STRRCHR.
10942 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10944         * benchtest/bench-strtok.c (simple_strtok): Delete.
10945         (strtok_string): Use as benchmark.
10946         * string/strtok (STRTOK): New macro.
10948 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10950         * manual/threads.texi: Add header and standard comments to all
10951         functions.
10953         * elf/dl-lookup.c (check_match): New function.
10954         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10955         (do_lookup_x): Remove nested function check_match. Use non-nested
10956         function check_match.
10958 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10960         * csu/Makefile (generated, before-compile): Use += rather than =.
10961         * catgets/Makefile (generated, generated-dirs): Likewise.
10962         * debug/Makefile (generated): Likewise.
10963         * dlfcn/Makefile (generated): Likewise.
10964         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10965         * iconvdata/Makefile (before-compile, generated): Likewise.
10966         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10967         * libio/Makefile (generated): Likewise.
10968         * malloc/Makefile (generated): Likewise.
10969         * manual/Makefile (generated, generated-dirs): Likewise.
10970         * misc/Makefile (generated): Likewise.
10971         * posix/Makefile (generated): Likewise.
10972         * resolv/Makefile (generated): Likewise.
10973         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10974         * timezone/Makefile (generated, generated-dirs): Likewise.
10976         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10978 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10980         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10981         power8 implementation.
10982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10983         file: POWER8 llround ifunc implementation.
10984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10985         (__lllround): Add POWER8 implementation.
10986         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10987         POWER8 llround implementation.
10989         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10990         power8 implementation.
10991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10992         file: POWER8 llrint ifunc implementation.
10993         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10994         Add POWER8 implementation.
10995         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10996         POWER8 llrint implementation.
10998         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10999         power8 implementation.
11000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
11001         file: POWER8 finite ifunc implementation.
11002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
11003         Add POWER8 implementation.
11004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
11005         Likewise.
11006         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
11007         POWER8 finite implementation.
11008         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
11010         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
11011         power8 implementation.
11012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
11013         file: POWER8 isinf ifunc implementation.
11014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
11015         POWER8 implementation.
11016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
11017         Likewise.
11018         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
11019         isinf implementation.
11020         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
11022         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
11023         (INIT_ARCH): Add hwcap2 initialization.
11024         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11025         power8 implementation.
11026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
11027         file: POWER8 isnan ifunc implementation.
11028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
11029         POWER8 implementation.
11030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
11031         Likewise.
11032         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
11033         isnan implementation.
11034         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
11036 2014-02-27  Joey Ye  <joey.ye@arm.com>
11038         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11039         (_FP_NANFRAC_Q): Set to zero.
11041 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11043         [BZ #16623]
11044         * math/auto-libm-test-in: New test inputs.
11045         * math/auto-libm-test-out: Regenerate.
11046         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
11047         and DA.
11048         (__cos): Likewise.
11049         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
11051 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
11053         * scripts/evaluate-test.sh: Take new argument indicating whether
11054         failure is expected.
11055         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
11056         indicating whether failure is expected.
11057         * conform/Makefile (test-xfail-run-conformtest): New variable.
11058         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
11059         level.
11060         * posix/Makefile (test-xfail-annexc): New variable.
11061         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
11063 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
11065         * argp/Makefile: Include Makeconfig immediately after defining
11066         subdir.
11067         * assert/Makefile: Likewise.
11068         * benchtests/Makefile: Likewise.
11069         * catgets/Makefile: Likewise.
11070         * conform/Makefile: Likewise.
11071         * crypt/Makefile: Likewise.
11072         * csu/Makefile: Likewise.
11073         (all): Remove target.
11074         * ctype/Makefile: Include Makeconfig immediately after defining
11075         subdir.
11076         * debug/Makefile: Likewise.
11077         * dirent/Makefile: Likewise.
11078         * dlfcn/Makefile: Likewise.
11079         * gmon/Makefile: Likewise.
11080         * gnulib/Makefile: Likewise.
11081         * grp/Makefile: Likewise.
11082         * gshadow/Makefile: Likewise.
11083         * hesiod/Makefile: Likewise.
11084         * hurd/Makefile: Likewise.
11085         (all): Remove target.
11086         * iconvdata/Makefile: Include Makeconfig immediately after
11087         defining subdir.
11088         * inet/Makefile: Likewise.
11089         * intl/Makefile: Likewise.
11090         * io/Makefile: Likewise.
11091         * libio/Makefile: Likewise.
11092         (all): Remove target.
11093         * locale/Makefile: Include Makeconfig immediately after defining
11094         subdir.
11095         * login/Makefile: Likewise.
11096         * mach/Makefile: Likewise.
11097         (all): Remove target.
11098         * malloc/Makefile: Include Makeconfig immediately after defining
11099         subdir.
11100         (all): Remove target.
11101         * manual/Makefile: Include Makeconfig immediately after defining
11102         subdir.
11103         * math/Makefile: Likewise.
11104         * misc/Makefile: Likewise.
11105         * nis/Makefile: Likewise.
11106         * nss/Makefile: Likewise.
11107         * po/Makefile: Likewise.
11108         (all): Remove target.
11109         * posix/Makefile: Include Makeconfig immediately after defining
11110         subdir.
11111         * pwd/Makefile: Likewise.
11112         * resolv/Makefile: Likewise.
11113         * resource/Makefile: Likewise.
11114         * rt/Makefile: Likewise.
11115         * setjmp/Makefile: Likewise.
11116         * shadow/Makefile: Likewise.
11117         * signal/Makefile: Likewise.
11118         * socket/Makefile: Likewise.
11119         * soft-fp/Makefile: Likewise.
11120         * stdio-common/Makefile: Likewise.
11121         * stdlib/Makefile: Likewise.
11122         * streams/Makefile: Likewise.
11123         * string/Makefile: Likewise.
11124         * sunrpc/Makefile: Likewise.
11125         (all): Remove target.
11126         * sysvipc/Makefile: Include Makeconfig immediately after defining
11127         subdir.
11128         * termios/Makefile: Likewise.
11129         * time/Makefile: Likewise.
11130         * timezone/Makefile: Likewise.
11131         (all): Remove target.
11132         * wcsmbs/Makefile: Include Makeconfig immediately after defining
11133         subdir.
11134         * wctype/Makefile: Likewise.
11136 2014-02-26  Steve Ellcey  <sellcey@mips.com>
11138         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
11139         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
11140         (libc_feholdexcept_setround_mips): Ditto.
11141         (libc_feholdsetround): New.
11142         (libc_feholdsetroundf): New.
11143         (libc_feholdsetroundl): New.
11144         (libc_feupdateenv_test_mips): New.
11145         (libc_feupdateenv_test): New.
11146         (libc_feupdateenv_testf): New.
11147         (libc_feupdateenv_testl): New.
11148         (libc_feresetround): New.
11149         (libc_feresetroundf): New.
11150         (libc_feresetroundl): New.
11151         (libc_fetestexcept_mips): New.
11152         (libc_fetestexcept): New.
11153         (libc_fetestexceptf): New.
11154         (libc_fetestexceptl): New.
11155         (HAVE_RM_CTX): New.
11156         (libc_feholdexcept_setround_mips_ctx): New.
11157         (libc_feholdexcept_setround_ctx): New.
11158         (libc_feholdexcept_setroundf_ctx): New.
11159         (libc_feholdexcept_setroundl_ctx): New.
11160         (libc_fesetenv_mips_ctx): New.
11161         (libc_fesetenv_ctx): New.
11162         (libc_fesetenv_ctxf): New.
11163         (libc_fesetenv_ctxl): New.
11164         (libc_feupdateenv_mips_ctx): New.
11165         (libc_feupdateenv_ctx): New.
11166         (libc_feupdateenvf_ctx): New.
11167         (libc_feupdateenvl_ctx): New.
11168         (libc_feholdsetround_mips_ctx): New.
11169         (libc_feholdsetround_ctx): New.
11170         (libc_feholdsetroundf_ctx): New.
11171         (libc_feholdsetroundl_ctx): New.
11172         (libc_feresetround_mips_ctx): New.
11173         (libc_feresetround_ctx): New.
11174         (libc_feresetroundf_ctx): New.
11175         (libc_feresetroundl_ctx): New.
11177 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
11179         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
11181         * manual/ipc.texi: New file.
11182         * manual/Makefile (chapters): Add ipc.
11183         * manual/job.texi: Add "Inter-Process Communication" to next.
11184         * manual/process.texi: Add "Inter-Process Communication" to prev.
11186 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11188         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11190 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
11192         * malloc/malloc.c (__libc_calloc): Simplify implementation.
11194         * manual/arith.texi: Fix spaces after sentences.
11195         * manual/charset.texi: Likewise.
11196         * manual/errno.texi: Likewise.
11197         * manual/install.texi: Likewise.
11198         * manual/llio.texi: Likewise.
11199         * manual/locale.texi: Likewise.
11200         * manual/maint.texi: Likewise.
11201         * manual/math.texi: Likewise.
11202         * manual/memory.texi: Likewise.
11203         * manual/message.texi: Likewise.
11204         * manual/probes.texi: Likewise.
11205         * manual/resource.texi: Likewise.
11206         * manual/signal.texi: Likewise.
11207         * manual/socket.texi: Likewise.
11208         * manual/stdio.texi: Likewise.
11209         * manual/string.texi: Likewise.
11210         * manual/time.texi: Likewise.
11211         * manual/users.texi: Likewise.
11213 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
11215         [BZ #16632]
11216         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11217         _DEFAULT_SOURCE is defined.
11219 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
11220             Carlos O'Donell  <carlos@redhat.com>
11222         [BZ #16613]
11223         * elf/dl-tls.c (_dl_count_modids): New function.
11224         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11225         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11226         audit library and increment generation counter.
11227         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11228         * elf/tst-audit9.c: New file.
11229         * elf/tst-auditmod9a.c: New file.
11230         * elf/tst-auditmod9b.c: New file.
11231         * elf/Makefile: Add rules to build and run tst-audit9.
11233 2014-02-25  Florian Weimer  <fweimer@redhat.com>
11235         [BZ #15347]
11236         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11238 2014-02-25  Will Newton  <will.newton@linaro.org>
11240         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11241         (__longjmp): Restore sp and lr before restoring callee
11242         saved registers.  Add longjmp and longjmp_target
11243         SystemTap probe point.
11244         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11245         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11246         Define to zero to match jmpbuf layout.
11247         * sysdeps/arm/setjmp.S: Include stap-probe.h.
11248         (__sigsetjmp): Save sp and lr before saving callee
11249         saved registers.  Add setjmp SystemTap probe point.
11251 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
11253         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11255 2014-02-24  Andreas Schwab  <schwab@suse.de>
11257         [BZ #15804]
11258         * elf/pldd.c (wait_for_ptrace_stop): New function.
11259         (main): Call it after attaching.
11261 2014-02-22  Roland McGrath  <roland@hack.frob.com>
11263         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11264         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11265         Versions files is now verboten.
11266         * hurd/Versions (libc: GLIBC_2.0):
11267         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11268         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11269         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11270         * mach/Versions: Likewise.
11272         * csu/Versions: Remove unused %include.
11273         * resolv/Versions: Likewise.
11275 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
11277         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11278         ($(objpfx)check-local-headers.out): Likewise.
11279         ($(objpfx)begin-end-check.out): Likewise.
11280         * Makerules (check-abi-%.out): Likewise.
11281         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11282         ($(objpfx)test2.cat): Likewise.
11283         ($(objpfx)de/libc.cat): Likewise.
11284         ($(objpfx)test-gencat.out): Likewise.
11285         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11286         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11287         ($(objpfx)noload-mem): Likewise.
11288         ($(objpfx)tst-pathopt.out): Likewise.
11289         ($(objpfx)tst-rtld-load-self.out): Likewise.
11290         ($(objpfx)tst-array1-cmp.out): Likewise.
11291         ($(objpfx)tst-array1-static-cmp.out): Likewise.
11292         ($(objpfx)tst-array2-cmp.out): Likewise.
11293         ($(objpfx)tst-array3-cmp.out): Likewise.
11294         ($(objpfx)tst-array4-cmp.out): Likewise.
11295         ($(objpfx)tst-array5-cmp.out): Likewise.
11296         ($(objpfx)tst-array5-static-cmp.out): Likewise.
11297         ($(objpfx)check-textrel.out): Likewise.
11298         ($(objpfx)check-execstack.out): Likewise.
11299         ($(objpfx)check-localplt.out): Likewise.
11300         ($(objpfx)order2-cmp.out): Likewise.
11301         ($(objpfx)tst-leaks1-mem): Likewise.
11302         ($(objpfx)tst-leaks1-static-mem): Likewise.
11303         ($(objpfx)tst-initorder-cmp.out): Likewise.
11304         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11305         ($(objpfx)tst-unused-dep.out): Likewise.
11306         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11307         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11308         * iconv/Makefile (test-iconvconfig): Likewise.
11309         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11310         ($(objpfx)iconv-test.out): Likewise.
11311         ($(objpfx)tst-tables.out): Likewise.
11312         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11313         ($(objpfx)tst-gettext.out): Likewise.
11314         ($(objpfx)tst-translit.out): Likewise.
11315         ($(objpfx)tst-gettext2.out): Likewise.
11316         ($(objpfx)tst-gettext4.out): Likewise.
11317         ($(objpfx)tst-gettext6.out): Likewise.
11318         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11319         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11320         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11321         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11322         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11323         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11324         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11325         ($(objpfx)wordexp-tst.out): Likewise.
11326         ($(objpfx)annexc.out): Likewise.
11327         ($(objpfx)tst-fnmatch-mem): Likewise.
11328         ($(objpfx)bug-regex2-mem): Likewise.
11329         ($(objpfx)bug-regex14-mem): Likewise.
11330         ($(objpfx)bug-regex21-mem): Likewise.
11331         ($(objpfx)bug-regex31-mem): Likewise.
11332         ($(objpfx)tst-vfork3-mem): Likewise.
11333         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11334         ($(objpfx)tst-pcre-mem): Likewise.
11335         ($(objpfx)tst-boost-mem): Likewise.
11336         ($(objpfx)tst-getconf.out): Likewise.
11337         ($(objpfx)bug-ga2-mem): Likewise.
11338         ($(objpfx)bug-glob2-mem): Likewise.
11339         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11340         ($(objpfx)mtrace-tst-leaks2): Likewise.
11341         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11342         ($(objpfx)tst-printf.out): Likewise.
11343         ($(objpfx)tst-setvbuf1.out): Likewise.
11344         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11345         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11346         ($(objpfx)tst-fmtmsg.out): Likewise.
11347         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11348         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11350         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11351         * bits/sigaction.h [__USE_MISC]: Likewise.
11352         * bits/waitstatus.h: Update #endif comments.
11353         * ctype/ctype.h: Likewise.
11354         * dirent/dirent.h: Likewise.
11355         [__USE_MISC]: Remove redundant conditionals.
11356         * grp/grp.h: Update #endif comments.
11357         [__USE_GNU]: Remove redundant conditionals.
11358         [__USE_MISC]: Likewise.
11359         * inet/netinet/in.h [__USE_GNU]: Likewise.
11360         * io/sys/stat.h [__USE_MISC]: Likewise.
11361         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11362         * libio/bits/stdio.h: Update #endif comments.
11363         [__USE_MISC]: Remove redundant conditionals.
11364         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11365         * libio/stdio.h: Update #endif comments.
11366         [__USE_MISC]: Remove redundant conditionals.
11367         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11368         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11369         * math/math.h: Update #else and #endif comments.
11370         [__USE_MISC]: Remove redundant conditionals.
11371         * misc/sys/uio.h: Update #endif comments.
11372         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11373         * posix/glob.h [__USE_MISC]: Likewise.
11374         * posix/sys/types.h: Update #endif comments.
11375         [__USE_MISC]: Remove redundant conditionals.
11376         * posix/sys/wait.h: Update #endif comments.
11377         [__USE_MISC]: Remove redundant conditionals.
11378         * posix/unistd.h: Update #endif comments.
11379         [__USE_MISC]: Remove redundant conditionals.
11380         * pwd/pwd.h [__USE_GNU]: Likewise.
11381         [__USE_MISC]: Likewise.
11382         * resolv/netdb.h [__USE_GNU]: Likewise.
11383         * signal/signal.h: Update #endif comments.
11384         [__USE_MISC]: Remove redundant conditionals.
11385         * stdlib/stdlib.h: Update #else and #endif comments.
11386         [__USE_MISC]: Remove redundant conditionals.
11387         [__USE_GNU]: Likewise.
11388         * string/bits/string2.h [__USE_MISC]: Likewise.
11389         * string/string.h: Update #endif comments.
11390         [__USE_MISC]: Remove redundant conditionals.
11391         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11392         Likewise.
11393         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11394         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11395         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11396         Likewise.
11397         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11398         Likewise.
11399         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11400         comments.
11401         [__USE_MISC]: Remove redundant conditionals.
11402         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11403         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11404         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11405         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11406         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11407         Likewise.
11408         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11409         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11410         Likewise.
11411         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11412         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11413         Likewise.
11414         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11415         Likewise.
11416         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11417         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11418         Likewise.
11419         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11420         Likewise.
11421         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11422         * sysdeps/x86/bits/string.h: Update #endif comments.
11423         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11424         conditionals.
11425         * time/sys/time.h: Update #endif comments.
11426         * time/time.h: Likewise.
11427         [__USE_MISC]: Remove redundant conditionals.
11429 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11431         [BZ #16600]
11432         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11434 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11436         * Versions.def (librt): Add GLIBC_2.17.
11438 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11440         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11441         synonym for _SYS_AUXV_H to allow direct inclusion.
11442         * sysdeps/sparc/bits/hwcap.h: Likewise.
11443         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11444         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11445         * sysdeps/sparc/sysdep.h: Likewise.
11447 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11449         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11451 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11453         * benchtests/bench-strrchr.c: Print length instead of position.
11455 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11457         [BZ #16611]
11458         * sysdeps/unix/sysv/linux/kernel-features.h
11459         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11460         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11461         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11462         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11463         Likewise.
11464         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11465         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11466         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11467         (__ASSUME_SENDMMSG): Define instead of using previous
11468         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11469         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11470         (__ASSUME_SENDMMSG_SYSCALL): Define.
11471         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11472         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11473         Likewise.
11474         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11475         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11476         Likewise.
11477         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11478         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11479         Likewise.
11480         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11481         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11482         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11483         [__ASSUME_SENDMMSG]: Change conditionals to
11484         [__ASSUME_SENDMMSG_SOCKETCALL].
11485         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11486         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11487         Define.
11488         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11489         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11490         Likewise.
11491         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11492         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11493         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11494         [!__ASSUME_SENDMMSG]: Change conditional to
11495         [!__ASSUME_SENDMMSG_SOCKETCALL].
11496         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11497         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11498         Define.
11500         [BZ #16610]
11501         * sysdeps/unix/sysv/linux/kernel-features.h
11502         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11503         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11504         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11505         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11506         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11507         [__i386__ || __sparc__]
11508         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11509         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11510         (__ASSUME_RECVMMSG): Define instead of using previous
11511         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11512         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11513         (__ASSUME_RECVMMSG_SYSCALL): Define.
11514         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11515         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11516         Likewise.
11517         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11518         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11519         Likewise.
11520         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11521         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11522         Likewise.
11523         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11524         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11525         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11526         [__ASSUME_RECVMMSG]: Change condition to
11527         [__ASSUME_RECVMMSG_SOCKETCALL].
11528         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11529         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11530         Define.
11531         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11532         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11533         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11534         Likewise.
11535         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11536         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11537         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11538         [!__ASSUME_RECVMMSG]: Change condition to
11539         [!__ASSUME_RECVMMSG_SOCKETCALL].
11540         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11541         (__ASSUME_RECVMMSG_SYSCALL): Define.
11543         [BZ #16609]
11544         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11545         __powerpc__ || __s390__ || __sh__ || __sparc__]
11546         (__ASSUME_SOCKETCALL): Define.
11547         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11548         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11549         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11550         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11551         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11552         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11553         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11554         (__ASSUME_ACCEPT4): Define instead of using previous
11555         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11556         __powerpc__ || __sparc__ || __s390__)] condition.
11557         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11558         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11559         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11560         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11561         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11562         [!__ASSUME_ACCEPT4]: Change condition to
11563         [!__ASSUME_ACCEPT4_SOCKETCALL].
11564         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11565         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11566         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11567         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11568         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11569         __ASSUME_ACCEPT4_SYSCALL.
11570         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11571         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11572         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11573         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11574         __ASSUME_ACCEPT4_SYSCALL.
11575         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11576         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11577         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11578         [__ASSUME_ACCEPT4]: Change condition to
11579         [__ASSUME_ACCEPT4_SOCKETCALL].
11580         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11581         (__ASSUME_SOCKETCALL): Define.
11582         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11583         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11584         (__ASSUME_SOCKETCALL): Define.
11585         (__ASSUME_ACCEPT4): Remove.
11586         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11587         Define.
11588         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11589         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11590         Likewise.
11591         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11592         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11594         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11595         macro.
11596         (HWCAP_ARM_LPAE): Likewise.
11597         (HWCAP_ARM_EVTSTRM): Likewise.
11598         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11599         Add vpfd32, lpae and evtstrm.
11600         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11601         Increase to 22.
11603 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11605         * math/auto-libm-test-in: Add tests of clog10.
11606         * math/auto-libm-test-out: Regenerated.
11607         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11608         * sysdeps/i386/fpu/libm-test-ulps: Update.
11609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11611 2014-02-18  Andreas Schwab  <schwab@suse.de>
11613         [BZ #16574]
11614         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11615         Store non-zero if the second buffer was newly allocated.
11616         (send_dg): Likewise.
11617         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11618         to send_vc and send_dg.
11619         (res_nsend): Pass NULL for ansp2_malloced.
11620         * resolv/res_query.c (__libc_res_nquery): Add parameter
11621         answerp2_malloced and pass it down to __libc_res_nsend.
11622         (res_nquery): Pass additional NULL to __libc_res_nquery.
11623         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11624         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11625         second answer buffer if answerp2_malloced was set.
11626         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11627         (__libc_res_nquerydomain): Add parameter
11628         answerp2_malloced and pass it down to __libc_res_nquery.
11629         (res_nquerydomain): Pass additional NULL to
11630         __libc_res_nquerydomain.
11631         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11632         additional NULL to __libc_res_nsend and __libc_res_nquery.
11633         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11634         additional NULL to __libc_res_nsearch.
11635         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11636         parameter of __libc_res_nsearch to check for separately allocated
11637         second buffer.
11638         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11639         __libc_res_nquery.
11640         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11641         additional NULL to __libc_res_nquery.
11642         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11643         __libc_res_nsearch.
11644         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11645         * include/resolv.h: Update prototypes of __libc_res_nquery,
11646         __libc_res_nsearch, __libc_res_nsend.
11648 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11650         * math/auto-libm-test-in: Add tests of fma.
11651         * math/auto-libm-test-out: Regenerated.
11652         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11653         (fma_towardzero_test_data): Likewise.
11654         (fma_downward_test_data): Likewise.
11655         (fma_upward_test_data): Likewise.
11656         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11657         mpc_mode.
11658         (rounding_modes): Add values for new field.
11659         (func_calc_method): Add value mpfr_fff_f.
11660         (func_calc_desc): Add mpfr_fff_f union field.
11661         (test_function): Add field exact_args.
11662         (FUNC): Add macro argument EXACT_ARGS.
11663         (FUNC_mpfr_f_f): Update call to FUNC.
11664         (FUNC_mpfr_f_f): Likewise.
11665         (FUNC_mpfr_ff_f): Likewise.
11666         (FUNC_mpfr_if_f): Likewise.
11667         (FUNC_mpc_c_f): Likewise.
11668         (FUNC_mpc_c_c): Likewise.
11669         (test_functions): Add fma.  Update calls to FUNC.
11670         (handle_input_arg): Add argument exact_args.
11671         (add_test): Update call to handle_input_arg.
11672         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11673         (output_for_one_input_case): Update call to calc_generic_results.
11674         Recalculate exact zero results in each rounding mode.
11676         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11677         non-negative before setting low bit.
11678         * math/auto-libm-test-in: Mark one asin test possibly having
11679         spurious underflow.
11680         * math/auto-libm-test-out: Regenerated.
11681         * sysdeps/i386/fpu/libm-test-ulps: Update.
11682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11684 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11686         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11687         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11688         ports/sysdeps/unix/sysv/linux/microblaze.
11689         * README: Add missing listing for microblaze*-*-linux-gnu.
11691 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11693         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11694         duplicate code
11696 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11698         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11699         * sysdeps/unix/sysv/linux/ia64: Move directory from
11700         ports/sysdeps/unix/sysv/linux/ia64.
11701         * README: Update listing for ia64-*-linux-gnu.
11703 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11704             Joseph Myers  <joseph@codesourcery.com>
11706         * Makeconfig (test-name): New variable.
11707         (evaluate-test): Likewise.
11708         * Makerules (do-test-clean): Remove .test-result files.
11709         (common-mostlyclean): Likewise.
11710         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11711         * scripts/evaluate-test.sh: New file.
11713 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11715         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11716         separate $(objpfx)tst-fopenloc-cmp.out and
11717         $(objpfx)tst-fopenloc-mem.out targets.
11718         (tests): Update dependencies.
11719         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11720         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11721         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11722         (tst-rxspencer-no-utf8-ARGS): New variable.
11723         (tst-rxspencer-no-utf8-ENV): Likewise.
11724         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11725         instead of $(objpfx)tst-rxspencer-mem.
11726         ($(objpfx)tst-rxspencer-mem): Change target to
11727         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11728         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11729         * posix/tst-rxspencer-no-utf8.c: New file.
11731         * elf/Makefile ($(objpfx)order.out): Remove rule.
11732         [$(run-built-tests) = yes] (tests): Depend on
11733         $(objpfx)order-cmp.out.
11734         ($(objpfx)order-cmp.out): New rule.
11735         [$(run-built-tests) = yes] (tests): Depend on
11736         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11737         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11738         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11739         $(objpfx)tst-array5-static-cmp.out.
11740         ($(objpfx)tst-array1.out): Remove rule.
11741         ($(objpfx)tst-array1-cmp.out): New rule.
11742         ($(objpfx)tst-array1-static.out): Remove rule.
11743         ($(objpfx)tst-array1-static-cmp.out): New rule.
11744         ($(objpfx)tst-array2.out): Remove rule.
11745         ($(objpfx)tst-array2-cmp.out): New rule.
11746         ($(objpfx)tst-array3.out): Remove rule.
11747         ($(objpfx)tst-array3-cmp.out): New rule.
11748         ($(objpfx)tst-array4.out): Remove rule.
11749         ($(objpfx)tst-array4-cmp.out): New rule.
11750         ($(objpfx)tst-array5.out): Remove rule.
11751         ($(objpfx)tst-array5-cmp.out): New rule.
11752         ($(objpfx)tst-array5-static.out): Remove rule.
11753         ($(objpfx)tst-array5-static-cmp.out): New rule.
11754         [$(run-built-tests) = yes] (tests): Depend on
11755         $(objpfx)order2-cmp.out.
11756         ($(objpfx)order2.out): Remove rule.
11757         ($(objpfx)order2-cmp.out): New rule.
11758         ($(objpfx)tst-initorder.out): Remove rule.
11759         [$(run-built-tests) = yes] (tests): Depend on
11760         $(objpfx)tst-initorder-cmp.out.
11761         ($(objpfx)tst-initorder-cmp.out): New rule.
11762         ($(objpfx)tst-initorder2.out): Remove rule.
11763         [$(run-built-tests) = yes] (tests): Depend on
11764         $(objpfx)tst-initorder2-cmp.out.
11765         ($(objpfx)tst-initorder2-cmp.out): New rule.
11766         [$(run-built-tests) = yes] (tests): Depend on
11767         $(objpfx)tst-unused-dep-cmp.out.
11768         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11769         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11770         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11771         on $(objpfx)tst-setvbuf1-cmp.out.
11772         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11773         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11774         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11775         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11776         ($(objpfx)tst-svc.out): Remove rule.
11777         ($(objpfx)tst-svc-cmp.out): New rule.
11779 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11781         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11782         * ctype/ctype.h [__USE_MISC]: Likewise.
11783         * dirent/dirent.h [__USE_MISC]: Likewise.
11784         * grp/grp.h [__USE_MISC]: Likewise.
11785         * io/fcntl.h [__USE_MISC]: Likewise.
11786         * io/sys/stat.h [__USE_MISC]: Likewise.
11787         * libio/stdio.h [__USE_MISC]: Likewise.
11788         * posix/unistd.h [__USE_MISC]: Likewise.
11789         * pwd/pwd.h [__USE_MISC]: Likewise.
11790         * stdlib.h [__USE_MISC]: Likewise.
11791         * string/bits/string2.h [__USE_MISC]: Likewise.
11792         * string/string.h [__USE_MISC]: Likewise.
11793         * time/time.h [__USE_MISC]: Likewise.
11795 2014-02-13  Andreas Schwab  <schwab@suse.de>
11797         [BZ #16574]
11798         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11799         second answer buffer if it was separately allocated.
11801 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11803         * sysdeps/mips/math-tests.h: Include <features.h>.
11804         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11805         (ROUNDING_TESTS_long_double): Do not define.
11806         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11807         (EXCEPTION_TESTS_long_double): Likewise.
11808         * sysdeps/mips/mips64/libm-test-ulps: Update.
11810         * include/features.h (__USE_BSD): Remove macro definitions.
11811         (__USE_SVID): Likewise.
11812         (_BSD_SOURCE): Likewise.
11813         (_SVID_SOURCE): Likewise.
11814         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11815         from definition of _DEFAULT_SOURCE.
11816         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11817         [_DEFAULT_SOURCE].
11818         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11819         * bits/mman.h [__USE_BSD]: Likewise.
11820         * bits/termios.h [__USE_BSD]: Likewise.
11821         * bits/waitstatus.h [__USE_BSD]: Likewise.
11822         * ctype/ctype.h [__USE_SVID]: Likewise.
11823         * dirent/dirent.h [__USE_BSD]: Likewise.
11824         * grp/grp.h [__USE_SVID]: Likewise.
11825         [__USE_BSD]: Likewise.
11826         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11827         * io/fcntl.h [__USE_BSD]: Likewise.
11828         * io/ftw.h [__USE_BSD]: Likewise.
11829         * io/sys/stat.h [__USE_BSD]: Likewise.
11830         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11831         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11832         * libio/stdio.h [__USE_SVID]: Likewise.
11833         [__USE_BSD]: Likewise.
11834         * math/math.h [__USE_SVID]: Likewise.
11835         [__USE_BSD]: Likewise.
11836         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11837         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11838         * misc/search.h [__USE_SVID]: Likewise.
11839         * misc/sys/mman.h [__USE_BSD]: Likewise.
11840         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11841         * misc/sys/uio.h [__USE_BSD]: Likewise.
11842         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11843         * posix/glob.h [__USE_BSD]: Likewise.
11844         * posix/regex.h [__USE_BSD]: Likewise.
11845         * posix/sys/types.h [__USE_BSD]: Likewise.
11846         [__USE_SVID]: Likewise.
11847         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11848         * posix/sys/wait.h [__USE_BSD]: Likewise.
11849         [__USE_SVID]: Likewise.
11850         * posix/unistd.h [__USE_BSD]: Likewise.
11851         [__USE_SVID]: Likewise.
11852         * pwd/pwd.h [__USE_SVID]: Likewise.
11853         * resolv/netdb.h [__USE_BSD]: Likewise.
11854         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11855         * signal/signal.h [__USE_BSD]: Likewise.
11856         [__USE_SVID]: Likewise.
11857         * socket/sys/socket.h [__USE_BSD]: Likewise.
11858         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11859         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11860         [__USE_SVID]: Likewise.
11861         * string/bits/string2.h [__USE_BSD]: Likewise.
11862         [__USE_SVID]: Likewise.
11863         * string/bits/string3.h [__USE_BSD]: Likewise.
11864         * string/endian.h [__USE_BSD]: Likewise.
11865         * string/string.h [__USE_SVID]: Likewise.
11866         [__USE_BSD]: Likewise.
11867         * string/strings.h [__USE_BSD]: Likewise.
11868         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11869         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11870         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11871         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11872         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11873         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11874         Likewise.
11875         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11876         Likewise.
11877         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11878         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11879         Likewise.
11880         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11881         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11882         Likewise.
11883         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11884         Likewise.
11885         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11886         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11887         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11888         Likewise.
11889         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11890         Likewise.
11891         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11892         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11893         * termios/termios.h [__USE_BSD]: Likewise.
11894         * time/sys/time.h [__USE_BSD]: Likewise.
11895         * time/time.h [__USE_BSD]: Likewise.
11896         [__USE_SVID]: Likewise.
11898         * Makefile (subdir_targets): Remove subdir_lint.out.
11900         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11901         (do-tst-printf): Likewise.
11902         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11903         $(objpfx)tst-printf.out.
11905         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11907         * Makerules (check-abi-%): Change target to
11908         $(objpfx)check-abi-%.out.
11909         (check-abi target): Update dependencies.
11910         (check-abi-pattern variable): Redirect output of diff to $@.
11911         (check-abi variable): Likewise.
11912         * elf/Makefile (check-abi): Update dependencies.
11914         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11915         unused.
11916         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11917         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11918         subnormal range.
11919         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11920         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11921         value has largest subnormal exponent.
11922         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11923         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11924         * sysdeps/aarch64/soft-fp/sfp-machine.h
11925         (_FP_TININESS_AFTER_ROUNDING): New macro.
11926         * sysdeps/alpha/soft-fp/sfp-machine.h
11927         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11928         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11929         Likewise.
11930         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11931         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11932         * sysdeps/mips/soft-fp/sfp-machine.h
11933         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11934         * sysdeps/powerpc/soft-fp/sfp-machine.h
11935         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11936         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11937         Likewise.
11938         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11939         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11940         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11941         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11942         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11943         Likewise.
11945 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11947         [BZ #16545]
11948         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11949         model 1.
11951 2014-02-12  Richard Henderson  <rth@redhat.com>
11953         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11954         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11955         * sysdeps/unix/sysv/linux/alpha: Move directory from
11956         ports/sysdeps/unix/sysv/linux/alpha.
11957         * README: Update listing for alpha-*-linux-gnu.
11959 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11961         * include/features.h: Update comment documenting feature test
11962         macros.
11963         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11964         _DEFAULT_SOURCE.
11965         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11966         (_SVID_SOURCE): Likewise.
11967         (_DEFAULT_SOURCE): Update description of default features.
11968         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11969         with _GNU_SOURCE.
11970         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11971         (S_ISVTX): Likewise.
11972         * manual/math.texi (Mathematical Constants): Likewise.
11973         * manual/signal.texi (Interrupted Primitives): Likewise.
11974         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11975         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11976         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11977         Don't refer to _SVID_SOURCE in warning text.
11979         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11981         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11982         already defined.
11983         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11984         * sysdeps/mips/dl-lookup.c: Remove.
11985         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11987 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11989         [BZ #16447]
11990         * math/auto-libm-test-in: Add testcase for expl.
11991         * math/auto-libm-test-out: Regenerate.
11992         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11993         calculation of unsafe.
11994         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11996 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11998         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11999         * sysdeps/unix/sysv/linux/aarch64: Move directory from
12000         ports/sysdeps/unix/sysv/linux/aarch64.
12001         * README: Update listing for aarch64*-*-linux-gnu.
12003 2014-02-11  Will Newton  <will.newton@linaro.org>
12005         * manual/probes.texi (Mathematical Function Probes): Use
12006         "triggered" instead of "hit".
12008         * manual/probes.texi (Internal Probes): Add documentation
12009         of setjmp, longjmp and longjmp_target probes.
12011         * include/stap-probe.h: Add comment about probe argument
12012         format.
12014         * malloc/mtrace.c (attribute_hidden): Remove unused macro
12015         definition.  (tr_where, tr_freehook, tr_mallochook,
12016         tr_reallochook, tr_memalignhook): Use ANSI protoype.
12018 2014-02-11  David S. Miller  <davem@davemloft.net>
12020         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
12021         processing int_tests.
12023 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
12025         * sysdeps/mips: Move directory from ports/sysdeps/mips.
12026         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
12027         * sysdeps/unix/sysv/linux/mips: Move directory from
12028         ports/sysdeps/unix/sysv/linux/mips.
12029         * README: Update listing for mips-*-linux-gnu and
12030         mips64-*-linux-gnu.
12032 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
12034         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
12035         * sysdeps/unix/sysv/linux/m68k: Move directory from
12036         ports/sysdeps/unix/sysv/linux/m68k.
12037         * README: Update listing for m68k-*-linux-gnu.
12039 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
12041         * sysdeps/tile: Move directory from ports/sysdeps/tile.
12042         * sysdeps/unix/sysv/linux/generic: Move directory from
12043         ports/sysdeps/unix/sysv/linux/generic.
12044         * sysdeps/unix/sysv/linux/tile: Move directory from
12045         ports/sysdeps/unix/sysv/linux/tile.
12046         * README: Update listing for tile*-*-linux-gnu.
12048 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
12050         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
12051         __builtin_expect.
12052         * benchtests/bench-memmem.c (simple_memmem): Likewise.
12053         * catgets/open_catalog.c (__open_catalog): Likewise.
12054         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
12055         * debug/confstr_chk.c: Likewise.
12056         * debug/fread_chk.c (__fread_chk): Likewise.
12057         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
12058         * debug/getgroups_chk.c: Likewise.
12059         * debug/mbsnrtowcs_chk.c: Likewise.
12060         * debug/mbsrtowcs_chk.c: Likewise.
12061         * debug/mbstowcs_chk.c: Likewise.
12062         * debug/memcpy_chk.c: Likewise.
12063         * debug/memmove_chk.c: Likewise.
12064         * debug/mempcpy_chk.c: Likewise.
12065         * debug/memset_chk.c: Likewise.
12066         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
12067         * debug/strcat_chk.c (__strcat_chk): Likewise.
12068         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
12069         * debug/strncat_chk.c (__strncat_chk): Likewise.
12070         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
12071         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
12072         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
12073         * debug/wcpncpy_chk.c: Likewise.
12074         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
12075         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
12076         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
12077         * debug/wcsncpy_chk.c: Likewise.
12078         * debug/wcsnrtombs_chk.c: Likewise.
12079         * debug/wcsrtombs_chk.c: Likewise.
12080         * debug/wcstombs_chk.c: Likewise.
12081         * debug/wmemcpy_chk.c: Likewise.
12082         * debug/wmemmove_chk.c: Likewise.
12083         * debug/wmempcpy_chk.c: Likewise.
12084         * debug/wmemset_chk.c: Likewise.
12085         * dirent/scandirat.c (SCANDIRAT): Likewise.
12086         * dlfcn/dladdr1.c (dladdr1): Likewise.
12087         * dlfcn/dladdr.c (dladdr): Likewise.
12088         * dlfcn/dlclose.c (dlclose_doit): Likewise.
12089         * dlfcn/dlerror.c (__dlerror): Likewise.
12090         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
12091         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
12092         * dlfcn/dlopen.c (dlopen_doit): Likewise.
12093         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
12094         * dlfcn/dlsym.c (dlsym_doit): Likewise.
12095         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
12096         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
12097         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
12098         Likewise.
12099         * elf/dl-conflict.c: Likewise.
12100         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
12101         * elf/dl-dst.h: Likewise.
12102         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
12103         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
12104         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
12105         * elf/dl-init.c (call_init, _dl_init): Likewise.
12106         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
12107         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
12108         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
12109         Likewise.
12110         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
12111         Likewise.
12112         * elf/dl-minimal.c (__libc_memalign): Likewise.
12113         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
12114         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
12115         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12116         * elf/dl-sym.c (do_sym): Likewise.
12117         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
12118         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
12119         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
12120         * elf/dl-writev.h (_dl_writev): Likewise.
12121         * elf/ldconfig.c (search_dir): Likewise.
12122         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
12123         (dl_main): Likewise.
12124         * elf/setup-vdso.h (setup_vdso): Likewise.
12125         * grp/compat-initgroups.c (compat_call): Likewise.
12126         * grp/fgetgrent.c (fgetgrent): Likewise.
12127         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
12128         * grp/putgrent.c (putgrent): Likewise.
12129         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
12130         Likewise.
12131         * hurd/hurdinit.c: Likewise.
12132         * iconvdata/8bit-gap.c (struct): Likewise.
12133         * iconvdata/ansi_x3.110.c : Likewise.
12134         * iconvdata/big5.c : Likewise.
12135         * iconvdata/big5hkscs.c : Likewise.
12136         * iconvdata/cp1255.c: Likewise.
12137         * iconvdata/cp1258.c : Likewise.
12138         * iconvdata/cp932.c : Likewise.
12139         * iconvdata/euc-cn.c: Likewise.
12140         * iconvdata/euc-jisx0213.c : Likewise.
12141         * iconvdata/euc-jp.c: Likewise.
12142         * iconvdata/euc-jp-ms.c : Likewise.
12143         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
12144         * iconvdata/gb18030.c : Likewise.
12145         * iconvdata/gbbig5.c (const): Likewise.
12146         * iconvdata/gbgbk.c: Likewise.
12147         * iconvdata/gbk.c : Likewise.
12148         * iconvdata/ibm1364.c : Likewise.
12149         * iconvdata/ibm930.c : Likewise.
12150         * iconvdata/ibm932.c: Likewise.
12151         * iconvdata/ibm933.c : Likewise.
12152         * iconvdata/ibm935.c : Likewise.
12153         * iconvdata/ibm937.c : Likewise.
12154         * iconvdata/ibm939.c : Likewise.
12155         * iconvdata/ibm943.c: Likewise.
12156         * iconvdata/iso_11548-1.c: Likewise.
12157         * iconvdata/iso-2022-cn.c : Likewise.
12158         * iconvdata/iso-2022-cn-ext.c : Likewise.
12159         * iconvdata/iso-2022-jp-3.c: Likewise.
12160         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
12161         * iconvdata/iso-2022-kr.c : Likewise.
12162         * iconvdata/iso646.c (gconv_end): Likewise.
12163         * iconvdata/iso_6937-2.c : Likewise.
12164         * iconvdata/iso_6937.c : Likewise.
12165         * iconvdata/iso8859-1.c: Likewise.
12166         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
12167         * iconvdata/shift_jisx0213.c : Likewise.
12168         * iconvdata/sjis.c : Likewise.
12169         * iconvdata/t.61.c : Likewise.
12170         * iconvdata/tcvn5712-1.c : Likewise.
12171         * iconvdata/tscii.c: Likewise.
12172         * iconvdata/uhc.c : Likewise.
12173         * iconvdata/unicode.c (gconv_end): Likewise.
12174         * iconvdata/utf-16.c (gconv_end): Likewise.
12175         * iconvdata/utf-32.c (gconv_end): Likewise.
12176         * iconvdata/utf-7.c (base64): Likewise.
12177         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12178         * iconv/gconv_close.c (__gconv_close): Likewise.
12179         * iconv/gconv_open.c (__gconv_open): Likewise.
12180         * iconv/gconv_simple.c (internal_ucs4_loop_single)
12181         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
12182         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
12183         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
12184         (ucs4le_internal_loop_single): Likewise.
12185         * iconv/iconv.c (iconv): Likewise.
12186         * iconv/iconv_close.c: Likewise.
12187         * iconv/loop.c (SINGLE): Likewise.
12188         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
12189         * include/atomic.h: Likewise.
12190         * inet/inet6_option.c (option_alloc): Likewise.
12191         * intl/bindtextdom.c (set_binding_values): Likewise.
12192         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
12193         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
12194         * intl/localealias.c (read_alias_file): Likewise.
12195         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
12196         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
12197         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
12198         * libio/fmemopen.c (fmemopen): Likewise.
12199         * libio/iofgets.c (_IO_fgets): Likewise.
12200         * libio/iofgets_u.c (fgets_unlocked): Likewise.
12201         * libio/iofgetws.c (fgetws): Likewise.
12202         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
12203         * libio/iogetdelim.c (_IO_getdelim): Likewise.
12204         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
12205         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
12206         * locale/findlocale.c (_nl_find_locale): Likewise.
12207         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
12208         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
12209         Likewise.
12210         * locale/setlocale.c (setlocale): Likewise.
12211         * login/programs/pt_chown.c (main): Likewise.
12212         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12213         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
12214         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12215         (mmap, mmap64, mremap, munmap): Likewise.
12216         * math/e_exp2l.c: Likewise.
12217         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12218         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12219         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12220         * math/s_catan.c (__catan): Likewise.
12221         * math/s_catanf.c (__catanf): Likewise.
12222         * math/s_catanh.c (__catanh): Likewise.
12223         * math/s_catanhf.c (__catanhf): Likewise.
12224         * math/s_catanhl.c (__catanhl): Likewise.
12225         * math/s_catanl.c (__catanl): Likewise.
12226         * math/s_ccosh.c (__ccosh): Likewise.
12227         * math/s_ccoshf.c (__ccoshf): Likewise.
12228         * math/s_ccoshl.c (__ccoshl): Likewise.
12229         * math/s_cexp.c (__cexp): Likewise.
12230         * math/s_cexpf.c (__cexpf): Likewise.
12231         * math/s_cexpl.c (__cexpl): Likewise.
12232         * math/s_clog10.c (__clog10): Likewise.
12233         * math/s_clog10f.c (__clog10f): Likewise.
12234         * math/s_clog10l.c (__clog10l): Likewise.
12235         * math/s_clog.c (__clog): Likewise.
12236         * math/s_clogf.c (__clogf): Likewise.
12237         * math/s_clogl.c (__clogl): Likewise.
12238         * math/s_csin.c (__csin): Likewise.
12239         * math/s_csinf.c (__csinf): Likewise.
12240         * math/s_csinh.c (__csinh): Likewise.
12241         * math/s_csinhf.c (__csinhf): Likewise.
12242         * math/s_csinhl.c (__csinhl): Likewise.
12243         * math/s_csinl.c (__csinl): Likewise.
12244         * math/s_csqrt.c (__csqrt): Likewise.
12245         * math/s_csqrtf.c (__csqrtf): Likewise.
12246         * math/s_csqrtl.c (__csqrtl): Likewise.
12247         * math/s_ctan.c (__ctan): Likewise.
12248         * math/s_ctanf.c (__ctanf): Likewise.
12249         * math/s_ctanh.c (__ctanh): Likewise.
12250         * math/s_ctanhf.c (__ctanhf): Likewise.
12251         * math/s_ctanhl.c (__ctanhl): Likewise.
12252         * math/s_ctanl.c (__ctanl): Likewise.
12253         * math/w_pow.c: Likewise.
12254         * math/w_powf.c: Likewise.
12255         * math/w_powl.c: Likewise.
12256         * math/w_scalb.c (sysv_scalb): Likewise.
12257         * math/w_scalbf.c (sysv_scalbf): Likewise.
12258         * math/w_scalbl.c (sysv_scalbl): Likewise.
12259         * misc/error.c (error_tail): Likewise.
12260         * misc/pselect.c (__pselect): Likewise.
12261         * nis/nis_callback.c (__nis_create_callback): Likewise.
12262         * nis/nis_call.c (__nisfind_server): Likewise.
12263         * nis/nis_creategroup.c (nis_creategroup): Likewise.
12264         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12265         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12266         * nis/nis_getservlist.c (nis_getservlist): Likewise.
12267         * nis/nis_lookup.c (nis_lookup): Likewise.
12268         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
12269         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12270         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
12271         * nis/nis_xdr.c (xdr_endpoint): Likewise.
12272         * nis/nss_compat/compat-grp.c (getgrent_next_file)
12273         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12274         * nis/nss_compat/compat-initgroups.c (add_group)
12275         (internal_getgrent_r): Likewise.
12276         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12277         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12278         * nis/nss_compat/compat-spwd.c (getspent_next_file)
12279         (internal_getspnam_r): Likewise.
12280         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12281         (_nss_nis_getaliasbyname_r): Likewise.
12282         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12283         (_nss_nis_getntohost_r): Likewise.
12284         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12285         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12286         (_nss_nis_getgrgid_r): Likewise.
12287         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12288         (internal_nis_gethostent_r, internal_gethostbyname2_r)
12289         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12290         (_nss_nis_gethostbyname4_r): Likewise.
12291         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12292         (initgroups_netid): Likewise.
12293         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
12294         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12295         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12296         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12297         (_nss_nis_getprotobynumber_r): Likewise.
12298         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12299         (_nss_nis_getsecretkey): Likewise.
12300         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12301         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12302         (_nss_nis_getpwuid_r): Likewise.
12303         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12304         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12305         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12306         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12307         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12308         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12309         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12310         Likewise.
12311         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12312         (_nss_nisplus_getntohost_r): Likewise.
12313         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12314         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12315         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12316         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12317         Likewise.
12318         * nis/nss_nisplus/nisplus-initgroups.c
12319         (_nss_nisplus_initgroups_dyn): Likewise.
12320         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12321         (_nss_nisplus_getnetbyaddr_r): Likewise.
12322         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12323         (_nss_nisplus_getprotobynumber_r): Likewise.
12324         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12325         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12326         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12327         Likewise.
12328         * nis/nss_nisplus/nisplus-service.c
12329         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12330         (_nss_nisplus_getservbyport_r): Likewise.
12331         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12332         (_nss_nisplus_getspnam_r): Likewise.
12333         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12334         Likewise.
12335         * nscd/aicache.c (addhstaiX): Likewise.
12336         * nscd/cache.c (cache_search, prune_cache): Likewise.
12337         * nscd/connections.c (register_traced_file, send_ro_fd)
12338         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12339         (main_loop_epoll): Likewise.
12340         * nscd/grpcache.c (addgrbyX): Likewise.
12341         * nscd/hstcache.c (addhstbyX): Likewise.
12342         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12343         * nscd/mem.c (gc, mempool_alloc): Likewise.
12344         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12345         (addinnetgrX): Likewise.
12346         * nscd/nscd-client.h (__nscd_acquire_maplock)
12347         (__nscd_drop_map_ref): Likewise.
12348         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12349         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12350         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12351         Likewise.
12352         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12353         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12354         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12355         (__nscd_get_map_ref): Likewise.
12356         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12357         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12358         Likewise.
12359         * nscd/pwdcache.c (addpwbyX): Likewise.
12360         * nscd/selinux.c (preserve_capabilities): Likewise.
12361         * nscd/servicescache.c (addservbyX): Likewise.
12362         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12363         * posix/fnmatch.c (fnmatch): Likewise.
12364         * posix/getopt.c (_getopt_internal_r): Likewise.
12365         * posix/glob.c (glob, glob_in_dir): Likewise.
12366         * posix/wordexp.c (exec_comm_child): Likewise.
12367         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12368         (getanswer_r, gaih_getanswer_slice): Likewise.
12369         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12370         * resolv/res_init.c: Likewise.
12371         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12372         * resolv/res_query.c (__libc_res_nquery): Likewise.
12373         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12374         Likewise.
12375         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12376         * stdio-common/perror.c (perror): Likewise.
12377         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12378         * stdio-common/tmpnam.c (tmpnam): Likewise.
12379         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12380         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12381         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12382         Likewise.
12383         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12384         * stdlib/putenv.c (putenv): Likewise.
12385         * stdlib/setenv.c (__add_to_environ): Likewise.
12386         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12387         * stdlib/strtol_l.c (INTERNAL): Likewise.
12388         * string/memmem.c (memmem): Likewise.
12389         * string/strerror.c (strerror): Likewise.
12390         * string/strnlen.c (__strnlen): Likewise.
12391         * string/test-memmem.c (simple_memmem): Likewise.
12392         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12393         * sunrpc/pm_getport.c (__get_socket): Likewise.
12394         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12395         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12396         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12397         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12398         Likewise.
12399         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12400         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12401         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12402         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12403         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12404         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12405         Likewise.
12406         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12407         Likewise.
12408         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12409         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12410         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12411         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12412         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12413         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12414         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12415         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12416         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12417         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12418         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12419         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12420         Likewise.
12421         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12422         Likewise.
12423         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12424         Likewise.
12425         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12426         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12427         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12428         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12429         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12430         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12431         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12432         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12433         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12434         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12435         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12436         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12437         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12438         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12439         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12440         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12441         Likewise.
12442         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12443         Likewise.
12444         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12445         Likewise.
12446         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12447         Likewise.
12448         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12449         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12450         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12451         Likewise.
12452         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12453         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12454         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12455         * sysdeps/posix/sleep.c: Likewise.
12456         * sysdeps/posix/tempname.c: Likewise.
12457         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12458         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12459         Likewise.
12460         * sysdeps/powerpc/powerpc32/dl-machine.h
12461         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12462         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12463         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12464         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12465         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12466         Likewise.
12467         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12468         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12469         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12470         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12471         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12472         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12473         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12474         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12475         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12476         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12477         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12478         (elf_machine_lazy_rel): Likewise.
12479         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12480         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12481         (elf_machine_lazy_rel): Likewise.
12482         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12483         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12484         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12485         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12486         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12487         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12488         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12489         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12490         Likewise.
12491         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12492         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12493         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12494         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12495         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12496         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12497         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12498         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12499         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12500         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12501         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12502         Likewise.
12503         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12504         (__posix_fallocate64_l64): Likewise.
12505         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12506         (posix_fallocate): Likewise.
12507         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12508         Likewise.
12509         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12510         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12511         (getifaddrs_internal): Likewise.
12512         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12513         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12514         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12515         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12516         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12517         (__posix_fallocate64_l64): Likewise.
12518         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12519         Likewise.
12520         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12521         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12522         (__get_clockfreq): Likewise.
12523         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12524         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12525         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12526         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12527         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12528         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12529         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12530         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12531         Likewise.
12532         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12533         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12534         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12535         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12536         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12537         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12538         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12539         Likewise.
12540         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12541         (posix_fallocate): Likewise.
12542         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12543         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12544         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12545         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12546         (elf_machine_rela, elf_machine_rela_relative)
12547         (elf_machine_lazy_rel): Likewise.
12548         * time/asctime.c (asctime_internal): Likewise.
12549         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12550         * time/tzset.c (__tzset_parse_tz): Likewise.
12551         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12552         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12553         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12554         * wcsmbs/wcsmbsload.h: Likewise.
12556         [BZ #15894]
12557         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12559         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12560         (arena_get2): Remove THREAD_STATS conditionals.
12561         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12562         (__malloc_stats, int): Likewise.
12564 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12566         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12567         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12569         * manual/setjmp.texi: Fix typos/grammar errors.
12571         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12572         Only return early when n is <= 0.  Delete unused return statement.
12574         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12575         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12576         * debug/tst-longjmp_chk3.c: New file.
12578         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12579         (test_main): Replace code with set_fortify_handler call.
12580         * debug/test-strcpy_chk.c: Likewise.
12581         * debug/tst-chk1.c: Likewise.
12582         * debug/tst-longjmp_chk.c: Likewise.
12583         * test-skeleton.c: Include fcntl.h & paths.h
12584         (set_fortify_handler): Define.
12586         * debug/tst-longjmp_chk.c: Add header comment and include
12587         ../test-skeleton.c.
12588         (do_test): Mark static.
12589         (TEST_FUNCTION): Define.
12591         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12592         (IP_PMTUDISC_INTERFACE): Likewise.
12593         (IP_MULTICAST_IF): Likewise.
12594         (IP_MULTICAST_TTL): Likewise.
12595         (IP_MULTICAST_LOOP): Likewise.
12596         (IP_ADD_MEMBERSHIP): Likewise.
12597         (IP_DROP_MEMBERSHIP): Likewise.
12598         (IP_UNBLOCK_SOURCE): Likewise.
12599         (IP_BLOCK_SOURCE): Likewise.
12600         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12601         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12602         (IP_MSFILTER): Likewise.
12603         (MCAST_JOIN_GROUP): Likewise.
12604         (MCAST_BLOCK_SOURCE): Likewise.
12605         (MCAST_UNBLOCK_SOURCE): Likewise.
12606         (MCAST_LEAVE_GROUP): Likewise.
12607         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12608         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12609         (MCAST_MSFILTER): Likewise.
12610         (IP_MULTICAST_ALL): Likewise.
12611         (IP_UNICAST_IF): Likewise.
12613         * timezone/Makefile: Delete $(have-ksh) check.
12614         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12615         * timezone/tzselect.ksh: Add +x mode bits.
12617         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12618         (ANON_INODE_FS_MAGIC): Likewise.
12619         (BDEVFS_MAGIC): Likewise.
12620         (BINFMTFS_MAGIC): Likewise.
12621         (BTRFS_TEST_MAGIC): Likewise.
12622         (CRAMFS_MAGIC_WEND): Likewise.
12623         (DEBUGFS_MAGIC): Likewise.
12624         (ECRYPTFS_SUPER_MAGIC): Likewise.
12625         (EXT3_SUPER_MAGIC): Likewise.
12626         (EXT4_SUPER_MAGIC): Likewise.
12627         (FUTEXFS_SUPER_MAGIC): Likewise.
12628         (HOSTFS_SUPER_MAGIC): Likewise.
12629         (HUGETLBFS_MAGIC): Likewise.
12630         (MINIX3_SUPER_MAGIC): Likewise.
12631         (MTD_INODE_FS_MAGIC): Likewise.
12632         (NILFS_SUPER_MAGIC): Likewise.
12633         (OPENPROM_SUPER_MAGIC): Likewise.
12634         (PIPEFS_MAGIC): Likewise.
12635         (PSTOREFS_MAGIC): Likewise.
12636         (QNX6_SUPER_MAGIC): Likewise.
12637         (RAMFS_MAGIC): Likewise.
12638         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12639         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12640         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12641         (SECURITYFS_MAGIC): Likewise.
12642         (SELINUX_MAGIC): Likewise.
12643         (SMACK_MAGIC): Likewise.
12644         (SOCKFS_MAGIC): Likewise.
12645         (SQUASHFS_MAGIC): Likewise.
12646         (STACK_END_MAGIC): Likewise.
12647         (TMPFS_MAGIC): Likewise.
12648         (USBDEVICE_SUPER_MAGIC): Likewise.
12649         (V9FS_MAGIC): Likewise.
12650         (XENFS_SUPER_MAGIC): Likewise.
12651         (CRAMFS_MAGIC): Fix typo in comment.
12652         (EXT2_SUPER_MAGIC): Update comment.
12653         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12655 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12657         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12658         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12659         * sysdeps/unix/sysv/linux/arm: Move directory from
12660         ports/sysdeps/unix/sysv/linux/arm.
12661         * README: Update listing for arm-*-linux-gnueabi.
12663         * README: Remove mention of am33.
12665 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12667         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12668         than the comma operator, to avoid "rhs of comma has no effect"
12669         compiler warnings.
12670         (__sigfillset, __sigandset, __sigorset): Likewise.
12671         * include/signal.h (__sigemptyset): Likewise.
12672         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12674 2014-02-07  Allan McRae  <allan@archlinux.org>
12676         * version.h (RELEASE): Set to "development".
12677         (VERSION): Set to "2.19.90"
12678         * NEWS: Add 2.20 section.
12680 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12682         [BZ #16529]
12683         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12685 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12687         * manual/contrib.texi: Update entry for Carlos O'Donell,
12688         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12690 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12692         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12694         * sysdeps/unix/sysv/linux/kernel-features.h
12695         [__LINUX_KERNEL_VERSION >= 0x020621]
12696         (__ASSUME_PROC_PID_TASK_COMM): Define.
12698 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12700         [BZ #16398]
12701         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12702         conversion when destination buffer does not have enough space.
12703         * libio/tst-ftell-partial-wide.c: New test case.
12704         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12706         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12707         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12708         Leonard and Allan McRae.
12710 2014-02-04  David S. Miller  <davem@davemloft.net>
12712         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12713         32-bit.
12715 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12718         New file
12719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12720         New file
12721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12722         New file.
12723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12724         New file.
12725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12726         New file.
12727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12728         New file.
12729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12730         New file.
12731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12732         New file.
12733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12734         New file.
12735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12736         New file.
12737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12738         New file.
12739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12740         New file.
12741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12742         New file.
12744 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12746         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12747         * shlib-versions: Likewise.
12749 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12750             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12752         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12753         (abilist-pattern): New variable, set to %-le.abilist.
12755         * Makerules (abilist-pattern): New variable.
12756         (vpath): Use $(abilist-pattern) in place of %.abilist.
12757         (check-abi-% pattern rule): Likewise.
12758         (check-abi, update-abi): Likewise.
12760 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12762         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12764 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12766         * manual/startup.texi: Add next, previous, and top entries for
12767         the `Program Arguments' and `Environment Variables' nodes.
12769 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12771         * manual/macros.texi: Add comments before MTASC-safety macros.
12773         * manual/users.texi: Document MTASC-safety properties.
12775         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12776         (pthread_getspecific, pthread_setspecific): Format with
12777         @deftypefun, and add @safety note.
12778         * manual/signal.texi: Move comments that analyze the above
12779         functions to their home place.
12781 2014-02-03  Allan McRae  <allan@archlinux.org>
12783         * po/sl.po: Update Slovenian translation from translation project.
12785 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12787         * manual/time.texi (timegm): Add missing blank after @c.
12788         Reported by Joseph Myers <joseph@codesourcery.com>.
12790 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12792         * manual/check-safety.sh: New.
12793         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12795         * manual/terminal.texi: Document MTASC-safety properties.
12797         * manual/filesys.texi: Document MTASC-safety properties.
12799         * manual/errno.texi: Document MTASC-safety properties.
12801         * manual/intro.texi: Document safety identifiers and
12802         conditionals.
12804         * manual/string.texi (wcstok): Fix prototype.
12805         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12807         * manual/time.texi: Document MTASC-safety properties.
12809         * manual/string.texi: Document MTASC-safety properties.
12811         * manual/threads.texi: Document MTASC-safety properties.
12813         * manual/stdio.texi: Document MTASC-safety properties.
12815         * manual/syslog.texi: Document MTASC-safety properties.
12817         * manual/sysinfo.texi: Document MTASC-safety properties.
12819         * manual/startup.texi: Document MTASC-safety properties.
12821         * manual/socket.texi: Document MTASC-safety properties.
12823         * manual/signal.texi: Document MTASC-safety properties.
12825 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12827         * manual/setjmp.texi: Document MTASC-safety properties.
12829         * manual/search.texi: Document MTASC-safety properties.
12831         * manual/resource.texi: Document MTASC-safety properties.
12833         * manual/process.texi: Document MTASC-safety properties.
12835         * manual/platform.texi: Document MTASC-safety properties.
12837         * manual/pipe.texi: Document MTASC-safety properties.
12839         * manual/pattern.texi: Document MTASC-safety properties.
12841         * manual/message.texi: Document MTASC-safety properties.
12843         [BZ #12751]
12844         * manual/memory.texi: Document MTASC-safety properties.
12846         * manual/math.texi: Document MTASC-safety properties.
12848         * manual/locale.texi: Document MTASC-safety properties.
12850         * manual/llio.texi: Document MTASC-safety properties.
12852         * manual/libdl.texi: New.
12854         * manual/lang.texi: Document MTASC-safety properties.
12856         * manual/job.texi: Document MTASC-safety properties.
12858         * manual/getopt.texi: Document MTASC-safety properties.
12860         * manual/ctype.texi: Document MTASC-safety properties.
12862 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12864         [BZ #16046]
12865         * csu/libc-tls.c (static_map): Remove variable.
12866         (__libc_setup_tls): Use main executable's link map for TLS data.
12867         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12868         casing for LM_ID_BASE and GL(dl_nns).
12869         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12870         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12871         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12872         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12873         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12874         member.
12875         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12876         l_phnum members.
12878 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12880         * manual/debug.texi: Document MTASC-safety properties.
12882 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12884         [BZ #16510]
12885         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12886         of __x86_64__ when disabling x87 inline functions.
12888 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12890         * manual/charset.texi: Document MTASC-safety properties.
12892         * manual/crypt.texi: Document MTASC-safety properties.
12894         * manual/conf.texi: Document MTASC-safety properties.
12896         * manual/arith.texi: Document MTASC-safety properties.
12898         * manual/argp.texi: Document MTASC-safety properties.
12900         * manual/macros.texi: Introduce macros to document multi
12901         thread, asynchronous signal and asynchronous cancellation
12902         safety properties.
12903         * manual/intro.texi: Introduce the properties themselves.
12905 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12907         * sysdeps/sh/sh4/Makefile: New file.
12909 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12911         * math/gen-libm-test.pl ($srcdir): New variable.
12912         ($auto_input): Use it.
12914 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12916         [BZ #16506]
12917         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12918         access beyond array bounds when parsing netgroups file.
12920         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12921         the old buffer before realloc.
12923 2014-01-27  Allan McRae  <allan@archlinux.org>
12925         * po/fr.po: Update French translation from translation project.
12927 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12929         * sysdeps/sh/libm-test-ulps: Regenerate.
12931 2014-01-24  David S. Miller  <davem@davemloft.net>
12933         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12935 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12937         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12938         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12940 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12942         [BZ #16474]
12943         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12944         string pointers after reallocation.
12946 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12948         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12949         __SH4A__ instead of __SH_FPU_ANY__.
12951 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12953         * sysdeps/sh/fpu_control.h: New file.
12954         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12955         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12956         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12957         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12958         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12959         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12960         * sysdeps/sh/sys/ucontext.h: Remove.
12961         * sysdeps/sh/sys: Remove directory.
12963 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12965         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12966         s390/sys/ucontext.h.
12967         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12968         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12970 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12972         [BZ #15605]
12973         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12975 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12977         [BZ#16431]
12978         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12979         Adjust the vDSO correctly for internal calls.
12980         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12982 2014-01-20  Allan McRae  <allan@archlinux.org>
12984         * po/ca.po: Update Catalan translation from translation project.
12986 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12988         * sysdeps/s390/sotruss-lib.c: New file.
12990 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12992         [BZ#16430]
12993         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12994         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12995         local calls issues by not having a PLT stub required for IFUNC calls.
12996         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12998 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
13000         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
13001         * math/test-fpucw-static.c: Likewise.
13003 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13005         [BZ #16453]
13006         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
13008 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13010         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
13011         implementation for powerpc.
13013 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
13015         [BZ #14782]
13016         * sysdeps/posix/system.c (__libc_system): Do not enable
13017         asynchronous cancellation.
13019 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13021         [BZ #16427]
13022         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
13023         handling only for numbers special also in the IEEE case.
13025 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13027         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13029 2014-01-11  Allan McRae  <allan@archlinux.org>
13031         * po/bg.po: Update Bulgarian translation from translation project.
13033         * po/de.po: Update German translation from translation project.
13035 2014-01-10  Roland McGrath  <roland@hack.frob.com>
13037         * sysdeps/generic/gcc-compat.h: New file.
13039 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13041         * benchtests/asin-inputs: Correct slow inputs.
13042         * benchtests/acos-inputs: Likewise.
13044 2014-01-10  Allan McRae  <allan@archlinux.org>
13046         * po:sv.po: Update Swedish translation from translation project.
13048         * po/vi.po: Update Vietnamese translation from translation project.
13050         * po/eo.po: Update Esperanto translation from translation project.
13052         * po/cs.po: Update Czech translation from translation project.
13054         * po/nl.po: Update Dutch translation from translation project.
13056         * po/pl.po: Update Polish translation from translation project.
13058         * po/ru.po: Update Russian translation from translation project.
13060         * po/uk.po: Update Ukrainian translation from translation project.
13062 2014-01-08  Brooks Moses  <bmoses@google.com>
13064         * elf/dl-load.c: Fix comment typo.
13066 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
13068         * po/header.pot: Rename to...
13069         * po/pot.header: ... this.
13070         * po/Makefile: Use pot.header.
13072 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
13073             Maxim Kuvyrkov  <maxim@kugelworks.com>
13075         [BZ #16394]
13076         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
13077         SRC and DEST against LEN.
13079 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13081         [BZ #16414]
13082         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
13083         implementation.
13084         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
13086 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13088         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13090 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
13092         [BZ #16408]
13093         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
13094         for large positive arguments.
13096 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
13098         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13100         * math/auto-libm-test-in: Mark various tests with
13101         xfail-rounding:ldbl-128ibm.
13102         * math/auto-libm-test-out: Regenerated.
13104         [BZ #16407]
13105         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
13106         Increase overflow threshold.
13108 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
13110         [BZ #14286]
13111         * stdio-common/vfprintf.c: Check for integer overflow.
13113 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13115         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
13116         the first argument and return value of __tls_get_addr_internal.
13118 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13120         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
13121         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
13123 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13125         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
13126         * sysdeps/s390/rtld-global-offsets.sym: New file.
13127         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
13128         GLIBC_2.19 symbol.
13129         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
13130         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
13131         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
13132         ... this.
13133         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
13134         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
13135         ... this.
13136         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13137         Regenerate.
13138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13139         Regenerate.
13140         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
13141         halfs of GPRs for high_gprs contexts.
13142         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
13143         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
13144         field.
13145         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
13146         uc_flags field.
13147         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
13148         64 bit versions:
13149         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
13150         for high GPRs (uc_high_gprs) and for future extensions
13151         (__reserved).
13152         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
13153         for future extensions (__reserved).
13154         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
13155         64 bit versions:
13156         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
13157         SC_HIGHGPRS offset definition.
13158         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
13159         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
13161         * Versions.def: Add GLIBC_2.19 for libpthread.
13162         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
13163         siglongjmp for libpthread with GLIBC_2.19 symver.
13164         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
13165         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
13166         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
13167         * sysdeps/s390/__longjmp.c: New file.
13168         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
13169         * sysdeps/s390/longjmp.c: New file.
13170         * sysdeps/s390/setjmp.S: New file.
13171         * sysdeps/s390/sigjmp.S: New file.
13172         * sysdeps/s390/v1-longjmp.c: New file.
13173         * sysdeps/s390/v1-setjmp.h: New file.
13174         * sysdeps/s390/v1-sigjmp.c: New file.
13175         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
13176         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
13177         GLIBC_2.19 version.
13178         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
13179         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
13180         versioned symbols for ____longjmp_chk.
13181         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
13182         Likewise.
13183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13184         Regenerate.
13185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13186         Regenerate.
13187         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13188         Regenerate.
13189         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13190         Regenerate.
13191         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
13192         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
13193         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
13194         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
13195         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
13196         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
13197         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
13198         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
13199         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
13200         * sysdeps/s390/rtld-__longjmp.c: New file.
13201         * sysdeps/s390/rtld-setjmp.S: New file.
13203 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
13205         [BZ #16400]
13206         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13207         Return -__logl (x) for small positive arguments without evaluating
13208         a polynomial.
13210 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
13212         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13213         Rename to ...
13214         (__ptrace_peeksiginfo_args): ... this.
13215         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13216         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13217         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13219 2014-01-06  Allan McRae  <allan@archlinux.org>
13221         * inet/netinet/in.h: Fix typo in comment.
13223 2014-01-05  Andreas Jaeger  <aj@suse.de>
13225         * sysdeps/i386/fpu/libm-test-ulps: Update.
13227 2014-01-05  Allan McRae  <allan@archlinux.org>
13229         * po/libc.pot: Regenerated.
13231         * malloc/memusagestat.c: Fix gettext call formatting.
13233 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
13235         * nscd/nscd.c: Improve usage() output.
13237 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
13239         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13240         * sysdeps/unix/sysv/linux/configure: Regenerated.
13241         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13242         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13244 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13246         [BZ #16390]
13247         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13248         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13250 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13252         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13253         extra tokens at end of #undef directive.
13254         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13255         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13256         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13258 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13260         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13262         * math/auto-libm-test-in: Mark various tests with
13263         xfail-rounding:ldbl-128ibm.
13264         * math/auto-libm-test-out: Regenerated.
13266 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
13268         [BZ #16386]
13269         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13270         numbers with subnormal high part when calculating exponent.
13272         [BZ #16385]
13273         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13274         fabs.
13276         [BZ #16384]
13277         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13278         M_LN2l.
13279         (__ieee754_acoshl): Use __log1pl not __log1p.
13281 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
13283         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13284         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13285         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13286         (grow_heap, heap_trim, _int_new_arena, get_free_list)
13287         (reused_arena, arena_get2): Convert to GNU style.
13288         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13289         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13290         (memalign_check, __malloc_set_state): Likewise.
13291         * malloc/mallocbug.c (main): Likewise.
13292         * malloc/malloc.c (__malloc_assert, malloc_init_state)
13293         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13294         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13295         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13296         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13297         (__posix_memalign, malloc_info): Likewise.
13298         * malloc/malloc.h: Likewise.
13299         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13300         (mallochook, memalignhook, reallochook, mabort): Likewise.
13301         * malloc/mcheck.h: Likewise.
13302         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13303         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13304         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13305         * malloc/morecore.c (__default_morecore): Likewise.
13306         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13307         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13308         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13309         (print_and_abort): Likewise.
13310         * malloc/obstack.h: Likewise.
13311         * malloc/set-freeres.c (__libc_freeres): Likewise.
13312         * malloc/tst-mallocstate.c (main): Likewise.
13313         * malloc/tst-mtrace.c (main): Likewise.
13314         * malloc/tst-realloc.c (do_test): Likewise.
13316 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13318         [BZ #16366]
13319         * nscd/netgroupcache.c (do_notfound): New function.
13320         (addgetnetgrentX): Use it.
13322         [BZ # 16365]
13323         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13324         NSS_STATUS_NOTFOUND.
13326 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13328         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13331 2014-01-01  Allan McRae  <allan@archlinux.org>
13333         * scripts/update-copyrights: Update configure input file suffix.
13335         * NEWS: Update copyright year.
13336         * catgets/gencat.c: Likewise.
13337         * csu/version.c: Likewise.
13338         * debug/catchsegv.sh: Likewise.
13339         * debug/pcprofiledump.c: Likewise.
13340         * debug/xtrace.sh: Likewise.
13341         * elf/ldconfig.c: Likewise.
13342         * elf/ldd.bash.in: Likewise.
13343         * elf/pldd.c: Likewise.
13344         * elf/sotruss.ksh: Likewise.
13345         * elf/sprof.c: Likewise.
13346         * iconv/iconv_prog.c: Likewise.
13347         * iconv/iconvconfig.c: Likewise.
13348         * locale/programs/locale.c: Likewise.
13349         * locale/programs/localedef.c: Likewise.
13350         * login/programs/pt_chown.c: Likewise.
13351         * malloc/memusage.sh: Likewise.
13352         * malloc/memusagestat.c: Likewise.
13353         * malloc/mtrace.pl: Likewise.
13354         * manual/libc.texinfo: Likewise.
13355         * nscd/nscd.c: Likewise.
13356         * nss/getent.c: Likewise.
13357         * nss/makedb.c: Likewise.
13358         * posix/getconf.c: Likewise.
13359         * scripts/test-installation.pl: Likewise.
13361         * All files with FSF copyright notices: Update copyright dates
13362         using scripts/update-copyrights.
13363         * intl/plural.c: Regenerated.
13364         * locale/programs/charmap-kw.h: Likewise.
13365         * locale/programs/locfile-kw.h: Likewise.
13367 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13369         * sysdeps/unix/sysv/linux/configure: Regenerated.
13370         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13371         the linux/fanotify.h header.
13372         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13373         HAVE_LINUX_FANOTIFY_H is defined.
13375 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13377         * benchtests/cos-inputs: New inputs.
13378         * benchtests/sin-inputs: Likewise.
13380         * benchtests/atan-inputs: New inputs. Fix name of multiple
13381         precision fallback inputs.
13383         * benchtests/atanh-inputs: New inputs.
13384         * benchtests/tanh-inputs: Likewise.
13386         * benchtests/acosh-inputs: New inputs.
13387         * benchtests/asinh-inputs: Likewise.
13389         * benchtests/cosh-inputs: New inputs.
13390         * benchtests/sinh-inputs: Likewise.
13392         * benchtests/acos-inputs: Add more inputs.
13393         * benchtests/asin-inputs: Likewise.
13395 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13397         [BZ #16375]
13398         * manual/arith.texi: Fix spelling.
13399         * manual/charset.texi: Likewise.
13400         * manual/errno.texi: Likewise.
13401         * manual/filesys.texi: Likewise.
13402         * manual/lang.texi: Likewise.
13403         * manual/llio.texi: Likewise.
13404         * manual/locale.texi: Likewise.
13405         * manual/message.texi: Likewise.
13406         * manual/resource.texi: Likewise.
13407         * manual/search.texi: Likewise.
13408         * manual/setjmp.texi: Likewise.
13409         * manual/stdio.texi: Likewise.
13410         * manual/string.texi: Likewise.
13411         * manual/sysinfo.texi: Likewise.
13412         * manual/time.texi: Likewise.
13414 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13416         * po/sl.po: New file.
13418 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13420         * .gitignore: Add core/.gdbinit/.gdb_history.
13422 2013-12-27  Allan McRae  <allan@archlinux.org>
13424         [BZ #16369]
13425         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13426         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13428 2013-12-24  Brooks Moses  <bmoses@google.com>
13430         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13431         all compilers that claim C++98 compliance, not just GCC.
13432         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13433         Likewise.
13435 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13437         * NEWS: Restore accidentally deleted bug-fix entries.
13439 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13440             Ondřej Bílka  <neleai@seznam.cz>
13442         [BZ #15073]
13443         * malloc/malloc.c (_int_free): Perform sanity check only if we
13444         have_lock.
13446 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13448         [BZ #12986]
13449         * manual/stdio.texi (String Input Conversions): Clarify that character
13450         classes are not supported.
13452 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13454         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13456 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13458         [BZ #16337]
13459         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13460         Calculate results for small negative arguments directly rather
13461         than using reflection formula with special underflow handling.
13463         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13464         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13465         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13466         (fchflags): Likewise.
13467         (revoke): Likewise.
13468         (setlogin): Likewise.
13469         (sigaltstack): Likewise.
13470         (wait4): Likewise.
13471         (sigblock): Remove.
13472         (sigsetmask): Likewise.
13473         (wait3): Likewise.
13474         (waitpid): Likewise.
13475         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13476         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13477         file.
13478         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13479         * sysdeps/unix/bsd/Makefile: ... here.
13480         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13481         * sysdeps/unix/bsd/Versions: ... here.
13482         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13483         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13484         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13485         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13486         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13487         * sysdeps/unix/bsd/sigblock.c: ... here.
13488         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13489         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13490         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13491         * sysdeps/unix/bsd/sigvec.c: ... here.
13492         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13493         * sysdeps/unix/bsd/tcdrain.c: ... here.
13494         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13495         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13496         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13497         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13498         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13499         * sysdeps/unix/bsd/wait.c: ... here.
13500         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13501         * sysdeps/unix/bsd/wait3.c: ... here.
13502         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13503         * sysdeps/unix/bsd/waitpid.c: ... here.
13505 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13507         [BZ #16356]
13508         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13509         round-to-nearest for [!USE_AS_EXPM1L].
13510         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13511         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13512         more tests of exp and exp10.  Expect some exp10 tests to miss
13513         exceptions or fail in directed rounding modes.
13514         * math/auto-libm-test-out: Regenerated.
13515         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13516         (exp10_test_tonearest): New function.
13517         (exp10_towardzero_test_data): New array.
13518         (exp10_test_towardzero): New function.
13519         (exp10_downward_test_data): New array.
13520         (exp10_test_downward): New function.
13521         (exp10_upward_test_data): New array.
13522         (exp10_test_upward): New function.
13523         (main): Call the new functions.
13524         * sysdeps/i386/fpu/libm-test-ulps: Update.
13525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13527 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13529         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13530         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13531         * math/auto-libm-test-out: Regenerated.
13532         * math/libm-test.inc (acosh_test_data): Add more tests.
13533         (atanh_test_data): Likewise.
13534         (ceil_test_data): Likewise.
13535         (copysign_test_data): Likewise.
13536         * sysdeps/i386/fpu/libm-test-ulps: Update.
13537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13539         * timezone/checktab.awk: Update from tzcode 2013i.
13540         * timezone/private.h: Likewise.
13541         * timezone/scheck.c: Likewise.
13542         * timezone/tzfile.h: Likewise.
13543         * timezone/tzselect.ksh: Likewise.
13544         * timezone/zdump.c: Likewise.
13545         * timezone/zic.c: Likewise.
13547         * math/auto-libm-test-in: Add tests of cpow.
13548         * math/auto-libm-test-out: Regenerated.
13549         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13550         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13551         mpc_cc_c.
13552         (func_calc_desc): Add mpc_cc_c union field.
13553         (test_functions): Add cpow.
13554         (special_fill_2pi): New function.
13555         (special_real_inputs): Add 2pi.
13556         (calc_generic_results): Handle mpc_cc_c.
13557         * sysdeps/i386/fpu/libm-test-ulps: Update.
13558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13560         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13561         csqrt, ctan and ctanh.
13562         * math/auto-libm-test-out: Regenerated.
13563         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13564         (TEST_COND_x86): Likewise.
13565         (ccos_test_data): Use AUTO_TESTS_c_c.
13566         (ccosh_test_data): Likewise.
13567         (cexp_test_data): Likewise.
13568         (clog_test_data): Likewise.
13569         (csqrt_test_data): Likewise.
13570         (ctan_test_data): Likewise.
13571         (ctan_tonearest_test_data): Likewise.
13572         (ctan_towardzero_test_data): Likewise.
13573         (ctan_downward_test_data): Likewise.
13574         (ctan_upward_test_data): Likewise.
13575         (ctanh_test_data): Likewise.
13576         (ctanh_tonearest_test_data): Likewise.
13577         (ctanh_towardzero_test_data): Likewise.
13578         (ctanh_downward_test_data): Likewise.
13579         (ctanh_upward_test_data): Likewise.
13580         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13581         mpc_c_c.
13582         (func_calc_desc): Add mpc_c_c union field.
13583         (FUNC_mpc_c_c): New macro.
13584         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13585         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13586         ctanh.
13587         (special_fill_min_subnorm_p120): New function.
13588         (special_real_inputs): Add min_subnorm_p120.
13589         (calc_generic_results): Handle mpc_c_c.
13590         * sysdeps/i386/fpu/libm-test-ulps: Update.
13591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13593 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13595         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13596         (do_sin_slow): New functions.
13597         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13598         (cslow2, csloww1, csloww2): Use the new functions.
13600         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13601         Use M to change sign of result instead of X.  Assume X is
13602         positive.
13603         (csloww1): Likewise.
13604         (__sin): Adjust.
13605         (__cos): Adjust.
13607         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13608         arguments A and DA.
13609         (__sin): Adjust.
13610         (__cos): Likewise.
13612         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13613         (__cos): Likewise.
13614         (sloww1): Don't adjust sign of DX.
13615         (csloww1): Likewise.
13616         (sloww2): Use X directly and don't adjust sign of DX.
13617         (csloww2): Likewise.
13619 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13621         * math/auto-libm-test-in: Add tests of cabs and carg.
13622         * math/auto-libm-test-out: Regenerated.
13623         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13624         (carg_test_data): Likewise.
13625         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13626         mpc_c_f.
13627         (func_calc_desc): Add mpc_c_f union field.
13628         (test_functions): Add cabs and carg.
13629         (calc_generic_results): Handle mpc_c_f.
13631         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13632         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13633         as a macro and a compat symbol.
13634         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13635         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13636         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13637         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13638         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13639         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13640         not use .hidden.
13641         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13642         Likewise.
13643         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13644         Likewise.
13645         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13646         Likewise.
13647         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13648         Likewise.
13649         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13650         Likewise.
13651         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13652         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13653         from GLIBC_2.3.2.
13655 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13657         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13659 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13661         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13662         trailing whitespace removed.
13663         * scripts/config.guess: Update to version 2013-11-29.
13664         * scripts/config.sub: Update to version 2013-10-01.
13666         * math/auto-libm-test-in: Add tests of sincos.
13667         * math/auto-libm-test-out: Regenerated.
13668         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13669         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13670         mpfr_f_11.
13671         (func_calc_desc): Add mpfr_f_11 union field.
13672         (test_functions): Add sincos.
13673         (calc_generic_results): Handle mpfr_f_11.
13674         * sysdeps/i386/fpu/libm-test-ulps: Update.
13675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13677 2013-12-19  Andreas Schwab  <schwab@suse.de>
13679         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13680         CALL_MCOUNT.
13681         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13682         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13683         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13685 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13687         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13688         * sysdeps/i386/fpu/libm-test-ulps: Update.
13689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13691         [BZ #16293]
13692         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13693         round-to-nearest mode when using frndint.
13694         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13695         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13696         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13697         Likewise.
13698         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13699         sinh test to fail.
13700         * math/auto-libm-test-out: Regenerated.
13701         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13702         (TEST_COND_x86): Likewise.
13703         (expm1_tonearest_test_data): New array.
13704         (expm1_test_tonearest): New function.
13705         (expm1_towardzero_test_data): New array.
13706         (expm1_test_towardzero): New function.
13707         (expm1_downward_test_data): New array.
13708         (expm1_test_downward): New function.
13709         (expm1_upward_test_data): New array.
13710         (expm1_test_upward): New function.
13711         (main): Run the new test functions.
13712         * sysdeps/i386/fpu/libm-test-ulps: Update.
13713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13715         * include/features.h: Update comment documenting feature test
13716         macros.  Mention _DEFAULT_SOURCE in comment.
13717         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13718         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13719         _BSD_SOURCE and _SVID_SOURCE.
13720         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13721         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13722         !_SVID_SOURCE]: Likewise.
13723         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13724         (__USE_POSIX_IMPLICITLY): Define.
13725         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13726         (_POSIX_SOURCE): Undefine and redefine.
13727         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13728         (_POSIX_C_SOURCE): Likewise.
13729         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13730         (Feature Test Macros): Update documentation of default features.
13732 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13734         * benchtests/Makefile: Add bench-strtok.
13735         * benchtests/bench-strtok.c: New file: strtok benchtest.
13737 2013-12-19  Allan McRae  <allan@archlinux.org>
13739         * manual/install.texi: Suppress menu for plain text output.
13740         * INSTALL: Regenerated.
13742 2013-12-18  Brooks Moses  <bmoses@google.com>
13744         [BZ #15846]
13745         * misc/getauxval.c: Include errno.h.
13746         (__getauxval): Set errno to ENOENT if the requested type is not
13747         found.
13748         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13749         don't declare with __attribute_const__.
13750         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13751         * manual/startup.texi: Document that getauxval sets errno.
13753 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13755         * math/auto-libm-test-in: Add tests of jn and yn.
13756         * math/auto-libm-test-out: Regenerated.
13757         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13758         (yn_test_data): Likewise.
13759         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13760         mpfr_if_f.
13761         (func_calc_desc): Add mpfr_if_f union field.
13762         (FUNC_mpfr_if_f): New macro.
13763         (test_functions): Add jn and yn.
13764         (calc_generic_results): Assert type of second input for
13765         mpfr_ff_f.  Handle mpfr_if_f.
13766         (output_for_one_input_case): Disable all checking for arguments
13767         fitting floating-point types in case of an integer argument.
13768         * sysdeps/i386/fpu/libm-test-ulps: Update.
13769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13772         Don't expect fegetround reference in libm.so.
13774 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13776         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13777         $(config-cflags-nofma).
13779 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13781         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13782         * math/auto-libm-test-out: Regenerated.
13784         [BZ #16338]
13785         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13786         to determine exponent and adjust argument to have exponent of -1.
13787         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13788         log2.
13789         * math/auto-libm-test-out: Regenerated.
13790         * sysdeps/i386/fpu/libm-test-ulps: Update.
13791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13793 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13795         * manual/probes.texi: Remove cases when per-thread arenas are
13796         disabled.
13798 2013-12-18  Andreas Schwab  <schwab@suse.de>
13800         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13801         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13802         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13803         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13804         * sysdeps/i386/i686/multiarch/Makefile: Update.
13805         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13807 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13809         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13810         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13812 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13814         [BZ #15968]
13815         Support TZ transition times < 00:00:00.
13816         This is needed for version-3 tz-format files; it supports time
13817         stamps past 2037 for America/Godthab (the only entry in the tz
13818         database for which this change is relevant).
13819         * manual/time.texi (TZ Variable): Document transition times
13820         from -167:59:59 through -00:00:01.
13821         * time/tzset.c (tz_rule): Time of day is now signed.
13822         (__tzset_parse_tz): Parse negative time of day.
13824         Document TZ transition times >= 25:00:00.
13825         * manual/time.texi (TZ Variable): Document transition times from
13826         25:00:00 through 167:59:59.  These are already supported, and this
13827         support will help with version-3 tz-format files.
13829         * manual/time.texi (TZ Variable): Modernize North America example
13830         to reflect current (i.e., 2007-and-later) daylight saving rules.
13832         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13834 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13836         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13837         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13838         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13839         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13840         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13841         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13842         * sysdeps/unix/bsd/clock.c: Likewise.
13843         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13844         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13845         * sysdeps/unix/bsd/init-posix.c: Likewise.
13846         * sysdeps/unix/bsd/poll.c: Likewise.
13847         * sysdeps/unix/bsd/ptsname.c: Likewise.
13848         * sysdeps/unix/bsd/seekdir.c: Likewise.
13849         * sysdeps/unix/bsd/setegid.c: Likewise.
13850         * sysdeps/unix/bsd/seteuid.c: Likewise.
13851         * sysdeps/unix/bsd/setgid.c: Likewise.
13852         * sysdeps/unix/bsd/setrgid.c: Likewise.
13853         * sysdeps/unix/bsd/setruid.c: Likewise.
13854         * sysdeps/unix/bsd/setsid.c: Likewise.
13855         * sysdeps/unix/bsd/setuid.c: Likewise.
13856         * sysdeps/unix/bsd/sigaction.c: Likewise.
13857         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13858         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13859         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13860         * sysdeps/unix/bsd/telldir.c: Likewise.
13861         * sysdeps/unix/bsd/times.c: Likewise.
13862         * sysdeps/unix/bsd/usleep.c: Likewise.
13864         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13865         ($(objpfx)libbsd-compat.a): Remove rule.
13867         * include/features.h (__FAVOR_BSD): Do not define.
13868         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13869         features conflicting with POSIX.
13870         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13871         (_BSD_SOURCE): Remove description of not being a subset of other
13872         feature test macros.
13873         * manual/job.texi (getpgrp): Do not document BSD version.
13874         (getpgid): Do not document by reference to BSD getpgrp.
13875         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13876         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13877         * signal/signal.h [__FAVOR_BSD]: Likewise.
13878         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13879         instead of making contents conditional on [__FAVOR_BSD].
13880         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13882 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13884         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13886 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13888         [BZ #16314]
13889         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13890         values below 2**-450, not 2**-500.
13891         * math/auto-libm-test-in: Don't allow spurious underflow from
13892         hypot.
13893         * math/auto-libm-test-out: Regenerated.
13895         [BZ #16316]
13896         [BZ #16330]
13897         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13898         values of ha and hb and sort them after adjusting subnormal
13899         arguments.
13900         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13901         Likewise.
13902         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13903         values of ea and eb and sort them after adjusting subnormal
13904         arguments.
13905         * math/auto-libm-test-in: Do not expect some hypot tests of
13906         subnormals to fail.  Add more hypot tests.
13907         * math/auto-libm-test-out: Regenerated.
13909 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13911         [BZ #13304]
13912         * sysdeps/sh/s_fma.c: New file.
13913         * sysdeps/sh/s_fmaf.c: New file.
13914         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13915         version.
13916         * sysdeps/sh/Implies: Add sh/soft-fp.
13918 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13920         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13921         level of indirection to members `objname', `errstring', `malloced'.
13922         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13923         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13924         it as the __longjmp argument (just pass 1 instead).
13925         (_dl_catch_error): Initialize C with argument pointers and address of
13926         volatile local ERRCODE rather than copying values out of C at return.
13928 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13930         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13931         * math/auto-libm-test-out: Regenerated.
13932         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13933         (hypot_test_data): Likewise.
13934         (pow_test_data): Likewise.
13935         (pow_tonearest_test_data): Likewise.
13936         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13937         mpfr_ff_f.
13938         (func_calc_desc): Add mpfr_ff_f union field.
13939         (FUNC_mpfr_ff_f): New macro.
13940         (test_functions): Add atan2, hypot and pow.
13941         (special_fill_min): New function.
13942         (special_fill_minus_min): Likewise.
13943         (special_fill_min_subnorm): Likewise.
13944         (special_fill_minus_min_subnorm): Likewise.
13945         (special_real_inputs): Add min, -min, min_subnorm and
13946         -min_subnorm.
13947         (calc_generic_results): Handle mpfr_ff_f.
13948         * sysdeps/i386/fpu/libm-test-ulps: Update.
13949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13951 2013-12-16  Will Newton  <will.newton@linaro.org>
13953         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13954         (Aligned Memory Blocks): Add documentation for aligned_alloc
13955         and suggest it as an alternative to posix_memalign.
13956         (Hooks for Malloc): Document __memalign_hook is also called
13957         for aligned_alloc.  (Summary of Malloc): Add summary for
13958         aligned alloc.  Document __memalign_hook is also called
13959         for aligned_alloc.
13961 2013-12-16  Will Newton  <will.newton@linaro.org>
13963         * manual/memory.texi (Malloc Examples): Clarify default
13964         alignment documentation.  Suggest posix_memalign rather
13965         than memalign or valloc.
13966         (Aligned Memory Blocks): Remove suggestion to use memalign
13967         or valloc.  Remove obsolete comment about BSD.
13968         Document memalign errno values and mark the function obsolete.
13969         Document posix_memalign returned error codes.  Mark valloc
13970         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13971         called for posix_memalign and valloc.
13972         (Summary of Malloc): Add posix_memalign to function summary.
13973         __memalign_hook is also called for posix_memalign and valloc.
13975 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13977         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13978         TAYLOR_SIN.
13979         (__sin): Adjust.
13980         (__cos): Likewise.
13981         (sloww): Use mynumber union.  Expand ternary operator into
13982         if-else statements.
13983         (cslow): use mynumber union.
13985 2013-12-16  Allan McRae  <allan@archlinux.org>
13987         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13988         * configure: Regenerated.
13990         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13992         [BZ #14120]
13993         * configure.ac: Added --enable-maintainer-mode. Check for
13994         autoconf when enabled.
13995         * configure: Regenerated.
13997         * nscd/nscd.service: New file.
13998         * nscd/nscd.tmpfiles: New file.
14000 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
14002         [BZ #12100]
14003         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
14004         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
14005         * sysdeps/x86_64/multiarch/strstr.c: ... here.
14006         (strstr): Add __strstr_sse2_unaligned ifunc.
14007         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
14008         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
14009         (strcasestr): Remove __strcasestr_sse42 ifunc.
14010         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
14011         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
14012         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
14014 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14016         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
14017         * sysdeps/sh/bits/fenv.h: ... here.
14018         * sysdeps/sh/sh4/fpu/bits: Remove directory.
14020 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14022         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
14024         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
14025         hypotf multiarch implementations.
14026         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
14027         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
14028         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
14029         multiarch hypot for PPC64.
14030         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
14031         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
14032         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
14033         multiarch hypotf for PPC64.
14035         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
14036         modff multiarch implementations.
14037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
14038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
14039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
14040         multiarch modf for PPC64.
14041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
14042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
14043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
14044         multiarch modff for PPC64.
14046         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
14047         and logl multiarch implementations.
14048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
14049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
14050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
14051         multiarch logb for PPC64.
14052         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
14053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
14054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
14055         multiarch logb for PPC64.
14056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
14057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
14058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
14059         multiarch logb for PPC64.
14061         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
14062         isinff multiarch implementation.
14063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
14064         file.
14065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
14066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
14067         multiarch isinf for PPC64.
14068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
14069         file.
14070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
14071         multiarch isinff for PPC64.
14073         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
14074         finitef multiarch implementation.
14075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
14076         file.
14077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
14078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
14079         multiarch finite for PPC64.
14080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
14081         file.
14082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
14083         multiarch finitef for PPC64.
14085         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
14086         lrint multiarch implementation.
14087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
14088         file.
14089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
14090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
14091         multiarch llrint for PPC64.
14092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
14093         multiarch lrint for PPC64.
14095         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
14096         copysignf multiarch implementation.
14097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
14098         file.
14099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
14100         file.
14101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
14102         multiarch copysign for PPC64.
14103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
14104         multiarch copysignf for PPC64.
14106         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
14107         multiarch implementation.
14108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
14109         file.
14110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
14111         file.
14112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
14113         file.
14114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
14115         file.
14116         multiarch llround for PPC64.
14117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
14118         multiarch trunc for PPC64.
14119         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
14120         multiarch truncf for PPC64.
14122         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
14123         multiarch implementation.
14124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
14125         file.
14126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
14127         file.
14128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
14129         file.
14130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
14131         file.
14132         multiarch llround for PPC64.
14133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
14134         multiarch round for PPC64.
14135         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
14136         multiarch roundf for PPC64.
14138         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
14139         multiarch implementation.
14140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
14141         file.
14142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
14143         file.
14144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
14145         file.
14146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
14147         file.
14148         multiarch llround for PPC64.
14149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
14150         multiarch floor for PPC64.
14151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
14152         multiarch floorf for PPC64.
14154         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
14155         multiarch implementation.
14156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
14157         file.
14158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
14159         file.
14160         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
14161         file.
14162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
14163         file.
14164         multiarch llround for PPC64.
14165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
14166         multiarch ceil for PPC64.
14167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
14168         multiarch ceilf for PPC64.
14170         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14171         multiarch implementation.
14172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
14173         file.
14174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
14175         file.
14176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
14177         file.
14178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
14179         multiarch llround for PPC64.
14180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
14181         multiarch lround for PPC64.
14183         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14184         multiarch implementation.
14185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
14186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
14187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
14188         file.
14189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
14190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
14191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
14192         multiarch isnan for PPC64.
14193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
14194         multiarch isnanf for PPC64.
14196         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
14197         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
14198         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
14199         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
14200         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
14201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
14203         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
14204         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
14205         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
14206         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
14208         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
14209         multiarch implementations.
14210         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14211         (__libc_ifunc_impl_list): Likewise.
14212         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14213         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14214         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14215         multiarch stpcpy for PPC64.
14217         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14218         multiarch implementations.
14219         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14220         (__libc_ifunc_impl_list): Likewise.
14221         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14222         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14223         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14224         multiarch strcpy for PPC64.
14226         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14227         redefine function name.
14228         (_wordcopy_fwd_dest_aligned): Likewise.
14229         (_wordcopy_bwd_aligned): Likewise.
14230         (_wordcopy_bwd_dest_aligned): Likewise.
14231         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14232         multiarch implementations.
14233         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14234         (__libc_ifunc_impl_list): Likewise.
14235         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14236         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14237         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14238         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14239         multiarch wcscpy for PPC64.
14241         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14242         multiarch implementations.
14243         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14244         (__libc_ifunc_impl_list): Likewise.
14245         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14246         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14247         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14248         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14249         multiarch wcscpy for PPC64.
14251         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14252         multiarch implementations.
14253         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14254         (__libc_ifunc_impl_list): Likewise.
14255         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14256         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14257         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14258         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14259         multiarch wcsrchr for PPC64.
14261         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14262         multiarch implementations.
14263         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14264         (__libc_ifunc_impl_list): Likewise.
14265         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14266         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14267         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14268         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14269         multiarch wcschr for PPC64.
14271         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14272         multiarch implementations.
14273         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14274         (__libc_ifunc_impl_list): Likewise.
14275         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14276         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14277         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14278         multiarch strchrnul for PPC64.
14280         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14281         implementations.
14282         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14283         (__libc_ifunc_impl_list): Likewise.
14284         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14285         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14286         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14287         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14288         strchr for PPC64.
14290         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14291         implementations.
14292         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14293         (__libc_ifunc_impl_list): Likewise.
14294         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14295         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14296         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14297         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14298         strncmp for PPC64.
14300         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14301         multiarch implementations.
14302         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14303         (__libc_ifunc_impl_list): Likewise.
14304         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14305         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14306         strncasecmp for PPC64.
14307         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14308         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14309         multiarch strncasecmp_l for PPC64.
14311         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14312         multiarch implementations.
14313         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14314         (__libc_ifunc_impl_list): Likewise.
14315         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14316         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14317         multiarch strcasecmp for PPC64.
14318         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14319         file.
14320         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14321         multiarch strcasecmp_l for PPC64.
14323         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14324         implementations.
14325         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14326         (__libc_ifunc_impl_list): Likewise.
14327         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14328         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14329         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14330         strnlen for PPC64.
14332         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14333         implementations.
14334         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14335         (__libc_ifunc_impl_list): Likewise.
14336         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14337         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14338         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14339         strlen for PPC64.
14341         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14342         implementations.
14343         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14344         (__libc_ifunc_impl_list): Likewise.
14345         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14346         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14347         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14348         rawmemrchr for PPC64.
14350         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14351         implementation.
14352         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14353         (__libc_ifunc_impl_list): Likewise.
14354         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14355         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14356         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14357         memrchr for PPC64.
14359         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14360         implementation.
14361         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14362         (__libc_ifunc_impl_list): Likewise.
14363         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14364         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14365         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14366         memchr for PPC64.
14368         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14369         implementation.
14370         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14371         (__libc_ifunc_impl_list): Likewise.
14372         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14373         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14374         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14375         mempcpy for PPC64.
14377         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14378         avoid cretion of __bzero symbol.
14379         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14380         Likewise.
14381         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14382         Likewise.
14383         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14384         Likewise.
14385         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14386         multiarch implementations.
14387         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14388         (__libc_ifunc_impl_list): Likewise.
14389         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14390         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14391         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14392         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14393         bzero for PPC32.
14394         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14395         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14396         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14397         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14398         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14399         memset for PPC64.
14400         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14402         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14403         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14404         implementations.
14405         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14406         (__libc_ifunc_impl_list): Likewise.
14407         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14408         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14409         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14410         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14411         memcmp for PPC64.
14413         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14414         multiarch for POWER/PPC64.
14415         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14416         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14417         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14418         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14419         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14420         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14421         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14422         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14423         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14424         memcpy for PPC64.
14426         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14427         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14428         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14429         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14430         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14431         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14432         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14433         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14434         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14435         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14436         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14437         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14438         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14439         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14440         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14449 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14451         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14453 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14455         * benchtests/Makefile (bench): Add exp2 and log2.
14456         (LDLIBS-bench-exp2): Add -lm.
14457         (LDLIBS-bench-log2): Likewise.
14458         * benchtests/exp2-inputs: New inputs file.
14459         * benchtests/log2-inputs: New inputs file.
14460         * benchtests/log-inputs: Add new inputs.
14461         * benchtests/tan-inputs: Likewise.
14463 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14465         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14466         definition...
14467         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14468         (csloww2): ... from here.
14470         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14471         instead of structures.
14472         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14473         (POLYNOMIAL): Likewise.
14474         (TAYLOR_SLOW): Likewise.
14475         (__sin): Likewise.
14476         (__cos): Likewise.
14477         (slow1): Likewise.
14478         (slow2): Likewise.
14479         (sloww): Likewise.
14480         (sloww1); Likewise.
14481         (sloww2): Likewise.
14482         (bsloww1): Likewise.
14483         (bsloww2): Likewise.
14484         (cslow2): Likewise.
14485         (csloww): Likewise.
14486         (csloww1): Likewise.
14487         (csloww2): Likewise.
14489 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14491         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14492         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14493         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14494         * malloc/hooks.c (realloc_check): Likewise.
14496         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14497         * malloc/arena.c: Remove PER_THREAD conditional.
14498         [!PER_THREAD]: Remove code.
14499         (ptmalloc_unlock_all2): Likewise.
14500         (ptmalloc_init): Likewise.
14501         (_int_new_arena): Likewise.
14502         (arena_get2): Likewise.
14503         * malloc/hooks.c (__malloc_get_state): Likewise.
14504         (__malloc_set_state): Likewise.
14505         * malloc/malloc.c: Likewise.
14506         (struct malloc_state): Likewise.
14507         (struct malloc_par): Likewise.
14508         (__libc_realloc): Likewise.
14509         (__libc_mallopt): Likewise.
14511 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14513         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14515 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14517         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14518         macro to a function.  Check for zero perturb_byte.
14519         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14521         * malloc/malloc.c: (force_reg): Remove.
14522         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14523         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14524         force_reg by atomic_forced_read.
14525         * malloc/arena.c (ptmalloc_init): Likewise.
14526         * malloc/hooks.c (top_check): Likewise.
14528 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14530         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14532 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14534         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14536 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14538         * math/auto-libm-test-in: Add tests of lgamma.
14539         * math/auto-libm-test-out: Regenerated.
14540         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14541         (M_LOG_2_SQRT_PIl): Likewise.
14542         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14543         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14544         mpfr_f_f1.
14545         (func_calc_desc): Add mpfr_f_f1 union field.
14546         (ARGS1): New macro.
14547         (ARGS2): Likewise.
14548         (ARGS3): Likewise.
14549         (ARGS4): Likewise.
14550         (RET1): Likewise.
14551         (RET2): Likewise.
14552         (CALC): Likewise.
14553         (FUNC): Likewise.
14554         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14555         (test_functions): Add lgamma.
14556         (calc_generic_results): Handle mpfr_f_f1.
14557         * sysdeps/i386/fpu/libm-test-ulps: Update.
14558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14560 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14562         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14563         __mpn_add_n for PowerPC64/POWER7.
14564         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14565         __mpn_sub_n for PowerPC64/POWER7.
14567         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14568         __mpn_addmul_1 for PowerPC64.
14569         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14570         __mpn_submul_1 for PowerPC64.
14571         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14572         for PowerPC64.
14573         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14574         for PowerPC64.
14576 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14578         [BZ #15089]
14579         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14581 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14583         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14585         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14586         add multiarch folders.
14587         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14588         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14589         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14590         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14591         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14592         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14593         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14594         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14595         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14596         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14597         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14606         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14608         New file.
14609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14610         New file.
14611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14612         multiarch __ieee754_hypot for PowerPC32.
14613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14614         New file.
14615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14616         New file.
14617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14618         multiarch __ieee754_hypotf for PowerPC32.
14620         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14621         long_double_symbol only if __logbl is defined.
14622         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14623         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14624         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14625         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14626         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14627         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14628         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14629         path for implementation.
14630         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14631         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14633         logb, and logbl multiarch implementations for PowerPC32.
14634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14635         file.
14636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14637         file.
14638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14639         multiarch logb for PowerPC32.
14640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14641         file.
14642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14643         file.
14644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14645         multiarch logbf for PowerPC32.
14646         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14648         file.
14649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14650         multiarch logbl implementation for PowerPC32.
14652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14653         and modff multiarch implementations.
14654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14655         New file.
14656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14657         New file.
14658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14659         multiarch modf for PowerPC32.
14660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14661         New file.
14662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14663         New file.
14664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14665         multiarch modff for PowerPC32.
14667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14668         and lrintf multiarch implementations.
14669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14670         New file.
14671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14672         New file.
14673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14674         multiarch lrint for PowerPC32.
14675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14676         file: multiarch lrintf for PowerPC32.
14678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14679         and lroundf multiarch implementations.
14680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14681         New file.
14682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14683         New file.
14684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14685         New file.
14686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14687         multiarch lround for PowerPC32.
14688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14689         file: multiarch lroundf for PowerPC32.
14691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14692         copysign and copysignf multiarch implementations.
14693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14694         New file.
14695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14696         New file.
14697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14698         file: multiarch copysign for PowerPC32.
14699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14700         file: multiarch copysignf for PowerPC32.
14702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14703         and truncf multiarch implementations.
14704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14705         New file.
14706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14707         file.
14708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14709         multiarch trunc for PowerPC32.
14710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14711         New file.
14712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14713         New file.
14714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14715         multiarch truncf for PowerPC32.
14717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14718         and roundf multiarch implementations.
14719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14720         New file.
14721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14722         file.
14723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14724         multiarch round for PowerPC32.
14725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14726         New file.
14727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14728         New file.
14729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14730         multiarch roundf for PowerPC32.
14732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14733         and floorf multiarch implementations.
14734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14735         New file.
14736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14737         file.
14738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14739         multiarch floor for PowerPC32.
14740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14741         New file.
14742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14743         New file.
14744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14745         multiarch floorf for PowerPC32.
14747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14748         and ceilf multiarch implementations.
14749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14750         New file.
14751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14752         file.
14753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14754         multiarch ceil for PowerPC32.
14755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14756         New file.
14757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14758         file.
14759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14760         multiarch ceilf for PowerPC32.
14762         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14763         is defined.
14764         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14765         FINITEF is defined.
14766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14767         and finitef multiarch implementations.
14768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14769         New file.
14770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14771         file.
14772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14773         multiarch finite for PowerPC32.
14774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14775         New file.
14776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14777         file: multiarch finitef for PowerPC32.
14779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14780         and isinff multiarch implementations.
14781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14782         file.
14783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14784         file.
14785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14786         multiarch isinf for PowerPC32.
14787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14788         New file.
14789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14790         multiarch isinff for PowerPC32.
14792         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14793         alias when __isnan is defined.
14794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14795         and isnanf multiarch implementations.
14796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14797         file.
14798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14799         file.
14800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14801         file.
14802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14803         file.
14804         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14805         multiarch isnan for PowerPC32.
14806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14807         New file.
14808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14809         New file.
14810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14811         multiarch isnanf for PowerPC32.
14813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14814         and sqrtf multiarch implementations.
14815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14816         file.
14817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14818         file.
14819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14820         multiarch sqrt for PowerPC32.
14821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14822         file.
14823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14824         file.
14825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14826         multiarch sqrtf for PowerPC32.
14828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14829         and llroundf multiarch implementations.
14830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14831         New file.
14832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14833         New file.
14834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14835         New file.
14836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14837         file: multiarch llround for PowerPC32.
14838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14839         file: multiarch llroundf for PowerPC32.
14841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14842         multiarch PowerPC32 fpu implementations.
14843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14844         New file.
14845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14846         New file.
14847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14848         multiarch llrint for PowerPC32.
14849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14850         New file.
14851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14852         New file.
14853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14854         file.
14856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14858         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14859         file.
14860         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14861         file.
14862         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14863         file.
14864         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14865         multiarch wordcopy for PPC32.
14866         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14867         wordcopy objects.
14868         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14869         (__libc_ifunc_impl_list): Likewise.
14870         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14871         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14872         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14873         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14874         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14875         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14877         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14878         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14879         file.
14880         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14881         file.
14882         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14883         file.
14884         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14885         multiarch wcscpy for PPC32.
14886         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14887         multiarch objects.
14888         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14889         (__libc_ifunc_impl_list): Likewise.
14890         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14891         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14892         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14893         sysdeps/powerpc/power6/wcscpy.c.
14895         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14896         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14897         file.
14898         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14899         file.
14900         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14901         file.
14902         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14903         multiarch wcsrchr for PPC32.
14904         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14905         multiarch objects.
14906         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14907         (__libc_ifunc_impl_list): Likewise.
14908         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14909         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14910         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14911         sysdeps/powerpc/power6/wcsrchr.c.
14913         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14914         file.
14915         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14916         file.
14917         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14918         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14919         multiarch wcschr for PPc32.
14920         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14921         multiarch objects.
14922         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14923         (__libc_ifunc_impl_list): Likewise.
14924         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14925         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14926         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14927         sysdeps/powerpc/power6/wcschr.c.
14929         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14930         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14931         file.
14932         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14933         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14934         file: multiarch strchr for PPC32.
14935         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14936         multiarch objects.
14937         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14938         (__libc_ifunc_impl_list): Likewise.
14940         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14941         name.
14942         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14943         file.
14944         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14945         file.
14946         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14947         multiarch strchrnul for PPC32.
14948         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14949         multiarch objects.
14950         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14951         (__libc_ifunc_impl_list): Likewise.
14953         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14954         file.
14955         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14956         multiarch strncasecmp for PPC32.
14957         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14958         file.
14959         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14960         multiarch strncasecmp_l for PPC32.
14961         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14962         strncasecmp multiarch objects.
14963         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14964         (__libc_ifunc_impl_list): Likewise.
14966         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14967         file.
14968         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14969         multiarch strncasecmp for PPC32.
14970         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14971         New file.
14972         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14973         multiarch strcasecmp_l for PPC32.
14974         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14975         multiarch objects.
14976         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14977         (__libc_ifunc_impl_list): Likewise.
14979         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14980         file.
14981         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14982         file.
14983         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14984         multiarch strncmp for PPC32.
14985         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14986         multiarch objects.
14987         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14988         (__libc_ifunc_impl_list): Likewise.
14990         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14991         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14992         file.
14993         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14994         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14995         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14996         multiarch objects.
14997         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14998         (__libc_ifunc_impl_list): Likewise.
15000         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
15001         file.
15002         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
15003         file.
15004         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
15005         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
15006         multiarch objects.
15007         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15008         (__libc_ifunc_impl_list): Likewise.
15010         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
15011         file.
15012         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
15013         file.
15014         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
15015         multiarch rawmemchr for PPC32.
15016         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
15017         multiarch objects.
15018         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15019         (__libc_ifunc_impl_list): Likewise.
15021         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
15022         file.
15023         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
15024         file.
15025         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
15026         file: memrchr multiarch for PPC32.
15027         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
15028         multiarch objects.
15029         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15030         (__libc_ifunc_impl_list): Likewise.
15032         * string/memchr.c (__memchr): Using macro to redefine symbol name.
15033         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
15034         file.
15035         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
15036         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
15037         multiarch memchr for PPC32.
15038         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
15039         multiarch objects.
15040         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15041         (__libc_ifunc_impl_list): Likewise.
15043         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
15044         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
15045         file.
15046         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
15047         file.
15048         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
15049         file: multiarch mempcpy for PPC32.
15050         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
15051         multiarch objects.
15052         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15053         (__libc_ifunc_impl_list): Likewise.
15055         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
15056         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
15057         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
15058         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
15059         multiarch bzero for PPC32.
15060         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
15061         file.
15062         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
15063         file.
15064         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
15065         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
15066         file: multiarch memset for PPC32.
15067         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
15068         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
15069         memset multiarch objects.
15070         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15071         (__libc_ifunc_impl_list): Likewise.
15073         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
15074         file.
15075         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
15076         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
15077         memcmp for PPC32.
15078         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
15079         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
15080         multiarch objects.
15081         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15082         (__libc_ifunc_impl_list): Likewise.
15084         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
15085         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
15086         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
15087         file.
15088         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
15089         file.
15090         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
15091         file.
15092         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
15093         multiarch memcpy for PPC32.
15094         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
15095         multiarch objects.
15096         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15097         (__libc_ifunc_impl_list): Likewise.
15099         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
15100         support multiarch for POWER/PPC32.
15101         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
15102         Likewise.
15103         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
15104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
15105         Implies file to make multiarch folder appers before the fpu and
15106         default folder for power4 configuration.
15108 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15110         * scripts/bench.pl: Append volatile keyword to type.
15112 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15114         * sysdeps/sh/sotruss-lib.c: New file.
15115         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
15117 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15121 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
15123         [BZ #6810]
15124         * math/w_tgamma.c: Include <errno.h>.
15125         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
15126         * math/w_tgammaf.c: Include <errno.h>.
15127         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
15128         * math/w_tgammal.c: Include <errno.h>.
15129         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
15130         * math/auto-libm-test-in: Do not allow missing errno on tgamma
15131         underflow.  Add more tgamma tests.
15132         * math/auto-libm-test-out: Regenerated.
15133         * sysdeps/i386/fpu/libm-test-ulps: Update.
15134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15136         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
15137         sin, sinh, tan, tanh, tgamma, y0 and y1.
15138         * math/auto-libm-test-out: Regenerated.
15139         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15140         (TEST_COND_x86): Likewise.
15141         (M_E2l): Remove macro.
15142         (M_E3l): Likewise.
15143         (M_2_SQRT_PIl): Likewise.
15144         (M_SQRT_PIl): Likewise.
15145         (M_1_DIV_El): Likewise.
15146         (log_test_data): Use AUTO_TESTS_f_f.
15147         (log10_test_data): Likewise.
15148         (log1p_test_data): Likewise.
15149         (log2_test_data): Likewise.
15150         (sin_test_data): Likewise.
15151         (sin_tonearest_test_data): Likewise.
15152         (sin_towardzero_test_data): Likewise.
15153         (sin_downward_test_data): Likewise.
15154         (sin_upward_test_data): Likewise.
15155         (sinh_test_data): Likewise.
15156         (sinh_tonearest_test_data): Likewise.
15157         (sinh_towardzero_test_data): Likewise.
15158         (sinh_downward_test_data): Likewise.
15159         (sinh_upward_test_data): Likewise.
15160         (tan_test_data): Likewise.
15161         (tan_tonearest_test_data): Likewise.
15162         (tan_towardzero_test_data): Likewise.
15163         (tan_downward_test_data): Likewise.
15164         (tan_upward_test_data): Likewise.
15165         (tanh_test_data): Likewise.
15166         (tgamma_test_data): Likewise.
15167         (y0_test_data): Likewise.
15168         (y1_test_data): Likewise.
15169         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
15170         (special_real_inputs): Add pi/4.
15171         * sysdeps/i386/fpu/libm-test-ulps: Update.
15172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15174 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15176         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
15177         "longjmp_target" static probes.
15178         (__longjmp): Rename to __longjmp_symbol.
15179         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
15180         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
15181         on which longjmp to generate.
15182         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15183         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
15184         probe.
15185         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15186         (__sigjmp_save): Rename to __sigjmp_save_symbol.
15187         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
15188         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
15189         and __sigjmp_save_symbol based on which sigsetjmp to generated.
15190         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
15191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
15192         __longjmp_symbol based on which __longjmp to generate.
15193         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
15194         probe.
15195         (setjmp): Rename to setjmp_symbol.
15196         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15197         (_setjmp): Rename to _setjmp_symbol.
15198         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15199         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
15200         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
15201         which setjmp to generate.
15202         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
15203         "longjmp_target" static probes.
15205 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15207         * benchtests/README: Add note about output arguments.
15208         * benchtests/bench-sincos.c: Remove file.
15209         * benchtests/sincos-inputs: New file.
15210         * scripts/bench.pl: Identify output arguments and define
15211         static variables for them.
15213         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15215         [BZ #15941]
15216         * Makefile (INSTALL): Add install-plain.texi as the primary
15217         dependency.
15218         * manual/install-plain.texi: New file.
15219         * manual/install.texi: Include node directive only for
15220         non-plaintext output.
15222 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
15224         * stdlib/longlong.h: Update from GCC.
15226         [BZ #6807]
15227         [BZ #15901]
15228         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15229         * math/w_j0f.c (y0f): Likewise.
15230         * math/w_j0l.c (__y0l): Likewise.
15231         * math/w_j1.c (y1): Likewise.
15232         * math/w_j1f.c (y1f): Likewise.
15233         * math/w_j1l.c (__y1l): Likewise
15234         * math/w_jn.c (yn): Likewise.
15235         * math/w_jnf.c (ynf): Likewise.
15236         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15237         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
15238         value for Bessel function domain errors outside _SVID_ mode.
15239         Adjust sign of return value for yn (negative integer, 0).
15240         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15241         by zero in return for negative x and set sign appropriately for
15242         negative n.
15243         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15244         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15245         * math/libm-test.inc (y0_test_data): Add more tests and adjust
15246         expectations in error cases.
15247         (y1_test_data): Likewise.
15248         (yn_test_data): Likewise.
15249         * sysdeps/i386/fpu/libm-test-ulps: Update.
15250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15252 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15254         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15255         "64" to "64-v1".  Add "64-v2".
15256         (abi-64-options): Rename to ...
15257         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
15258         (abi-64-condition): Rename to ...
15259         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
15260         (abi-64-ld-soname): Rename to ...
15261         (abi-64-v1-ld-soname): ... this.
15262         (abi-64-v2-options): Define.
15263         (abi-64-v2-condition): Likewise.
15264         (abi-64-v2-ld-soname): Likewise.
15265         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15266         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15271 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15272             Alan Modra  <amodra@gmail.com>
15274         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15275         New versions for use with the ELFv2 ABI.
15276         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15277         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15278         declaration.
15279         (struct La_ppc64v2_retval): Likewise.
15280         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15281         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15282         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15283         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15284         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15285         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15286         Do not save or restore CR.
15287         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15288         (_dl_profile_resolve): Do no save or restore CR.  Support extended
15289         return values for ELFv2 ABI.  Fix location of FPR return registers.
15290         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15291         updated values for _CALL_ELF == 2.
15292         (La_regs, La_retval, int_retval): Likewise.
15294 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15296         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15297         (FRAME_MIN_SIZE_PARM): Likewise.
15298         (FRAME_BACKCHAIN): Likewise.
15299         (FRAME_CR_SAVE): Likewise.
15300         (FRAME_LR_SAVE): Likewise.
15301         (FRAME_TOC_SAVE): Likewise.
15302         (FRAME_PARM_SAVE): Likewise.
15303         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15304         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15305         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15306         (call_mcount_parm_offset): New macro.
15307         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15308         (PROF): Use symbolic stack frame offsets.
15309         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15310         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15311         Redefine in terms of FRAME_MIN_SIZE.
15312         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15313         (_dl_profile_resolve): Likewise.  Update comment.
15314         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15315         symbols stack frame offsets.
15316         (__sigsetjmp): Likewise.
15317         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15318         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15319         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15320         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15323         (FRAME_BACKCHAIN): Remove.
15324         (FRAME_CR_SAVE): Likewise.
15325         (FRAME_LR_SAVE): Likewise.
15326         (FRAME_COMPILER_DW): Likewise.
15327         (FRAME_LINKER_DW): Likewise.
15328         (FRAME_TOC_SAVE): Likewise.
15329         (FRAME_PARM_SAVE): Likewise.
15330         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15331         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15332         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15334         (CHECK_SP): Use symbolic stack frame offsets.
15335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15336         zone" instead of caller's parameter save area for temp storage.
15337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15338         Likewise.  Also, use symbolic stack frame offsets.
15339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15340         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15341         our own stack frame instead of the caller's.
15342         (__socket): Use symbolic stack frame offsets.
15344 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15345             Alan Modra  <amodra@gmail.com>
15347         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15348         Define.
15349         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15350         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15351         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15352         New function.
15353         (elf_machine_fixup_plt): Call it.
15354         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15355         reloc arguments.
15356         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15357         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15358         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15359         r2 before calling target.
15361 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15362             Alan Modra  <amodra@gmail.com>
15364         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15365         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15366         versions of macros to support ELFv2 ABI.
15367         (LOCALENTRY): New macro.
15368         (ENTRY, EALIGN): Use it.
15369         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15370         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15371         fall through into ENTRY entry point.
15372         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15373         Only define if _CALL_ELF != 2.
15375         (elf_machine_matches_host): Verify ABI version matches.
15376         (RTLD_START): Use LOCALENTRY.
15377         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15378         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15379         (PLT_ENTRY_WORDS): New macro.
15380         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15381         (elf_machine_runtime_setup): Support ELFv2 ABI.
15382         (elf_machine_fixup_plt): Likewise.
15383         (elf_machine_plt_conflict): Likewise.
15384         (resolve_ifunc): Likewise.
15385         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15386         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15387         Likewise.
15388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15389         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15391         (makecontext): Support ELFv2 ABI.
15392         * elf/elf.h (EF_PPC64_ABI): Define.
15394 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15396         * sysdeps/powerpc/powerpc64/sysdep.h
15397         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15398         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15399         (ENTRY) [ASSEMBLER]: ... but instead here ...
15400         (EALIGN) [ASSEMBLER]: ... and here.
15401         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15402         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15403         (ENTRY_2) [!ASSEMBLER]: Use it.
15404         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15405         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15406         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15407         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15408         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15410         Use PPC64_LOAD_FUNCPTR.
15412         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15414 2013-12-04  Alan Modra  <amodra@gmail.com>
15416         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15417         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15418         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15419         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15421         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15422         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15423         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15424         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15425         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15426         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15428 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15431         (__makecontext): Fix incorrect CFI when backtracing out of
15432         context created via makecontext.
15433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15434         (__setcontext): Fix incorrect CFI during switch to new context.
15435         (__novec_setcontext): Likewise.
15437 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15439         [BZ #4772]
15440         * time/strptime_l.c (__strptime_internal): Allow modifiers
15441         in strptime.
15442         * time/tst-strptime.c (day_tests): Add testcase.
15444 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15446         * scripts/bench.pl: Skip over blank lines.
15448 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15450         [BZ #926]
15451         * manual/time.texi (Calendar Time): Clarify what timezone functions
15452         use.
15454 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15456         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15458 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15460         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15461         implementation.
15462         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15463         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15464         * debug/memset_chk.c (__memset_chk): Likewise.
15465         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15466         * debug/strncpy_chk.c: Likewise.
15468 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15470         [BZ #15268]
15471         [BZ #15425]
15472         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15473         (__ieee754_exp): For possibly underflowing results, check size of
15474         result and force underflow exception if required.
15475         * math/auto-libm-test-in: Add more tests of exp.
15476         * math/auto-libm-test-out: Regenerated.
15477         * sysdeps/i386/fpu/libm-test-ulps: Update.
15478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15480         [BZ #16283]
15481         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15482         * math/w_exp2f.c (__exp2f): Likewise.
15483         * math/w_exp2l.c (__exp2l): Likewise.
15484         * math/auto-libm-test-in: Do not allow missing errno on exp2
15485         underflow.
15486         * math/auto-libm-test-out: Regenerated.
15488 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15490         [BZ #16274]
15491         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15492         handle filename validation.
15493         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15494         (do_open): Delete.
15496 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15498         [BZ #6786]
15499         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15500         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15501         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15502         <float.h>.
15503         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15504         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15505         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15506         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15507         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15508         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15509         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15510         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15511         Add more erfc tests.
15512         * math/auto-libm-test-out: Regenerated.
15513         * sysdeps/i386/fpu/libm-test-ulps: Update.
15514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15516         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15517         exp2, expm1, j0 and j1.
15518         * math/auto-libm-test-out: Regenerated.
15519         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15520         (erfc_test_data): Likewise.
15521         (exp_test_data): Likewise.
15522         (exp_tonearest_test_data): Likewise.
15523         (exp_towardzero_test_data): Likewise.
15524         (exp_downward_test_data): Likewise.
15525         (exp_upward_test_data): Likewise.
15526         (exp10_test_data): Likewise.
15527         (exp2_test_data): Likewise.
15528         (expm1_test_data): Likewise.
15529         (j0_test_data): Likewise.
15530         (j1_test_data): Likewise.
15531         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15532         (input_flag_type): Add flag_xfail_rounding.
15533         (input_flags): Add xfail-rounding.
15534         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15535         (output_for_one_input_case): Handle flag_xfail_rounding.
15536         * sysdeps/i386/fpu/libm-test-ulps: Update.
15537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15539 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15541         [BZ #16289]
15542         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15543         division by 0.
15545 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15547         [BZ #16195]
15548         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15549         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15550         (STAP_PROBE0): New macro.
15551         (STAP_PROBE1): Likewise.
15552         (STAP_PROBE2): Likewise.
15553         (STAP_PROBE3): Likewise.
15554         (STAP_PROBE4): Likewise.
15556 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15558         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15560 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15562         * benchtests/Makefile (bench): Add sqrt.
15563         (LDLIBS-bench-sqrt): New.
15564         * benchtests/sqrt-input: New.
15566 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15568         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15569         (GAIH_EAI): Likewise.
15570         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15571         (gaih_inet): Likewise.
15572         (getaddrinfo): Don't use GAIH_EAI.
15574         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15575         (struct gaih): Remove definition.
15577 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15579         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15580         Use HERRNOP directly.
15582 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15584         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15586 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15588         * math/gen-auto-libm-tests.c (test_functions): Add more
15589         single-argument functions.
15590         (special_fill_pi_2): New function.
15591         (special_fill_minus_pi_2): Likewise.
15592         (special_fill_pi_6): Likewise.
15593         (special_fill_minus_pi_6): Likewise.
15594         (special_fill_pi_3): Likewise.
15595         (special_fill_2pi_3): Likewise.
15596         (special_fill_e): Likewise.
15597         (special_fill_1_e): Likewise.
15598         (special_fill_e_minus_1): Likewise.
15599         (special_real_inputs): Add more special inputs.
15600         (output_for_one_input_case): Do not require ERANGE on underflow to
15601         zero if round-to-nearest result does not underflow to zero, unless
15602         exact results required.
15603         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15604         atan, atanh, cbrt, cos and cosh.
15605         * math/auto-libm-test-out: Regenerated.
15606         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15607         (acos_tonearest_test_data): Likewise.
15608         (acos_towardzero_test_data): Likewise.
15609         (acos_downward_test_data): Likewise.
15610         (acos_upward_test_data): Likewise.
15611         (acosh_test_data): Likewise.
15612         (asin_test_data): Likewise.
15613         (asin_tonearest_test_data): Likewise.
15614         (asin_towardzero_test_data): Likewise.
15615         (asin_upward_test_data): Likewise.
15616         (asinh_test_data): Likewise.
15617         (atan_test_data): Likewise.
15618         (atanh_test_data): Likewise.
15619         (cbrt_test_data): Likewise.
15620         (cos_test_data): Likewise.
15621         (cos_tonearest_test_data): Likewise.
15622         (cos_towardzero_test_data): Likewise.
15623         (cos_downward_test_data): Likewise.
15624         (cos_upward_test_data): Likewise.
15625         (cosh_test_data): Likewise.
15626         (cosh_tonearest_test_data): Likewise.
15627         (cosh_towardzero_test_data): Likewise.
15628         (cosh_downward_test_data): Likewise.
15629         (cosh_upward_test_data): Likewise.
15630         * sysdeps/i386/fpu/libm-test-ulps: Update.
15631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15633 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15635         [BZ #6787]
15636         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15637         * math/w_exp10f.c (__exp10f): Likewise.
15638         * math/w_exp10l.c (__exp10l): Likewise.
15639         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15640         errno settings in existing tests.
15642         [BZ #14032]
15643         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15644         precision control set to double precision.
15645         * sysdeps/i386/fpu/w_sqrt.c: New file.
15646         * math/auto-libm-test-in: Add more tests.
15647         * math/auto-libm-test-out: Update.
15649         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15650         (sqrt_test_tonearest): New function.
15651         (sqrt_towardzero_test_data): New variable.
15652         (sqrt_test_towardzero): New function.
15653         (sqrt_downward_test_data): New variable.
15654         (sqrt_test_downward): New function.
15655         (sqrt_upward_test_data): New variable.
15656         (sqrt_test_upward): New function.
15657         (main): Call the new functions.
15659         * math/gen-auto-libm-tests.c: New file.
15660         * math/auto-libm-test-in: Likewise.
15661         * math/auto-libm-test-out: New generated file.
15662         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15663         variables.
15664         (%beautify): Add generated representations of zero.
15665         (top level): Set $auto_input and call parse_auto_input.
15666         (beautify): Remove trailing "f" from hex float constants.
15667         (parse_args): Handle XFAIL_TEST.
15668         (convert_condition): New function.
15669         (or_value): Likewise.
15670         (or_cond_value): Likewise.
15671         (generate_testfile): Handle AUTO_TESTS_* lines.
15672         (parse_auto_input): New function.
15673         * math/libm-test.inc (XFAIL_TEST): New macro.
15674         (ERRNO_UNCHANGED): Update value.
15675         (ERRNO_EDOM): Likewise.
15676         (ERRNO_ERANGE): Likewise.
15677         (IGNORE_RESULT): Likewise.
15678         (TEST_COND_flt_32): New macro.
15679         (TEST_COND_dbl_64): Likewise.
15680         (TEST_COND_ldbl_96_intel): Likewise.
15681         (TEST_COND_ldbl_96_m68k): Likewise.
15682         (TEST_COND_ldbl_128): Likewise.
15683         (TEST_COND_ldbl_128ibm): Likewise.
15684         (TEST_COND_long32): Likewise.
15685         (TEST_COND_long64): Likewise.
15686         (TEST_COND_before_rounding): Likewise.
15687         (TEST_COND_after_rounding): Likewise.
15688         (enable_test): Handle XFAIL_TEST flag.
15689         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15690         with finite results.
15691         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15692         auto-libm-test-out.
15694 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15695             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15697         [BZ #16214]
15698         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15699         __tls_get_addr_internal instead of __tls_get_offset in order to
15700         avoid GOT pointer dependency.  Make rtld export
15701         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15702         __tls_get_addr since we are a __tls_get_offset platform.
15703         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15704         GOT pointer being set up before.
15705         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15707 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15709         * manual/math.texi (Errors in Math Functions): Document accuracy
15710         goals.
15712         [BZ #15004]
15713         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15714         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15715         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15716         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15717         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15718         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15719         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15720         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15721         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15722         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15723         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15724         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15725         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15726         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15727         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15728         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15730         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15731         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15732         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15733         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15734         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15735         Likewise.
15736         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15737         Likewise.
15738         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15739         Likewise.
15740         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15741         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15742         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15743         atomic-feupdateenv and flt-rounds.
15744         * sysdeps/powerpc/nofpu/Versions (libc): Add
15745         __atomic_feholdexcept, __atomic_feclearexcept,
15746         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15747         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15748         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15749         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15750         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15751         here.
15752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15753         Update.
15755         * manual/arith.texi (FP Exceptions): Document that exceptions may
15756         not be raised when matherr is used.
15757         (Math Error Reporting): Document overflow in directed rounding
15758         modes.  Document that errno may not be set when finite values are
15759         returned on overflow.  Document intent to set errno on underflow
15760         only for underflow to zero.
15762         [BZ #16271]
15763         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15764         round-to-nearest then adjust result for other rounding modes.
15765         * include/fenv.h (fegetround): Use libm_hidden_proto.
15766         * math/fegetround.c (fegetround): Use libm_hidden_def.
15767         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15768         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15769         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15770         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15771         Likewise.
15772         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15773         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15774         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15775         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15777 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15779         [BZ #16077]
15780         * nss/Versions (libnss_files): Add
15781         _nss_files_gethostbyname3_r.
15782         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15783         New function.
15784         (HOST_DB_LOOKUP): Remove macro.
15785         (_nss_files_gethostbyname_r): Implement function without the
15786         HOST_DB_LOOKUP macro.
15787         (_nss_files_gethostbyname2_r): Likewise.
15789 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15791         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15793 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15795         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15796         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15797         warning.
15799 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15801         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15802         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15803         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15804         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15805         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15806         __fe_nomask_env_priv and attribute_hidden.
15807         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15808         (libc_feupdateenv_test_ppc): Likewise.
15809         (libc_feresetround_ppc): Likewise.
15810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15811         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15812         compat_symbol macro.
15813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15814         (__fe_nomask_env): Likewise.
15815         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15817 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15819         * string/Makefile: Remove ifunc tests.
15820         * string/test-string.h: Define TEST_IFUNC.
15821         * string/test-bcopy-ifunc.c: Remove.
15822         * string/test-bzero-ifunc.c: Likewise.
15823         * string/test-memccpy-ifunc.c: Likewise.
15824         * string/test-memchr-ifunc.c: Likewise.
15825         * string/test-memcmp-ifunc.c: Likewise.
15826         * string/test-memcpy-ifunc.c: Likewise.
15827         * string/test-memmem-ifunc.c: Likewise.
15828         * string/test-memmove-ifunc.c: Likewise.
15829         * string/test-mempcpy-ifunc.c: Likewise.
15830         * string/test-memrchr-ifunc.c: Likewise.
15831         * string/test-memset-ifunc.c: Likewise.
15832         * string/test-rawmemchr-ifunc.c: Likewise.
15833         * string/test-stpcpy-ifunc.c: Likewise.
15834         * string/test-stpncpy-ifunc.c: Likewise.
15835         * string/test-strcasecmp-ifunc.c: Likewise.
15836         * string/test-strcasestr-ifunc.c: Likewise.
15837         * string/test-strcat-ifunc.c: Likewise.
15838         * string/test-strchr-ifunc.c: Likewise.
15839         * string/test-strchrnul-ifunc.c: Likewise.
15840         * string/test-strcmp-ifunc.c: Likewise.
15841         * string/test-strcpy-ifunc.c: Likewise.
15842         * string/test-strcspn-ifunc.c: Likewise.
15843         * string/test-strlen-ifunc.c: Likewise.
15844         * string/test-strncasecmp-ifunc.c: Likewise.
15845         * string/test-strncat-ifunc.c: Likewise.
15846         * string/test-strncmp-ifunc.c: Likewise.
15847         * string/test-strncpy-ifunc.c: Likewise.
15848         * string/test-strnlen-ifunc.c: Likewise.
15849         * string/test-strpbrk-ifunc.c: Likewise.
15850         * string/test-strrchr-ifunc.c: Likewise.
15851         * string/test-strspn-ifunc.c: Likewise.
15852         * string/test-strstr-ifunc.c: Likewise.
15854 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15856         * benchtests/Makefile: Remove ifunc tests.
15857         * benchtests/bench-string.h: Define TEST_IFUNC.
15858         * benchtests/bench-bcopy-ifunc.c: Remove.
15859         * benchtests/bench-bzero-ifunc.c: Likewise.
15860         * benchtests/bench-memccpy-ifunc.c: Likewise.
15861         * benchtests/bench-memchr-ifunc.c: Likewise.
15862         * benchtests/bench-memcmp-ifunc.c: Likewise.
15863         * benchtests/bench-memcpy-ifunc.c: Likewise.
15864         * benchtests/bench-memmem-ifunc.c: Likewise.
15865         * benchtests/bench-memmove-ifunc.c: Likewise.
15866         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15867         * benchtests/bench-memrchr-ifunc.c: Likewise.
15868         * benchtests/bench-memset-ifunc.c: Likewise.
15869         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15870         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15871         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15872         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15873         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15874         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15875         * benchtests/bench-strcat-ifunc.c: Likewise.
15876         * benchtests/bench-strchr-ifunc.c: Likewise.
15877         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15878         * benchtests/bench-strcmp-ifunc.c: Likewise.
15879         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15880         * benchtests/bench-strcpy-ifunc.c: Likewise.
15881         * benchtests/bench-strcspn-ifunc.c: Likewise.
15882         * benchtests/bench-strlen-ifunc.c: Likewise.
15883         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15884         * benchtests/bench-strncat-ifunc.c: Likewise.
15885         * benchtests/bench-strncmp-ifunc.c: Likewise.
15886         * benchtests/bench-strncpy-ifunc.c: Likewise.
15887         * benchtests/bench-strnlen-ifunc.c: Likewise.
15888         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15889         * benchtests/bench-strrchr-ifunc.c: Likewise.
15890         * benchtests/bench-strsep-ifunc.c: Likewise.
15891         * benchtests/bench-strspn-ifunc.c: Likewise.
15892         * benchtests/bench-strstr-ifunc.c: Likewise.
15894 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15896         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15898 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15900         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15901         * rt/aio.h: Likewise.
15902         * sysdeps/gnu/bits/utmp.h: Likewise.
15903         * sysdeps/gnu/bits/utmpx.h: Likewise.
15904         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15905         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15906         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15907         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15908         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15909         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15910         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15911         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15912         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15913         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15914         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15915         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15916         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15918         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15919         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15920         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15921         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15922         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15923         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15924         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15925         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15926         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15927         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15928         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15929         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15930         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15931         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15932         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15933         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15934         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15935         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15936         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15937         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15938         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15939         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15940         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15941         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15942         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15943         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15944         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15945         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15947 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15949         [BZ #16245]
15950         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15951         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15953 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15955         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15956         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15957         Likewise.
15959 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15961         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15962         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15963         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15964         (__fesetround): Remove define.
15965         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15966         rounding and exceptions handling.
15967         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15968         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15969         (__fe_nomask_env): Likewise.
15970         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15971         __fegetround instead of fegetround.
15972         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15973         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15975 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15977         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15978         it's there.
15980         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15982 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15984         [BZ #11157]
15985         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15986         (encrypt_r): Likewise.
15987         * malloc/obstack.h (obstack_free): Likewise.
15988         * posix/unistd.h (encrypt): Likewise.
15990 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15992         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15993         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15994         DL_CALL_DT_FINI() that call the functions directly.
15995         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15996         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15997         * elf/dl-fini.c: Likewise.
15999 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
16001         * malloc/hooks.c (memalign_check): Add alignment rounding.
16002         * malloc/malloc.c (_mid_memalign): New function.
16003         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
16004         Implement by calling _mid_memalign.
16005         * manual/probes.texi (Memory Allocation Probes): Remove
16006         memory_valloc_retry and memory_pvalloc_retry.
16008 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16010         * locale/programs/locarchive.c (open_archive): Add const
16011         qualifier to ARCHIVEFNAME and copy default fname to
16012         DEFAULT_FNAME.
16014         [BZ #15601]
16015         * libio/tst-widetext.input: Rename Oriya to Odia.
16016         * locale/iso-639.def: Likewise.
16018         * manual/probes.texi (Mathematical Function Probes): Add
16019         documentation for sin, cos, asin and acos probes.
16020         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
16021         (__sin32): Add slowasin probe.
16022         (__cos32): Add slowacos probe.
16023         (__mpsin): Add slowsin probe.
16024         (__mpcos): Add slowcos probe.
16026 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
16028         [BZ #15483]
16029         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
16030         thread-local __sim_exceptions_thread and global
16031         __sim_exceptions_global.
16032         (__sim_disabled_exceptions): Change to thread-local
16033         __sim_disabled_exceptions_thread and global
16034         __sim_disabled_exceptions_global.
16035         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16036         and global __sim_round_mode_global.
16037         (__simulate_exceptions): Use thread-local floating-point state and
16038         set global state from it as needed.
16039         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
16040         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
16041         __sim_round_mode_thread.
16042         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
16043         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
16044         and global __sim_exceptions_global.
16045         (__sim_disabled_exceptions): Change to thread-local
16046         __sim_disabled_exceptions_thread and global
16047         __sim_disabled_exceptions_global.
16048         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16049         and global __sim_round_mode_global.
16050         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
16051         (SIM_SET_GLOBAL): Likewise.
16052         * sysdeps/powerpc/soft-fp/sfp-machine.h
16053         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
16054         __sim_round_mode_thread.
16055         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
16056         __sim_disabled_exceptions_thread.
16057         (__sim_exceptions): Change to __sim_exceptions_thread.
16058         (__sim_disabled_exceptions): Change to
16059         __sim_disabled_exceptions_thread.
16060         (__sim_round_mode): Change to __sim_round_mode_thread.
16061         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
16062         thread-local floating-point state and set global state from it as
16063         needed.
16064         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
16065         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
16066         (__sim_disabled_exceptions): Remove extern declaration.
16067         (feenableexcept): Use thread-local floating-point state and set
16068         global state from it as needed.
16069         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
16070         extern declaration.
16071         (__sim_disabled_exceptions): Likewise.
16072         (__sim_round_mode): Likewise.
16073         (__fegetenv): Use thread-local floating-point state.
16074         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
16075         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
16076         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
16077         floating-point state and set global state from it as needed.
16078         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
16079         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16080         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
16081         Likewise.
16082         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
16083         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
16084         Likewise.
16085         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
16086         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
16087         Use __sim_round_mode_thread.
16088         * math/test-fenv-tls.c: New file.
16089         * math/Makefile (tests): Add test-fenv-tls.
16090         ($(objpfx)test-fenv-tls): Depend on
16091         $(common-objpfx)nptl/libpthread.so.
16093 2013-11-19  Andreas Schwab  <schwab@suse.de>
16095         * locale/programs/locale.c (show_info): Decode wordarray elements.
16096         * locale/categories.def (LC_MONETARY): Add element for
16097         _NL_MONETARY_CRNCYSTR.
16098         * locale/C-monetary.c (conversion_rate): New variable.
16099         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
16100         element.
16102 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
16104         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
16105         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
16107 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
16109         * elf/Makefile (tst-auxv): New test.
16110         * elf/tst-auxv.c: New
16111         * elf/rtld.c (dl_main): Adjust AT_EXECFN
16113 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
16115         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
16116         (hidden_proto): Caller changed.
16117         (hidden_tls_proto): New macro.
16118         (libc_hidden_tls_proto): Likewise.
16119         (rtld_hidden_tls_proto): Likewise.
16120         (libm_hidden_tls_proto): Likewise.
16121         (libresolv_hidden_tls_proto): Likewise.
16122         (librt_hidden_tls_proto): Likewise.
16123         (libdl_hidden_tls_proto): Likewise.
16124         (libnss_files_hidden_tls_proto): Likewise.
16125         (libnsl_hidden_tls_proto): Likewise.
16126         (libnss_nisplus_hidden_tls_proto): Likewise.
16127         (libutil_hidden_tls_proto): Likewise.
16129 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
16131         [BZ #10253]
16132         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
16133         (decompose_rpath): Defer expansion to fillin_rpath.
16134         (_dl_init_paths): Pass linkmap to fillin_rpath.
16136 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16138         * benchtests/Makefile: Add strsep.
16139         * benchtests/bench-strsep.c: New file: strsep benchtest.
16140         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
16142 2013-11-18  Andreas Schwab  <schwab@suse.de>
16144         * locale/programs/locale.c (show_info) [case byte]: Check for
16145         '\377' instead of '\177'.
16146         * locale/C-monetary.c (not_available): Always use "\377".
16147         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
16148         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
16149         detect unavailable sign_posn locale elements.
16150         * locale/localeconv.c (__localeconv): For grouping and
16151         mon_grouping handle "\177" and "\377" like no grouping.
16152         (INT_ELEM): New macro.  Use it to set all numeric members.
16153         * locale/programs/ld-monetary.c (monetary_read)
16154         <tok_mon_grouping>: Normalize single -1 to the empty string.
16155         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
16156         Likewise.
16158 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16160         [BZ #16055]
16161         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
16162         when we match (nil).
16163         * stdio-common/tst-sscanf.c (struct test): Add testcase.
16165 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
16167         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
16168         (NO_TEST_INLINE): Update value.
16169         (ERRNO_UNCHANGED): Likewise.
16170         (ERRNO_EDOM): Likewise.
16171         (ERRNO_ERANGE): Likewise.
16172         (IGNORE_RESULT): Likewise.
16173         (check_float_internal): Check signs of NaN results if
16174         TEST_NAN_SIGN used.
16175         (check_complex): Pass TEST_NAN_SIGN flag through to second
16176         check_float_internal call.
16177         (copysign_test_data): Add tests with quiet NaNs as second
16178         argument.  Use TEST_NAN_SIGN.
16179         (fabs_test_data): Add test of negative quiet NaN argument.  Use
16180         TEST_NAN_SIGN.
16181         (signbit_test_data): Add tests of quiet NaN argument.
16182         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
16184         * math/gen-libm-test.pl (show_exceptions): Take extra argument
16185         $ignore_result.
16186         (parse_args): Handle function results specified as IGNORE.
16187         * math/libm-test.inc (IGNORE_RESULT): New macro.
16188         (check_float_internal): Do not check numerical result if flag
16189         IGNORE_RESULT set.
16190         (check_complex): Pass through IGNORE_RESULT to second
16191         check_float_internal call.
16192         (check_int): Do not check numerical result if flag IGNORE_RESULT
16193         set.
16194         (check_long): Likewise.
16195         (check_bool): Likewise.
16196         (check_longlong): Likewise.
16197         (lrint_test_data): Add tests of infinite and NaN arguments.
16198         (lrint_tonearest_test_data): Likewise.
16199         (lrint_towardzero_test_data): Likewise.
16200         (lrint_downward_test_data): Likewise.
16201         (lrint_upward_test_data): Likewise.
16202         (llrint_test_data): Likewise.
16203         (llrint_tonearest_test_data): Likewise.
16204         (llrint_towardzero_test_data): Likewise.
16205         (llrint_downward_test_data): Likewise.
16206         (llrint_upward_test_data): Likewise.
16207         (lround_test_data): Likewise.
16208         (llround_test_data): Likewise.
16210         * math/libm-test.inc (NO_TEST_INLINE): New macro.
16211         (ERRNO_UNCHANGED): Update value.
16212         (ERRNO_EDOM): Likewise.
16213         (ERRNO_ERANGE): Likewise.
16214         (NO_TEST_INLINE_FLOAT): New macro.
16215         (NO_TEST_INLINE_DOUBLE): Likewise.
16216         (enable_test): New function.
16217         (RUN_TEST_f_f): Check enable_test before running test.
16218         (RUN_TEST_2_f): Likewise.
16219         (RUN_TEST_fff_f): Likewise.
16220         (RUN_TEST_c_f): Likewise.
16221         (RUN_TEST_f_f1): Likewise.
16222         (RUN_TEST_fF_f1): Likewise.
16223         (RUN_TEST_fI_f1): Likewise.
16224         (RUN_TEST_ffI_f1): Likewise.
16225         (RUN_TEST_c_c): Likewise.
16226         (RUN_TEST_cc_c): Likewise.
16227         (RUN_TEST_f_i): Likewise.
16228         (RUN_TEST_f_i_tg): Likewise.
16229         (RUN_TEST_ff_i_tg): Likewise.
16230         (RUN_TEST_f_b): Likewise.
16231         (RUN_TEST_f_b_tg): Likewise.
16232         (RUN_TEST_f_l): Likewise.
16233         (RUN_TEST_f_L): Likewise.
16234         (RUN_TEST_fFF_11): Likewise.
16235         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16236         conditionals.
16237         (cosh_test_data): Likewise.
16238         (exp_test_data): Likewise.
16239         (expm1_test_data): Likewise.
16240         (hypot_test_data): Likewise.
16241         (pow_test_data): Likewise.
16242         (sinh_test_data): Likewise.
16243         (tanh_test_data): Likewise.
16244         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16245         flags argument.
16247         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16248         tests with quiet NaN input and output.
16249         (acosh_test_data): Likewise.
16250         (asin_test_data): Likewise.
16251         (asinh_test_data): Likewise.
16252         (atan_test_data): Likewise.
16253         (atanh_test_data): Likewise.
16254         (atan2_test_data): Likewise.
16255         (cbrt_test_data): Likewise.
16256         (cos_test_data): Likewise.
16257         (cosh_test_data): Likewise.
16258         (erf_test_data): Likewise.
16259         (erfc_test_data): Likewise.
16260         (exp_test_data): Likewise.
16261         (exp10_test_data): Likewise.
16262         (exp2_test_data): Likewise.
16263         (expm1_test_data): Likewise.
16264         (hypot_test_data): Likewise.
16265         (j0_test_data): Likewise.
16266         (j1_test_data): Likewise.
16267         (jn_test_data): Likewise.
16268         (lgamma_test_data): Likewise.
16269         (log_test_data): Likewise.
16270         (log10_test_data): Likewise.
16271         (log1p_test_data): Likewise.
16272         (log2_test_data): Likewise.
16273         (pow_test_data): Likewise.
16274         (scalb_test_data): Likewise.
16275         (sin_test_data): Likewise.
16276         (sincos_test_data): Likewise.
16277         (sinh_test_data): Likewise.
16278         (tan_test_data): Likewise.
16279         (tanh_test_data): Likewise.
16280         (tgamma_test_data): Likewise.
16281         (y0_test_data): Likewise.
16282         (y1_test_data): Likewise.
16283         (yn_test_data): Likewise.
16285         [BZ #16167]
16286         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16287         argument being NaN and avoid computations with second argument in
16288         that case.
16289         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16290         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16291         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16293 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
16295         * locale/iso-639.def: Add Chitwani Tharu (the).
16297 2013-11-14  Andreas Schwab  <schwab@suse.de>
16299         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16300         word instead of empty string.
16302 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16305         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16307         (__fe_nomask_env): Likewise.
16309 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16311         * benchtests/bench-timing.h: Include time.h.
16313 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16315         [BZ #15997]
16316         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16317         to 3.4.0 for x32.
16318         * sysdeps/unix/sysv/linux/configure: Regenerated.
16320 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16322         [BZ #16151]
16323         * stdlib/strtod_l.c (round_and_return): Do not consider
16324         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16325         exponent one less than half the least subnormal exponent.
16326         * stdlib/test-strtod-round-data: Add more tests.
16327         * stdlib/tst-strtod-round.c (tests): Regenerated.
16329 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16331         [BZ #14143]
16332         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16333         (__fe_mask_env): Likewise.
16334         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16335         libm_hidden_proto and add function prototype.
16336         (__fe_mask_env): Add function prototype.
16337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16338         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16340         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16342         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16344 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16346         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16347         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16349 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16351         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16352         of htab_find_slot().
16354 2013-11-11  David S. Miller  <davem@davemloft.net>
16356         [BZ #16150]
16357         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16358         symbol in the non-vis3 case in static builds.
16359         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16360         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16361         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16362         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16364 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16366         [BZ #387]
16367         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16368         it is empty.
16370 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16372         * benchtests/Makefile: Add bench-strtod.
16373         * benchtests/bench-strtod.c: New file: strtod benchtest
16375 2013-11-11  Andreas Schwab  <schwab@suse.de>
16377         [BZ #16153]
16378         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16379         terminating NUL in key length.
16381 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16383         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16384         Add artificial ODP entry for vDSO symbol for PPC64.
16385         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16386         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16388 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16390         [BZ #15374]
16391         * nss/getent.c (services_keys): Recognize services starting with digit.
16393 2013-11-06  David S. Miller  <davem@davemloft.net>
16395         [BZ #15985]
16396         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16397         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16399 2013-11-06  Will Newton  <will.newton@linaro.org>
16401         * manual/memory.texi (Malloc Examples): Remove register
16402         keyword from examples.
16404 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16406         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16408 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16410         [BZ #6981]
16411         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16412         depending on [__GCC_IEC_559 > 0].
16413         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16414         depending on [__GCC_IEC_559_COMPLEX > 0].
16416 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16418         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16419         to iso-639.def.
16421 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16423         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16425 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16427         [BZ #16112]
16428         * malloc/malloc (malloc_info): Do not handle first bin as
16429         special case.
16431 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16433         * locale/iso-639.def: Add Central Nahuatl (nhn).
16435 2013-11-01  Bruno Haible  <bruno@clisp.org>
16437         [BZ #7003]
16438         * manual/math.texi (BSD Random): Specify range upper bound as
16439         in POSIX.
16441 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16443         * locale/iso-639.def: Add Meadow Mari (mhr).
16445 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16447         [BZ #14752], [BZ #15763]
16448         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16449         Validate name.
16450         * rt/tst_shm.c: Add test for escaping directory.
16452 2013-10-31  Andreas Schwab  <schwab@suse.de>
16454         [BZ #15917]
16455         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16456         followed by 'x' as part of digit sequence.
16457         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16459 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16461         [BZ #16037]
16462         * configure.ac: allow GNU Make 4.0 and greater.
16463         * configure: Regenerated.
16465 2013-10-30  Will Newton  <will.newton@linaro.org>
16467         [BZ #16038]
16468         * malloc/hooks.c (memalign_check): Limit alignment to the
16469         maximum representable power of two.
16470         * malloc/malloc.c (__libc_memalign): Likewise.
16471         * malloc/tst-memalign.c (do_test): Add test for very
16472         large alignment values.
16473         * malloc/tst-posix_memalign.c (do_test): Likewise.
16475 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16477         [BZ #11087]
16478         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16479         (munmap_chunk): Likewise.
16480         (mremap_chunk): Likewise.
16482 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16484         [BZ #15799]
16485         * stdlib/div.c (div): Remove obsolete code.
16486         * stdlib/ldiv.c (ldiv): Likewise.
16487         * stdlib/lldiv.c (lldiv): Likewise.
16489 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16491         [BZ #16071]
16492         * nss/nss_files/files-XXX.c (get_contents_ret): New
16493         enumerator.
16494         (get_contents): New function.
16495         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16497 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16499         * configure.in: Moved to ...
16500         * configure.ac: ... here. Change reference to configure.in
16501         to configure.ac.
16502         * sysdeps/arm/preconfigure.ac: ... here.
16503         configure.in to configure.ac.
16504         * sysdeps/gnu/configure.in: Moved to ...
16505         * sysdeps/gnu/configure.ac: ... here.
16506         * sysdeps/i386/configure.in: Moved to ...
16507         * sysdeps/i386/configure.ac: ... here.
16508         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16509         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16510         * sysdeps/mach/configure.in: Moved to ...
16511         * sysdeps/mach/configure.ac: ... here.
16512         * sysdeps/mach/hurd/configure.in: Moved to ...
16513         * sysdeps/mach/hurd/configure.ac: ... here.
16514         * sysdeps/powerpc/configure.in: Moved to ...
16515         * sysdeps/powerpc/configure.ac: ... here.
16516         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16517         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16518         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16519         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16520         * sysdeps/s390/s390-32/configure.in: Moved to ...
16521         * sysdeps/s390/s390-32/configure.ac: ... here.
16522         * sysdeps/s390/s390-64/configure.in: Moved to ...
16523         * sysdeps/s390/s390-64/configure.ac: ... here.
16524         * sysdeps/sh/configure.in: Moved to ...
16525         * sysdeps/sh/configure.ac: ... here.
16526         * sysdeps/sparc/configure.in: Moved to ...
16527         * sysdeps/sparc/configure.ac: ... here.
16528         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16529         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16530         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16531         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16532         * sysdeps/x86_64/configure.in: Moved to ...
16533         * sysdeps/x86_64/configure.ac: ... here.
16534         * sysdeps/x86_64/preconfigure.in: Moved to ...
16535         * sysdeps/x86_64/preconfigure.ac: ... here.
16536         * aclocal.m4: Change reference to configure.in to configure.ac.
16537         * config.h.in: Likewise.
16538         * manual/install.texi: Likewise.
16539         * manual/maint.texi: Likewise.
16540         * Makefile: Likewise.
16541         * malloc/Makefile: Likewise.
16542         * nscd/Makefile: Likewise.
16543         * Makeconfig: Change reference to configure.in and
16544         preconfigure.in to configure.ac and preconfigure.ac
16545         respectively.
16546         * INSTALL: Regenerated.
16547         * configure: Likewise.
16548         * sysdeps/gnu/configure: Likewise.
16549         * sysdeps/i386/configure: Likewise.
16550         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16551         * sysdeps/mach/configure: Likewise.
16552         * sysdeps/mach/hurd/configure: Likewise.
16553         * sysdeps/powerpc/configure: Likewise.
16554         * sysdeps/powerpc/powerpc32/configure: Likewise.
16555         * sysdeps/powerpc/powerpc64/configure: Likewise.
16556         * sysdeps/s390/s390-32/configure: Likewise.
16557         * sysdeps/s390/s390-64/configure: Likewise.
16558         * sysdeps/sh/configure: Likewise.
16559         * sysdeps/sparc/configure: Likewise.
16560         * sysdeps/unix/sysv/linux/configure: Likewise.
16561         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16562         * sysdeps/x86_64/configure: Likewise.
16563         * sysdeps/x86_64/preconfigure: Likewise.
16565 2013-10-29  Andreas Schwab  <schwab@suse.de>
16567         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16569 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16571         * benchtests/pow-inputs: Add new inputs.
16573         * benchtests/exp-inputs: Add new inputs.
16575         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16576         conditional check for return value.
16577         (__cos32): Likewise.
16579 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16581         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16582         to provide a boost for large inputs with word alignment.
16583         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16584         implementation based on optimized PPC64 strcpy.
16585         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16586         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16587         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16588         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16590 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16592         [BZ #2801]
16593         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16595 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16597         [BZ #14876]
16598         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16599         * time/tst-strptime.c (day_tests): Add testcase.
16601 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16603         [BZ #14029]
16604         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16606 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16608         [BZ #16074]
16609         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16610         MAP_FAILED on error.
16612 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16614         [BZ #16072]
16615         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16616         heap for large requests.
16618 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16620         [BZ #9954]
16621         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16622         result if the result has no associated interface.
16623         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16624         interface for all 127.X.Y.Z addresses.
16626 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16628         * locale/iso-639.def: Add Ligurian (lij)
16630 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16632         [BZ #15825]
16633         * sunrpc/rpc_main.c: Document rpcgen -5.
16635 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16637         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16639 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16641         [BZ #10278]
16642         * posix/glob.c: Match only directories when trailing slash is present.
16643         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16644         (main): Add testcase.
16646 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16648         [BZ #15670]
16649         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16651 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16653         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16654         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16655         AUTH_DES and cindex for FIPS 140-2.
16656         (DES Encryption): Add cindex FIPS 46-3.
16658         * locale/locarchive.h (struct locarhandle): Add fname.
16659         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16660         if an optional argument was specified to --list-archive,
16661         otherwise NULL.
16662         * locale/programs/locarchive.c (show_archive_content): Take new
16663         argument fname and pass it via ah.fname to open_archive.
16664         * locale/programs/localedef.h: Update decl.
16665         (open_archive): If AH->fname is non-null, open that file
16666         rather than the default file name, and don't ignore ENOENT.
16667         (create_archive): Set AH.fname to NULL.
16668         (delete_locales_from_archive): Likewise.
16669         (add_locales_to_archive): Likewise.
16670         * locale/programs/locfile.c (write_all_categories): Likewise.
16672 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16673             Aldy Hernandez  <aldyh@redhat.com>
16675         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16676         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16677         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16678         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16679         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16680         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16681         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16682         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16683         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16684         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16685         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16686         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16687         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16688         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16689         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16690         Likewise.
16691         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16692         Likewise.
16693         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16694         Likewise.
16695         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16696         Likewise.
16697         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16698         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16699         Likewise.
16700         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16701         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16702         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16703         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16704         Likewise.
16705         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16706         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16707         * sysdeps/powerpc/preconfigure: Likewise.
16708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16709         Likewise.
16710         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16711         Replace contents of file by #include of <fenv_libc.h>.
16712         * sysdeps/powerpc/soft-fp/sfp-machine.h
16713         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16714         and <sys/prctl.h>.
16715         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16716         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16717         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16718         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16719         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16720         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16721         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16722         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16723         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16724         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16725         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16726         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16728         Allow copysignl PLT reference to be missing.
16730 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16731             Joseph Myers  <joseph@codesourcery.com
16733         [BZ #15948]
16734         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16735         single character.
16736         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16738 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16740         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16741         * elf/tst-tls1.c: Likewise.
16742         * elf/tst-tls10.h: Likewise.
16743         * elf/tst-tls14.c: Likewise.
16744         * elf/tst-tls2.c: Likewise.
16745         * elf/tst-tls3.c: Likewise.
16746         * elf/tst-tls4.c: Likewise.
16747         * elf/tst-tls5.c: Likewise.
16748         * elf/tst-tls6.c: Likewise.
16749         * elf/tst-tls7.c: Likewise.
16750         * elf/tst-tls8.c: Likewise.
16751         * elf/tst-tls9.c: Likewise.
16752         * elf/tst-tlsmod1.c: Likewise.
16753         * elf/tst-tlsmod13.c: Likewise.
16754         * elf/tst-tlsmod13a.c: Likewise.
16755         * elf/tst-tlsmod14a.c: Likewise.
16756         * elf/tst-tlsmod16a.c: Likewise.
16757         * elf/tst-tlsmod16b.c: Likewise.
16758         * elf/tst-tlsmod2.c: Likewise.
16759         * elf/tst-tlsmod3.c: Likewise.
16760         * elf/tst-tlsmod4.c: Likewise.
16761         * elf/tst-tlsmod5.c: Likewise.
16762         * elf/tst-tlsmod6.c: Likewise.
16764 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16766         [BZ #12486]
16767         * malloc/malloc.c: remove checks for statistics.
16769 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16771         [BZ #15277]
16772         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16773         * inet/tst-network.c: Add testcase.
16775 2013-10-17  Andreas Schwab  <schwab@suse.de>
16777         [BZ #15218]
16778         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16779         to determine canonical name.
16781 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16783         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16784         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16785         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16786         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16787         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16788         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16789         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16790         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16791         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16792         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16793         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16794         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16795         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16796         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16797         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16798         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16799         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16800         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16801         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16802         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16803         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16804         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16805         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16806         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16807         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16808         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16809         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16810         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16811         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16812         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16813         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16814         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16815         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16816         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16817         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16818         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16819         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16820         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16821         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16822         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16823         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16824         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16825         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16826         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16827         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16828         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16829         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16830         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16831         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16832         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16833         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16834         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16835         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16836         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16837         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16838         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16839         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16840         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16842 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16844         [BZ #16041]
16845         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16846         make result into a quiet NaN.
16848 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16850         * soft-fp/adddf3.c: Fix horizontal whitespace.
16851         * soft-fp/addsf3.c: Likewise.
16852         * soft-fp/addtf3.c: Likewise.
16853         * soft-fp/divdf3.c: Likewise.
16854         * soft-fp/divsf3.c: Likewise.
16855         * soft-fp/divtf3.c: Likewise.
16856         * soft-fp/double.h: Likewise.
16857         * soft-fp/eqdf2.c: Likewise.
16858         * soft-fp/eqsf2.c: Likewise.
16859         * soft-fp/eqtf2.c: Likewise.
16860         * soft-fp/extenddftf2.c: Likewise.
16861         * soft-fp/extended.h: Likewise.
16862         * soft-fp/extendsfdf2.c: Likewise.
16863         * soft-fp/extendsftf2.c: Likewise.
16864         * soft-fp/extendxftf2.c: Likewise.
16865         * soft-fp/fixdfdi.c: Likewise.
16866         * soft-fp/fixdfsi.c: Likewise.
16867         * soft-fp/fixdfti.c: Likewise.
16868         * soft-fp/fixsfdi.c: Likewise.
16869         * soft-fp/fixsfsi.c: Likewise.
16870         * soft-fp/fixsfti.c: Likewise.
16871         * soft-fp/fixtfdi.c: Likewise.
16872         * soft-fp/fixtfsi.c: Likewise.
16873         * soft-fp/fixtfti.c: Likewise.
16874         * soft-fp/fixunsdfdi.c: Likewise.
16875         * soft-fp/fixunsdfsi.c: Likewise.
16876         * soft-fp/fixunsdfti.c: Likewise.
16877         * soft-fp/fixunssfdi.c: Likewise.
16878         * soft-fp/fixunssfsi.c: Likewise.
16879         * soft-fp/fixunssfti.c: Likewise.
16880         * soft-fp/fixunstfdi.c: Likewise.
16881         * soft-fp/fixunstfsi.c: Likewise.
16882         * soft-fp/fixunstfti.c: Likewise.
16883         * soft-fp/floatdidf.c: Likewise.
16884         * soft-fp/floatdisf.c: Likewise.
16885         * soft-fp/floatditf.c: Likewise.
16886         * soft-fp/floatsidf.c: Likewise.
16887         * soft-fp/floatsisf.c: Likewise.
16888         * soft-fp/floatsitf.c: Likewise.
16889         * soft-fp/floattidf.c: Likewise.
16890         * soft-fp/floattisf.c: Likewise.
16891         * soft-fp/floattitf.c: Likewise.
16892         * soft-fp/floatundidf.c: Likewise.
16893         * soft-fp/floatundisf.c: Likewise.
16894         * soft-fp/floatunditf.c: Likewise.
16895         * soft-fp/floatunsidf.c: Likewise.
16896         * soft-fp/floatunsisf.c: Likewise.
16897         * soft-fp/floatunsitf.c: Likewise.
16898         * soft-fp/floatuntidf.c: Likewise.
16899         * soft-fp/floatuntisf.c: Likewise.
16900         * soft-fp/floatuntitf.c: Likewise.
16901         * soft-fp/fmadf4.c: Likewise.
16902         * soft-fp/fmasf4.c: Likewise.
16903         * soft-fp/fmatf4.c: Likewise.
16904         * soft-fp/gedf2.c: Likewise.
16905         * soft-fp/gesf2.c: Likewise.
16906         * soft-fp/getf2.c: Likewise.
16907         * soft-fp/ledf2.c: Likewise.
16908         * soft-fp/lesf2.c: Likewise.
16909         * soft-fp/letf2.c: Likewise.
16910         * soft-fp/muldf3.c: Likewise.
16911         * soft-fp/mulsf3.c: Likewise.
16912         * soft-fp/multf3.c: Likewise.
16913         * soft-fp/negdf2.c: Likewise.
16914         * soft-fp/negsf2.c: Likewise.
16915         * soft-fp/negtf2.c: Likewise.
16916         * soft-fp/op-1.h: Likewise.
16917         * soft-fp/op-2.h: Likewise.
16918         * soft-fp/op-4.h: Likewise.
16919         * soft-fp/op-8.h: Likewise.
16920         * soft-fp/op-common.h: Likewise.
16921         * soft-fp/quad.h: Likewise.
16922         * soft-fp/single.h: Likewise.
16923         * soft-fp/soft-fp.h: Likewise.
16924         * soft-fp/sqrtdf2.c: Likewise.
16925         * soft-fp/sqrtsf2.c: Likewise.
16926         * soft-fp/sqrttf2.c: Likewise.
16927         * soft-fp/subdf3.c: Likewise.
16928         * soft-fp/subsf3.c: Likewise.
16929         * soft-fp/subtf3.c: Likewise.
16930         * soft-fp/truncdfsf2.c: Likewise.
16931         * soft-fp/trunctfdf2.c: Likewise.
16932         * soft-fp/trunctfsf2.c: Likewise.
16933         * soft-fp/trunctfxf2.c: Likewise.
16934         * soft-fp/unorddf2.c: Likewise.
16935         * soft-fp/unordsf2.c: Likewise.
16936         * soft-fp/unordtf2.c: Likewise.
16938 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16940         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16941         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16943 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16945         * elf/dl-libc.c: Clear initfini list after freeing.
16947 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16949         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16950         * soft-fp/addsf3.c: Likewise.
16951         * soft-fp/addtf3.c: Likewise.
16952         * soft-fp/divdf3.c: Likewise.
16953         * soft-fp/divsf3.c: Likewise.
16954         * soft-fp/divtf3.c: Likewise.
16955         * soft-fp/double.h: Likewise.
16956         * soft-fp/eqdf2.c: Likewise.
16957         * soft-fp/eqsf2.c: Likewise.
16958         * soft-fp/eqtf2.c: Likewise.
16959         * soft-fp/extenddftf2.c: Likewise.
16960         * soft-fp/extended.h: Likewise.
16961         * soft-fp/extendsfdf2.c: Likewise.
16962         * soft-fp/extendsftf2.c: Likewise.
16963         * soft-fp/extendxftf2.c: Likewise.
16964         * soft-fp/fixdfdi.c: Likewise.
16965         * soft-fp/fixdfsi.c: Likewise.
16966         * soft-fp/fixdfti.c: Likewise.
16967         * soft-fp/fixsfdi.c: Likewise.
16968         * soft-fp/fixsfsi.c: Likewise.
16969         * soft-fp/fixsfti.c: Likewise.
16970         * soft-fp/fixtfdi.c: Likewise.
16971         * soft-fp/fixtfsi.c: Likewise.
16972         * soft-fp/fixtfti.c: Likewise.
16973         * soft-fp/fixunsdfdi.c: Likewise.
16974         * soft-fp/fixunsdfsi.c: Likewise.
16975         * soft-fp/fixunsdfti.c: Likewise.
16976         * soft-fp/fixunssfdi.c: Likewise.
16977         * soft-fp/fixunssfsi.c: Likewise.
16978         * soft-fp/fixunssfti.c: Likewise.
16979         * soft-fp/fixunstfdi.c: Likewise.
16980         * soft-fp/fixunstfsi.c: Likewise.
16981         * soft-fp/fixunstfti.c: Likewise.
16982         * soft-fp/floatdidf.c: Likewise.
16983         * soft-fp/floatdisf.c: Likewise.
16984         * soft-fp/floatditf.c: Likewise.
16985         * soft-fp/floatsidf.c: Likewise.
16986         * soft-fp/floatsisf.c: Likewise.
16987         * soft-fp/floatsitf.c: Likewise.
16988         * soft-fp/floattidf.c: Likewise.
16989         * soft-fp/floattisf.c: Likewise.
16990         * soft-fp/floattitf.c: Likewise.
16991         * soft-fp/floatundidf.c: Likewise.
16992         * soft-fp/floatundisf.c: Likewise.
16993         * soft-fp/floatunsidf.c: Likewise.
16994         * soft-fp/floatunsisf.c: Likewise.
16995         * soft-fp/floatuntidf.c: Likewise.
16996         * soft-fp/floatuntisf.c: Likewise.
16997         * soft-fp/floatuntitf.c: Likewise.
16998         * soft-fp/fmadf4.c: Likewise.
16999         * soft-fp/fmasf4.c: Likewise.
17000         * soft-fp/fmatf4.c: Likewise.
17001         * soft-fp/gedf2.c: Likewise.
17002         * soft-fp/gesf2.c: Likewise.
17003         * soft-fp/getf2.c: Likewise.
17004         * soft-fp/ledf2.c: Likewise.
17005         * soft-fp/lesf2.c: Likewise.
17006         * soft-fp/letf2.c: Likewise.
17007         * soft-fp/muldf3.c: Likewise.
17008         * soft-fp/mulsf3.c: Likewise.
17009         * soft-fp/multf3.c: Likewise.
17010         * soft-fp/negdf2.c: Likewise.
17011         * soft-fp/negsf2.c: Likewise.
17012         * soft-fp/negtf2.c: Likewise.
17013         * soft-fp/op-1.h: Likewise.
17014         * soft-fp/op-2.h: Likewise.
17015         * soft-fp/op-4.h: Likewise.
17016         * soft-fp/op-8.h: Likewise.
17017         * soft-fp/op-common.h: Likewise.
17018         * soft-fp/quad.h: Likewise.
17019         * soft-fp/single.h: Likewise.
17020         * soft-fp/soft-fp.h: Likewise.
17021         * soft-fp/sqrtdf2.c: Likewise.
17022         * soft-fp/sqrtsf2.c: Likewise.
17023         * soft-fp/sqrttf2.c: Likewise.
17024         * soft-fp/subdf3.c: Likewise.
17025         * soft-fp/subsf3.c: Likewise.
17026         * soft-fp/subtf3.c: Likewise.
17027         * soft-fp/truncdfsf2.c: Likewise.
17028         * soft-fp/trunctfdf2.c: Likewise.
17029         * soft-fp/trunctfsf2.c: Likewise.
17030         * soft-fp/trunctfxf2.c: Likewise.
17031         * soft-fp/unorddf2.c: Likewise.
17032         * soft-fp/unordsf2.c: Likewise.
17033         * soft-fp/unordtf2.c: Likewise.
17035 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
17037         [BZ #15672]
17038         * misc/error.c (error_tail): Fix possible buffer overflow.
17040 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
17042         [BZ #13028]
17043         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
17044         address.
17046 2013-10-14  P. J. McDermott  <pj@pehjota.net>
17048         [BZ #832]
17049         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
17050         testing pipefail option.
17052 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
17054         * soft-fp/double.h: Indent preprocessor directives inside #if.
17055         * soft-fp/extended.h: Likewise.
17056         * soft-fp/op-2.h: Likewise.
17057         * soft-fp/op-4.h: Likewise.
17058         * soft-fp/op-common.h: Likewise.
17059         * soft-fp/quad.h: Likewise.
17060         * soft-fp/single.h: Likewise.
17061         * soft-fp/soft-fp.h: Likewise.
17063 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
17065         * iconv/iconv_prog.c: Fix typos.
17066         * stdio-common/psiginfo-data.h: Likewise.
17068 2013-10-12   Reuben Thomas <rrt@sc3d.org>
17070         [BZ #15764]
17071         * locale/setlocale.c: Fix typo.
17073 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
17075         [BZ #16036]
17076         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
17077         signaling NaN arguments.
17078         * soft-fp/unordsf2.c (__unordsf2): Likewise.
17079         * soft-fp/unordtf2.c (__unordtf2): Likewise.
17081         [BZ #14910]
17082         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
17083         unordered operands.
17084         * soft-fp/gesf2.c (__gesf2): Likewise.
17085         * soft-fp/getf2.c (__getf2): Likewise.
17086         * soft-fp/ledf2.c (__ledf2): Likewise.
17087         * soft-fp/lesf2.c (__lesf2): Likewise.
17088         * soft-fp/letf2.c (__letf2): Likewise.
17090         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
17091         * soft-fp/eqsf2.c (__eqsf2): Likewise.
17092         * soft-fp/eqtf2.c (__eqtf2): Likewise.
17093         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
17094         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
17095         * soft-fp/fixdfti.c (__fixdfti): Likewise.
17096         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
17097         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
17098         * soft-fp/fixsfti.c (__fixsfti): Likewise.
17099         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
17100         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
17101         * soft-fp/fixtfti.c (__fixtfti): Likewise.
17102         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
17103         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
17104         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
17105         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
17106         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
17107         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
17108         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
17109         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
17110         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
17111         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
17112         * soft-fp/floatdisf.c (__floatdisf): Likewise.
17113         * soft-fp/floatsisf.c (__floatsisf): Likewise.
17114         * soft-fp/floattidf.c (__floattidf): Likewise.
17115         * soft-fp/floattisf.c (__floattisf): Likewise.
17116         * soft-fp/floattitf.c (__floattitf): Likewise.
17117         * soft-fp/floatundidf.c (__floatundidf): Likewise.
17118         * soft-fp/floatundisf.c (__floatundisf): Likewise.
17119         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
17120         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
17121         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
17122         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
17123         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
17124         * soft-fp/gesf2.c (__gesf2): Likewise.
17125         * soft-fp/getf2.c (__getf2): Likewise.
17126         * soft-fp/ledf2.c (__ledf2): Likewise.
17127         * soft-fp/lesf2.c (__lesf2): Likewise.
17128         * soft-fp/letf2.c (__letf2): Likewise.
17130         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
17131         Undefine and redefine.
17132         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
17133         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
17134         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
17135         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
17136         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17137         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
17138         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17139         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
17140         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17141         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
17142         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17143         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
17144         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17145         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
17146         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17148         [BZ #16032]
17149         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
17150         without decrementing exponent if mantissa >= that for the
17151         denominator, not >.
17152         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
17153         denominator, not >.  Decrement exponent in < case instead of
17154         incrementing in >= case.
17155         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
17156         without decrementing exponent if mantissa >= that for the
17157         denominator, not >.
17159         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
17160         computing saturated result for unsigned overflow.
17162 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17163             Jeff Law  <law@redhat.com>
17165         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
17166         (atan2Mp): Add systemtap probe marker.
17167         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
17168         (__ieee754_log): Add systemtap probe marker.
17169         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
17170         (atanMp): Add systemtap probe marker.
17171         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
17172         (tanMp): Add systemtap probe marker.
17173         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
17174         (__slowexp): Add systemtap probe marker.
17175         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
17176         (__slowpow): Add systemtap probe marker.
17177         * manual/probes.texi: Document probes.
17179 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
17181         [BZ #15362]
17182         * libio/fileops.c (_IO_new_file_write): Return count of bytes
17183         written.
17184         (_IO_new_file_xsputn): Don't return EOF if nothing has been
17185         written.
17186         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
17187         written to buffer but not flushed.
17188         * libio/iofwrite_u.c:  Likewise.
17189         * libio/iopadn.c:  Return bytes returned even if EOF was
17190         encountered.
17191         * libio/iowpadn.c:  Likewise.
17192         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
17193         if _IO_padn does not write the whole buffer.
17194         [!COMPILE_WPRINTF] (PAD): Likewise.
17196 2013-10-10  David S. Miller  <davem@davemloft.net>
17198         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
17199         directory block.
17201 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17203         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
17204         instead of FSF address.
17205         * soft-fp/fixdfti.c: Likewise.
17206         * soft-fp/fixsfti.c: Likewise.
17207         * soft-fp/fixtfti.c: Likewise.
17208         * soft-fp/fixunsdfti.c: Likewise.
17209         * soft-fp/fixunssfti.c: Likewise.
17210         * soft-fp/fixunstfti.c: Likewise.
17211         * soft-fp/floattidf.c: Likewise.
17212         * soft-fp/floattisf.c: Likewise.
17213         * soft-fp/floattitf.c: Likewise.
17214         * soft-fp/floatuntidf.c: Likewise.
17215         * soft-fp/floatuntisf.c: Likewise.
17216         * soft-fp/floatuntitf.c: Likewise.
17217         * soft-fp/trunctfxf2.c: Likewise.
17219         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
17220         * soft-fp/fixdfti.c: Likewise.
17221         * soft-fp/fixsfti.c: Likewise.
17222         * soft-fp/fixtfti.c: Likewise.
17223         * soft-fp/fixunsdfti.c: Likewise.
17224         * soft-fp/fixunssfti.c: Likewise.
17225         * soft-fp/fixunstfti.c: Likewise.
17226         * soft-fp/floattidf.c: Likewise.
17227         * soft-fp/floattisf.c: Likewise.
17228         * soft-fp/floattitf.c: Likewise.
17229         * soft-fp/floatuntidf.c: Likewise.
17230         * soft-fp/floatuntisf.c: Likewise.
17231         * soft-fp/floatuntitf.c: Likewise.
17232         * soft-fp/trunctfxf2.c: Likewise.
17234 2013-10-10  David S. Miller  <davem@davemloft.net>
17236         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17238 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
17240         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17241         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17242         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17243         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17244         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17245         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17246         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17248         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17249         for NaNs before doing comparisons on argument.
17250         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17251         Likewise.
17253 2013-10-10  Will Newton  <will.newton@linaro.org>
17255         * malloc/hooks.c (memalign_check): Ensure the value of bytes
17256         passed to _int_memalign does not overflow.
17258 2013-10-10  Torvald Riegel  <triegel@redhat.com>
17260         * scripts/bench.pl: Add include-sources directive.
17261         * benchtests/README: Update documentation.
17263 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17265         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17266         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17267         instead of FP_INIT_ROUNDMODE.
17268         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17269         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17271         [BZ #16034]
17272         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
17273         copy class of input value.
17274         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
17275         not handle exceptions.
17276         * soft-fp/negsf2.c (__negsf2): Likewise.
17277         * soft-fp/negtf2.c (__negtf2): Likewise.
17278         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17280 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
17282         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17283         semicolon.  From Linux kernel.
17285 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
17287         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17289 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
17291         [BZ #156]
17292         * manual/socket.texi: Added statement about buffer
17293         for gethostbyname2_r.
17295 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
17297         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17298         Use .p2align directive instead, throughout.
17299         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17300         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17301         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17302         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17303         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17304         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17305         * sysdeps/x86_64/strchr.S: Likewise.
17306         * sysdeps/x86_64/strrchr.S: Likewise.
17308 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17310         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17312         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17314         * sysdeps/generic/math_private.h (__mpsin1): Remove
17315         declaration.
17316         (__mpcos1): Likewise.
17317         (__mpsin): New argument __range_reduce.
17318         (__mpcos): Likewise.
17319         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17320         (slow): Use __mpsin and __mpcos.
17321         (slow1): Likewise.
17322         (slow2): Likewise.
17323         (sloww): Likewise.
17324         (sloww1): Likewise.
17325         (sloww2): Likewise.
17326         (bsloww): Likewise.
17327         (bsloww1): Likewise.
17328         (bsloww2): Likewise.
17329         (cslow2): Likewise.
17330         (csloww): Likewise.
17331         (csloww1): Likewise.
17332         (csloww2): Likewise.
17333         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17334         range_reduce.  Merge in __mpsin1.
17335         (__mpcos): Likewise.
17336         (__mpsin1): Remove.
17337         (__mpcos1): Likewise.
17339 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17341         * locale/loadlocale.c (_nl_intern_locale_data): Use
17342         LOCFILE_ALIGNED_P.
17343         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17344         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17345         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17346         obstack data is appropriately aligned.
17347         (obstack_int32_grow_fast): Likewise.
17348         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17349         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17350         (add_locale_uint32_array): Likewise.
17352 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17354         * benchtests/Makefile: Remove ARGLIST and RET variables.
17355         ($(objpfx)bench-%.c): Pass only function name to the script.
17356         * benchtests/README: Update documentation.
17357         * benchtests/acos-inputs: Add new directives.
17358         * benchtests/acosh-inputs: Likewise.
17359         * benchtests/asin-inputs: Likewise.
17360         * benchtests/asinh-inputs: Likewise.
17361         * benchtests/atan-inputs: Likewise.
17362         * benchtests/atanh-inputs: Likewise.
17363         * benchtests/cos-inputs: Likewise.
17364         * benchtests/cosh-inputs: Likewise.
17365         * benchtests/exp-inputs: Likewise.
17366         * benchtests/log-inputs: Likewise.
17367         * benchtests/pow-inputs: Likewise.
17368         * benchtests/rint-inputs: Likewise.
17369         * benchtests/sin-inputs: Likewise.
17370         * benchtests/sinh-inputs: Likewise.
17371         * benchtests/tan-inputs: Likewise.
17372         * benchtests/tanh-inputs: Likewise.
17373         * scripts/bench.pl: Add support for new directives.
17375 2013-10-07  Alan Modra  <amodra@gmail.com>
17377         * README: Fix careless merge.
17379 2013-10-05  Alan Modra  <amodra@gmail.com>
17381         * NEWS: Mention powerpc64le support and bugs fixed.
17382         * README: Both big-endian and little-endian powerpc64 supported.
17384 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17386         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17387         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17388         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17389         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17391 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17393         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17394         match prototype.
17396 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17398         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17399         Move -mhard-float appending from
17400         ports/sysdeps/powerpc/powerpc32/Makefile.
17401         [$(with-fp) = yes] (ASFLAGS): Likewise.
17402         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17403         * sysdeps/powerpc/nofpu: Move directory from
17404         ports/sysdeps/powerpc/nofpu.
17405         * sysdeps/powerpc/soft-fp: Move directory from
17406         ports/sysdeps/powerpc/soft-fp.
17407         * sysdeps/powerpc/powerpc32/405: Move directory from
17408         ports/sysdeps/powerpc/powerpc32/405.
17409         * sysdeps/powerpc/powerpc32/440: Move directory from
17410         ports/sysdeps/powerpc/powerpc32/440.
17411         * sysdeps/powerpc/powerpc32/464: Move directory from
17412         ports/sysdeps/powerpc/powerpc32/464.
17413         * sysdeps/powerpc/powerpc32/476: Move directory from
17414         ports/sysdeps/powerpc/powerpc32/476.
17415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17416         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17418         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17420         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17422         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17424         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17425         * README: Update for powerpc-*-linux-gnu software floating point
17426         support in libc.
17428         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17429         case to powerpc/powerpc32*.
17430         * sysdeps/unix/sysv/linux/configure: Regenerated.
17432         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17433         (_FPU_MASK_OM): Define as 0x04.
17434         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17435         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17436         0x00c10080.
17437         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17438         0x0000003c.
17439         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17442         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17443         getcontext_e500.
17444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17445         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17446         setcontext_e500.
17447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17448         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17449         and setcontext_e500.
17451 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17453         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17455 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17457         * manual/threads.texi (Default Thread Attributes): Fix typo.
17459 2013-10-04  Will Newton  <will.newton@linaro.org>
17461         * malloc/Makefile: Add tst-memalign.
17462         * malloc/tst-memalign.c: New file.
17464         * malloc/tst-posix_memalign.c: Add comments.
17465         (do_test): Add comments and call free on all potentially
17466         allocated pointers. Add space after cast.
17468         * malloc/tst-pvalloc.c: Add comments.
17469         (do_test): Add comments and call free on all potentially
17470         allocated pointers. Remove duplicate check for NULL pointer.
17471         Add space after cast.
17473         * malloc/tst-valloc.c: Add comments.
17474         (do_test): Add comments and call free on all potentially
17475         allocated pointers. Remove duplicate check for NULL pointer.
17476         Add space after cast.
17478 2013-10-04  Alan Modra  <amodra@gmail.com>
17480         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17481         Use stdint types in rather than __attribute__((mode())).
17482         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17484 2013-10-04  Alan Modra  <amodra@gmail.com>
17486         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17487         Correct handling of unaligned relocs for little-endian.
17488         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17490 2013-10-04  Alan Modra  <amodra@gmail.com>
17492         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17493         * configure: Regenerate.
17494         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17495         * shlib-versions: Likewise.
17497 2013-10-04  Alan Modra  <amodra@gmail.com>
17499         * string/tester.c (test_memrchr): Increment reported test cycle.
17501 2013-10-04  Alan Modra  <amodra@gmail.com>
17503         * string/test-memcpy.c (do_one_test): When reporting errors, print
17504         string address and don't overrun end of string.
17506 2013-10-04  Alan Modra  <amodra@gmail.com>
17508         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17509         insrdi.  Make better use of reg selection to speed exit slightly.
17510         Schedule entry path a little better.  Remove useless "are we done"
17511         checks on entry to main loop.  Handle wrapping around zero address.
17512         Correct main loop count.  Handle single left-over word from main
17513         loop inline rather than by using loop_small.  Remove extra word
17514         case in loop_small caused by wrong loop count.  Add little-endian
17515         support.
17516         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17517         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17518         cache hint.
17519         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17520         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17521         support.  Avoid rlwimi.
17522         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17524 2013-10-04  Alan Modra  <amodra@gmail.com>
17526         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17527         insrdi.  Formatting.
17528         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17529         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17530         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17531         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17532         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17533         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17535 2013-10-04  Alan Modra  <amodra@gmail.com>
17537         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17538         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17539         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17540         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17541         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17542         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17543         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17544         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17545         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17546         use of regs.  Use power7 mtocrf.  Tidy function tails.
17548 2013-10-04  Alan Modra  <amodra@gmail.com>
17550         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17551         Formatting.  Consistently use rXXX register defines or rN defines.
17552         Use early exit labels that avoid restoring unused non-volatile regs.
17553         Make cr field use more consistent with rWORDn compares.  Rename
17554         regs used as shift registers for unaligned loop, using rN defines
17555         for short lifetime/multiple use regs.
17556         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17557         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17558         addi 1,1,64 to pop stack frame.  Simplify return value code.
17559         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17561 2013-10-04  Alan Modra  <amodra@gmail.com>
17563         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17564         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17565         rather than rlwimi.
17566         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17567         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17568         little-endian support.  Correct typos.
17569         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17570         rather than rlwimi.
17571         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17572         in loop and entry code to keep "and." results.
17573         (strchr): Add little-endian support.  Comment.  Move cntlzd
17574         earlier in tail.
17575         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17577 2013-10-04  Alan Modra  <amodra@gmail.com>
17579         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17580         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17581         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17582         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17584 2013-10-04  Alan Modra  <amodra@gmail.com>
17586         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17587         (rTMP): Define as r11.
17588         (strcmp): Add little-endian support.  Optimise tail.
17589         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17590         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17591         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17592         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17593         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17594         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17595         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17597 2013-10-04  Alan Modra  <amodra@gmail.com>
17599         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17600         little-endian support.  Remove unnecessary "are we done" tests.
17601         Handle "s" wrapping around zero and extremely large "size".
17602         Correct main loop count.  Handle single left-over word from main
17603         loop inline rather than by using small_loop.  Correct comments.
17604         Delete "zero" tail, use "end_max" instead.
17605         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17607 2013-10-04  Alan Modra  <amodra@gmail.com>
17609         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17610         support.  Don't branch over align.
17611         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17612         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17613         support.  Rearrange tmp reg use to suit.  Comment.
17614         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17616 2013-10-04  Alan Modra  <amodra@gmail.com>
17618         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17620 2013-10-04  Alan Modra  <amodra@gmail.com>
17622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17623         conditional form of branch and link when obtaining pc.
17624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17626 2013-10-04  Alan Modra  <amodra@gmail.com>
17628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17629         HIWORD/LOWORD.
17630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17633 2013-10-04  Alan Modra  <amodra@gmail.com>
17635         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17636         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17637         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17638         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17639         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17640         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17641         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17642         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17643         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17644         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17646 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17647             Alistair Popple <alistair@ozlabs.au.ibm.com>
17648             Alan Modra <amodra@gmail.com>
17650         [BZ #15723]
17651         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17652         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17653         _dl_hwcap access for little-endian.
17654         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17655         destroy vmx regs when saving unaligned.
17656         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17657         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17658         destroy vmx regs when saving unaligned.
17660 2013-10-04  Alan Modra  <amodra@gmail.com>
17662         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17663         Don't use a union to pack hi/low value.
17665 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17667         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17668         for little-endian.
17669         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17670         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17671         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17672         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17673         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17675 2013-10-04  Alan Modra  <amodra@gmail.com>
17677         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17678         constants to usual value for .cst8 section, and remove redundant
17679         high address load.
17680         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17681         constant for 0x1p52.  Load little-endian words of double from
17682         correct stack offsets.
17684 2013-10-04  Alan Modra  <amodra@gmail.com>
17686         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17687         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17688         words of double from correct stack offsets.
17689         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17690         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17691         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17692         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17693         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17694         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17695         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17696         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17697         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17698         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17699         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17700         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17701         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17702         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17703         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17704         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17705         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17707 2013-10-04  Alan Modra  <amodra@gmail.com>
17709         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17710         64-bit int/double union.
17711         (_FPU_SETCW): Likewise.
17712         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17713         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17715 2013-10-04  Alan Modra  <amodra@gmail.com>
17717         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17718         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17720 2013-10-04  Alan Modra  <amodra@gmail.com>
17722         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17723         use vector int constants.
17724         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17726 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17728         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17729         array with long long.
17730         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17731         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17732         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17733         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17734         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17735         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17736         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17737         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17738         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17739         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17740         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17741         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17742         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17744 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17746         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17747         (__signbit): Likewise.  Correct for little-endian.
17748         (__signbitl): Call __signbit.
17749         (lrint): Correct for little-endian.
17750         (lrintf): Call lrint.
17752 2013-10-04  Alan Modra  <amodra@gmail.com>
17754         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17755         union 32-bit int array member with 64-bit int array.
17756         (t515, tm256): Double rather than long double.
17757         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17759 2013-10-04  Alan Modra  <amodra@gmail.com>
17761         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17762         Delete.
17763         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17764         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17765         version of math_ldbl.h.
17767 2013-10-04  Alan Modra  <amodra@gmail.com>
17769         [BZ #15734], [BZ #15735]
17770         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17771         all uses of ieee875 long double macros and unions.  Simplify test
17772         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17773         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17774         normalize after ldbl_extract_mantissa, and don't add hidden bit
17775         already handled.  Don't treat low word of ieee854 mantissa like
17776         low word of IBM long double and mask off bit when testing for
17777         zero.
17778         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17779         all uses of ieee875 long double macros and unions.  Simplify tests
17780         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17781         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17782         two1022, instead use their values.  Recognise that tests for large
17783         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17784         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17785         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17786         test for 0.0L and nan.  Correct negation.
17787         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17788         ieee875 long double macros and unions.  Correct output for large
17789         magnitude x.  Correct absolute value calculation.
17790         (__erfcl): Likewise.
17791         * math/libm-test.inc: Add tests for errors discovered in IBM long
17792         double versions of fmodl, remainderl, erfl and erfcl.
17794 2013-10-04  Alan Modra  <amodra@gmail.com>
17796         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17797         all uses of ieee854 long double macros and unions.  Simplify tests
17798         for long doubles that are fully specified by the high double.
17799         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17800         Likewise.
17801         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17802         Remove dead code too.
17803         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17804         (__ieee754_ynl): Likewise.
17805         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17806         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17807         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17808         Remove dead code too.
17809         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17810         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17811         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17812         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17813         Simplify.
17814         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17815         Simplify.
17816         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17817         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17818         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17819         Comment on variable precision.
17820         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17821         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17822         Likewise.
17823         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17824         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17825         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17826         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17827         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17829 2013-10-04  Alan Modra  <amodra@gmail.com>
17831         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17832         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17833         all uses of ieee854 long double macros and unions.
17834         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17835         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17836         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17837         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17838         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17839         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17840         Likewise.
17841         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17842         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17843         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17844         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17845         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17846         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17847         Simplify sign and nan test too.
17848         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17849         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17850         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17851         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17852         Likewise.
17853         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17854         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17855         Likewise.
17856         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17857         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17858         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17859         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17860         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17861         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17863 2013-10-04  Alan Modra  <amodra@gmail.com>
17865         * stdio-common/printf_size.c (__printf_size): Don't use
17866         union ieee854_long_double in fpnum union.
17867         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17868         signbit macro to retrieve sign from long double.
17869         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17870         retrieve sign from long double.
17871         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17872         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17873         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17874         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17875         * math/test-misc.c (main): Don't use union ieee854_long_double.
17877 2013-10-04  Alan Modra  <amodra@gmail.com>
17879         [BZ #15680]
17880         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17881         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17882         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17883         calculation.  Remove unnecessary test for denormal exponent.
17884         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17885         Correct handling of denormals.  Avoid undefined shift behaviour.
17886         Correct normalisation of low mantissa when low double is denormal.
17887         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17888         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17889         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17890         Correct normalisation of low mantissa.  Test for overflow of high
17891         mantissa and normalise.
17892         (ldbl_nearbyint): Use more readable constant for two52.
17893         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17894         (__mpn_construct_long_double): Fix test for overflow of high
17895         mantissa and correct normalisation.  Avoid undefined shift.
17897 2013-10-04  Alan Modra  <amodra@gmail.com>
17899         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17900         (union ibm_extended_long_double): Define as an array of ieee754_double.
17901         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17902         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17903         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17904         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17905         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17906         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17907         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17908         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17909         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17910         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17911         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17913 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17915         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17916         page size instead of calling getpagesize.
17918         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17919         (LOCFILE_ALIGN_MASK): Likewise.
17920         (LOCFILE_ALIGN_UP): Likewise.
17921         (LOCFILE_ALIGNED_P): Likewise.
17922         * locale/programs/ld-collate.c (collate_output): Use the new
17923         macros instead of __alignof__ (int32_t).
17924         * locale/weight.h (findidx): Likewise.
17926 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17928         [BZ #431]
17929         * manual/string.texi: Fix strncat and wcsncat.
17931 2013-10-03  Brooks Moses  <bmoses@google.com>
17933         [BZ #15915]
17934         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17935         * Makerules: ...here, and adjust associated comments.
17937 2013-10-02  Will Newton  <will.newton@linaro.org>
17939         * malloc/Makefile: Add tst-pvalloc.
17940         * malloc/tst-pvalloc.c: New file.
17942 2013-10-02  Will Newton  <will.newton@linaro.org>
17944         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17945         improve test coverage.
17947 2013-10-02  Will Newton  <will.newton@linaro.org>
17949         * malloc/Makefile: Add tst-posix_memalign.
17950         * malloc/tst-posix_memalign.c: New file.
17952 2013-10-01  Eric Blake  <eblake@redhat.com>
17954         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17955         Use __THROWNL rather than __THROW on static functions.
17957 2013-09-30  Petr Machata  <pmachata@redhat.com>
17959         * elf/elf.h (R_AARCH64_ABS16): New macro.
17960         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17961         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17962         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17963         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17964         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17965         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17966         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17967         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17968         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17969         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17970         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17971         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17972         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17973         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17974         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17975         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17976         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17977         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17978         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17979         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17980         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17981         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17982         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17983         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17984         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17985         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17986         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17987         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17988         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17989         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17990         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17991         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17992         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17993         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17994         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17995         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17996         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17997         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17998         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17999         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
18000         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
18001         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
18002         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
18003         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
18004         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
18005         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
18006         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
18007         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
18008         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
18009         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
18010         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
18011         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
18012         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
18013         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
18014         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
18015         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
18016         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
18017         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
18018         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
18019         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
18020         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
18021         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
18022         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
18023         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
18024         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
18025         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
18026         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
18027         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
18028         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
18029         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
18030         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
18031         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
18032         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
18033         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
18034         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
18035         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
18036         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
18037         (R_AARCH64_TLSDESC_LDR): Likewise.
18038         (R_AARCH64_TLSDESC_ADD): Likewise.
18039         (R_AARCH64_TLSDESC_CALL): Likewise.
18041 2013-09-30  Andreas Schwab  <schwab@suse.de>
18043         [BZ #15048]
18044         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
18045         the nss database lookup.
18046         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18047         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18049 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
18051         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
18053 2013-09-28  P. J. McDermott  <pj@pehjota.net>
18055         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
18056         ${Bash-specific parameter/pattern/string} parameter expansion.
18057         * sysdeps/unix/make-syscalls.sh: Likewise.
18059 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18061         * sysdeps/sh/stackguard-macros.h: New file.
18063 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
18065         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18066         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
18067         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
18068         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
18069         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18070         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
18072 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18074         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
18075         Fix thread ID register.
18077 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
18079         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
18080         [POSIX || UNIX98]: Require rather than permitting all symbols from
18081         <time.h>.
18082         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
18083         element of struct sched_param.
18084         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
18085         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
18086         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
18087         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
18088         constant.
18090 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
18092         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
18093         argument calculation.
18095 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
18097         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
18098         Expect macro.
18099         [POSIX] (pthread_attr_t): Do not require type.
18100         [POSIX] (pthread_cond_t): Likewise.
18101         [POSIX] (pthread_condattr_t): Likewise.
18102         [POSIX] (pthread_key_t): Likewise.
18103         [POSIX] (pthread_mutex_t): Likewise.
18104         [POSIX] (pthread_mutexattr_t): Likewise.
18105         [POSIX] (pthread_once_t): Likewise.
18106         [POSIX] (pthread_t): Likewise.
18107         [POSIX-based standards] (pthread_atfork): Expect function.
18109 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
18110             Richard Sandiford  <richard@codesourcery.com>
18112         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
18113         (swap_endianness_p): New extern variable.
18114         (set_big_endian): New inline function.
18115         (maybe_swap_uint32): Likewise.
18116         (maybe_swap_uint32_array): Likewise.
18117         (maybe_swap_uint32_obstack): Likewise.
18118         * locale/programs/locfile.c: Include <stdbool.h>.
18119         (swap_endianness_p): New variable.
18120         (add_locale_uint32): Call maybe_swap_uint32.
18121         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
18122         (write_locale_data): Call maybe_swap_uint32_array.
18123         * locale/programs/ld-collate.c (obstack_int32_grow): Call
18124         maybe_swap_uint32.
18125         (obstack_int32_grow_fast): Likewise.
18126         (output_weightwc): Call maybe_swap_uint32_obstack.
18127         (collate_output): Likewise.
18128         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
18129         (OPT_LITTLE_ENDIAN): Likewise.
18130         (options): Add --little-endian and --big-endian options.
18131         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
18132         * locale/programs/locarchive.c: Include "locfile.h".
18133         (GET): New macro.
18134         (SET): Likewise.
18135         (INC): Likewise.
18136         (create_archive): Use the new macros to access fields of
18137         structures directly mapped from or written to locale archives.
18138         (oldlocrecentcmp): Likewise.
18139         (enlarge_archive): Likewise.
18140         (insert_name): Likewise.
18141         (add_alias): Likewise.
18142         (add_locale): Likewise.
18143         (delete_locales_from_archive): Likewise.
18144         (show_archive_content): Likewise.
18145         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
18146         locale data.
18148 2013-09-24  Roland McGrath  <roland@hack.frob.com>
18150         * manual/freemanuals.texi: Updated from (newly) canonical copy at
18151         http://www.gnu.org/doc/freemanuals.texi.
18152         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
18154 2013-09-24  Will Newton  <will.newton@linaro.org>
18156         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
18157         macro.
18159 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
18161         * locale/hashval.h (compute_hashval): Interpret bytes of key as
18162         unsigned char.
18164 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
18166         * manual/threads.texi (POSIX Threads): Fix a typo.
18168 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
18170         [BZ #14547]
18171         * string/tst-strcoll-overflow.c: New test case.
18172         * string/Makefile (xtests): Add tst-strcoll-overflow.
18173         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
18174         cache if string sizes may cause integer overflow.
18176         [BZ #14547]
18177         * string/strcoll_l.c (coll_seq): New members rule, idx,
18178         save_idx and back_us.
18179         (get_next_seq_nocache): New function.
18180         (do_compare_nocache): New function.
18181         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
18182         when malloc fails.
18184 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
18186         [BZ #15754]
18187         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
18188         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
18189         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
18191         [BZ #15754]
18192         * elf/Makefile (tests): Add tst-ptrguard1.
18193         (tests-static): Add tst-ptrguard1-static.
18194         (tst-ptrguard1-ARGS): Define.
18195         (tst-ptrguard1-static-ARGS): Define.
18196         * elf/tst-ptrguard1.c: New file.
18197         * elf/tst-ptrguard1-static.c: New file.
18198         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
18199         * sysdeps/i386/stackguard-macros.h: Likewise.
18200         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
18201         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
18202         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
18203         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
18204         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
18205         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
18207 2013-09-23  Hector Marco  <hecmargi@upv.es>
18208             Ismael Ripoll  <iripoll@disca.upv.es>
18209             Carlos O'Donell  <carlos@redhat.com>
18211         [BZ #15754]
18212         * sysdeps/generic/stackguard-macros.h: Define
18213         __pointer_chk_guard_local and POINTER_CHK_GUARD.
18214         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18215         Define __pointer_chk_guard_local.
18216         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18217         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18219 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
18221         [BZ #15859]
18222         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18224 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
18226         * include/string.h (__ffs): Declare as hidden.
18227         * string/ffs.c (__ffs): Define as hidden.
18228         * sysdeps/i386/ffs.c (__ffs): Likewise.
18229         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18230         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18231         * sysdeps/s390/ffs.c (__ffs): Likewise.
18232         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18234 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
18236         * NEWS: Mention malloc probes.
18238         * malloc/arena.c (new_heap): New memory_heap_new probe.
18239         (grow_heap): New memory_heap_more probe.
18240         (shrink_heap): New memory_heap_less probe.
18241         (heap_trim): New memory_heap_free probe.
18242         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18243         (systrim): New memory_sbrk_less probe.
18244         * manual/probes.texi: Document them.
18246         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18247         * manual/probes.texi: Document it.
18249         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18250         (__libc_realloc): Add memory_realloc_retry probe.
18251         (__libc_memalign): Add memory_memalign_retry probe.
18252         (__libc_valloc): Add memory_valloc_retry probe.
18253         (__libc_pvalloc): Add memory_pvalloc_retry probe.
18254         (__libc_calloc): Add memory_calloc_retry probe.
18255         * manual/probes.texi: Document them.
18257         * malloc/arena.c (get_free_list): Add probe
18258         memory_arena_reuse_free_list.
18259         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18260         and memory_arena_reuse.
18261         (arena_get2) [!PER_THREAD]: Likewise.
18262         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18263         memory_arena_reuse_realloc.
18264         * manual/probes.texi: Document them.
18266         * malloc/malloc.c (__libc_free): Add
18267         memory_mallopt_free_dyn_thresholds probe.
18268         (__libc_mallopt): Add multiple memory_mallopt probes.
18269         * manual/probes.texi: Document them.
18271         * malloc/malloc.c: Include stap-probe.h.
18272         (__libc_mallopt): Add memory_mallopt probe.
18273         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18274         * manual/probes.texi: New.
18275         * manual/Makefile (chapters): Add probes.
18276         * manual/threads.texi: Set next node.
18278 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
18280         [BZ #15963, #13985]
18281         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18282         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18283         Add `Chinese' to `nan' entry name.
18285 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18287         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18288         (POLYNOMIAL): Likewise.
18289         (TAYLOR_SINCOS): Likewise.
18290         (TAYLOR_SLOW): Likewise.
18291         (__sin): Use TAYLOR_SINCOS.
18292         (__cos): Likewise.
18293         (slow): Use TAYLOR_SLOW.
18294         (sloww): Likewise.
18295         (bsloww): Likewise.
18296         (csloww): Likewise.
18298 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18300         * stdlib/strtod_l.c: Fix buffer overrun.
18302 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18304         * benchtests/Makefile (bench): Add sincos.
18305         * benchtests/bench-sincos.c: New file.
18307         * math/libm-test.inc (cos_test_data): New test inputs.
18308         (sin_test_data): Likewise.
18310         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18311         macro.
18312         (__sin): Use it.
18313         (__cos): Likewise.
18314         (slow1): Likewise.
18315         (slow2): Likewise.
18316         (sloww1): Likewise.
18317         (sloww2): Likewise.
18318         (bsloww1): Likewise.
18319         (bsloww2): Likewise.
18320         (cslow2): Likewise.
18321         (csloww1): Likewise.
18322         (csloww2): Likewise.
18324         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18325         function.
18326         (__sin): Use it.
18327         (__cos): Likewise.
18329         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18330         gotos.
18331         (__cos): Likewise.
18333 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18335         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18336         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18337         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18338         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18339         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18340         * elf/cache.c (print_entry): Handle the new cache flags.
18342 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18343             Aldy Hernandez  <aldyh@redhat.com>
18345         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18346         Change condition to [_SOFT_FLOAT].
18347         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18348         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18349         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18350         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18351         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18352         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18353         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18354         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18355         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18356         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18357         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18358         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18359         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18360         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18361         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18362         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18363         declaration.
18365 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18367         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18368         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18369         (__longjmp): Use LOAD_GP to load saved GPRs.
18370         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18371         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18372         (__sigsetjmp): Use SAVE_GP to save GPRs.
18374         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18375         Do not append -msoft-float.
18376         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18378 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18380         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18382 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18384         [BZ #15966]
18385         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18386         (_FPU_GETCW): Use initial "__" on variable and field names but not
18387         on macro parameter name.
18388         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18389         parentheses around reference to macro parameter.
18391 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18393         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18394         prototype.
18395         (ctype_startup): Use uint32_t in cast and sizeof for
18396         ctype->charnames.
18398 2013-09-11  Jia Liu  <proljc@gmail.com>
18400         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18401         __daddr_t_defined.
18402         [__FreeBSD__]: Likewise.
18404 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18406         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18407         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18408         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18409         (strchr): Remove __strchr_sse42 ifunc selection.
18410         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18411         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18413 2013-09-11  Will Newton  <will.newton@linaro.org>
18415         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18416         parameter to RES. Remove hardcoded 1000 value.
18417         * benchtests/bench-skeleton.c (main): Pass RES parameter
18418         to TIMING_INIT and multiply result by 1000.
18420 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18422         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18424 2013-09-11  Andreas Schwab  <schwab@suse.de>
18426         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18427         if not defined.
18428         (O_TMPFILE) [__USE_GNU]: Define.
18429         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18430         Define.
18432 2013-09-11  Will Newton  <will.newton@linaro.org>
18434         [BZ #15857]
18435         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18436         does not overflow.
18438 2013-09-11  Will Newton  <will.newton@linaro.org>
18440         [BZ #15856]
18441         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18442         does not overflow.
18444 2013-09-11  Will Newton  <will.newton@linaro.org>
18446         [BZ #15855]
18447         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18448         does not overflow.
18450 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18452         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18453         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18454         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18455         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18456         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18458 2013-09-10  Allan McRae  <allan@archlinux.org>
18460         [BZ #15748]
18461         * manual/arith.texi (Parsing of Floats): Clarify
18462         cross-reference.
18464         [BZ #15849]
18465         * manual/install.texi (Running make install): Mention
18466         --enable-pt-chown.
18467         * INSTALL: Regenerated.
18469 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18471         * csu/init-first.c (_init): Remove the !SHARED condition around
18472         FPU control word initialization.
18473         * elf/dl-support.c (_dl_fpu_control): New variable.
18474         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18475         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18476         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18477         * math/test-fpucw-static.c: New file.
18478         * math/test-fpucw-ieee.c: New file.
18479         * math/test-fpucw-ieee-static.c: New file.
18480         * math/Makefile (tests): Add `test-fpucw-ieee' and
18481         `$(tests-static)'.
18482         (tests-static): New variable.
18483         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18484         dependency to...
18485         [($(build-shared),yes)]
18486         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18487         ... this.
18488         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18489         New dependency.
18491 2013-09-09  Allan McRae  <allan@archlinux.org>
18493         [BZ #15939]
18494         * manual/string.texi (Collation Functions): Fix typo in
18495         strcoll example.
18496         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18498         [BZ #15893]
18499         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18501         [BZ #15892]
18502         * libio/memstream.c (open_memstream): Fix memory leak.
18503         * libio/wmemstream.c (open_wmemstream): Likewise.
18505         [BZ #15895]
18506         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18508 2013-09-09  Will Newton  <will.newton@linaro.org>
18510         * malloc/Makefile: Add tst-realloc to tests.
18511         * malloc/tst-realloc.c: New file.
18513 2013-09-09  Allan McRae  <allan@archlinux.org>
18515         [BZ #15844]
18516         * COPYING: Update from GNU website to fix FSF address.
18517         * COPYING.LIB: Likewise.
18519 2013-09-06  David S. Miller  <davem@davemloft.net>
18521         * po/zh_TW.po: Update Chinese (traditional) translation from
18522         translation project.
18524 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18525             Joseph Myers  <joseph@codesourcery.com>
18527         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18528         "localeinfo.h".
18529         (obstack_chunk_alloc): New macro.
18530         (obstack_chunk_free): Likewise.
18531         (record_offset): New function.
18532         (init_locale_data): Likewise.
18533         (align_locale_data): Likewise.
18534         (add_locale_empty): Likewise.
18535         (add_locale_raw_data): Likewise.
18536         (add_locale_raw_obstack): Likewise.
18537         (add_locale_string): Likewise.
18538         (add_locale_wstring): Likewise.
18539         (add_locale_uint32): Likewise.
18540         (add_locale_uint32_array): Likewise.
18541         (add_locale_char): Likewise.
18542         (start_locale_structure): Likewise.
18543         (end_locale_structure): Likewise.
18544         (start_locale_prelude): Likewise.
18545         (end_locale_prelude): Likewise.
18546         (write_locale_data): Take locale_file structure rather than an
18547         iovec.
18548         * locale/programs/locfile.h: Include "obstack.h".
18549         (struct locale_file): Change to store locale file contents instead
18550         of header.
18551         (init_locale_data): New prototype.
18552         (align_locale_data): Likewise.
18553         (add_locale_empty): Likewise.
18554         (add_locale_raw_data): Likewise.
18555         (add_locale_raw_obstack): Likewise.
18556         (add_locale_string): Likewise.
18557         (add_locale_wstring): Likewise.
18558         (add_locale_uint32): Likewise.
18559         (add_locale_uint32_array): Likewise.
18560         (add_locale_char): Likewise.
18561         (start_locale_structure): Likewise.
18562         (end_locale_structure): Likewise.
18563         (start_locale_prelude): Likewise.
18564         (end_locale_prelude): Likewise.
18565         (write_locale_data): Update prototype.
18566         * locale/programs/3level.h (struct TABLE): Remove result field.
18567         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18568         Use new locale_file interface.
18569         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18570         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18571         * locale/programs/ld-address.c (address_output): Use new
18572         locale_file interface.
18573         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18574         NO_ADD_LOCALE.
18575         (collate_finish): Don't call collseq_table_finalize.
18576         (collate_output): Use new locale_file interface.
18577         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18578         in file.
18579         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18580         (TABLE): Move defines earlier in file.
18581         (ELEMENT): Likewise.
18582         (DEFAULT): Likewise.
18583         (wctrans_table_add): Move macro and inline function earlier in
18584         file.
18585         (struct wctype_table): Move type earlier in file.
18586         (add_locale_wctype_table): New static prototype.
18587         (struct locale_ctype_t): Use logical types instead of struct iovec
18588         pointers for members.
18589         (ctype_output): Use new locale_file interface.
18590         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18591         new locale_file interface.
18592         (allocate_arrays): Update for use of new locale_file interface.
18593         * locale/programs/ld-identification.c (identification_output): Use
18594         new locale_file interface.
18595         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18596         * locale/programs/ld-messages.c (messages_output): Likewise.
18597         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18598         * locale/programs/ld-name.c (name_output): Likewise.
18599         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18600         * locale/programs/ld-paper.c (paper_output): Likewise.
18601         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18602         * locale/programs/ld-time.c (time_output): Likewise.
18604 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18606         * benchtests/Makefile: Add memrchr benchmark.
18607         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18608         benchmark as memrchr.
18609         * benchtests/bench-memrchr-ifunc.c: New file.
18610         * benchtests/bench-memrchr.c: New file.
18612 2013-09-06   Will Newton  <will.newton@linaro.org>
18614         * benchtests/Makefile (string-bench): Add memcpy.
18616 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18617             Cong Wang  <amwang@redhat.com>
18619         [BZ #15850]
18620         * sysdeps/unix/sysv/linux/bits/in.h
18621         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18622         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18623         before __USE_KERNEL_IPV6_DEFS uses.
18624         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18625         IPPROTO_BEETPH.
18626         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18627         sockaddr_in6, or ipv6_mreq.
18629 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18631         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18632         memory access for final bytes in some large inputs.
18633         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18635 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18637         * string/test-memrchr.c: New file.
18638         * string/test-memrchr-ifunc.c: New file.
18639         * string/Makefile: Add new memrchr testcase.
18641 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18643         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18644         fanotify_init returns EPERM.
18646 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18648         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18649         errors.
18650         (top level): Treat second token from macro or constant entries for
18651         allowed headers as allowed.
18652         * include/complex.h: Condition internal declarations on
18653         [!_ISOMAC].
18654         * include/fenv.h: Condition include of <stdbool.h> and internal
18655         declarations on [!_ISOMAC].
18657 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18659         [BZ #15923]
18660         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18662 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18664         * configure.in (--enable-versioning): Remove configure option.
18665         (libc_cv_asm_symver_directive): Remove configure test.
18666         (libc_cv_ld_version_script_option): Likewise.
18667         (VERSIONING): Remove variable and AC_SUBST.
18668         (DO_VERSIONING): Remove AC_DEFINE.
18669         * configure: Regenerated.
18670         * config.h.in (DO_VERSIONING): Remove macro.
18671         * Makerules [$(versioning) = yes]: Change conditionals to
18672         [$(build-shared) = yes].
18673         * config.make.in (versioning): Remove variable.
18674         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18675         [$(build-shared) = yes].
18676         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18677         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18678         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18679         [$(build-shared) = yes].
18680         * extra-lib.mk [$(versioning) = yes]: Likewise.
18681         * hurd/Makefile [$(versioning) = yes]: Likewise.
18682         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18683         [SHARED].
18684         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18685         [SHARED].
18686         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18687         [SHARED && !NO_HIDDEN].
18688         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18689         [SHARED].
18690         [SHARED && DO_VERSIONING]: Likewise..
18691         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18692         [$(build-shared) = yes].
18693         * manual/install.texi (--disable-versioning): Remove
18694         documentation.
18695         * INSTALL: Regenerated.
18696         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18697         to [SHARED].
18698         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18699         [$(build-shared) = yes].
18700         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18701         * sysdeps/i386/i686/multiarch/strstr-c.c
18702         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18703         [SHARED && !NO_HIDDEN].
18704         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18705         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18706         * sysdeps/powerpc/powerpc32/dl-machine.c
18707         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18708         * sysdeps/powerpc/powerpc32/sysdep.h
18709         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18710         to [SHARED && PIC && !NO_HIDDEN].
18711         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18712         conditional to [SHARED].
18714 2013-09-04   Will Newton  <will.newton@linaro.org>
18716         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18717         * benchtests/bench-string.h: Include bench-timing.h instead
18718         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18719         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18720         call to HP_TIMING_DIFF_INIT.
18721         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18722         instead of hp-timing.h macros.
18723         * benchtests/bench-memchr.c: Likewise.
18724         * benchtests/bench-memcmp.c: Likewise.
18725         * benchtests/bench-memcpy.c: Likewise.
18726         * benchtests/bench-memmem.c: Likewise.
18727         * benchtests/bench-memmove.c: Likewise.
18728         * benchtests/bench-memset.c: Likewise.
18729         * benchtests/bench-rawmemchr.c: Likewise.
18730         * benchtests/bench-strcasecmp.c: Likewise.
18731         * benchtests/bench-strcasestr.c: Likewise.
18732         * benchtests/bench-strcat.c: Likewise.
18733         * benchtests/bench-strchr.c: Likewise.
18734         * benchtests/bench-strcmp.c: Likewise.
18735         * benchtests/bench-strcpy.c: Likewise.
18736         * benchtests/bench-strcpy_chk.c: Likewise.
18737         * benchtests/bench-strlen.c: Likewise.
18738         * benchtests/bench-strncasecmp.c: Likewise.
18739         * benchtests/bench-strncat.c: Likewise.
18740         * benchtests/bench-strncmp.c: Likewise.
18741         * benchtests/bench-strncpy.c: Likewise.
18742         * benchtests/bench-strnlen.c: Likewise.
18743         * benchtests/bench-strpbrk.c: Likewise.
18744         * benchtests/bench-strrchr.c: Likewise.
18745         * benchtests/bench-strspn.c: Likewise.
18746         * benchtests/bench-strstr.c: Likewise.
18748 2013-09-04  Will Newton  <will.newton@linaro.org>
18750         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18752 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18754         [BZ #15427]
18755         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18756         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18757         * math/libm-test.inc (lgamma_test_data): Add more tests.
18758         * sysdeps/i386/fpu/libm-test-ulps: Update.
18759         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18761 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18763         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18764         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18765         Add ifunc.
18766         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18767         Add strcmp-sse2-unaligned
18768         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18770 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18772         * Versions.def (libc): Add GLIBC_2.19.
18774 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18776         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18777         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18779 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18781         [BZ #14155]
18782         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18783         intermediate calculations in recurrence.
18784         (__ieee754_ynf): Likewise.
18785         * math/libm-test.inc (jn_test_data): Do not allow spurious
18786         underflow exception.  Add more tests.
18787         (yn_test_data): Add more tests.
18788         * sysdeps/i386/fpu/libm-test-ulps: Update.
18789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18791 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18793         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18795 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18797         * csu/init-first.c: Fix then/than typos.
18798         * locale/programs/ld-collate.c: Likewise.
18799         * locale/programs/linereader.h: Likewise.
18800         * manual/charset.texi: Likewise.
18801         * manual/filesys.texi: Likewise.
18802         * manual/stdio.texi: Likewise.
18803         * manual/string.texi: Likewise.
18804         * stdlib/fmtmsg.c: Likewise.
18805         * sysdeps/i386/stpncpy.S: Likewise.
18806         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18807         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18808         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18809         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18811 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18813         * elf/dl-open.c: Fix typos.
18814         * iconvdata/gbbig5.c: Likewise.
18815         * iconvdata/iso-2022-jp.c: Likewise.
18816         * iconv/gconv_int.h: Likewise.
18817         * iconv/loop.c: Likewise.
18818         * nis/rpcsvc/nis.h: Likewise.
18819         * resolv/ns_name.c: Likewise.
18820         * stdio-common/vfscanf.c: Likewise.
18821         * streams/stropts.h: Likewise.
18822         * sunrpc/rpc_thread.c: Likewise.
18823         * sysdeps/i386/strpbrk.S: Likewise.
18824         * sysdeps/ieee754/k_standard.c: Likewise.
18825         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18826         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18827         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18828         * sysdeps/mach/hurd/profil.c: Likewise.
18829         * sysdeps/s390/dl-procinfo.h: Likewise.
18830         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18831         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18832         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18833         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18834         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18836 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18838         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18839         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18841 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18843         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18844         aix specific files.
18845         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18846         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18847         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18848         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18849         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18850         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18851         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18852         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18854 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18855             Roland McGrath  <roland@hack.frob.com>
18857         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18858         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18860 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18862         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18863         __executable_start symbol instead of _start.
18865 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18867         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18868         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18869         Move macros to...
18870         * sysdeps/gnu/ldsodefs.h: ... this new file.
18872         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18873         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18874         instead of ELFOSABI_LINUX.
18876         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18877         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18878         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18879         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18880         Likewise.
18881         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18882         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18883         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18884         Likewise.
18885         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18886         (ibm_extended_long_double): Add ieee_nan member.
18887         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18888         (do_test): New function.
18890         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18891         TEST_TRUNC.
18892         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18893         functions, renamed from truncdfsf_test, trunctfsf_test,
18894         trunctfdf_test.
18895         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18896         functions.
18897         (do_test): Run all these.
18899 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18901         * argp/argp-help.c: Fix typos.
18902         * argp/argp-parse.c: Likewise.
18903         * debug/backtracesyms.c: Likewise.
18904         * elf/elf.h: Likewise.
18905         * malloc/malloc.c: Likewise.
18906         * nis/nis_print.c: Likewise.
18907         * resolv/res_comp.c: Likewise.
18908         * stdlib/stdlib.h: Likewise.
18909         * sunrpc/clnt_tcp.c: Likewise.
18910         * sunrpc/clnt_udp.c: Likewise.
18911         * sunrpc/clnt_unix.c: Likewise.
18912         * sysdeps/unix/bsd/ptsname.c: Likewise.
18913         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18914         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18916         Likewise.
18917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18918         Likewise.
18919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18920         Likewise.
18921         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18923 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18925         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18926         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18928 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18930         [BZ #15897]
18931         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18932         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18933         ($(objpfx)bug-dl-leaf): New rule.
18934         ($(objpfx)bug-dl-leaf.so): Likewise.
18935         ($(objpfx)bug-dl-leaf.out): Likewise.
18936         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18937         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18938         * dlfcn/bug-dl-leaf.c: New test.
18939         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18940         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18941         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18942         (dlclose): Likewise.
18943         (dlmopen): Likewise.
18945 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18947         * include/netdb.h [!_ISOMAC]:
18948         Don't include <tls.h>.
18949         (h_errno, __libc_h_errno): Move declaration and macros out of
18950         [_LIBC_REENTRANT].
18952         * include/resolv.h [_RESOLV_H_]:
18953         Don't include <tls.h>.
18954         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18955         * resolv/res_libc.c: Don't include <tls.h>.
18956         (_res): Use __attribute__ ((nocommon)) in place of
18957         __attribute__ ((section (".bss"))).
18959         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18960         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18962         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18964         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18965         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18967         * resolv/res_mkquery.c: Include <sys/time.h>.
18969         * inet/ifreq.c: Moved to ...
18970         * sysdeps/unix/ifreq.c: ... here.
18971         * inet/ifreq.c: New file, true stub version.
18973         * socket/sa_len.c: New file.
18974         * socket/Makefile (aux): Add it.
18975         * sysdeps/unix/sysv/linux/Makefile
18976         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18977         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18978         and #include <socket/sa_len.c>.
18979         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18980         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18982         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18983         * bits/socket.h: ... here.
18985         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18986         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18987         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18989 2013-08-27  Andreas Schwab  <schwab@suse.de>
18991         [BZ #15736]
18992         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18993         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18994         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18995         * string/test-strcasecmp.c (test_main): Run tests in several
18996         locales.
18997         * string/test-strncasecmp.c (test_main): Likewise.
18999         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
19000         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
19001         to __strcasecmp_nonascii and __strncasecmp_nonascii.
19002         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
19003         (__strncasecmp_ssse3) [PIC]: Likewise.
19005 2013-08-26  Roland McGrath  <roland@hack.frob.com>
19007         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
19009         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
19010         instead of explicitly declaring xdecrypt.
19011         * nis/nss_nis/nis-publickey.c: Likewise.
19013 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19015         [BZ #15890]
19016         * nscd/aicache.c: Include res_hconf.h.
19017         (addhstaiX): Initialize res_hconf.
19019 2013-08-26  Andreas Schwab  <schwab@suse.de>
19021         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
19022         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
19024 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19026         * nscd/aicache.c (addhstaiX): Fix indentation.
19028 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
19030         * configure.ac: Quote $build_pt_chown test.
19031         * configure: Regenerated.
19033 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
19035         [BZ #15532]
19036         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
19037         * math/s_cexpf.c (__cexpf): Likewise.
19038         * math/s_cexpl.c (__cexpl): Likewise.
19039         * math/libm-test.inc (cexp_test_data): Correct expected return
19040         value for NaN + i0.  Add another test.
19042 2013-08-22  David S. Miller  <davem@davemloft.net>
19044         * po/ca.po: Update Catalan translation from translation project.
19045         * po/uk.po: Add Ukrainian translations from translation project.
19047 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
19049         [BZ #15797]
19050         * math/s_fdim.c (__fdim): Check for infinite arguments if result
19051         is infinite, not alongside NaN test.
19052         * math/s_fdimf.c (__fdimf): Likewise.
19053         * math/s_fdiml.c (__fdiml): Likewise.
19054         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
19055         errno is unchanged.
19057 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
19059         * argp/argp-help.c: Fix typos.
19060         * crypt/speeds.c: Likewise.
19061         * csu/check_fds.c: Likewise.
19062         * elf/dl-load.c: Likewise.
19063         * elf/dl-open.c: Likewise.
19064         * elf/reldep3.c: Likewise.
19065         * elf/reldep.c: Likewise.
19066         * elf/sprof.c: Likewise.
19067         * iconv/iconv_charmap.c: Likewise.
19068         * iconv/skeleton.c: Likewise.
19069         * iconv/strtab.c: Likewise.
19070         * io/lockf64.c: Likewise.
19071         * libio/libioP.h: Likewise.
19072         * resolv/gai_notify.c: Likewise.
19073         * resolv/ns_name.c: Likewise.
19074         * resolv/ns_samedomain.c: Likewise.
19075         * resolv/res_send.c: Likewise.
19076         * stdlib/random.c: Likewise.
19077         * sunrpc/rpc/xdr.h: Likewise.
19078         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
19079         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
19080         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
19081         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
19082         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
19083         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
19084         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
19085         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
19086         * sysdeps/mach/hurd/check_fds.c: Likewise.
19087         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
19088         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19089         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19090         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
19091         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19092         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
19093         * sysdeps/pthread/aio_notify.c: Likewise.
19094         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
19095         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
19096         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
19097         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
19098         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19100 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19102         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
19103         version if bit_Slow_SSE4_2 is set.
19104         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
19105         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
19107 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19109         [BZ #15867]
19110         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
19111         trampoline stack frame information.
19112         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
19113         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
19114         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
19115         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
19116         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
19117         * sysdeps/unix/sysv/linux/powerpc/init-first.c
19118         (_libc_vdso_platform_setup): Initialize the signal trampolines.
19119         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
19120         sa_flags value.
19121         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
19122         interrupting a syscall and set with option SA_SIGINFO.
19124 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
19126         [BZ #15531]
19127         * math/s_cproj.c (__cproj): Only return an infinity if one part of
19128         argument is infinite.
19129         * math/s_cprojf.c (__cprojf): Likewise.
19130         * math/s_cprojl.c (__cprojl): Likewise.
19131         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
19132         * math/libm-test.inc (cproj_test_data): Add more tests.
19134         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
19136         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
19137         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
19138         size.  Use __ffs to determine corresponding shift.
19140 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
19141             Roland McGrath  <roland@hack.frob.com>
19143         * Makefile (INSTALL): Remove trailing blank lines from output of
19144         makeinfo.
19146 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19148         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
19149         Align 32 bit compat elf_greg to 8 bytes.
19151 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
19153         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
19155 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19157         * string/strcoll_l.c (coll_seq): New structure.
19158         (get_next_seq_cached): New function.
19159         (get_next_seq): New function.
19160         (do_compare): New function.
19161         (STRCOLL): Use GNU style definition.  Simplify implementation
19162         by using get_next_seq, get_next_seq_cached and do_compare.
19164 2013-08-16  Florian Weimer  <fweimer@redhat.com>
19166         [BZ #14699]
19167         CVE-2013-4237
19168         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
19169         member.
19170         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
19171         member.
19172         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
19173         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
19174         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
19175         conditional.
19176         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
19177         GETDENTS_64BIT_ALIGNED.
19178         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
19179         * manual/filesys.texi (Reading/Closing Directory): Document
19180         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
19181         strongly.
19182         * manual/conf.texi (Limits for Files): Add portability note to
19183         NAME_MAX, PATH_MAX.
19184         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
19186 2013-08-13  Andreas Schwab  <schwab@suse.de>
19188         [BZ #15749]
19189         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
19190         of fabs.
19191         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
19192         LDBL_MAX_EXP >= 16384]: Add tests for it.
19194 2013-08-12  David S. Miller  <davem@davemloft.net>
19196         * version.h (RELEASE): Set to "development".
19197         (VERSION): Set to "2.18.90".
19198         * NEWS: Add 2.19 section.
19200 2013-08-03  David S. Miller  <davem@davemloft.net>
19202         * po/ko.po: Update Korean translation from translation project.
19204 2013-08-01  David S. Miller  <davem@davemloft.net>
19206         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
19207         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
19208         Bilka.
19210 2013-07-30  David S. Miller  <davem@davemloft.net>
19212         * po/fr.po: Update French translation from translation project.
19214 2013-07-28  David S. Miller  <davem@davemloft.net>
19216         * po/cs.po: Update Czech translation from translation project.
19218         * po/sv.po: Update Swedish translation from translation project.
19220 2013-07-27  David S. Miller  <davem@davemloft.net>
19222         * po/eo.po: Update Esperanto translation from translation project.
19224         * po/vi.po: Update Vietnamese translation from translation project.
19226         * po/de.po: Update German translation from translation project.
19228 2013-07-26  David S. Miller  <davem@davemloft.net>
19230         * po/bg.po: Update Bulgarian translation from translation project.
19232         * po/nl.po: Update Dutch translation from translation project.
19233         * po/pl.po: Update Polish translation from translation project.
19234         * po/ru.po: Update Russian translation from translation project.
19236 2013-07-24  David S. Miller  <davem@davemloft.net>
19238         * po/libc.pot: Update.
19240 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19242         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19243         variable page size.
19244         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19245         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19246         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19248 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19250         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19252 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19253             Andreas Schwab  <schwab@suse.de>
19254             Roland McGrath  <roland@hack.frob.com>
19255             Joseph Myers  <joseph@codesourcery.com>
19256             Carlos O'Donell  <carlos@redhat.com>
19258         [BZ #15755]
19259         * config.h.in: Define HAVE_PT_CHOWN.
19260         * config.make.in (build-pt-chown): New variable.
19261         * configure.in (--enable-pt_chown): New configure option.
19262         * configure: Regenerate.
19263         * login/Makefile: Include Makeconfig.  Build pt_chown only if
19264         build-pt-chown is enabled.
19265         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19266         pt_chown to fix pty ownership.
19267         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19268         CLOSE_ALL_FDS.
19269         * manual/install.texi (Configuring and compiling): Mention
19270         --enable-pt_chown. Add @findex for grantpt.
19271         * INSTALL: Regenerate.
19273 2013-07-20  David S. Miller  <davem@davemloft.net>
19275         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19276         difference between 32-bit and 64-bit.
19278 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
19280         [BZ #15711]
19281         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19282         Avoid system header dependency with -ffreestanding.
19283         ($(objpfx)bits/syscall%d): Likewise.
19285 2013-07-13  David S. Miller  <davem@davemloft.net>
19287         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19288         underflows from atanl/atan2l due to bug 15319.
19289         (casinh_test_data): Likewise.
19291 2013-07-07  David S. Miller  <davem@davemloft.net>
19293         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19295 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
19297         * sysdeps/i386/fpu/libm-test-ulps: Update.
19298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19300 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19302         * configure.in (--enable-lock-elision): Fix message text.
19303         * INSTALL: Regenerate.
19304         * configure: Regenerate.
19306 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19308         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19310 2013-07-03  Andreas Jaeger  <aj@suse.de>
19312         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19313         define.
19314         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19315         (ptrace_peeksiginfo_args): Add.
19316         (__ptrace_peeksiginfo_flags): Add.
19317         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19318         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19319         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19321 2013-07-03  Allan McRae  <allan@archlinux.org>
19323         * sysdeps/i386/fpu/libm-test-ulps: Update.
19325 2013-07-02  David S. Miller  <davem@davemloft.net>
19327         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19329 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19331         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19333 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19335         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19338 2013-07-02  Andi Kleen <ak@linux.intel.com>
19340         * config.h.in (ENABLE_LOCK_ELISION): Add.
19341         * configure.in (--enable-lock-elision): Add option.
19342         * manual/install.texi: Document --enable lock elision.
19343         * configure: Regenerate
19344         * INSTALL: Regenerate.
19346 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19348         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19349         SSE4.2 strcasecmp for libc.a.
19350         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19352 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19354         [BZ #13304]
19355         * soft-fp/op-common.h (_FP_FMA): New macro.
19356         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19357         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19358         (_FP_MUL_MEAT_1_imm): ... here.
19359         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19360         (_FP_MUL_MEAT_1_wide): ... here.
19361         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19362         (_FP_MUL_MEAT_1_hard): ... here.
19363         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19364         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19365         (_FP_MUL_MEAT_2_wide): ... here.
19366         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19367         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19368         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19369         (_FP_MUL_MEAT_2_gmp): ... here.
19370         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19371         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19372         (_FP_MUL_MEAT_4_wide): ... here.
19373         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19374         (_FP_MUL_MEAT_4_gmp): ... here.
19375         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19376         (_FP_WFRACBITS_DW_S): Likewise.
19377         (_FP_WFRACXBITS_DW_S): Likewise.
19378         (_FP_HIGHBIT_DW_S): Likewise.
19379         (FP_FMA_S): Likewise.
19380         (_FP_FRAC_HIGH_DW_S): Likewise.
19381         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19382         (_FP_WFRACBITS_DW_D): Likewise.
19383         (_FP_WFRACXBITS_DW_D): Likewise.
19384         (_FP_HIGHBIT_DW_D): Likewise.
19385         (FP_FMA_D): Likewise.
19386         (_FP_FRAC_HIGH_DW_D): Likewise.
19387         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19388         (_FP_WFRACBITS_DW_E): Likewise.
19389         (_FP_WFRACXBITS_DW_E): Likewise.
19390         (_FP_HIGHBIT_DW_E): Likewise.
19391         (FP_FMA_E): Likewise.
19392         (_FP_FRAC_HIGH_DW_E): Likewise.
19393         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19394         (_FP_WFRACBITS_DW_Q): Likewise.
19395         (_FP_WFRACXBITS_DW_Q): Likewise.
19396         (_FP_HIGHBIT_DW_Q): Likewise.
19397         (FP_FMA_Q): Likewise.
19398         (_FP_FRAC_HIGH_DW_Q): Likewise.
19399         * soft-fp/fmasf4.c: New file.
19400         * soft-fp/fmadf4.c: Likewise.
19401         * soft-fp/fmatf4.c: Likewise.
19403 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19405         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19406         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19407         Silvermont.
19408         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19409         macro.
19410         (index_Slow_SSE4_2): Likewise.
19411         (index_Prefer_PMINUB_for_stringop): Likewise.
19412         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19413         bit_Slow_SSE4_2 is set.
19414         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19415         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19417 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19419         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19420         rtld_global._dl_hwcap2.
19421         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19422         POWER8.
19423         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19424         POWER8 feature descriptions defined in _dl_hwcap2.
19425         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19426         string handling for POWER8 feature bits.
19427         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19428         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19429         _dl_powerpc_cap_flags.
19430         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19431         * sysdeps/powerpc/rtld-global-offsets.sym
19432         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19433         _dl_hwcap2 in the rtld_global_ro structure.
19435 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19437         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19438         hardware capabilities in support of AT_HWCAP2.
19439         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19440         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19441         GLRO(dl_hwcap2).
19442         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19443         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19444         explicitly the unknown a_type display mechanism is used.
19445         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19446         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19447         struct member.
19448         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19449         to macro prototype for AT_HWCAP2 support.
19450         * sysdeps/i386/dl-procinfo.h: Likewise.
19451         * sysdeps/s390/dl-procinfo.h: Likewise.
19452         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19453         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19454         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19455         return -1 for unknown a_type display fallback.
19456         * sysdeps/sparc/dl-procinfo.h: Likewise.
19457         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19458         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19460 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19462         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19463         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19465 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19467         [BZ #12492]
19468         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19469         mprotect making __stack_prot writable.
19471 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19472             Joseph Myers  <joseph@codesourcery.com>
19474         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19475         as being properly aligned.
19477 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19479         * dlfcn/modstatic5.c: New file.
19480         * dlfcn/tststatic5.c: New file.
19481         * dlfcn/Makefile (tests): Add tststatic5.
19482         (tests-static): Likewise.
19483         (modules-names): Add modstatic5.
19484         (tststatic5-ENV): New variable.
19485         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19487         [BZ #15022]
19488         * elf/dl-support.c (_dl_main_map): New variable.
19489         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19490         (_dl_nns, _dl_load_adds): Set to 1.
19491         (_dl_initial_searchlist): Refer to _dl_main_map.
19492         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19493         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19494         call to _dl_get_origin.
19495         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19496         around call_map.
19497         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19498         * dlfcn/modstatic3.c: New file.
19499         * dlfcn/tststatic3.c: New file.
19500         * dlfcn/tststatic4.c: New file.
19501         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19502         (tests-static): Likewise.
19503         (modules-names): Add modstatic3.
19504         (tststatic3-ENV, tststatic4-ENV): New variables.
19505         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19506         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19508 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19510         * configure.in (CC): Require GCC version 4.4 or later.
19511         * configure: Regenerated.
19512         * manual/install.texi (Tools for Compilation): Update GCC version
19513         requirement.
19514         * INSTALL: Regenerated.
19516 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19518         [BZ #15674]
19519         * string/test-memcmp.c (check2): New.
19520         (main): Call check2.
19522         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19524 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19526         [BZ #15022]
19527         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19528         over to...
19529         (dl_open_worker) [!SHARED]: ... here.
19531 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19533         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19535 2013-06-25  Richard Henderson  <rth@redhat.com>
19537         * locale/programs/locarchive.c: Include <libc-internal.h>
19539 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19541         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19542         trailing whitespace removed.
19544 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19546         [BZ #10283]
19547         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19548         * locale/programs/locarchive.c: Include libc-mmap.h.
19549         (prepare_address_space): Take two new outputs (the mmap base and len).
19550         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19551         values.
19552         (create_archive): Declare new mmap base and len values for
19553         prepare_address_space, and store the result in ah.
19554         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19555         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19556         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19557         Declare new mmap base and len values for
19558         prepare_address_space, and store the result in new_ah.
19559         (open_archive): Declare new mmap base and len values for
19560         prepare_address_space, and store the result in ah.
19561         (close_archive): If ah->mmap_base is not NULL, use that and
19562         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19563         * sysdeps/generic/libc-mmap.h: New file.
19565 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19567         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19568         (ALIGN_UP): Likewise.
19569         (PTR_ALIGN_DOWN): Likewise.
19570         (PTR_ALIGN_UP): Likewise.
19572 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19574         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19575         entry mapped to PPC_PLATFORM_POWER8.
19576         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19577         POWER8.
19578         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19579         (_dl_string_platform): Add case for exporting platform position for
19580         POWER8.
19581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19582         search path to sysdeps/powerpc/powerpc32/power8 directory.
19583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19584         search path to sysdeps/powerpc/powerpc64/power8 directory.
19585         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19586         power7 directories.
19587         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19588         power7 directories.
19590 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19592         * INSTALL: Regenerate.
19594         * nscd/connections.c (nscd_init): Fix comment.
19596 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19598         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19600         [BZ #15667]
19601         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19602         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19604 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19606         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19607         DL_DST_REQ_STATIC.
19608         (DL_DST_REQ_STATIC): Remove macro.
19610 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19612         [BZ #7006]
19613         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19614         with a shift of 0 bits.
19616 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19618         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19619         $(tststatic-ENV).
19621 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19623         [BZ #15655]
19624         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19626 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19628         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19629         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19630         accepts -fno-tree-loop-distribute-patterns.
19631         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19632         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19633         recursive call.
19634         * string/memset.c (memset): Likewise.
19635         * string/test-memmove.c (simple_memmove): Disable loop transformation
19636         to library calls.
19637         * string/test-memset.c (simple_memset): Likewise.
19638         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19639         * benchtests/bench-memset.c (simple_memset): Likewise.
19640         * configure: Regenerated.
19642 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19644         * math/test-misc.c (main): Ignore fesetround failure when failures
19645         of subsequent rounding tests would be ignored.
19647         [BZ #15654]
19648         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19649         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19650         * math/fegetenv.c (__fegetenv): Return 0.
19651         * math/fegetexcept.c (fegetexcept): Return 0.
19652         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19653         FE_TONEAREST.
19654         * math/feholdexcpt.c (feholdexcept): Return 0.
19655         * math/fesetenv.c (__fesetenv): Return 0.
19656         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19657         argument FE_TONEAREST.
19658         * math/feupdateenv.c (__feupdateenv): Return 0.
19659         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19661 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19663         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19664         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19665         ($(objpfx)rtld-%.os rules): Use them.
19667 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19669         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19670         fields.
19672 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19674         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19675         length of target pattern, then descending length of dependency pattern.
19676         * configure.in (AWK): Require gawk 3.1.2 or newer.
19677         * manual/install.texi (Tools for Compilation): Say that we do.
19678         * configure: Regenerated.
19680         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19681         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19682         * scripts/sysd-rules.awk: ... this new script.
19683         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19684         than a glob-style pattern.
19686 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19688         * math/test-misc.c (main): Do not treat incorrectly rounded
19689         conversions as failure unless ROUNDING_TESTS passes.
19691 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19693         [BZ #15631]
19694         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19695         restore exception state around main square root computation, then
19696         check for inexactness explicitly.
19698         * math/libm-test.inc (fma_test_data): Add another test.
19700 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19702         * manual/threads.texi (Non-POSIX Extensions): New document
19703         node.  Document pthread_getattr_default_np and
19704         pthread_setattr_default_np.
19706         * Versions.def (libpthread): Add GLIBC_2.18.
19707         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19709         Likewise.
19710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19711         Likewise.
19712         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19713         Likewise.
19714         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19715         Likewise.
19716         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19717         Likewise.
19718         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19719         Likewise.
19720         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19721         Likewise.
19722         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19723         Likewise.
19724         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19725         Likewise.
19727 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19729         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19730         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19732 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19733             H.J. Lu  <hjl.tools@gmail.com>
19735         [BZ #15627]
19736         * sysdeps/x86_64/rtld-memset.c: Remove file.
19737         * sysdeps/x86_64/rtld-memset.S: New file.
19739 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19741         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19742         (test_in_one_mode): Take arguments for whether the rounding mode
19743         is supported for each floating-point type.
19744         (do_test): Pass new arguments to test_in_one_mode using
19745         ROUNDING_TESTS.
19747 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19749         * posix/tst-waitid.c (do_test): Distinguish different instances of
19750         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19751         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19752         before entering the kernel for waitpid.
19754 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19756         * NEWS: Fix note on clock function precision.  Text by Roland
19757         McGrath.
19759 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19761         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19762         it into place only when and if the sanity check passes.
19764 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19766         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19767         output for whether conversion result is exact.  Take argument
19768         indicating whether type is IBM long double.
19769         (round_for_all): Change need_exact field to ibm_ld.
19770         * stdlib/tst-strtod-round.c (struct exactness): New type.
19771         (struct test): Change bool ld_ok field to struct exactness exact.
19772         (TEST): Update all definitions for change to field.
19773         (tests): Regenerate array contents.
19774         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19775         field value.  Check for IBM long double here.
19776         (do_test): Update calls to test_in_one_mode.
19778 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19780         [BZ #12515]
19781         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19782         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19784 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19786         [BZ #15605]
19787         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19788         generated by the compiler on loop optimizations.
19789         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19790         general definitions.
19792 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19794         * math/bug-nextafter.c: Include <math-tests.h>.
19795         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19796         the relevant type.
19797         * math/bug-nexttoward.c: Include <math-tests.h>.
19798         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19799         the relevant type.
19800         * math/test-misc.c: Include <math-tests.h>.
19801         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19802         the relevant type.
19804 2013-06-12  Andreas Jaeger  <aj@suse.de>
19806         * po/ia.po: Update Interlingua translation from translation
19807         project.
19809 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19811         * include/fenv.h: Include stdbool.h.
19812         (struct rm_ctx): New structure.
19813         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19814         Define macro.
19815         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19816         (SET_RESTORE_ROUNDF): Likewise.
19817         (SET_RESTORE_ROUNDL): Likewise.
19818         (SET_RESTORE_ROUND_NOEX): Likewise.
19819         (SET_RESTORE_ROUND_NOEXF): Likewise.
19820         (SET_RESTORE_ROUND_NOEXL): Likewise.
19821         (SET_RESTORE_ROUND_53BIT): Likewise.
19822         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19823         (libc_feresetround_noexf_ctx): Likewise.
19824         (libc_feresetround_noexl_ctx): Likewise.
19825         (libc_feholdsetround_53bit_ctx): Likewise.
19826         (libc_feresetround_53bit_ctx): Likewise.
19827         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19828         (libc_feholdexcept_setround_sse_ctx): New function.
19829         (libc_fesetenv_sse_ctx): Likewise.
19830         (libc_feupdateenv_sse_ctx): Likewise.
19831         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19832         (libc_feholdexcept_setround_387_ctx): Likewise.
19833         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19834         (libc_feholdsetround_387_prec_ctx): Likewise.
19835         (libc_feholdsetround_387_ctx): Likewise.
19836         (libc_feholdsetround_387_53bit_ctx): Likewise.
19837         (libc_feholdsetround_sse_ctx): Likewise.
19838         (libc_feresetround_sse_ctx): Likewise.
19839         (libc_feresetround_387_ctx): Likewise.
19840         (libc_feupdateenv_387_ctx): Likewise.
19841         (libc_feholdexcept_setroundf_ctx): Define macro.
19842         (libc_fesetenvf_ctx): Likewise.
19843         (libc_feupdateenvf_ctx): Likewise.
19844         (libc_feholdsetroundf_ctx): Likewise.
19845         (libc_feresetroundf_ctx): Likewise.
19846         (libc_feholdexcept_setround_ctx): Likewise.
19847         (libc_fesetenv_ctx): Likewise.
19848         (libc_feupdateenv_ctx): Likewise.
19849         (libc_feholdsetround_ctx): Likewise.
19850         (libc_feresetround_ctx): Likewise.
19851         (libc_feholdexcept_setroundl_ctx): Likewise.
19852         (libc_feupdateenvl_ctx): Likewise.
19853         (libc_feholdsetroundl_ctx): Likewise.
19854         (libc_feresetroundl_ctx): Likewise.
19855         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19856         (libc_feresetround_53bit_ctx): Likewise.
19858 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19860         * locale/iso-639.def: Convert to UTF-8.
19862 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19864         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19865         (EXCEPTION_TESTS_double): Likewise.
19866         (EXCEPTION_TESTS_long_double): Likewise.
19867         (EXCEPTION_TESTS): Likewise.
19868         * math/libm-test.inc (test_exceptions): Only test exceptions if
19869         EXCEPTION_TESTS (FLOAT).
19871 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19873         * benchtests/Makefile (string-bench): Add strcpy_chk and
19874         stpcpy_chk.
19875         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19876         * benchtests/bench-stpcpy_chk.c: New file.
19877         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19878         * benchtests/bench-strcpy_chk.c: New file.
19879         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19880         code.
19881         (do_test): Likewise.
19883 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19885         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19886         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19887         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19888         with tabs where appropriate.
19889         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19890         dl-procinfo.h.
19891         [PPC_PLATFORM_PPC440]: Likewise.
19892         [PPC_PLATFORM_PPC464]: Likewise.
19893         [PPC_PLATFORM_PPC476]: Likewise.
19894         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19895         ppc464, and ppc476 platform strings merging from ports/
19896         dl-procinfo.h.
19898 2013-06-11  Andreas Schwab  <schwab@suse.de>
19900         [BZ #14991]
19901         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19902         (from_ucs4_idx): Regenerate.
19903         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19904         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19905         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19906         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19907         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19908         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19909         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19910         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19911         from FROM_LOOP and TO_LOOP specific macros.
19912         (BODY): Handle combining characters.
19913         * iconvdata/BIG5HKSCS.irreversible: Update.
19914         * iconvdata/BIG5HKSCS.precomposed: New file.
19915         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19916         characters.
19917         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19919 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19921         * include/sys/time.h: Fix indentation and add copyright header.
19923         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19924         (do_test): Likewise.
19925         * string/test-memchr.c (do_one_test): Likewise.
19926         (do_test): Likewise.
19927         * string/test-memcmp.c (do_one_test): Likewise.
19928         (do_test): Likewise.
19929         * string/test-memcpy.c (do_one_test): Likewise.
19930         (do_test): Likewise.
19931         * string/test-memmem.c (do_one_test): Likewise.
19932         (do_test): Likewise.
19933         (do_random_tests): Likewise.
19934         * string/test-memmove.c (do_one_test): Likewise.
19935         (do_test): Likewise.
19936         * string/test-memset.c (do_one_test): Likewise.
19937         (do_test): Likewise.
19938         * string/test-rawmemchr.c (do_one_test): Likewise.
19939         (do_test): Likewise.
19940         * string/test-strcasecmp.c (do_one_test): Likewise.
19941         (do_test): Likewise.
19942         * string/test-strcasestr.c (do_one_test): Likewise.
19943         (do_test): Likewise.
19944         * string/test-strcat.c (do_one_test): Likewise.
19945         (do_test): Likewise.
19946         * string/test-strchr.c (do_one_test): Likewise.
19947         (do_test): Likewise.
19948         * string/test-strcmp.c (do_one_test): Likewise.
19949         (do_test): Likewise.
19950         * string/test-strcpy.c (do_one_test): Likewise.
19951         (do_test): Likewise.
19952         * string/test-string.h: Likewise.
19953         (test_init): Likewise.
19954         * string/test-strlen.c (do_one_test): Likewise.
19955         (do_test): Likewise.
19956         * string/test-strncasecmp.c (do_one_test): Likewise.
19957         (do_test): Likewise.
19958         * string/test-strncat.c (do_one_test): Likewise.
19959         (do_test): Likewise.
19960         * string/test-strncmp.c (do_one_test): Likewise.
19961         (do_test_limit): Likewise.
19962         (do_test): Likewise.
19963         * string/test-strncpy.c (do_one_test): Likewise.
19964         (do_test): Likewise.
19965         * string/test-strnlen.c (do_one_test): Likewise.
19966         (do_test): Likewise.
19967         * string/test-strpbrk.c (do_one_test): Likewise.
19968         (do_test): Likewise.
19969         * string/test-strrchr.c (do_one_test): Likewise.
19970         (do_test): Likewise.
19971         * string/test-strspn.c (do_one_test): Likewise.
19972         (do_test): Likewise.
19973         * string/test-strstr.c (do_one_test): Likewise.
19974         (do_test): Likewise.
19976         * benchtests/Makefile (string-bench): Add string benchmarks.
19977         * benchtests/bench-bcopy-ifunc.c: New file.
19978         * benchtests/bench-bcopy.c: New file.
19979         * benchtests/bench-bzero-ifunc.c: New file.
19980         * benchtests/bench-bzero.c: New file.
19981         * benchtests/bench-memccpy-ifunc.c: New file.
19982         * benchtests/bench-memccpy.c: New file.
19983         * benchtests/bench-memchr-ifunc.c: New file.
19984         * benchtests/bench-memchr.c: New file.
19985         * benchtests/bench-memcmp-ifunc.c: New file.
19986         * benchtests/bench-memcmp.c: New file.
19987         * benchtests/bench-memmem-ifunc.c: New file.
19988         * benchtests/bench-memmem.c: New file.
19989         * benchtests/bench-memmove-ifunc.c: New file.
19990         * benchtests/bench-memmove.c: New file.
19991         * benchtests/bench-mempcpy-ifunc.c: New file.
19992         * benchtests/bench-mempcpy.c: New file.
19993         * benchtests/bench-memset-ifunc.c: New file.
19994         * benchtests/bench-memset.c: New file.
19995         * benchtests/bench-rawmemchr-ifunc.c: New file.
19996         * benchtests/bench-rawmemchr.c: New file.
19997         * benchtests/bench-stpcpy-ifunc.c: New file.
19998         * benchtests/bench-stpcpy.c: New file.
19999         * benchtests/bench-stpncpy-ifunc.c: New file.
20000         * benchtests/bench-stpncpy.c: New file.
20001         * benchtests/bench-strcasecmp-ifunc.c: New file.
20002         * benchtests/bench-strcasecmp.c: New file.
20003         * benchtests/bench-strcasestr-ifunc.c: New file.
20004         * benchtests/bench-strcasestr.c: New file.
20005         * benchtests/bench-strcat-ifunc.c: New file.
20006         * benchtests/bench-strcat.c: New file.
20007         * benchtests/bench-strchr-ifunc.c: New file.
20008         * benchtests/bench-strchr.c: New file.
20009         * benchtests/bench-strchrnul-ifunc.c: New file.
20010         * benchtests/bench-strchrnul.c: New file.
20011         * benchtests/bench-strcmp-ifunc.c: New file.
20012         * benchtests/bench-strcmp.c: New file.
20013         * benchtests/bench-strcpy-ifunc.c: New file.
20014         * benchtests/bench-strcpy.c: New file.
20015         * benchtests/bench-strcspn-ifunc.c: New file.
20016         * benchtests/bench-strcspn.c: New file.
20017         * benchtests/bench-strlen-ifunc.c: New file.
20018         * benchtests/bench-strlen.c: New file.
20019         * benchtests/bench-strncasecmp-ifunc.c: New file.
20020         * benchtests/bench-strncasecmp.c: New file.
20021         * benchtests/bench-strncat-ifunc.c: New file.
20022         * benchtests/bench-strncat.c: New file.
20023         * benchtests/bench-strncmp-ifunc.c: New file.
20024         * benchtests/bench-strncmp.c: New file.
20025         * benchtests/bench-strncpy-ifunc.c: New file.
20026         * benchtests/bench-strncpy.c: New file.
20027         * benchtests/bench-strnlen-ifunc.c: New file.
20028         * benchtests/bench-strnlen.c: New file.
20029         * benchtests/bench-strpbrk-ifunc.c: New file.
20030         * benchtests/bench-strpbrk.c: New file.
20031         * benchtests/bench-strrchr-ifunc.c: New file.
20032         * benchtests/bench-strrchr.c: New file.
20033         * benchtests/bench-strspn-ifunc.c: New file.
20034         * benchtests/bench-strspn.c: New file.
20035         * benchtests/bench-strstr-ifunc.c: New file.
20036         * benchtests/bench-strstr.c: New file.
20038         * benchtests/Makefile: Disable parallel execution of targets.
20039         (string-bench): Add memcpy.
20040         (benchset): New variable to store a list of benchmark sets.
20041         (bench-func): Renamed from bench.
20042         (bench-set): New target.
20043         (bench): Depend on bench-func and bench-set.
20044         * benchtests/README: Add section on benchmark sets.
20045         * benchtests/bench-memcpy-ifunc.c: New file.
20046         * benchtests/bench-memcpy.c: New file.
20047         * benchtests/bench-string.h: New file.
20049 2013-06-11  Andreas Schwab  <schwab@suse.de>
20051         [BZ #15577]
20052         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
20053         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
20054         values in the triple.
20055         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
20056         terminator in the group key.
20058 2013-06-11  Andreas Jaeger  <aj@suse.de>
20060         * po/zh_TW.po: Update Chinese (traditional) translation from
20061         translation project.
20063 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20065         * include/time.h (__clock_gettime): Add libc_hidden_proto.
20066         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
20067         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
20068         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
20069         (clock_getcpuclockid): Likewise.
20070         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
20071         Add weak_alias and libc_hidden_def.
20072         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
20073         * rt/clock_gettime.c (clock_gettime): Rename to
20074         __clock_gettime.  Add weak_alias and libc_hidden_def.
20075         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
20076         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
20077         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
20078         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
20079         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
20080         Likewise.
20081         * rt/clock_settime.c (clock_settime): Rename to
20082         __clock_settime.  Add weak_alias and libc_hidden_def.
20083         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
20085 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
20087         * mach/err_boot.sub: Remove trailing whitespace.
20088         * mach/err_ipc.sub: Likewise.
20089         * mach/err_mach.sub: Likewise.
20091         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
20092         (ROUNDING_TESTS_double): Likewise.
20093         (ROUNDING_TESTS_long_double): Likewise.
20094         (ROUNDING_TESTS): Likewise.
20095         * math/libm-test.inc: Include <math-tests.h>.
20096         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
20097         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20098         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20099         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20101 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20103         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
20104         of assigning.
20106 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
20108         * sysdeps/gnu/errlist.awk: Do not generate space at end of
20109         otherwise empty TRANS lines.
20110         * sysdeps/gnu/errlist.c: Regenerated.
20112         * catgets/gencat.c (error_print): Use (void) in function
20113         definition.
20114         * crypt/crypt_util.c (__init_des): Likewise.
20115         * crypt/speeds.c (Stop): Likewise.
20116         (main): Likewise.
20117         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
20118         * inet/ruserpass.c (token): Likewise.
20119         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
20120         * intl/localealias.c (extend_alias_table): Likewise.
20121         * intl/plural-exp.c (init_germanic_plural): Likewise.
20122         * libio/fcloseall.c (__fcloseall): Likewise.
20123         * libio/genops.c (_IO_flush_all): Likewise.
20124         (_IO_flush_all_linebuffered): Likewise.
20125         (_IO_cleanup): Likewise.
20126         (_IO_iter_begin): Likewise.
20127         (_IO_iter_end): Likewise.
20128         (_IO_list_lock): Likewise.
20129         (_IO_list_unlock): Likewise.
20130         (_IO_list_resetlock): Likewise.
20131         * libio/getchar.c (getchar): Likewise.
20132         * libio/getchar_u.c (getchar_unlocked): Likewise.
20133         * libio/getwchar.c (getwchar): Likewise.
20134         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
20135         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
20136         * login/getpt.c (__getpt): Likewise.
20137         * login/tst-utmp.c (main): Likewise.
20138         * malloc/hooks.c (__malloc_check_init): Likewise.
20139         * malloc/malloc.c (__malloc_stats): Likewise.
20140         * malloc/mtrace.c (tr_break): Likewise.
20141         (mtrace): Likewise.
20142         (muntrace): Likewise.
20143         * misc/fstab.c (endfsent): Likewise.
20144         * misc/getclktck.c (__getclktck): Likewise.
20145         * misc/getdtsz.c (__getdtablesize): Likewise.
20146         * misc/gethostid.c (gethostid): Likewise.
20147         * misc/getpagesize.c (__getpagesize): Likewise.
20148         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
20149         (__get_nprocs): Likewise.
20150         (__get_phys_pages): Likewise.
20151         (__get_avphys_pages): Likewise.
20152         * misc/getttyent.c (getttyent): Likewise.
20153         (setttyent): Likewise.
20154         (endttyent): Likewise.
20155         * misc/getusershell.c (getusershell): Likewise.
20156         (endusershell): Likewise.
20157         (setusershell): Likewise.
20158         (initshells): Likewise.
20159         * misc/hsearch.c (__hdestroy): Likewise.
20160         * misc/sync.c (sync): Likewise.
20161         * misc/syslog.c (closelog_internal): Likewise.
20162         (closelog): Likewise.
20163         * misc/ttyslot.c (ttyslot): Likewise.
20164         * misc/vhangup.c (vhangup): Likewise.
20165         * posix/fork.c (__fork): Likewise.
20166         * posix/getegid.c (__getegid): Likewise.
20167         * posix/geteuid.c (__geteuid): Likewise.
20168         * posix/getgid.c (__getgid): Likewise.
20169         * posix/getpid.c (__getpid): Likewise.
20170         * posix/getppid.c (__getppid): Likewise.
20171         * posix/getuid.c (__getuid): Likewise.
20172         * posix/pause.c (pause): Likewise.
20173         * posix/setpgrp.c (setpgrp): Likewise.
20174         * posix/setsid.c (__setsid): Likewise.
20175         * posix/test-vfork.c (noop): Likewise.
20176         * resolv/gethnamaddr.c (_endhtent): Likewise.
20177         (_gethtent): Likewise.
20178         (ht_endhostent): Likewise.
20179         (gethostent): Likewise.
20180         (dns_service): Likewise.
20181         * stdlib/drand48.c (drand48): Likewise.
20182         * stdlib/lrand48.c (lrand48): Likewise.
20183         * stdlib/mrand48.c (mrand48): Likewise.
20184         * stdlib/rand.c (rand): Likewise.
20185         * stdlib/random.c (__random): Likewise.
20186         * stdlib/setenv.c (clearenv): Likewise.
20187         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
20188         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
20189         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
20190         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
20191         (__get_nprocs): Likewise.
20192         (__get_phys_pages): Likewise.
20193         (__get_avphys_pages): Likewise.
20194         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
20195         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
20196         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
20197         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
20198         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
20199         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
20200         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
20201         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
20202         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
20203         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
20204         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
20205         * sysdeps/mach/hurd/sync.c (sync): Likewise.
20206         * sysdeps/posix/clock.c (clock): Likewise.
20207         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
20208         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
20209         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
20210         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
20211         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20212         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20213         (__get_nprocs_conf): Likewise.
20214         (__get_phys_pages): Likewise.
20215         (__get_avphys_pages): Likewise.
20216         * time/clock.c (clock): Likewise.
20217         * time/tzset.c (__tzname_max): Likewise.
20219 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
20221         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20222         (__bswap_32): Do not use "register".
20223         * crypt/crypt.c (_ufc_doit_r): Likewise.
20224         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20225         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20226         * gmon/gmon.c (__monstartup): Likewise.
20227         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20228         * hurd/hurdmalloc.c (more_memory): Likewise.
20229         (malloc): Likewise.
20230         (free): Likewise.
20231         (realloc): Likewise.
20232         (malloc_fork_prepare): Likewise.
20233         (malloc_fork_parent): Likewise.
20234         (malloc_fork_child): Likewise.
20235         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20236         (_svcauth_des): Likewise.
20237         * inet/inet_lnaof.c (inet_lnaof): Likewise.
20238         * inet/inet_net.c (inet_network): Likewise.
20239         * inet/inet_netof.c (inet_netof): Likewise.
20240         * inet/rcmd.c (__validuser2_sa): Likewise.
20241         * io/fts.c (fts_open): Likewise.
20242         (fts_load): Likewise.
20243         (fts_close): Likewise.
20244         (fts_read): Likewise.
20245         (fts_children): Likewise.
20246         (fts_build): Likewise.
20247         (fts_stat): Likewise.
20248         (fts_sort): Likewise.
20249         (fts_alloc): Likewise.
20250         (fts_lfree): Likewise.
20251         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20252         (_IO_file_xsgetn): Likewise.
20253         (_IO_file_xsgetn_mmap): Likewise.
20254         * libio/iofopncook.c (_IO_cookie_read): Likewise.
20255         (_IO_cookie_write): Likewise.
20256         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20257         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20258         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20259         * malloc/obstack.c (_obstack_begin): Likewise.
20260         (_obstack_begin_1): Likewise.
20261         (_obstack_newchunk): Likewise.
20262         (_obstack_allocated_p): Likewise.
20263         (obstack_free): Likewise.
20264         (_obstack_memory_used): Likewise.
20265         * misc/getttyent.c (getttynam): Likewise.
20266         (getttyent): Likewise.
20267         (skip): Likewise.
20268         (value): Likewise.
20269         * misc/getusershell.c (initshells): Likewise.
20270         * misc/syslog.c (__vsyslog_chk): Likewise.
20271         * misc/ttyslot.c (ttyslot): Likewise.
20272         * nis/nis_hash.c (__nis_hash): Likewise.
20273         * posix/fnmatch_loop.c (FCT): Likewise.
20274         * posix/getconf.c (print_all): Likewise.
20275         (main): Likewise.
20276         * posix/getopt.c (exchange): Likewise.
20277         * posix/glob.c (globfree): Likewise.
20278         (prefix_array): Likewise.
20279         (__glob_pattern_type): Likewise.
20280         * resolv/arpa/nameser.h (NS_GET16): Likewise.
20281         (NS_GET32): Likewise.
20282         (NS_PUT16): Likewise.
20283         (NS_PUT32): Likewise.
20284         * resolv/gethnamaddr.c (getanswer): Likewise.
20285         (gethostbyname2): Likewise.
20286         (gethostbyaddr): Likewise.
20287         (_gethtent): Likewise.
20288         (_gethtbyname2): Likewise.
20289         (_gethtbyaddr): Likewise.
20290         * resolv/ns_print.c (dst_s_get_int16): Likewise.
20291         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20292         * resolv/res_init.c (__res_vinit): Likewise.
20293         (net_mask): Likewise.
20294         * resolv/res_mkquery.c (outchar): Likewise.
20295         (PRINT): Likewise.
20296         * stdio-common/printf_fp.c (outchar): Likewise.
20297         (PRINT): Likewise.
20298         * stdio-common/printf_fphex.c (outchar): Likewise.
20299         (PRINT): Likewise.
20300         * stdio-common/printf_size.c (outchar): Likewise.
20301         (PRINT): Likewise.
20302         * stdio-common/test_rdwr.c (main): Likewise.
20303         * stdio-common/tfformat.c (matches): Likewise.
20304         * stdio-common/vfprintf.c (outchar): Likewise.
20305         (printf_unknown): Likewise.
20306         (buffered_vfprintf): Likewise.
20307         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20308         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20309         (ReadFile): Likewise.
20310         * stdlib/qsort.c (SWAP): Likewise.
20311         (_quicksort): Likewise.
20312         * stdlib/setenv.c (__add_to_environ): Likewise.
20313         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20314         * stdlib/strtol_l.c (__strtol_l): Likewise.
20315         * stdlib/tst-strtod.c (main): Likewise.
20316         * stdlib/tst-strtol.c (main): Likewise.
20317         * stdlib/tst-strtoll.c (main): Likewise.
20318         * string/bits/string2.h (__strcmp_cc): Likewise.
20319         (__strcmp_cg): Likewise.
20320         (__strcspn_c1): Likewise.
20321         (__strcspn_c2): Likewise.
20322         (__strcspn_c3): Likewise.
20323         (__strspn_c1): Likewise.
20324         (__strspn_c2): Likewise.
20325         (__strspn_c3): Likewise.
20326         (__strsep_1c): Likewise.
20327         (__strsep_2c): Likewise.
20328         (__strsep_3c): Likewise.
20329         * string/memccpy.c (__memccpy): Likewise.
20330         * string/stpcpy.c (__stpcpy): Likewise.
20331         * string/strcmp.c (strcmp): Likewise.
20332         * string/strrchr.c (strrchr): Likewise.
20333         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20334         Likewise.
20335         * sysdeps/mach/hurd/getcwd.c
20336         (_hurd_canonicalize_directory_name_internal): Likewise.
20337         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20338         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20339         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20340         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20341         Likewise, in both definitions.
20342         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20343         definitions.
20344         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20345         64] (__bswap_64): Likewise.
20346         * time/test_time.c (main): Likewise.
20347         * time/tzfile.c (__tzfile_read): Likewise.
20348         (__tzfile_compute): Likewise.
20349         * time/tzset.c (__tzset_parse_tz): Likewise.
20350         (tzset_internal): Likewise.
20351         (compute_change): Likewise.
20352         * wcsmbs/wcscat.c (__wcscat): Likewise.
20353         * wcsmbs/wcschr.c (wcschr): Likewise.
20354         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20355         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20356         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20357         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20358         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20359         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20360         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20361         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20362         * wcsmbs/wmemset.c (wmemset): Likewise.
20364 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20366         * scripts/config.guess: Update to version 2013-05-16.
20367         * scripts/config.sub: Update to version 2013-04-24.
20368         * scripts/install-sh: Update to version 2011-11-20.07.
20369         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20370         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20372 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20374         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20375         * elf/sln.c: Likewise.
20376         * hurd/hurd/ioctl.h: Likewise.
20377         * hurd/hurdmalloc.c: Likewise.
20378         * hurd/xattr.c: Likewise.
20379         * include/shlib-compat.h: Likewise.
20380         * inet/ruserpass.c: Likewise.
20381         * libio/iofgets_u.c: Likewise.
20382         * libio/iofgetws_u.c: Likewise.
20383         * locale/programs/ld-identification.c: Likewise.
20384         * locale/programs/ld-time.c: Likewise.
20385         * mach/msg-destroy.c: Likewise.
20386         * nss/nss_files/files-netgrp.c: Likewise.
20387         * resolv/res_data.c: Likewise.
20388         * soft-fp/op-1.h: Likewise.
20389         * soft-fp/op-2.h: Likewise.
20390         * soft-fp/op-4.h: Likewise.
20391         * soft-fp/op-common.h: Likewise.
20392         * stdio-common/printf_fphex.c: Likewise.
20393         * stdlib/strtod_l.c: Likewise.
20394         * sunrpc/rpc/clnt.h: Likewise.
20395         * sysdeps/generic/framestate.c: Likewise.
20396         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20397         * sysdeps/i386/bsd-setjmp.S: Likewise.
20398         * sysdeps/i386/__longjmp.S: Likewise.
20399         * sysdeps/i386/setjmp.S: Likewise.
20400         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20401         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20402         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20403         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20404         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20405         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20406         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20407         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20408         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20409         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20410         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20411         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20412         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20413         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20414         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20415         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20416         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20417         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20418         * sysdeps/ieee754/support.c: Likewise.
20419         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20420         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20421         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20422         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20423         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20424         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20425         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20426         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20427         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20428         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20429         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20430         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20431         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20432         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20433         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20434         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20435         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20438 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20440         * posix/transbug.c: Remove executable mode.
20442 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20444         * crypt/speeds.c: Remove trailing whitespace.
20445         * dlfcn/default.c: Likewise.
20446         * elf/ifuncdep2.c: Likewise.
20447         * elf/ifuncmain1.c: Likewise.
20448         * elf/ifuncmain1vis.c: Likewise.
20449         * elf/testobj.h: Likewise.
20450         * elf/tst-stackguard1.c: Likewise.
20451         * gmon/sys/gmon.h: Likewise.
20452         * hurd/hurdmsg.c: Likewise.
20453         * hurd/new-fd.c: Likewise.
20454         * hurd/ports-get.c: Likewise.
20455         * iconvdata/ibm1008_420.c: Likewise.
20456         * inet/tst-getni1.c: Likewise.
20457         * inet/tst-getni2.c: Likewise.
20458         * libio/ioungetc.c: Likewise.
20459         * libio/wfiledoalloc.c: Likewise.
20460         * manual/libm-err-tab.pl: Likewise.
20461         * math/w_dremf.c: Likewise.
20462         * misc/ftruncate.c: Likewise.
20463         * posix/bug-glob2.c: Likewise.
20464         * posix/tst-pcre.c: Likewise.
20465         * posix/wait4.c: Likewise.
20466         * resolv/README: Likewise.
20467         * resolv/res_debug.h: Likewise.
20468         * resolv/tst-inet_ntop.c: Likewise.
20469         * setjmp/bug269-setjmp.c: Likewise.
20470         * soft-fp/extended.h: Likewise.
20471         * soft-fp/op-1.h: Likewise.
20472         * soft-fp/op-2.h: Likewise.
20473         * soft-fp/op-4.h: Likewise.
20474         * soft-fp/op-8.h: Likewise.
20475         * soft-fp/testit.c: Likewise.
20476         * stdio-common/bug16.c: Likewise.
20477         * stdlib/random.c: Likewise.
20478         * sunrpc/rpcsvc/rquota.x: Likewise.
20479         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20480         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20481         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20482         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20483         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20484         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20485         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20486         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20487         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20488         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20489         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20490         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20491         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20492         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20493         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20494         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20495         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20496         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20497         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20498         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20499         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20500         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20501         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20502         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20503         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20504         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20505         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20506         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20507         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20508         * sysdeps/ieee754/s_lib_version.c: Likewise.
20509         * sysdeps/mach/hurd/check_fds.c: Likewise.
20510         * sysdeps/mach/hurd/getsockname.c: Likewise.
20511         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20512         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20513         * sysdeps/powerpc/bits/link.h: Likewise.
20514         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20515         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20516         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20517         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20518         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20519         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20520         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20521         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20522         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20523         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20524         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20525         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20526         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20527         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20528         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20529         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20530         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20531         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20532         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20533         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20534         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20535         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20536         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20537         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20538         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20539         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20540         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20541         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20542         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20543         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20544         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20545         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20546         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20547         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20548         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20549         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20550         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20551         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20552         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20553         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20554         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20555         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20556         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20557         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20558         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20559         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20560         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20561         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20562         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20563         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20564         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20565         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20566         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20567         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20568         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20569         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20570         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20571         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20572         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20573         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20574         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20575         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20576         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20577         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20578         * sysdeps/powerpc/sysdep.h: Likewise.
20579         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20580         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20581         * sysdeps/sh/dl-trampoline.S: Likewise.
20582         * sysdeps/sh/memset.S: Likewise.
20583         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20584         * sysdeps/sh/strlen.S: Likewise.
20585         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20586         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20587         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20588         * sysdeps/sparc/sparc32/rem.S: Likewise.
20589         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20590         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20591         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20592         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20593         * sysdeps/sparc/sparc32/urem.S: Likewise.
20594         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20595         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20596         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20597         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20598         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20599         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20600         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20601         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20602         * sysdeps/unix/bsd/times.c: Likewise.
20603         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20604         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20608         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20609         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20610         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20611         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20612         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20613         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20614         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20615         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20616         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20617         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20618         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20619         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20620         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20621         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20622         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20623         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20624         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20625         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20626         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20627         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20628         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20629         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20630         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20631         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20632         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20633         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20634         * sysdeps/x86_64/strcspn.S: Likewise.
20636 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20638         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20639         generated file.  Regenerate properly from gen-translit.pl.
20640         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20641         locale/C-translit.h.
20643 2013-06-05  Andreas Schwab  <schwab@suse.de>
20645         [BZ #15100]
20646         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20647         week as 6 instead of -1.
20648         * time/tst-strptime.c (day_tests): Add test case.
20650 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20652         * sysdeps/generic/math_private.h
20653         (libc_feholdexcept_setround_53bit): Replace with
20654         libc_feholdsetround_53bit.
20655         (libc_feupdateenv_53bit): Replace with
20656         libc_feresetround_53bit.
20657         (SET_RESTORE_ROUND_53BIT): Adjust.
20659 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20661         * string/test-strchrnul.c: Add copyright header.
20663         * posix/tst-getaddrinfo4.c: Increase test timeout.
20665 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20667         [BZ #15536]
20668         * math/libm-test.inc (MAX_EXP): Remove
20669         (MIN_EXP): Define.
20670         (ulp): Use MIN_EXP - MANT_DIG.
20671         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20673 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20675         * po/be.po: Revert last change.
20676         * po/zh_CN.po: Likewise.
20677         * po/header.pot: Likewise.
20679 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20681         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20682         link-libc-deps to empty as target-specific variable.
20683         * Makerules (link-libc-args): New variable.
20684         (libc-for-link): Likewise.
20685         (link-libc-deps): Likewise.
20686         (lib%.so): Depend on $(link-libc-deps).  Link with
20687         $(link-libc-args).
20688         (build-module): Link with $(link-libc-args).
20689         (build-module-asneeded): Likewise.
20690         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20691         list of objects.
20692         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20693         target-specific variable.
20694         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20695         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20696         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20697         libc.
20698         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20699         libc and ld.so.
20700         ($(objpfx)libpcprofile.so): Likewise.
20701         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20702         libc_nonshared.a.
20703         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20704         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20705         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20706         $(link-libc-deps).
20707         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20708         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20709         * login/Makefile ($(objpfx)libutil.so): Likewise.
20710         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20711         * math/Makefile ($(objpfx)libm.so): Likewise.
20712         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20713         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20714         variable instead of depending directly on libc.
20715         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20716         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20717         $(link-libc-deps).
20718         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20719         libc.
20720         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20721         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20722         ($(objpfx)libanl.so): Likewise.
20723         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20724         ld.so.
20725         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20726         $(link-libc-deps).
20727         * sysdeps/i386/fpu/Makefile: Remove file.
20728         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20729         ($(objpfx)libm.so): Remove dependency on ld.so.
20731 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20733         [BZ # 15553]
20734         * nis/yp_xdr.c (XDRMAXNAME): Define.
20735         (XDRMAXRECORD): Define.
20736         (xdr_domainname): Use XDRMAXNAME.
20737         (xdr_mapname): Likewise.
20738         (xdr_peername): Likewise.
20739         (xdr_keydat): Use XDRMAXRECORD.
20740         (xdr_valdat): Likewise.
20742 2013-05-30  Jeff Law  <law@redhat.com>
20744         [BZ #14256]
20745         * manual/errno.texi (ESTALE): Update to account for more than
20746         just NFS file systems.
20747         * sysdeps/gnu/errlist.c: Regenerated.
20749 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20751         [BZ #15465]
20752         * elf/Makefile (tests): Add tst-null-argv.
20753         (modules-names):  Add tst-null-argv-lib.
20754         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20755         (tst-null-argv-ENV): Set environment for tst-null-argv.
20756         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20757         (RTLD_PROGNAME): New macro.
20758         * elf/tst-null-argv.c: New test case.
20759         * elf/tst-null-argv-lib.c: Library for test case.
20760         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20761         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20762         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20763         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20764         * elf/dl-init.c (call_init): Likewise.
20765         (_dl_init): Likewise.
20766         * elf/dl-load.c (print_search_path): Likewise.
20767         (_dl_map_object): Likewise.
20768         * elf/dl-lookup.c (do_lookup_x): Likewise.
20769         (add_dependency): Likewise.
20770         (_dl_lookup_symbol_x): Likewise.
20771         (_dl_debug_bindings): Likewise.
20772         * elf/dl-open.c (_dl_show_scope): Likewise.
20773         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20774         * elf/dl-version.c (match_symbol): Likewise.
20775         (_dl_check_map_versions): Likewise.
20776         * elf/rtld.c (dl_main): Likewise.
20777         (print_unresolved): Use RTLD_PROGNAME.
20778         (print_missing_version): Likewise.
20779         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20780         (elf_machine_rela): Likewise.
20781         * sysdeps/powerpc/powerpc32/dl-machine.c
20782         (__process_machine_rela): Likewise.
20783         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20784         Likewise.
20785         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20786         Likewise.
20787         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20788         Likewise.
20789         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20790         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20791         Likewise.
20792         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20793         Likewise.
20794         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20796 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20798         * po/be.po: Add descriptive title.
20799         * po/zh_CN.po: Likewise.
20800         * po/header.pot: Likewise.
20802 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20804         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20805         error message.
20806         (enlarge_archive): Likewise.
20808 2013-05-28  Ben North  <ben@redfrontdoor.org>
20810         * manual/arith.texi (frexp): It is the magnitude of the return
20811         value which lies in [0.5, 1), not the return value itself.
20813 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20815         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20817 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20819         * stdio-common/bug26.c (main): Correct fscanf template.
20821         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20822         declare _dl_skip_args.
20824         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20825         Don't declare.
20827         * manual/platform.texi: Add missing @end deftypefun.
20829 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20831         [BZ #15529]
20832         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20833         bit of mantissa of 2^16382.
20834         * math/libm-test.inc (hypot_test_data): Add more tests.
20836         * math/libm-test.inc: Add drem and pow10 to list of tested
20837         functions.
20838         (pow10_test): New function.
20839         (drem_test): Likewise.
20840         (drem_test_tonearest): Likewise.
20841         (drem_test_towardzero): Likewise.
20842         (drem_test_downward): Likewise.
20843         (drem_test_upward): Likewise.
20844         (main): Call the new functions.
20846         * math/libm-test.inc (finite_test_data): Remove.
20847         (finite_test): Run tests from isfinite_test_data.
20848         (gamma_test_data): Remove.
20849         (gamma_test): Run tests from lgamma_test_data.
20850         * sysdeps/i386/fpu/libm-test-ulps: Update.
20851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20853 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20855         * manual/platform.texi: Add PowerPC PPR function set documentation.
20856         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20857         implementation.
20859 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20861         * math/libm-test.inc (MAX_EXP): Define.
20862         (ULPDIFF): Define.
20863         (ulp): New function.
20864         (check_float_internal): Use ULPDIFF.
20865         (cpow_test): Disable failing test.
20866         (check_ulp): Test ulp() implemetnation.
20867         (main): Call check_ulp before starting tests.
20869 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20871         * math/gen-libm-test.pl (generate_testfile): Do not handle
20872         START_DATA and END_DATA.
20873         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20874         END_DATA.
20875         (acos_tonearest_test_data): Likewise.
20876         (acos_towardzero_test_data): Likewise.
20877         (acos_downward_test_data): Likewise.
20878         (acos_upward_test_data): Likewise.
20879         (acosh_test_data): Likewise.
20880         (asin_test_data): Likewise.
20881         (asin_tonearest_test_data): Likewise.
20882         (asin_towardzero_test_data): Likewise.
20883         (asin_downward_test_data): Likewise.
20884         (asin_upward_test_data): Likewise.
20885         (asinh_test_data): Likewise.
20886         (atan_test_data): Likewise.
20887         (atanh_test_data): Likewise.
20888         (atan2_test_data): Likewise.
20889         (cabs_test_data): Likewise.
20890         (cacos_test_data): Likewise.
20891         (cacosh_test_data): Likewise.
20892         (carg_test_data): Likewise.
20893         (casin_test_data): Likewise.
20894         (casinh_test_data): Likewise.
20895         (catan_test_data): Likewise.
20896         (catanh_test_data): Likewise.
20897         (cbrt_test_data): Likewise.
20898         (ccos_test_data): Likewise.
20899         (ccosh_test_data): Likewise.
20900         (ceil_test_data): Likewise.
20901         (cexp_test_data): Likewise.
20902         (cimag_test_data): Likewise.
20903         (clog_test_data): Likewise.
20904         (clog10_test_data): Likewise.
20905         (conj_test_data): Likewise.
20906         (copysign_test_data): Likewise.
20907         (cos_test_data): Likewise.
20908         (cos_tonearest_test_data): Likewise.
20909         (cos_towardzero_test_data): Likewise.
20910         (cos_downward_test_data): Likewise.
20911         (cos_upward_test_data): Likewise.
20912         (cosh_test_data): Likewise.
20913         (cosh_tonearest_test_data): Likewise.
20914         (cosh_towardzero_test_data): Likewise.
20915         (cosh_downward_test_data): Likewise.
20916         (cosh_upward_test_data): Likewise.
20917         (cpow_test_data): Likewise.
20918         (cproj_test_data): Likewise.
20919         (creal_test_data): Likewise.
20920         (csin_test_data): Likewise.
20921         (csinh_test_data): Likewise.
20922         (csqrt_test_data): Likewise.
20923         (ctan_test_data): Likewise.
20924         (ctan_tonearest_test_data): Likewise.
20925         (ctan_towardzero_test_data): Likewise.
20926         (ctan_downward_test_data): Likewise.
20927         (ctan_upward_test_data): Likewise.
20928         (ctanh_test_data): Likewise.
20929         (ctanh_tonearest_test_data): Likewise.
20930         (ctanh_towardzero_test_data): Likewise.
20931         (ctanh_downward_test_data): Likewise.
20932         (ctanh_upward_test_data): Likewise.
20933         (erf_test_data): Likewise.
20934         (erfc_test_data): Likewise.
20935         (exp_test_data): Likewise.
20936         (exp_tonearest_test_data): Likewise.
20937         (exp_towardzero_test_data): Likewise.
20938         (exp_downward_test_data): Likewise.
20939         (exp_upward_test_data): Likewise.
20940         (exp10_test_data): Likewise.
20941         (exp2_test_data): Likewise.
20942         (expm1_test_data): Likewise.
20943         (fabs_test_data): Likewise.
20944         (fdim_test_data): Likewise.
20945         (finite_test_data): Likewise.
20946         (floor_test_data): Likewise.
20947         (fma_test_data): Likewise.
20948         (fma_towardzero_test_data): Likewise.
20949         (fma_downward_test_data): Likewise.
20950         (fma_upward_test_data): Likewise.
20951         (fmax_test_data): Likewise.
20952         (fmin_test_data): Likewise.
20953         (fmod_test_data): Likewise.
20954         (fpclassify_test_data): Likewise.
20955         (frexp_test_data): Likewise.
20956         (gamma_test_data): Likewise.
20957         (hypot_test_data): Likewise.
20958         (ilogb_test_data): Likewise.
20959         (isfinite_test_data): Likewise.
20960         (isgreater_test_data): Likewise.
20961         (isgreaterequal_test_data): Likewise.
20962         (isinf_test_data): Likewise.
20963         (isless_test_data): Likewise.
20964         (islessequal_test_data): Likewise.
20965         (islessgreater_test_data): Likewise.
20966         (isnan_test_data): Likewise.
20967         (isnormal_test_data): Likewise.
20968         (issignaling_test_data): Likewise.
20969         (isunordered_test_data): Likewise.
20970         (j0_test_data): Likewise.
20971         (j1_test_data): Likewise.
20972         (jn_test_data): Likewise.
20973         (ldexp_test_data): Likewise.
20974         (lgamma_test_data): Likewise.
20975         (lrint_test_data): Likewise.
20976         (lrint_tonearest_test_data): Likewise.
20977         (lrint_towardzero_test_data): Likewise.
20978         (lrint_downward_test_data): Likewise.
20979         (lrint_upward_test_data): Likewise.
20980         (llrint_test_data): Likewise.
20981         (llrint_tonearest_test_data): Likewise.
20982         (llrint_towardzero_test_data): Likewise.
20983         (llrint_downward_test_data): Likewise.
20984         (llrint_upward_test_data): Likewise.
20985         (log_test_data): Likewise.
20986         (log10_test_data): Likewise.
20987         (log1p_test_data): Likewise.
20988         (log2_test_data): Likewise.
20989         (logb_test_data): Likewise.
20990         (logb_downward_test_data): Likewise.
20991         (lround_test_data): Likewise.
20992         (llround_test_data): Likewise.
20993         (modf_test_data): Likewise.
20994         (nearbyint_test_data): Likewise.
20995         (nextafter_test_data): Likewise.
20996         (nexttoward_test_data): Likewise.
20997         (pow_test_data): Likewise.
20998         (pow_tonearest_test_data): Likewise.
20999         (pow_towardzero_test_data): Likewise.
21000         (pow_downward_test_data): Likewise.
21001         (pow_upward_test_data): Likewise.
21002         (remainder_test_data): Likewise.
21003         (remainder_tonearest_test_data): Likewise.
21004         (remainder_towardzero_test_data): Likewise.
21005         (remainder_downward_test_data): Likewise.
21006         (remainder_upward_test_data): Likewise.
21007         (remquo_test_data): Likewise.
21008         (rint_test_data): Likewise.
21009         (rint_tonearest_test_data): Likewise.
21010         (rint_towardzero_test_data): Likewise.
21011         (rint_downward_test_data): Likewise.
21012         (rint_upward_test_data): Likewise.
21013         (round_test_data): Likewise.
21014         (scalb_test_data): Likewise.
21015         (scalbn_test_data): Likewise.
21016         (scalbln_test_data): Likewise.
21017         (signbit_test_data): Likewise.
21018         (sin_test_data): Likewise.
21019         (sin_tonearest_test_data): Likewise.
21020         (sin_towardzero_test_data): Likewise.
21021         (sin_downward_test_data): Likewise.
21022         (sin_upward_test_data): Likewise.
21023         (sincos_test_data): Likewise.
21024         (sinh_test_data): Likewise.
21025         (sinh_tonearest_test_data): Likewise.
21026         (sinh_towardzero_test_data): Likewise.
21027         (sinh_downward_test_data): Likewise.
21028         (sinh_upward_test_data): Likewise.
21029         (sqrt_test_data): Likewise.
21030         (tan_test_data): Likewise.
21031         (tan_tonearest_test_data): Likewise.
21032         (tan_towardzero_test_data): Likewise.
21033         (tan_downward_test_data): Likewise.
21034         (tan_upward_test_data): Likewise.
21035         (tanh_test_data): Likewise.
21036         (tgamma_test_data): Likewise.
21037         (trunc_test_data): Likewise.
21038         (y0_test_data): Likewise.
21039         (y1_test_data): Likewise.
21040         (yn_test_data): Likewise.
21041         (significand_test_data): Likewise.
21043         * math/gen-libm-test.pl (@functions): Remove variable.
21044         (generate_testfile): Don't handle START and END lines.
21045         * math/libm-test.inc (START): New macro.
21046         (END): Likewise.
21047         (END_COMPLEX): Likewise.
21048         (acos_test): Use END macro without arguments.
21049         (acos_test_tonearest): Likewise.
21050         (acos_test_towardzero): Likewise.
21051         (acos_test_downward): Likewise.
21052         (acos_test_upward): Likewise.
21053         (acosh_test): Likewise.
21054         (asin_test): Likewise.
21055         (asin_test_tonearest): Likewise.
21056         (asin_test_towardzero): Likewise.
21057         (asin_test_downward): Likewise.
21058         (asin_test_upward): Likewise.
21059         (asinh_test): Likewise.
21060         (atan_test): Likewise.
21061         (atanh_test): Likewise.
21062         (atan2_test): Likewise.
21063         (cabs_test): Likewise.
21064         (cacos_test): Use END_COMPLEX macro without arguments.
21065         (cacosh_test): Likewise.
21066         (carg_test): Use END macro without arguments.
21067         (casin_test): Use END_COMPLEX macro without arguments.
21068         (casinh_test): Likewise.
21069         (catan_test): Likewise.
21070         (catanh_test): Likewise.
21071         (cbrt_test): Use END macro without arguments.
21072         (ccos_test): Use END_COMPLEX macro without arguments.
21073         (ccosh_test): Likewise.
21074         (ceil_test): Use END macro without arguments.
21075         (cexp_test): Use END_COMPLEX macro without arguments.
21076         (cimag_test): Use END macro without arguments.
21077         (clog_test): Use END_COMPLEX macro without arguments.
21078         (clog10_test): Likewise.
21079         (conj_test): Likewise.
21080         (copysign_test): Use END macro without arguments.
21081         (cos_test): Likewise.
21082         (cos_test_tonearest): Likewise.
21083         (cos_test_towardzero): Likewise.
21084         (cos_test_downward): Likewise.
21085         (cos_test_upward): Likewise.
21086         (cosh_test): Likewise.
21087         (cosh_test_tonearest): Likewise.
21088         (cosh_test_towardzero): Likewise.
21089         (cosh_test_downward): Likewise.
21090         (cosh_test_upward): Likewise.
21091         (cpow_test): Use END_COMPLEX macro without arguments.
21092         (cproj_test): Likewise.
21093         (creal_test): Use END macro without arguments.
21094         (csin_test): Use END_COMPLEX macro without arguments.
21095         (csinh_test): Likewise.
21096         (csqrt_test): Likewise.
21097         (ctan_test): Likewise.
21098         (ctan_test_tonearest): Likewise.
21099         (ctan_test_towardzero): Likewise.
21100         (ctan_test_downward): Likewise.
21101         (ctan_test_upward): Likewise.
21102         (ctanh_test): Likewise.
21103         (ctanh_test_tonearest): Likewise.
21104         (ctanh_test_towardzero): Likewise.
21105         (ctanh_test_downward): Likewise.
21106         (ctanh_test_upward): Likewise.
21107         (erf_test): Use END macro without arguments.
21108         (erfc_test): Likewise.
21109         (exp_test): Likewise.
21110         (exp_test_tonearest): Likewise.
21111         (exp_test_towardzero): Likewise.
21112         (exp_test_downward): Likewise.
21113         (exp_test_upward): Likewise.
21114         (exp10_test): Likewise.
21115         (exp2_test): Likewise.
21116         (expm1_test): Likewise.
21117         (fabs_test): Likewise.
21118         (fdim_test): Likewise.
21119         (finite_test): Likewise.
21120         (floor_test): Likewise.
21121         (fma_test): Likewise.
21122         (fma_test_towardzero): Likewise.
21123         (fma_test_downward): Likewise.
21124         (fma_test_upward): Likewise.
21125         (fmax_test): Likewise.
21126         (fmin_test): Likewise.
21127         (fmod_test): Likewise.
21128         (fpclassify_test): Likewise.
21129         (frexp_test): Likewise.
21130         (gamma_test): Likewise.
21131         (hypot_test): Likewise.
21132         (ilogb_test): Likewise.
21133         (isfinite_test): Likewise.
21134         (isgreater_test): Likewise.
21135         (isgreaterequal_test): Likewise.
21136         (isinf_test): Likewise.
21137         (isless_test): Likewise.
21138         (islessequal_test): Likewise.
21139         (islessgreater_test): Likewise.
21140         (isnan_test): Likewise.
21141         (isnormal_test): Likewise.
21142         (issignaling_test): Likewise.
21143         (isunordered_test): Likewise.
21144         (j0_test): Likewise.
21145         (j1_test): Likewise.
21146         (jn_test): Likewise.
21147         (ldexp_test): Likewise.
21148         (lgamma_test): Likewise.
21149         (lrint_test): Likewise.
21150         (lrint_test_tonearest): Likewise.
21151         (lrint_test_towardzero): Likewise.
21152         (lrint_test_downward): Likewise.
21153         (lrint_test_upward): Likewise.
21154         (llrint_test): Likewise.
21155         (llrint_test_tonearest): Likewise.
21156         (llrint_test_towardzero): Likewise.
21157         (llrint_test_downward): Likewise.
21158         (llrint_test_upward): Likewise.
21159         (log_test): Likewise.
21160         (log10_test): Likewise.
21161         (log1p_test): Likewise.
21162         (log2_test): Likewise.
21163         (logb_test): Likewise.
21164         (logb_test_downward): Likewise.
21165         (lround_test): Likewise.
21166         (llround_test): Likewise.
21167         (modf_test): Likewise.
21168         (nearbyint_test): Likewise.
21169         (nextafter_test): Likewise.
21170         (nexttoward_test): Likewise.
21171         (pow_test): Likewise.
21172         (pow_test_tonearest): Likewise.
21173         (pow_test_towardzero): Likewise.
21174         (pow_test_downward): Likewise.
21175         (pow_test_upward): Likewise.
21176         (remainder_test): Likewise.
21177         (remainder_test_tonearest): Likewise.
21178         (remainder_test_towardzero): Likewise.
21179         (remainder_test_downward): Likewise.
21180         (remainder_test_upward): Likewise.
21181         (remquo_test): Likewise.
21182         (rint_test): Likewise.
21183         (rint_test_tonearest): Likewise.
21184         (rint_test_towardzero): Likewise.
21185         (rint_test_downward): Likewise.
21186         (rint_test_upward): Likewise.
21187         (round_test): Likewise.
21188         (scalb_test): Likewise.
21189         (scalbn_test): Likewise.
21190         (scalbln_test): Likewise.
21191         (signbit_test): Likewise.
21192         (sin_test): Likewise.
21193         (sin_test_tonearest): Likewise.
21194         (sin_test_towardzero): Likewise.
21195         (sin_test_downward): Likewise.
21196         (sin_test_upward): Likewise.
21197         (sincos_test): Likewise.
21198         (sinh_test): Likewise.
21199         (sinh_test_tonearest): Likewise.
21200         (sinh_test_towardzero): Likewise.
21201         (sinh_test_downward): Likewise.
21202         (sinh_test_upward): Likewise.
21203         (sqrt_test): Likewise.
21204         (tan_test): Likewise.
21205         (tan_test_tonearest): Likewise.
21206         (tan_test_towardzero): Likewise.
21207         (tan_test_downward): Likewise.
21208         (tan_test_upward): Likewise.
21209         (tanh_test): Likewise.
21210         (tgamma_test): Likewise.
21211         (trunc_test): Likewise.
21212         (y0_test): Likewise.
21213         (y1_test): Likewise.
21214         (yn_test): Likewise.
21215         (significand_test): Likewise.
21217 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
21219         [BZ #15381]
21220         * libio/genops.c (_IO_no_init): Initialize wide struct info.
21222 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21224         [BZ #14894]
21225         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21226         __ppc_mdoio and __ppc_mdoom.
21227         * manual/platform.texi: Document new functions __ppc_yield,
21228         __ppc_mdoio and __ppc_mdoom.
21230 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
21232         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21233         (main): Mention "tls" pseudo-hwcap is legacy.
21234         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21236 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21238         * math/gen-libm-test.pl (parse_args): Output only string of
21239         arguments as text for test name, not full call or descriptions of
21240         tests for extra outputs.
21241         (generate_testfile): Do not pass function name to parse_args.
21242         Generate this_func variable from START.
21243         * math/libm-test.inc (struct test_f_f_data): Rename test_name
21244         field to arg_str.
21245         (struct test_ff_f_data): Likewise.
21246         (test_ff_f_data_nexttoward): Likewise.
21247         (struct test_fi_f_data): Likewise.
21248         (struct test_fl_f_data): Likewise.
21249         (struct test_if_f_data): Likewise.
21250         (struct test_fff_f_data): Likewise.
21251         (struct test_c_f_data): Likewise.
21252         (struct test_f_f1_data): Likewise.  Remove field extra_name.
21253         (struct test_fF_f1_data): Likewise.
21254         (struct test_ffI_f1_data): Likewise.
21255         (struct test_c_c_data): Rename test_name field to arg_str.
21256         (struct test_cc_c_data): Likewise.
21257         (struct test_f_i_data): Likewise.
21258         (struct test_ff_i_data): Likewise.
21259         (struct test_f_l_data): Likewise.
21260         (struct test_f_L_data): Likewise.
21261         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
21262         and extra2_name.
21263         (COMMON_TEST_SETUP): New macro.
21264         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21265         (COMMON_TEST_CLEANUP): Likewise.
21266         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21267         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
21268         macros.
21269         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21270         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
21271         macros.
21272         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21273         (RUN_TEST_fff_f): Take argument string.  Call new setup and
21274         cleanup macros.
21275         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21276         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
21277         macros.
21278         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21279         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
21280         macros.
21281         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21282         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
21283         cleanup macros.
21284         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21285         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
21286         cleanup macros.
21287         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21288         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
21289         cleanup macros.
21290         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21291         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
21292         macros.
21293         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21294         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
21295         macros.
21296         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21297         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
21298         macros.
21299         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21300         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21301         cleanup macros.
21302         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21303         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21304         cleanup macros.
21305         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21306         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21307         macros.
21308         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21309         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21310         cleanup macros.
21311         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21312         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21313         macros.
21314         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21315         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21316         macros.
21317         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21318         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21319         cleanup macros.
21320         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21322 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21324         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21325         to _sifields.sigfault.
21326         (si_addr_lsb): Define new macro.
21327         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21328         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21329         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21331 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21333         [BZ #15441]
21334         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21335         returns -1.
21336         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21337         null return -1.
21338         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21339         loading the domain.
21341 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21343         * math/gen-libm-test.pl (parse_args): Do not include expected
21344         result in test name.
21345         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21346         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21347         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21348         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21349         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21352 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21354         * benchtests/Makefile: Sort function entries.
21356         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21357         tanh, asinh, acosh, atanh.
21358         * benchtests/acos-inputs: New file.
21359         * benchtests/acosh-inputs: New file.
21360         * benchtests/asin-inputs: New file.
21361         * benchtests/asinh-inputs: New file.
21362         * benchtests/atanh-inputs: New file.
21363         * benchtests/cosh-inputs: New file.
21364         * benchtests/log-inputs: New file.
21365         * benchtests/sinh-inputs: New file.
21366         * benchtests/tanh-inputs: New file.
21368 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21370         [BZ #15339]
21371         * posix/tst-getaddrinfo4.c: New test.
21372         * posix/Makefile (tests): Add it.
21374 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21376         [BZ #15339]
21377         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21378         when no services were used.
21379         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21380         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21382 2013-05-21  Andreas Schwab  <schwab@suse.de>
21384         [BZ #15014]
21385         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21386         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21387         successful.
21388         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21389         redundant variable declarations and reallocation of buffer when
21390         parsing as IPv6 address.  Always set NSS status when called from
21391         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21392         buffer too small.  Correct computation of needed size.
21393         * nss/Makefile (tests): Add test-digits-dots.
21394         * nss/test-digits-dots.c: New test.
21396 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21398         * benchtests/Makefile: Remove instructions for adding
21399         benchmark tests.
21400         * benchtests/README: New file to explain how to execute and
21401         enhance the benchmark tests.
21403 2013-05-21  Andreas Schwab  <schwab@suse.de>
21405         [BZ #15493]
21406         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21407         * setjmp/tst-sigsetjmp.c: New test.
21409 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21411         * sysdeps/x86_64/memset.S (memset): New implementation.
21412         (__bzero): Likewise.
21413         (__memset_tail): New function.
21415 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21417         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21418         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21419         __memcpy_sse2_unaligned ifunc selection.
21420         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21421         Add memcpy-sse2-unaligned.S.
21422         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21423         Add: __memcpy_sse2_unaligned.
21425 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21427         [BZ #15490]
21428         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21429         math_force_eval before restoring floating-point envrionment.
21430         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21431         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21432         Likewise.
21433         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21434         <math_private.h>.
21435         (__nearbyintl): Use math_force_eval before restoring
21436         floating-point environment.
21437         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21439         * math/gen-libm-test.pl (special_functions): Remove.
21440         (parse_args): Don't handle TEST_extra.  Handle functions with no
21441         return value.
21442         * math/libm-test.inc (struct test_sincos_data): Replace with
21443         struct test_fFF_11_data.
21444         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21445         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21446         (sincos_test_data): Change element type to struct
21447         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21448         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21449         RUN_TEST_LOOP_sincos.
21450         * math/README.libm-test: Don't mention special handling of
21451         individual functions.
21452         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21453         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21454         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21455         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21456         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21459         * math/gen-libm-test.pl (get_variable): Remove function.
21460         (parse_args): Don't show pointer parameters to call in test
21461         names.  Use "extra output N" in test names for extra outputs
21462         rather than naming variables.
21464 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21466         [BZ #15488]
21467         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21468         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21469         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21470         double tests.
21471         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21472         disable.
21473         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21474         check_long_double.
21476         * math/gen-libm-test.pl (@tests): Remove variable.
21477         ($count): Likewise.
21478         (new_test): Remove function.
21479         (show_exceptions): New function.
21480         (special_functions): Use show_exceptions instead of new_test.
21481         (parse_args): Likewise.
21482         (generate_testfile): Pass only function name in generated call to
21483         print_max_error or print_complex_max_error.
21484         (get_ulps): Do not handle complex tests specially.
21485         (output_test): Rename to ...
21486         (get_all_ulps_for_test): ... this.  Return a string rather than
21487         printing to a file.  Require ulps to be present.
21488         (output_ulps): Generate arrays rather than #defines.
21489         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21490         (struct ulp_data): New type.
21491         (BUILD_COMPLEX_ULP): Remove macro.
21492         (compare_ulp_data): New function.
21493         (find_ulps): Likewise.
21494         (find_test_ulps): Likewise.
21495         (find_function_ulps): Likewise.
21496         (find_complex_function_ulps): Likewise.
21497         (print_max_error): Determine allowed ulps using
21498         find_function_ulps.
21499         (print_complex_max_error): Determine allowed ulps using
21500         find_complex_function_ulps.
21501         (check_float_internal): Determine max ulps using find_test_ulps.
21502         (check_float): Do not take max_ulp parameter.  Update call to
21503         check_float_internal.
21504         (check_complex): Likewise.
21505         (check_int): Do not take max_ulp parameter.
21506         (check_long): Likewise.
21507         (check_bool): Likewise.
21508         (check_longlong): Likewise.
21509         (struct test_f_f_data): Remove max_ulp field.
21510         (struct test_ff_f_data): Likewise.
21511         (struct test_ff_f_data_nexttoward): Likewise.
21512         (struct test_fi_f_data): Likewise.
21513         (struct test_fl_f_data): Likewise.
21514         (struct test_if_f_data): Likewise.
21515         (struct test_fff_f_data): Likewise.
21516         (struct test_c_f_data): Likewise.
21517         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21518         (struct test_fF_f1_data): Likewise.
21519         (struct test_ffI_f1_data): Likewise.
21520         (struct test_c_c_data): Remove max_ulp field.
21521         (struct test_cc_c_data): Likewise.
21522         (struct test_f_i_data): Likewise.
21523         (struct test_ff_i_data): Likewise.
21524         (struct test_f_l_data): Likewise.
21525         (struct test_f_L_data): Likewise.
21526         (struct test_sincos_data): Likewise.
21527         (RUN_TEST_f_f): Do not handle ulps.
21528         (RUN_TEST_LOOP_f_f): Likewise.
21529         (RUN_TEST_2_f): Likewise.
21530         (RUN_TEST_LOOP_2_f): Likewise.
21531         (RUN_TEST_fff_f): Likewise.
21532         (RUN_TEST_LOOP_fff_f): Likewise.
21533         (RUN_TEST_c_f): Likewise.
21534         (RUN_TEST_LOOP_c_f): Likewise.
21535         (RUN_TEST_f_f1): Likewise.
21536         (RUN_TEST_LOOP_f_f1): Likewise.
21537         (RUN_TEST_fF_f1): Likewise.
21538         (RUN_TEST_LOOP_fF_f1): Likewise.
21539         (RUN_TEST_fI_f1): Likewise.
21540         (RUN_TEST_LOOP_fI_f1): Likewise.
21541         (RUN_TEST_ffI_f1): Likewise.
21542         (RUN_TEST_LOOP_ffI_f1): Likewise.
21543         (RUN_TEST_c_c): Likewise.
21544         (RUN_TEST_LOOP_c_c): Likewise.
21545         (RUN_TEST_cc_c): Likewise.
21546         (RUN_TEST_LOOP_cc_c): Likewise.
21547         (RUN_TEST_f_i): Likewise.
21548         (RUN_TEST_LOOP_f_i): Likewise.
21549         (RUN_TEST_f_i_tg): Likewise.
21550         (RUN_TEST_LOOP_f_i_tg): Likewise.
21551         (RUN_TEST_ff_i_tg): Likewise.
21552         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21553         (RUN_TEST_f_b): Likewise.
21554         (RUN_TEST_LOOP_f_b): Likewise.
21555         (RUN_TEST_f_b_tg): Likewise.
21556         (RUN_TEST_LOOP_f_b_tg): Likewise.
21557         (RUN_TEST_f_l): Likewise.
21558         (RUN_TEST_LOOP_f_l): Likewise.
21559         (RUN_TEST_f_L): Likewise.
21560         (RUN_TEST_LOOP_f_L): Likewise.
21561         (RUN_TEST_sincos): Likewise.
21562         (RUN_TEST_LOOP_sincos): Likewise.
21564 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21566         [BZ #15480]
21567         [BZ #15485]
21568         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21569         main case of finite arguments, set rounding mode to FE_TONEAREST
21570         and discard exceptions.
21571         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21572         exceptions.
21573         (remainder_tonearest_test_data): New variable.
21574         (remainder_test_tonearest): New function.
21575         (remainder_towardzero_test_data): New variable.
21576         (remainder_test_towardzero): New function.
21577         (remainder_downward_test_data): New variable.
21578         (remainder_test_downward): New function.
21579         (remainder_upward_test_data): New variable.
21580         (remainder_test_upward): New function.
21581         (main): Call the new test functions.
21583         * math/libm-test.inc (struct test_f_f1_data): Remove field
21584         extra_init.
21585         (struct test_fF_f1_data): Likewise.
21586         (struct test_ffI_f1_data): Likewise.
21587         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21588         based on value of EXTRA_EXPECTED.
21589         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21590         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21591         EXTRA_VAR based on value of EXTRA_EXPECTED.
21592         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21593         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21594         EXTRA_VAR based on value of EXTRA_EXPECTED.
21595         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21596         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21597         EXTRA_VAR based on value of EXTRA_EXPECTED.
21598         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21599         * math/gen-libm-test.pl (parse_args): Don't output initializers
21600         for extra output values.
21602         * math/libm-test.inc (check_int): Expect result to be exactly
21603         equal to expected value and do not handle ulps.
21604         (check_long): Likewise.
21605         (check_longlong): Likewise.
21607         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21608         exceptions.
21609         (cimag_test_data): Likewise.
21610         (conj_test_data): Likewise.
21611         (copysign_test_data): Likewise.
21612         (cproj_test_data): Likewise.
21613         (creal_test_data): Likewise.
21614         (fabs_test_data): Likewise.
21615         (fdim_test_data): Likewise.
21616         (finite_test_data): Likewise.
21617         (floor_test_data): Likewise.
21618         (fmax_test_data): Likewise.
21619         (fmin_test_data): Likewise.
21620         (fmod_test_data): Likewise.
21621         (fpclassify_test_data): Likewise.
21622         (frexp_test_data): Likewise.
21623         (ilogb_test_data): Likewise.
21624         (isfinite_test_data): Likewise.
21625         (isgreater_test_data): Likewise.
21626         (isgreaterequal_test_data): Likewise.
21627         (isinf_test_data): Likewise.
21628         (isless_test_data): Likewise.
21629         (islessequal_test_data): Likewise.
21630         (islessgreater_test_data): Likewise.
21631         (isnan_test_data): Likewise.
21632         (isnormal_test_data): Likewise.
21633         (issignaling_test_data): Likewise.
21634         (isunordered_test_data): Likewise.
21635         (ldexp_test_data): Likewise.
21636         (lrint_test_data): Likewise.
21637         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21638         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21639         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21640         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21641         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21642         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21643         test input.
21644         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21645         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21646         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21647         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21648         that test input.
21649         (lrint_downward_test_data): Test for "inexact" exceptions.
21650         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21651         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21652         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21653         test input.
21654         (lrint_upward_test_data): Test for "inexact" exceptions.
21655         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21656         test input.
21657         (llrint_test_data): Test for "inexact" exceptions.
21658         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21659         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21660         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21661         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21662         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21663         (llrint_downward_test_data): Test for "inexact" exceptions.
21664         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21665         (llrint_upward_test_data): Test for "inexact" exceptions.
21666         (logb_test_data): Likewise.
21667         (logb_downward_test_data): Likewise.
21668         (nextafter_test_data): Likewise.
21669         (nexttoward_test_data): Likewise.
21670         (remainder_test_data): Likewise.
21671         (remquo_test_data): Likewise.
21672         (scalbn_test_data): Likewise.
21673         (scalbln_test_data): Likewise.
21674         (signbit_test_data): Likewise.
21675         (sqrt_test_data): Likewise.
21676         (significand_test_data): Likewise.
21678 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21680         [BZ #15424]
21681         * benchtests/bench-modf.c (struct args): Mark arg0 as
21682         volatile.
21683         * scripts/bench.pl: Mark members of struct args as volatile.
21685 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21687         [BZ # 15497]
21688         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21689         negative infinity on POWER6 or lower.
21690         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21692 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21694         [BZ #15442]
21695         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21696         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21697         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21698         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21699         (_FP_SETQNAN): New macro.
21700         (_FP_SETQNAN_SEMIRAW): Likewise.
21701         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21702         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21703         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21704         (FP_EXTEND): Use _FP_FRAC_SNANP.
21705         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21706         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21707         into account.
21708         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21709         New macro.
21710         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21711         Likewise.
21713 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21715         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21716         with DIVIDE_BY_ZERO_EXCEPTION.
21717         (gamma_test_data): Likewise.
21718         (lgamma_test_data): Likewise.
21719         (log_test_data): Likewise.
21720         (log10_test_data): Likewise.
21721         (log2_test_data): Likewise.
21722         (tgamma_test_data): Likewise.
21724         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21725         (acos_test_tonearest): Likewise.
21726         (acos_test_towardzero): Likewise.
21727         (acos_test_downward): Likewise.
21728         (acos_test_upward): Likewise.
21729         (acosh_test): Likewise.
21730         (asin_test): Likewise.
21731         (asin_test_tonearest): Likewise.
21732         (asin_test_towardzero): Likewise.
21733         (asin_test_downward): Likewise.
21734         (asin_test_upward): Likewise.
21735         (asinh_test): Likewise.
21736         (atan_test): Likewise.
21737         (atanh_test): Likewise.
21738         (atan2_test): Likewise.
21739         (cabs_test): Likewise.
21740         (cacos_test): Likewise.
21741         (cacosh_test): Likewise.
21742         (casin_test): Likewise.
21743         (casinh_test): Likewise.
21744         (catan_test): Likewise.
21745         (catanh_test): Likewise.
21746         (cbrt_test): Likewise.
21747         (ccos_test): Likewise.
21748         (ccosh_test): Likewise.
21749         (cexp_test): Likewise.
21750         (clog_test): Likewise.
21751         (clog10_test): Likewise.
21752         (cos_test): Likewise.
21753         (cos_test_tonearest): Likewise.
21754         (cos_test_towardzero): Likewise.
21755         (cos_test_downward): Likewise.
21756         (cos_test_upward): Likewise.
21757         (cosh_test): Likewise.
21758         (cosh_test_tonearest): Likewise.
21759         (cosh_test_towardzero): Likewise.
21760         (cosh_test_downward): Likewise.
21761         (cosh_test_upward): Likewise.
21762         (cpow_test): Likewise.
21763         (csin_test): Likewise.
21764         (csinh_test): Likewise.
21765         (csqrt_test): Likewise.
21766         (ctan_test): Likewise.
21767         (ctan_test_tonearest): Likewise.
21768         (ctan_test_towardzero): Likewise.
21769         (ctan_test_downward): Likewise.
21770         (ctan_test_upward): Likewise.
21771         (ctanh_test): Likewise.
21772         (ctanh_test_tonearest): Likewise.
21773         (ctanh_test_towardzero): Likewise.
21774         (ctanh_test_downward): Likewise.
21775         (ctanh_test_upward): Likewise.
21776         (erf_test): Likewise.
21777         (erfc_test): Likewise.
21778         (exp_test): Likewise.
21779         (exp_test_tonearest): Likewise.
21780         (exp_test_towardzero): Likewise.
21781         (exp_test_downward): Likewise.
21782         (exp_test_upward): Likewise.
21783         (exp10_test): Likewise.
21784         (exp2_test): Likewise.
21785         (expm1_test): Likewise.
21786         (fmod_test): Likewise.
21787         (gamma_test): Likewise.
21788         (hypot_test): Likewise.
21789         (j0_test): Likewise.
21790         (j1_test): Likewise.
21791         (jn_test): Likewise.
21792         (lgamma_test): Likewise.
21793         (log_test): Likewise.
21794         (log10_test): Likewise.
21795         (log1p_test): Likewise.
21796         (log2_test): Likewise.
21797         (logb_test_downward): Likewise.
21798         (pow_test): Likewise.
21799         (pow_test_tonearest): Likewise.
21800         (pow_test_towardzero): Likewise.
21801         (pow_test_downward): Likewise.
21802         (pow_test_upward): Likewise.
21803         (remainder_test): Likewise.
21804         (remquo_test): Likewise.
21805         (sin_test): Likewise.
21806         (sin_test_tonearest): Likewise.
21807         (sin_test_towardzero): Likewise.
21808         (sin_test_downward): Likewise.
21809         (sin_test_upward): Likewise.
21810         (sincos_test): Likewise.
21811         (sinh_test): Likewise.
21812         (sinh_test_tonearest): Likewise.
21813         (sinh_test_towardzero): Likewise.
21814         (sinh_test_downward): Likewise.
21815         (sinh_test_upward): Likewise.
21816         (sqrt_test): Likewise.
21817         (tan_test): Likewise.
21818         (tan_test_tonearest): Likewise.
21819         (tan_test_towardzero): Likewise.
21820         (tan_test_downward): Likewise.
21821         (tan_test_upward): Likewise.
21822         (tanh_test): Likewise.
21823         (tgamma_test): Likewise.
21824         (y0_test): Likewise.
21825         (y1_test): Likewise.
21826         (yn_test): Likewise.
21828         * math/gen-libm-test.pl (adjust_arg): Remove function.
21829         (special_function): Remove argument $in_func.  Only handle
21830         generating output for tables of tests, not inside functions.
21831         (parse_args): Likewise.
21832         (generate_testfile): Remove variable $in_func.  Update call to
21833         parse_args.
21834         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21835         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21836         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21837         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21838         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21839         (MAX_VALUE_INIT): Rename macro to max_value.
21840         (MIN_VALUE_INIT): Rename macro to min_value.
21841         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21842         (plus_zero): Remove variable.
21843         (minus_zero): Likewise.
21844         (plus_infty): Likewise.
21845         (minus_infty): Likewise.
21846         (qnan_value): Likewise.
21847         (max_value): Likewise.
21848         (min_value): Likewise.
21849         (min_subnorm_value): Likewise.
21851 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21853         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21854         uint64_t or uint32_t usage.
21855         * crypt/sha256-block.c: Likewise.
21856         * crypt/sha256-crypt.c: Likewise.
21857         * crypt/sha256.c: Likewise.
21858         * crypt/sha512-block.c: Likewise.
21859         * crypt/sha512-crypt.c: Likewise.
21860         * crypt/sha512.c: Likewise.
21861         * debug/backtrace-tst.c: Likewise.
21862         * debug/pcprofiledump.c: Likewise.
21863         * elf/cache.c: Likewise.
21864         * elf/dl-cache.c: Likewise.
21865         * elf/dl-misc.c: Likewise.
21866         * elf/dl-profile.c: Likewise.
21867         * elf/dl-support.c: Likewise.
21868         * elf/ldconfig.c: Likewise.
21869         * elf/sprof.c: Likewise.
21870         * iconv/dummy-repertoire.c: Likewise.
21871         * iconv/iconv_charmap.c: Likewise.
21872         * iconv/skeleton.c: Likewise.
21873         * iconvdata/8bit-generic.c: Likewise.
21874         * iconvdata/cp737.h: Likewise.
21875         * iconvdata/cp775.h: Likewise.
21876         * iconvdata/ibm1008.h: Likewise.
21877         * iconvdata/ibm1025.h: Likewise.
21878         * iconvdata/ibm1046.h: Likewise.
21879         * iconvdata/ibm1097.h: Likewise.
21880         * iconvdata/ibm1112.h: Likewise.
21881         * iconvdata/ibm1122.h: Likewise.
21882         * iconvdata/ibm1123.h: Likewise.
21883         * iconvdata/ibm1124.h: Likewise.
21884         * iconvdata/ibm1129.h: Likewise.
21885         * iconvdata/ibm1130.h: Likewise.
21886         * iconvdata/ibm1132.h: Likewise.
21887         * iconvdata/ibm1133.h: Likewise.
21888         * iconvdata/ibm1137.h: Likewise.
21889         * iconvdata/ibm1140.h: Likewise.
21890         * iconvdata/ibm1141.h: Likewise.
21891         * iconvdata/ibm1142.h: Likewise.
21892         * iconvdata/ibm1143.h: Likewise.
21893         * iconvdata/ibm1144.h: Likewise.
21894         * iconvdata/ibm1145.h: Likewise.
21895         * iconvdata/ibm1146.h: Likewise.
21896         * iconvdata/ibm1147.h: Likewise.
21897         * iconvdata/ibm1148.h: Likewise.
21898         * iconvdata/ibm1149.h: Likewise.
21899         * iconvdata/ibm1153.h: Likewise.
21900         * iconvdata/ibm1154.h: Likewise.
21901         * iconvdata/ibm1155.h: Likewise.
21902         * iconvdata/ibm1156.h: Likewise.
21903         * iconvdata/ibm1157.h: Likewise.
21904         * iconvdata/ibm1158.h: Likewise.
21905         * iconvdata/ibm1160.h: Likewise.
21906         * iconvdata/ibm1161.h: Likewise.
21907         * iconvdata/ibm1162.h: Likewise.
21908         * iconvdata/ibm1163.h: Likewise.
21909         * iconvdata/ibm1164.h: Likewise.
21910         * iconvdata/ibm1166.h: Likewise.
21911         * iconvdata/ibm1167.h: Likewise.
21912         * iconvdata/ibm12712.h: Likewise.
21913         * iconvdata/ibm1390.h: Likewise.
21914         * iconvdata/ibm1399.h: Likewise.
21915         * iconvdata/ibm16804.h: Likewise.
21916         * iconvdata/ibm4517.h: Likewise.
21917         * iconvdata/ibm4899.h: Likewise.
21918         * iconvdata/ibm4909.h: Likewise.
21919         * iconvdata/ibm4971.h: Likewise.
21920         * iconvdata/ibm5347.h: Likewise.
21921         * iconvdata/ibm803.h: Likewise.
21922         * iconvdata/ibm856.h: Likewise.
21923         * iconvdata/ibm901.h: Likewise.
21924         * iconvdata/ibm902.h: Likewise.
21925         * iconvdata/ibm9030.h: Likewise.
21926         * iconvdata/ibm9066.h: Likewise.
21927         * iconvdata/ibm921.h: Likewise.
21928         * iconvdata/ibm922.h: Likewise.
21929         * iconvdata/ibm9448.h: Likewise.
21930         * iconvdata/isiri-3342.h: Likewise.
21931         * iconvdata/jis0201.h: Likewise.
21932         * include/link.h: Likewise.
21933         * include/netdb.h: Likewise.
21934         * inet/check_native.c: Likewise.
21935         * inet/check_pf.c: Likewise.
21936         * inet/getipv4sourcefilter.c: Likewise.
21937         * inet/getnameinfo.c: Likewise.
21938         * inet/getsourcefilter.c: Likewise.
21939         * inet/htonl.c: Likewise.
21940         * inet/setipv4sourcefilter.c: Likewise.
21941         * inet/setsourcefilter.c: Likewise.
21942         * inet/test-inet6_opt.c: Likewise.
21943         * inet/tst-network.c: Likewise.
21944         * locale/C-collate.c: Likewise.
21945         * locale/C-ctype.c: Likewise.
21946         * locale/C-time.c: Likewise.
21947         * locale/C-translit.h: Likewise.
21948         * locale/loadarchive.c: Likewise.
21949         * locale/programs/3level.h: Likewise.
21950         * locale/programs/charmap.c: Likewise.
21951         * locale/programs/charmap.h: Likewise.
21952         * locale/programs/ld-address.c: Likewise.
21953         * locale/programs/ld-collate.c: Likewise.
21954         * locale/programs/ld-ctype.c: Likewise.
21955         * locale/programs/ld-identification.c: Likewise.
21956         * locale/programs/ld-measurement.c: Likewise.
21957         * locale/programs/ld-messages.c: Likewise.
21958         * locale/programs/ld-monetary.c: Likewise.
21959         * locale/programs/ld-name.c: Likewise.
21960         * locale/programs/ld-numeric.c: Likewise.
21961         * locale/programs/ld-paper.c: Likewise.
21962         * locale/programs/ld-telephone.c: Likewise.
21963         * locale/programs/ld-time.c: Likewise.
21964         * locale/programs/linereader.c: Likewise.
21965         * locale/programs/locale.c: Likewise.
21966         * locale/programs/locarchive.c: Likewise.
21967         * locale/programs/locfile.h: Likewise.
21968         * locale/programs/repertoire.c: Likewise.
21969         * locale/programs/simple-hash.c: Likewise.
21970         * locale/programs/simple-hash.h: Likewise.
21971         * malloc/memusage.c: Likewise.
21972         * malloc/memusagestat.c: Likewise.
21973         * nis/nis_defaults.c: Likewise.
21974         * nis/nis_hash.c: Likewise.
21975         * nis/nis_print.c: Likewise.
21976         * nis/nis_xdr.c: Likewise.
21977         * nscd/connections.c: Likewise.
21978         * nscd/hstcache.c: Likewise.
21979         * nscd/nscd_gethst_r.c: Likewise.
21980         * nscd/nscd_getserv_r.c: Likewise.
21981         * nscd/nscd_helper.c: Likewise.
21982         * nscd/servicescache.c: Likewise.
21983         * nss/makedb.c: Likewise.
21984         * nss/nss_db/db-XXX.c: Likewise.
21985         * nss/nss_db/db-initgroups.c: Likewise.
21986         * nss/nss_db/db-netgrp.c: Likewise.
21987         * nss/nss_files/files-network.c: Likewise.
21988         * nss/nss_files/files-parse.c: Likewise.
21989         * posix/bug-regex5.c: Likewise.
21990         * posix/fnmatch_loop.c: Likewise.
21991         * posix/regcomp.c: Likewise.
21992         * posix/regexec.c: Likewise.
21993         * posix/tst-rfc3484-2.c: Likewise.
21994         * posix/tst-rfc3484-3.c: Likewise.
21995         * posix/tst-rfc3484.c: Likewise.
21996         * resolv/nss_dns/dns-canon.c: Likewise.
21997         * resolv/nss_dns/dns-network.c: Likewise.
21998         * resolv/res_init.c: Likewise.
21999         * resolv/res_mkquery.c: Likewise.
22000         * resolv/tst-aton.c: Likewise.
22001         * stdlib/cxa_atexit.c: Likewise.
22002         * stdlib/cxa_finalize.c: Likewise.
22003         * stdlib/gen-fpioconst.c: Likewise.
22004         * stdlib/strtol_l.c: Likewise.
22005         * string/tst-endian.c: Likewise.
22006         * sunrpc/auth_des.c: Likewise.
22007         * sunrpc/clnt_udp.c: Likewise.
22008         * sunrpc/rtime.c: Likewise.
22009         * sunrpc/svcauth_des.c: Likewise.
22010         * sunrpc/xdr.c: Likewise.
22011         * sunrpc/xdr_intXX_t.c: Likewise.
22012         * sunrpc/xdr_rec.c: Likewise.
22013         * sysdeps/generic/ldconfig.h: Likewise.
22014         * sysdeps/generic/ldsodefs.h: Likewise.
22015         * sysdeps/generic/memusage.h: Likewise.
22016         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
22017         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
22018         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
22019         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
22020         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
22021         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
22022         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
22023         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
22024         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
22025         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22026         * sysdeps/posix/getaddrinfo.c: Likewise.
22027         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
22028         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22029         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
22030         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
22031         * sysdeps/powerpc/test-gettimebase.c: Likewise.
22032         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
22033         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
22034         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
22035         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
22036         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
22037         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
22038         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
22039         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
22040         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
22041         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
22042         * sysdeps/x86_64/dl-tls.h: Likewise.
22043         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
22044         * time/alt_digit.c: Likewise.
22045         * time/era.c: Likewise.
22046         * wcsmbs/tst-c16c32-1.c: Likewise.
22048 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22050         * math/libm-test.inc (struct test_sincos_data): New type.
22051         (RUN_TEST_LOOP_sincos): New macro.
22052         (sincos_test_data): New variable.
22053         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
22055 2013-05-16  Richard Henderson  <rth@redhat.com>
22057         * math/atest-exp2.c (LIMB64): New macro.
22058         (CONSTSZ): New macro.
22059         (mp_exp1, mp_exp_m1, mp_log2): New variables.
22060         (hexdig): Move ...
22061         (print_mpn_fp): ... to function scope.
22062         (read_mpn_hex): Remove.
22063         (get_log2): Remove.
22064         (exp2_mpn): Use mp_log2.
22065         (main): Use mp_exp1.
22067 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22069         * math/libm-test.inc: Remove comment about not testing "inexact"
22070         exceptions.
22071         (INEXACT_EXCEPTION): New macro.
22072         (NO_INEXACT_EXCEPTION): Likewise.
22073         (INVALID_EXCEPTION_OK): Update value.
22074         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
22075         (OVERFLOW_EXCEPTION_OK): Likewise.
22076         (UNDERFLOW_EXCEPTION_OK): Likewise.
22077         (IGNORE_ZERO_INF_SIGN): Likewise.
22078         (ERRNO_UNCHANGED): Likewise.
22079         (ERRNO_EDOM): Likewise.
22080         (ERRNO_ERANGE): Likewise.
22081         (test_exceptions): Handle testing "inexact" exceptions.
22082         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
22083         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
22084         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
22085         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
22086         INEXACT_EXCEPTION.
22087         (rint_towardzero_test_data): Likewise.
22088         (rint_downward_test_data): Likewise.
22089         (rint_upward_test_data): Likewise.
22091         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
22092         with OVERFLOW_EXCEPTION.
22093         (exp10_test_data): Likewise.
22094         (exp2_test_data): Likewise.
22095         (expm1_test_data): Likewise.
22096         (lgamma_test_data): Likewise.
22097         (pow_test_data): Likewise.
22098         (tgamma_test_data): Likewise.
22099         (yn_test_data): Remove duplicate test of overflow.
22101         * math/libm-test.inc (struct test_cc_c_data): New type.
22102         (RUN_TEST_LOOP_cc_c): New macro.
22103         (cpow_test_data): New variable.
22104         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
22106         * math/libm-test.inc (struct test_f_L_data): New type.
22107         (RUN_TEST_LOOP_f_L): New macro.
22108         (llrint_test_data): New variable.
22109         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
22110         (llrint_tonearest_test_data): New variable.
22111         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
22112         (llrint_towardzero_test_data): New variable.
22113         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
22114         (llrint_downward_test_data): New variable.
22115         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
22116         (llrint_upward_test_data): New variable.
22117         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
22118         (llround_test_data): New variable.
22119         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
22121 2013-05-13  Peter Collingbourne  <pcc@google.com>
22123         * math/atest-exp2.c (get_log2): Remove const attribute.
22125 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22127         * math/libm-test.inc (struct test_f_l_data): New type.
22128         (RUN_TEST_LOOP_f_l): New macro.
22129         (lrint_test_data): New variable.
22130         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
22131         (lrint_tonearest_test_data): New variable.
22132         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
22133         (lrint_towardzero_test_data): New variable.
22134         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
22135         (lrint_downward_test_data): New variable.
22136         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
22137         (lrint_upward_test_data): New variable.
22138         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
22139         (lround_test_data): New variable.
22140         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
22142 2013-05-15  Peter Collingbourne  <pcc@google.com>
22144         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
22145         (EXTRACT_WORDS64) Use where appropriate.
22146         (INSERT_WORDS64) Likewise.
22148         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
22149         constraints with x constraints.
22150         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
22152         * malloc/obstack.c (_obstack_compat): Add initializer.
22154 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
22156         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
22157         si_trapno and add si_addr_lsb to _sifields.sigfault.
22158         (si_trapno): Remove macro.
22159         (si_addr_lsb): Define new macro.
22160         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
22162 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22164         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
22165         instead of TEST_f_l.
22166         (llrint_test_tonearest): Likewise.
22167         (llrint_test_towardzero): Likewise.
22168         (llrint_test_downward): Likewise.
22169         (llrint_test_upward): Likewise.
22170         (llround_test): Likewise.
22172         * math/libm-test.inc (struct test_f_i_data): Add comment.
22173         (RUN_TEST_LOOP_f_b): New macro.
22174         (RUN_TEST_LOOP_f_b_tg): Likewise.
22175         (finite_test_data): New variable.
22176         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
22177         (isfinite_test_data): New variable.
22178         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22179         (isinf_test_data): New variable.
22180         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22181         (isnan_test_data): New variable.
22182         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22183         (isnormal_test_data): New variable.
22184         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22185         (issignaling_test_data): New variable.
22186         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22187         (signbit_test_data): New variable.
22188         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22190         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
22191         with INVALID_EXCEPTION.
22192         (acosh_test_data): Likewise.
22193         (asin_test_data): Likewise.
22194         (atanh_test_data): Likewise.
22195         (fmod_test_data): Likewise.
22196         (log_test_data): Likewise.
22197         (log10_test_data): Likewise.
22198         (log2_test_data): Likewise.
22199         (pow_test_data): Likewise.
22200         (sqrt_test_data): Likewise.
22201         (y0_test_data): Likewise.
22202         (y1_test_data): Likewise.
22203         (yn_test_data): Likewise.
22205         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
22206         function contents.
22208         * math/libm-test.inc (struct test_ff_i_data): New type.
22209         (RUN_TEST_LOOP_ff_i_tg): New macro.
22210         (isgreater_test_data): New variable.
22211         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22212         (isgreaterequal_test_data): New variable.
22213         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22214         (isless_test_data): New variable.
22215         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22216         (islessequal_test_data): New variable.
22217         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22218         (islessgreater_test_data): New variable.
22219         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22220         (isunordered_test_data): New variable.
22221         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22223 2013-05-14  David S. Miller  <davem@davemloft.net>
22225         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22227 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
22229         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22231         * math/libm-test.inc (struct test_fF_f1_data): Change type of
22232         extra_test to int.
22233         (struct test_f_i_data): Change type of max_ulp to int.
22235         * math/libm-test.inc (test_ffI_f1_data): New type.
22236         (RUN_TEST_LOOP_ffI_f1): New macro.
22237         (remquo_test_data): New variable.
22238         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22240         * setjmp/tst-setjmp-fp.c: New file.
22241         * setjmp/Makefile (tests): Add tst-setjmp-fp.
22242         (link-libm): New variable.
22243         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22245         * math/libm-test.inc (struct test_f_i_data): New type.
22246         (RUN_TEST_LOOP_f_i): New macro.
22247         (RUN_TEST_LOOP_f_i_tg): Likewise.
22248         (fpclassify_test_data): New variable.
22249         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22250         (ilogb_test_data): New variable.
22251         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22253         * math/libm-test.inc (scalbln_test): Correct function name in END
22254         call.
22256         * math/libm-test.inc (struct test_f_f1_data): Add comment.
22257         (RUN_TEST_LOOP_fI_f1): New macro.
22258         (frexp_test_data): New variable.
22259         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22261         * math/libm-test.inc (struct test_fF_f1_data): New type.
22262         (RUN_TEST_LOOP_fF_f1): New macro.
22263         (modf_test_data): New variable.
22264         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22266         * math/libm-test.inc (struct test_f_f1_data): New type.
22267         (RUN_TEST_LOOP_f_f1): New macro.
22268         (gamma_test_data): New variable.
22269         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22270         (lgamma_test_data): New variable.
22271         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22273 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
22275         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22276         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22277         (main): Comment "tls" pseudo-hwcap.
22279 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
22281         * math/libm-test.inc (struct test_fl_f_data): New type.
22282         (RUN_TEST_LOOP_fl_f): New variable.
22283         (scalbln_test_data): New variable.
22284         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22286         * math/libm-test.inc (struct test_fi_f_data): New type.
22287         (RUN_TEST_LOOP_fi_f): New macro.
22288         (ldexp_test_data): New variable.
22289         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22290         (scalbn_test_data): New variable.
22291         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22293         * math/libm-test.inc (struct test_c_f_data): New type.
22294         (RUN_TEST_LOOP_c_f): New macro.
22295         (cabs_test_data): New variable.
22296         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22297         (carg_test_data): New variable.
22298         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22299         (cimag_test_data): New variable.
22300         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22301         (creal_test_data): New variable.
22302         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22304         * math/libm-test.inc (struct test_if_f_data): New type.
22305         (RUN_TEST_LOOP_if_f): New macro.
22306         (jn_test_data): New variable.
22307         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22308         (yn_test_data): New variable.
22309         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22311         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22313 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22315         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22316         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22318 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22320         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22321         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22322         (bench-deps): Add bench-timing.h.
22323         * benchtests-bench-skeleton.c: Include bench-timing.h.
22324         (main): Use TIMING_* macros instead of clock_gettime.
22325         * benchtests/bench-timing.h: New file.
22327         [BZ #14582]
22328         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22329         Renamed from _LIB_VERSION.
22330         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22332 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22334         * math/libm-test.inc (struct test_fff_f_data): New type.
22335         (RUN_TEST_LOOP_fff_f): New macro.
22336         (fma_test_data): New variable.
22337         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22338         (fma_towardzero_test_data): New variable.
22339         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22340         (fma_downward_test_data): New variable.
22341         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22342         (fma_upward_test_data): New variable.
22343         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22345         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22346         (struct test_c_c_data): New type.
22347         (RUN_TEST_LOOP_c_c): New macro.
22348         (cacos_test_data): New variable.
22349         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22350         (cacosh_test_data): New variable.
22351         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22352         (casin_test_data): New variable.
22353         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22354         (casinh_test_data): New variable.
22355         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22356         (catan_test_data): New variable.
22357         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22358         (catanh_test_data): New variable.
22359         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22360         (ccos_test_data): New variable.
22361         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22362         (ccosh_test_data): New variable.
22363         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22364         (cexp_test_data): New variable.
22365         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22366         (clog_test_data): New variable.
22367         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22368         (clog10_test_data): New variable.
22369         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22370         (conj_test_data): New variable.
22371         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22372         (cproj_test_data): New variable.
22373         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22374         (csin_test_data): New variable.
22375         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22376         (csinh_test_data): New variable.
22377         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22378         (csqrt_test_data): New variable.
22379         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22380         (ctan_test_data): New variable.
22381         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22382         (ctan_tonearest_test_data): New variable.
22383         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22384         (ctan_towardzero_test_data): New variable.
22385         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22386         (ctan_downward_test_data): New variable.
22387         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22388         (ctan_upward_test_data): New variable.
22389         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22390         (ctanh_test_data): New variable.
22391         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22392         (ctanh_tonearest_test_data): New variable.
22393         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22394         (ctanh_towardzero_test_data): New variable.
22395         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22396         (ctanh_downward_test_data): New variable.
22397         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22398         (ctanh_upward_test_data): New variable.
22399         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22400         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22401         of BUILD_COMPLEX.
22403         * math/libm-test.inc (struct test_ff_f_data): New type.
22404         (struct test_ff_f_data_nexttoward): Likewise.
22405         (RUN_TEST_LOOP_2_f): New macro.
22406         (RUN_TEST_LOOP_ff_f): Likewise.
22407         (atan2_test_data): New variable.
22408         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22409         (copysign_test_data): New variable.
22410         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22411         (fdim_test_data): New variable.
22412         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22413         (fmax_test_data): New variable.
22414         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22415         (fmin_test_data): New variable.
22416         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22417         (fmod_test_data): New variable.
22418         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22419         (hypot_test_data): New variable.
22420         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22421         (nextafter_test_data): New variable.
22422         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22423         (nexttoward_test_data): New variable.
22424         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22425         (pow_test_data): New variable.
22426         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22427         (pow_tonearest_test_data): New variable.
22428         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22429         (pow_towardzero_test_data): New variable.
22430         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22431         (pow_downward_test_data): New variable.
22432         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22433         (pow_upward_test_data): New variable.
22434         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22435         (remainder_test_data): New variable.
22436         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22437         (scalb_test_data): New variable.
22438         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22439         * sysdeps/i386/fpu/libm-test-ulps: Update.
22441 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22443         * math/libm-test.inc (fma_test): Use max_value instead of local
22444         variable fltmax.
22445         (nextafter_test): Likewise.
22447         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22448         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22449         (acos_downward_test_data): New variable.
22450         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22451         (acos_upward_test_data): New variable.
22452         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22453         (acosh_test_data): New variable.
22454         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22455         (asin_test_data): New variable.
22456         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22457         (asin_tonearest_test_data): New variable.
22458         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22459         (asin_towardzero_test_data): New variable.
22460         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22461         (asin_downward_test_data): New variable.
22462         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22463         (asin_upward_test_data): New variable.
22464         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22465         (asinh_test_data): New variable.
22466         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22467         (atan_test_data): New variable.
22468         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22469         (atanh_test_data): New variable.
22470         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22471         (cbrt_test_data): New variable.
22472         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22473         (ceil_test_data): New variable.
22474         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22475         (cos_test_data): New variable.
22476         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22477         (cos_tonearest_test_data): New variable.
22478         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22479         (cos_towardzero_test_data): New variable.
22480         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22481         (cos_downward_test_data): New variable.
22482         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22483         (cos_upward_test_data): New variable.
22484         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22485         (cosh_test_data): New variable.
22486         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22487         (cosh_tonearest_test_data): New variable.
22488         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22489         (cosh_towardzero_test_data): New variable.
22490         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22491         (cosh_downward_test_data): New variable.
22492         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22493         (cosh_upward_test_data): New variable.
22494         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22495         (erf_test_data): New variable.
22496         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22497         (erfc_test_data): New variable.
22498         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22499         (exp_test_data): New variable.
22500         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22501         (exp_tonearest_test_data): New variable.
22502         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22503         (exp_towardzero_test_data): New variable.
22504         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22505         (exp_downward_test_data): New variable.
22506         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22507         (exp_upward_test_data): New variable.
22508         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22509         (exp10_test_data): New variable.
22510         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22511         (exp2_test_data): New variable.
22512         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22513         (expm1_test_data): New variable.
22514         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22515         (fabs_test_data): New variable.
22516         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22517         (floor_test_data): New variable.
22518         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22519         (j0_test_data): New variable.
22520         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22521         (j1_test_data): New variable.
22522         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22523         (log_test_data): New variable.
22524         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22525         (log10_test_data): New variable.
22526         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22527         (log1p_test_data): New variable.
22528         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22529         (log2_test_data): New variable.
22530         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22531         (logb_test_data): New variable.
22532         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22533         (logb_downward_test_data): New variable.
22534         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22535         (nearbyint_test_data): New variable.
22536         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22537         (rint_test_data): New variable.
22538         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22539         (rint_tonearest_test_data): New variable.
22540         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22541         (rint_towardzero_test_data): New variable.
22542         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22543         (rint_downward_test_data): New variable.
22544         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22545         (rint_upward_test_data): New variable.
22546         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22547         (round_test_data): New variable.
22548         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22549         (sin_test_data): New variable.
22550         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22551         (sin_tonearest_test_data): New variable.
22552         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22553         (sin_towardzero_test_data): New variable.
22554         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22555         (sin_downward_test_data): New variable.
22556         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22557         (sin_upward_test_data): New variable.
22558         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22559         (sinh_test_data): New variable.
22560         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22561         (sinh_tonearest_test_data): New variable.
22562         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22563         (sinh_towardzero_test_data): New variable.
22564         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22565         (sinh_downward_test_data): New variable.
22566         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22567         (sinh_upward_test_data): New variable.
22568         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22569         (sqrt_test_data): New variable.
22570         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22571         (tan_test_data): New variable.
22572         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22573         (tan_tonearest_test_data): New variable.
22574         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22575         (tan_towardzero_test_data): New variable.
22576         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22577         (tan_downward_test_data): New variable.
22578         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22579         (tan_upward_test_data): New variable.
22580         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22581         (tanh_test_data): New variable.
22582         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22583         (tgamma_test_data): New variable.
22584         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22585         (trunc_test_data): New variable.
22586         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22587         (y0_test_data): New variable.
22588         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22589         (y1_test_data): New variable.
22590         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22591         (significand_test_data): New variable.
22592         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22594 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22596         [BZ #12387]
22597         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22599 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22601         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22603 2013-05-10  Andreas Jaeger  <aj@suse.de>
22605         [BZ #15448]
22606         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22607         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22609 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22611         * math/gen-libm-test.pl (adjust_arg): New function.
22612         (special_functions): Handle generating output in both functions
22613         and arrays.
22614         (parse_args): Likewise.
22615         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22616         $in_func argument to parse_args.
22617         * math/libm-test.inc (struct test_f_f_data): New type.
22618         (IF_ROUND_INIT_): New macro.
22619         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22620         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22621         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22622         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22623         (ROUND_RESTORE_): Likewise.
22624         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22625         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22626         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22627         (ROUND_RESTORE_FE_UPWARD): Likewise.
22628         (RUN_TEST_LOOP_f_f): New macro.
22629         (acos_test_data): New variable.
22630         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22631         (acos_tonearest_test_data): New variable.
22632         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22634 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22636         * benchtests/bench-skeleton.c (startup): Fix coding style.
22638 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22640         [BZ #6809]
22641         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22642         negative infinity argument.
22643         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22644         negative infinity argument.
22645         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22646         negative infinity argument.
22647         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22648         domain errors.
22650 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22652         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22653         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22654         * iconv/iconv_prog.c (main): Likewise.
22655         * locale/programs/charmap-dir.c (charmap_readdir)
22656         (fopen_uncompressed): Likewise.
22657         * locale/programs/locfile.c (siblings_uncached)
22658         (write_locale_data): Use lstat64 instead of lstat.
22659         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22660         stat.
22662 2013-05-10  Andreas Jaeger  <aj@suse.de>
22664         [BZ #15395]
22665         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22666         localization.
22667         Include <locale.h>.
22669 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22671         * elf/dl-close.c (_dl_close_worker): Add comments.
22673 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22675         [BZ #15359]
22676         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22677         high part of pi/2.
22678         (__ieee754_rem_pio2l): Update comments.
22680         [BZ #15429]
22681         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22682         high part of pi/2.
22683         (__ieee754_rem_pio2l): Update comments.
22685         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22686         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22688         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22689         M_PI_4l.
22691         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22692         (M_PI_34_LOG10El): Likewise.
22693         (M_PI2_LOG10El): Likewise.
22694         (M_PI4_LOG10El): Likewise.
22695         (M_PI_LOG10El): Likewise.
22697 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22699         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22701 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22703         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22704         (MINUS_ZERO_INIT): Likewise.
22705         (PLUS_INFTY_INIT): Likewise.
22706         (MINUS_INFTY_INIT): Likewise.
22707         (QNAN_VALUE_INIT): Likewise.
22708         (MAX_VALUE_INIT): Likewise.
22709         (MIN_VALUE_INIT): Likewise.
22710         (MIN_SUBNORM_VALUE_INIT): Likewise.
22711         (plus_zero): Initialize with PLUS_ZERO_INIT.
22712         (minus_zero): Initialize with MINUS_ZERO_INIT.
22713         (plus_infty): Initialize with PLUS_INFTY_INIT.
22714         (minus_infty): Initialize with MINUS_INFTY_INIT.
22715         (qnan_value): Initialize with QNAN_VALUE_INIT.
22716         (max_value): Initialize with MAX_VALUE_INIT.
22717         (min_value): Initialize with MIN_VALUE_INIT.
22718         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22720         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22721         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22722         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22723         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22725         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22726         (RUN_TEST_2_f): Likewise.
22727         (RUN_TEST_ff_f): Likewise.
22728         (RUN_TEST_fi_f): Likewise.
22729         (RUN_TEST_fl_f): Likewise.
22730         (RUN_TEST_fff_f): Likewise.
22731         (RUN_TEST_c_f): Likewise.
22732         (RUN_TEST_f_f1): Likewise.
22733         (RUN_TEST_fF_f1): Likewise.
22734         (RUN_TEST_fI_f1): Likewise.
22735         (RUN_TEST_ffI_f1): Likewise.
22736         (RUN_TEST_c_c): Likewise.
22737         (RUN_TEST_cc_c): Likewise.
22738         (RUN_TEST_f_i): Likewise.
22739         (RUN_TEST_f_i_tg): Likewise.
22740         (RUN_TEST_ff_i_tg): Likewise.
22741         (RUN_TEST_f_b): Likewise.
22742         (RUN_TEST_f_b_tg): Likewise.
22743         (RUN_TEST_f_l): Likewise.
22744         (RUN_TEST_f_L): Likewise.
22745         (RUN_TEST_sincos): Likewise.
22746         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22747         whether to show exceptions.  Do not include ");\n" in return
22748         value.
22749         (special_functions): Output call to RUN_TEST_sincos instead of
22750         check_float calls.  Update calls to new_test.
22751         (parse_args): Output call to single RUN_TEST_* macro instead of
22752         check_* calls and other assignments.  Update calls to new_test.
22754         [BZ #2546]
22755         [BZ #2560]
22756         [BZ #5159]
22757         [BZ #15426]
22758         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22759         input to result for tgamma overflow.
22760         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22761         (gamma_coeff): New variable.
22762         (NCOEFF): New macro.
22763         (gamma_positive): New function.
22764         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22765         underflow here.  Use gamma_positive instead of exp (lgamma) for
22766         other arguments.
22767         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22768         (gamma_coeff): New variable.
22769         (NCOEFF): New macro.
22770         (gammaf_positive): New function.
22771         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22772         underflow here.  Use gamma_positive instead of exp (lgamma) for
22773         other arguments.
22774         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22775         (gamma_coeff): New variable.
22776         (NCOEFF): New macro.
22777         (gammal_positive): New function.
22778         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22779         underflow here.  Use gamma_positive instead of exp (lgamma) for
22780         other arguments.
22781         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22782         (gamma_coeff): New variable.
22783         (NCOEFF): New macro.
22784         (gammal_positive): New function.
22785         (__ieee754_gammal_r): Handle positive infinity, overflow and
22786         underflow here.  Handle NaN the same as positive infinity.  Remove
22787         check x < 0xffffffff for negative integers.  Use gamma_positive
22788         instead of exp (lgamma) for other arguments.
22789         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22790         (gamma_coeff): New variable.
22791         (NCOEFF): New macro.
22792         (gammal_positive): New function.
22793         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22794         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22795         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22796         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22797         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22798         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22799         * sysdeps/generic/math_private.h (__gamma_productf): New
22800         prototype.
22801         (__gamma_product): Likewise.
22802         (__gamma_productl): Likewise.
22803         * math/Makefile (libm-calls): Add gamma_product.
22804         * math/libm-test.inc (tgamma_test): Add more tests.
22805         * sysdeps/i386/fpu/libm-test-ulps: Update.
22806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22808 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22810         * benchtests/bench-skeleton.c (main): Preheat CPU.
22812 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22814         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22816 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22818         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22819         and _dl_skip_args_internal.
22821 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22823         * manual/message.texi (Message Translation): Talk about users.
22824         Message to key mapping impacts design.
22826 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22828         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22830         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22832         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22833         * sysdeps/wordsize-64/glob64.c: ... here.
22835         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22836         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22837         New macros.
22839         * debug/getlogin_r_chk.c: Moved to ...
22840         * login/getlogin_r_chk.c: ... here.
22841         * debug/Makefile (routines): Move getlogin_r_chk to ...
22842         * login/Makefile (routines): ... here.
22843         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22844         * login/Versions (libc: GLIBC_2.4): ... here.
22846         * io/poll.c (__poll): Renamed from poll.
22847         Add libc_hidden_def.
22848         (poll): Define as weak alias.
22850         * debug/ptsname_r_chk.c: Moved to ...
22851         * login/ptsname_r_chk.c: ... here.
22852         * debug/Makefile (routines): Move ptsname_r_chk to ...
22853         * login/Makefile (routines): ... here.
22854         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22855         * login/Versions (libc: GLIBC_2.4): ... here.
22857         * posix/getlogin.c: Moved to ...
22858         * login/getlogin.c: ... here.
22859         * posix/getlogin_r.c: Moved to ...
22860         * login/getlogin_r.c: ... here.
22861         * posix/getlogin_r.c: Moved to ...
22862         * login/getlogin_r.c: ... here.
22863         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22864         * login/Makefile (routines): ... here.
22865         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22866         * login/Versions (libc: GLIBC_2.0): ... here.
22868         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22869         (setrlimit): Define as weak alias.
22871         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22872         Call __ names for open, ftruncate, and close.
22873         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22874         (truncate): Define as weak alias.
22876 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22878         * math/gen-libm-test.pl (parse_args): Initialize x before each
22879         test of frexp, modf and remquo.
22881         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22882         test signgam value.
22884 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22886         [BZ #15418]
22887         [BZ #15419]
22888         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22889         internal tests.
22890         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22892 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22894         * elf/dl-writev.h: New file.
22895         * elf/dl-misc.c: Include it.
22896         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22897         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22899 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22901         * math/libm-test.inc (noXFails): Remove variable.
22902         (noXPasses): Likewise.
22903         (BUILD_COMPLEX_INT): Remove macro.
22904         (print_screen): Remove xfail argument.
22905         (print_screen_max_error): Likewise.
22906         (update_stats): Likewise.
22907         (print_max_error): Likewise.  Update calls to other affected
22908         functions.
22909         (print_complex_max_error): Likewise.
22910         (test_single_exception): Update calls to print_screen.
22911         (test_single_errno): Likewise.
22912         (check_float_internal): Remove xfail argument.  Update calls to
22913         other affected functions.
22914         (check_float): Likewise.
22915         (check_complex): Likewise.
22916         (check_int): Likewise.
22917         (check_long): Likewise.
22918         (check_bool): Likewise.
22919         (check_longlong): Likewise.
22920         (main): Don't print noXFails and noXPasses.
22921         * math/gen-libm-test.pl (top level): Don't mention expected
22922         failure handling in comment.
22923         (new_test): Don't handle expected failures.
22924         (parse_args): Don't mention expected failure handling in comment.
22925         (generate_testfile): Don't handle expected failures.
22926         (parse_ulps): Likewise.
22927         (print_ulps_file): Likewise.
22928         (get_failure): Remove function.
22929         (output_test): Don't handle expected failures.
22930         * make/README.libm-test: Don't mention expected failure handling.
22932         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22933         (minus_zero): Likewise.
22934         (plus_infty): Likewise.
22935         (minus_infty): Likewise.
22936         (qnan_value): Likewise.
22937         (max_value): Likewise.
22938         (min_value): Likewise.
22939         (min_subnorm_value): Likewise.
22940         (initialize): Do not initialize those variables dynamically.
22942 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22944         * io/open.c (__open_2): Moved to ...
22945         * io/open_2.c: ... this new file.
22946         * io/open64.c (__open64_2): Moved to ...
22947         * io/open64_2.c: ... this new file.
22948         * io/openat.c (__openat_2): Moved to ...
22949         * io/openat_2.c: ... this new file.
22950         * io/openat64.c (__openat64_2): Moved to ...
22951         * io/openat64_2.c: ... this new file.
22952         * io/Makefile (routines): Add them.
22953         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22954         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22955         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22956         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22957         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22958         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22959         (__openat64): Add hidden_ver.
22960         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22961         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22963         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22964         Separately conditionalize setting of GLRO(dl_sysinfo) so
22965         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22966         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22968 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22970         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22971         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22972         definition.
22973         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22974         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22975         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22976         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22977         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22979 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22981         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22982         test signgam value.
22984         * math/libm-test.inc (hypot_test): Do not use
22985         IGNORE_ZERO_INF_SIGN.
22987 2013-05-03  Andreas Jaeger  <aj@suse.de>
22989         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22990         Linux 3.9.
22991         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22992         (PF_MAX): Adjust for VSOCK change.
22994 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22996         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22998 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
23000         [BZ #15264]
23001         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
23002         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
23003         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
23005 2013-05-02  David S. Miller  <davem@davemloft.net>
23007         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23009 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
23011         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
23013 2013-05-01  Roland McGrath  <roland@hack.frob.com>
23015         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
23017 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
23019         [BZ #14952]
23020         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
23021         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23022         Use __attribute__ ((__gnu_inline__)).
23023         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23024         Don't use __attribute__ ((__gnu_inline__)).
23026 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
23028         [BZ #15423]
23029         * math/s_catan.c (__catan): Handle small real or imaginary part of
23030         input specially to avoid spurious underflow.
23031         * math/s_catanf.c (__catanf): Likewise.
23032         * math/s_catanh.c (__catanh): Likewise.
23033         * math/s_catanhf.c (__catanhf): Likewise.
23034         * math/s_catanhl.c (__catanhl): Likewise.
23035         * math/s_catanl.c (__catanl): Likewise.
23036         * math/libm-test.inc (catan_test): Add more tests.
23037         (catanh_test): Likewise.
23038         * sysdeps/i386/fpu/libm-test-ulps: Update.
23039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23041 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23043         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23045 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
23047         [BZ #15416]
23048         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
23049         accurately for denominator in atan2.
23050         * math/s_catanf.c (__catanf): Likewise.
23051         * math/s_catanh.c (__catanh): Likewise.
23052         * math/s_catanhf.c (__catanhf): Likewise.
23053         * math/s_catanhl.c (__catanhl): Likewise.
23054         * math/s_catanl.c (__catanl): Likewise.
23055         * math/libm-test.inc (catan_test): Add more tests.
23056         (catanh_test): Likewise.
23057         * sysdeps/i386/fpu/libm-test-ulps: Update.
23058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23060 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23062         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
23064         * benchtests/Makefile (bench): Remove slow benchmarks.
23065         * benchtests/atan-inputs: Add slow benchmark inputs.
23066         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
23067         (BENCH_FUNC): Accept variant offset.
23068         (VARIANT): Define.
23069         * benchtests/bench-skeleton.c (main): Run benchmark for each
23070         variant.
23071         * benchtests/cos-inputs: Add slow benchmark inputs.
23072         * benchtests/exp-inputs: Likewise.
23073         * benchtests/pow-inputs: Likewise.
23074         * benchtests/sin-inputs: Likewise.
23075         * benchtests/slowatan-inputs: Remove.
23076         * benchtests/slowatan.c: Remove.
23077         * benchtests/slowcos-inputs: Remove.
23078         * benchtests/slowcos.c: Remove.
23079         * benchtests/slowexp-inputs: Remove.
23080         * benchtests/slowexp.c: Remove.
23081         * benchtests/slowpow-inputs: Remove.
23082         * benchtests/slowpow.c: Remove.
23083         * benchtests/slowsin-inputs: Remove.
23084         * benchtests/slowsin.c: Remove.
23085         * benchtests/slowtan-inputs: Remove.
23086         * benchtests/slowtan.c: Remove.
23087         * benchtests/tan-inputs: Add slow benchmark inputs.
23088         * scripts/bench.pl: Parse comments and directives.
23090         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
23091         in CPPFLAGS.
23092         ($(objpfx)bench-%.c): Remove *-ITER.
23093         * benchtests/bench-modf.c: Remove definition of ITER.
23094         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
23095         (main): Loop for DURATION seconds instead of fixed number of
23096         iterations.
23097         * scripts/bench.pl: Don't expect iterations in parameters.
23099 2013-04-29  Roland McGrath  <roland@hack.frob.com>
23101         * io/fchdir.c (__fchdir): Renamed from fchdir.
23102         (fchdir): Define as weak alias.
23104 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23106         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
23107         (ERRNO_EDOM): Likewise.
23108         (ERRNO_ERANGE): Likewise.
23109         (noErrnoTests): New variable.
23110         (init_max_error): Set errno to 0.
23111         (test_single_errno): New function.
23112         (test_errno): Likewise.
23113         (check_float_internal): Call test_errno.  Set errno to 0.
23114         (check_complex): Refer to errno tests in comment.
23115         (check_int): Call test_errno.  Set errno to 0.
23116         (check_long): Likewise.
23117         (check_bool): Likewise.
23118         (check_longlong): Likewise.
23119         (cos_test): Use ERRNO_* flags for errno tests instead of
23120         check_int.
23121         (expm1_test): Likewise.
23122         (fmod_test): Likewise.
23123         (ilogb_test): Likewise.
23124         (lgamma_test): Likewise.
23125         (pow_test): Likewise.
23126         (remainder_test): Likewise.
23127         (sin_test): Likewise.
23128         (tan_test): Likewise.
23129         (yn_test): Likewise.
23130         (initialize): Set errno to 0.
23131         (main): Print number of errno tests.
23132         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
23134 2013-04-29  Andreas Jaeger  <aj@suse.de>
23136         [BZ #15084]
23137         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
23138         and RES_USEVC.
23140         [BZ #15085]
23141         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
23142         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
23143         unimplemented.
23145         [BZ #15380]
23146         * stdlib/random.c (__initstate): Return NULL if
23147         __initstate fails.
23149         [BZ #15086]
23150         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
23151         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
23152         RES_SNGLKUPREOP.
23154 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23156         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23158 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23160         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
23161         of individual tests.
23162         (casin_test): Likewise.
23163         (casinh_test): Likewise.
23165 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
23167         [BZ #15409]
23168         * math/s_catan.c (__catan): Handle arguments with large real or
23169         imaginary part separately without squaring.
23170         * math/s_catanf.c (__catanf): Likewise.
23171         * math/s_catanh.c (__catanh): Likewise.
23172         * math/s_catanhf.c (__catanhf): Likewise.
23173         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23174         and redefine.
23175         (__catanhl): Handle arguments with large real or imaginary part
23176         separately without squaring.
23177         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23178         and redefine.
23179         (__catanl): Handle arguments with large real or imaginary part
23180         separately without squaring.
23181         * math/libm-test.inc (catan_test): Add more tests.
23182         (catanh_test): Likewise.
23183         * sysdeps/i386/fpu/libm-test-ulps: Update.
23184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23186 2013-04-27  Andreas Jaeger  <aj@suse.de>
23188         [BZ #15007]
23189         * stdlib/stdlib.h: Update guards for qecvt.
23190         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
23191         <stdlib.h>.
23193 2013-04-27  Allan McRae  <allan@archlinux.org>
23195         * sysdeps/i386/fpu/libm-test-ulps: Update.
23197 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
23199         [BZ #15406]
23200         * math/s_catan.c: Include <float.h>.
23201         (__catan): Ensure underflow exception occurs for underflowed
23202         result.
23203         * math/s_catanf.c: Include <float.h>.
23204         (__catanf): Ensure underflow exception occurs for underflowed
23205         result.
23206         * math/s_catanh.c: Include <float.h>.
23207         (__catanh): Ensure underflow exception occurs for underflowed
23208         result.
23209         * math/s_catanhf.c: Include <float.h>.
23210         (__catanhf): Ensure underflow exception occurs for underflowed
23211         result.
23212         * math/s_catanhl.c: Include <float.h>.
23213         (__catanhl): Ensure underflow exception occurs for underflowed
23214         result.
23215         * math/s_catanl.c: Include <float.h>.
23216         (__catanl): Ensure underflow exception occurs for underflowed
23217         result.
23218         * math/libm-test.inc (catan_test): Add more tests.
23219         (catanh_test): Likewise.
23221         [BZ #15405]
23222         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23223         underflowed result.
23224         * math/s_ccoshf.c (__ccoshf): Likewise.
23225         * math/s_ccoshl.c (__ccoshl): Likewise.
23226         * math/s_csin.c (__csin): Likewise.
23227         * math/s_csinf.c (__csinf): Likewise.
23228         * math/s_csinh.c (__csinh): Likewise.
23229         * math/s_csinhf.c (__csinhf): Likewise.
23230         * math/s_csinhl.c (__csinhl): Likewise.
23231         * math/s_csinl.c (__csinl): Likewise.
23232         * math/libm-test.inc (ccos_test): Add more tests.
23233         (ccosh_test): Likewise.
23234         (csin_test): Likewise.
23235         (csinh_test): Likewise.
23237 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23239         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23240         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23241         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23242         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23243         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23244         powerpc/power5+/fpu folders.
23245         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23248 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23250         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23252 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
23254         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23255         additions to variable.
23256         [$(config-machine) = x86_64] (modules-names): Likewise.
23257         ($(objpfx)tst-audit3): Remove dependency.
23258         ($(objpfx)tst-audit3.out): Likewise.
23259         ($(objpfx)tst-audit4): Likewise.
23260         ($(objpfx)tst-audit4.out): Likewise.
23261         ($(objpfx)tst-audit5): Likewise.
23262         ($(objpfx)tst-audit5.out): Likewise.
23263         ($(objpfx)tst-audit6): Likewise.
23264         ($(objpfx)tst-audit6.out): Likewise.
23265         ($(objpfx)tst-audit7): Likewise.
23266         ($(objpfx)tst-audit7.out): Likewise.
23267         (tst-audit3-ENV): Remove variable.
23268         (tst-audit4-ENV): Likewise.
23269         (tst-audit5-ENV): Likewise.
23270         (tst-audit6-ENV): Likewise.
23271         (tst-audit7-ENV): Likewise.
23272         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23273         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23274         addition to variable.
23275         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23276         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23277         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23278         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23279         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23280         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23281         tst-audit3, tst-audit4 and tst-audit5.
23282         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23283         tst-audit6 and tst-audit7.
23284         [$(subdir) = elf] (modules-names): Add audit modules for those
23285         tests.
23286         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23287         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23288         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23289         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23290         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23291         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23292         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23293         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23294         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23295         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23296         [$(subdir) = elf] (tst-audit3-ENV): New variable.
23297         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23298         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23299         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23300         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23301         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23302         Likewise.
23303         [$(subdir) = elf && $(config-cflags-avx) = yes]
23304         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23305         [$(subdir) = elf && $(config-cflags-avx) = yes]
23306         (CFLAGS-tst-auditmod4a.c): Likewise.
23307         [$(subdir) = elf && $(config-cflags-avx) = yes]
23308         (CFLAGS-tst-auditmod4b.c): Likewise.
23309         [$(subdir) = elf && $(config-cflags-avx) = yes]
23310         (CFLAGS-tst-auditmod6b.c): Likewise.
23311         [$(subdir) = elf && $(config-cflags-avx) = yes]
23312         (CFLAGS-tst-auditmod6c.c): Likewise.
23313         [$(subdir) = elf && $(config-cflags-avx) = yes]
23314         (CFLAGS-tst-auditmod7b.c): Likewise.
23315         * elf/tst-audit3.c: Move to ...
23316         * sysdeps/x86_64/tst-audit3.c: ... here.
23317         * elf/tst-audit4.c: Move to ...
23318         * sysdeps/x86_64/tst-audit4.c: ... here.
23319         * elf/tst-audit5.c: Move to ...
23320         * sysdeps/x86_64/tst-audit5.c: ... here.
23321         * elf/tst-audit6.c: Move to ...
23322         * sysdeps/x86_64/tst-audit6.c: ... here.
23323         * elf/tst-audit7.c: Move to ...
23324         * sysdeps/x86_64/tst-audit7.c: ... here.
23325         * elf/tst-auditmod3a.c: Move to ...
23326         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23327         * elf/tst-auditmod3b.c: Move to ...
23328         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23329         * elf/tst-auditmod4a.c: Move to ...
23330         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23331         * elf/tst-auditmod4b.c: Move to ...
23332         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23333         * elf/tst-auditmod5a.c: Move to ...
23334         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23335         * elf/tst-auditmod5b.c: Move to ...
23336         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23337         * elf/tst-auditmod6a.c: Move to ...
23338         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23339         * elf/tst-auditmod6b.c: Move to ...
23340         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23341         * elf/tst-auditmod6c.c: Move to ...
23342         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23343         * elf/tst-auditmod7a.c: Move to ...
23344         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23345         * elf/tst-auditmod7b.c: Move to ...
23346         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23348 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23350         [BZ #15366]
23351         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23352         define unconditionally.
23353         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23354         define unconditionally.
23355         (INT8_C, INT16_C, etc.): Likewise.
23357 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23359         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23360         __ehdr_start with hidden visibility.
23362         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23364 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23366         * math/libm-test.inc (cos_test): Use accurate hex constants.
23367         (sincost_test): Likewise.
23369 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23371         * math/libm-test.inc (catan_test): Add more tests.
23372         (catanh_test): Likewise.
23374         * math/s_catanf.c (__catanf): Use suffixed floating-point
23375         constants.
23376         * math/s_catanhf.c (__catanhf): Likewise.
23377         * math/s_catanhl.c (__catanhl): Likewise.
23378         * math/s_catanl.c (__catanl): Likewise.
23380         [BZ #15394]
23381         * math/s_catan.c (__catan): Calculate imaginary part of result
23382         with log1p not log unless computing log of number close to 0.
23383         * math/s_catanf.c (__catanf): Likewise.
23384         * math/s_catanl.c (__catanl): Likewise.
23385         * math/s_catanh.c (__catanh): Calculate real part of result with
23386         log1p not log unless computing log of number close to 0.
23387         * math/s_catanhf.c (__catanhf): Likewise.
23388         * math/s_catanhl.c (__catanhl): Likewise.
23389         * math/libm-test.inc (catan_test): Add more tests.
23390         (catanh_test): Likewise.
23391         * sysdeps/i386/fpu/libm-test-ulps: Update.
23392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23394 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23396         * benchtests/Makefile: Mention files in which fast and slow
23397         paths of math functions are implemented.
23399 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23401         * sysdeps/posix/timespec_get.c: New file.
23403 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23405         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23406         POWER.
23407         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23408         for POWER.
23409         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23410         powerpc/power5/fpu folders.
23411         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23412         * benchtests/Makefile: Add modf testcase.
23413         * benchtests/bench-modf.c: New file: Benchmark test for mo
23415 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23417         [BZ #14888]
23418         * time/Makefile (tests): Add tst-strptime-whitespace.
23419         * time/strptime_l.c (get_number): Use ISSPACE.
23420         (__strptime_internal): Likewise.
23421         * time/tst-strptime-whitespace.c: New test case.
23423 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23425         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23426         member.
23427         (_nss_files_init): Set it here.
23429 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23431         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23432         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23433         unsigned.
23435 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23437         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23439 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23441         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23442         size just once.
23444 2013-04-21  David S. Miller  <davem@davemloft.net>
23446         * po/ru.po: Update Russion translation from translation project.
23448 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23450         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23451         and setfsgid.
23453 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23455         * configure.in: Remove i386 configure warning. Remove i386 case.
23456         * configure: Regenerate.
23457         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23458         Add example to error message.
23459         * sysdeps/i386/configure: Regenerate.
23461 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23463         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23464         slowtan.
23465         * benchtests/cos-inputs: New file.
23466         * benchtests/slowcos-inputs: New file.
23467         * benchtests/slowcos.c: New file.
23468         * benchtests/slowtan-inputs: New file.
23469         * benchtests/slowtan.c: New file.
23470         * benchtests/tan-inputs: New file.
23472 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23474         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23475         considered kosher.
23477 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23479         * benchtests/Makefile: Include cppflags-iterator.mk to add
23480         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23482         * Makefile.in (bench-clean): New target.
23483         * benchtests/Makefile (bench-clean): Likewise.
23485 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23487         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23489 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23491         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23493 2013-04-15  Andreas Schwab  <schwab@suse.de>
23495         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23496         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23497         * nscd/pwdcache.c (cache_addpw): Likewise.
23498         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23499         more than recsize.
23501 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23503         * benchtests/Makefile (bench): Write all output to
23504         bench-out.tmp together.
23506 2013-04-15  Andreas Schwab  <schwab@suse.de>
23508         * nscd/nscd.c (main): Don't fork again after closing files.
23510 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23512         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23514         * benchtests/Rules (bench-deps): Collect dependencies into a
23515         single variable.  Add Makefile to dependencies.
23516         ($(objpfx)bench-%.c): Depend on bench-deps.
23518 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23519             Xavier Roche  <roche+kml2@exalead.com>
23521         [BZ #15361]
23522         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23523         just that it's a file descriptor.
23524         * manual/llio.texi (Synchronizing AIO Operations): Update description
23525         for EBADF error from aio_fsync.
23527 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23529         * Rules (bench): Move target definition...
23530         * benchtests/Makefile: ... here.
23532 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23534         * math/libm-test.inc (cos_test): Fix PI/2 test.
23535         (sincos_test): Likewise.
23536         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23537         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23539 2013-04-11  Andreas Schwab  <schwab@suse.de>
23541         [BZ #13988]
23542         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23543         accept exponent character only when digits were seen.
23544         * stdio-common/Makefile (tests): Add bug26.
23545         * stdio-common/bug26.c: New file.
23547         [BZ #14293]
23548         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23549         non-freeable.
23551 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23553         * Makeconfig (rtld-prefix): Define built linker prefix.
23554         * Rules (run-bench): Use it.
23555         * math/Makefile (run-regen-ulps): Likewise.
23557         * Rules (bench): Remove eval.
23559 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23560             Roland McGrath  <roland@hack.frob.com>
23561             Ondrej Bilka  <neleai@seznam.cz>
23563         [BZ #15346]
23564         * time/getdate.c: Include ctype.h and alloca.h.
23565         (__getdate_r): Trim leading and trailing spaces of input.
23566         * time/tst-getdate.c (tests): Add tests with leading and
23567         trailing spaces.
23569 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23571         [BZ #14280]
23572         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23573         when computing value.
23575 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23577         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23578         Use testrun.sh to run libm tests.
23580         [BZ #15309]
23581         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23583 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23585         [BZ #15264]
23586         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23588 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23590         * Makefile.in (regen-ulps): New target.
23591         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23592         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23593         [ifneq (no,$(PERL)] (regen-ulps): New target.
23594         [ifeq (no,$(PERL)] (regen-ulps): New target.
23595         * math/libm-test.inc (ulps_file_name): Define.
23596         (output_dir): New variable.
23597         (options): Add "output-dir" option.
23598         (parse_opt): Handle 'o' case.
23599         (main): If output_dir is non-NULL use it as a prefix
23600         otherwise use "".
23601         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23603 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23605         [BZ #10060, #10062]
23606         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23607         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23608         fail configure if __sync_val_compare_and_swap is not inlined.
23609         * sysdeps/i386/configure: Regenerate.
23610         * configure.in: Build for i686 when configured for i386.
23611         * configure: Regenerate.
23612         * README: Remove i386 reference.
23614 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23616         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23617         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23619 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23621         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23622         (lmsnanval): New variables.
23623         (F): Add conversion tests.
23624         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23625         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23627         * stdio-common/tstdiomisc.c (F): Properly collect individual
23628         tests' results.
23630         [BZ #14686, #15336]
23631         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23632         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23633         Instead, use input NaN values or generate a qNaN by arithmetic
23634         operation.  Also fix bugs to comply with the standard.
23635         * math/libm-test.inc (remainder_test): Add more tests.
23637         [BZ #15335, #15342]
23638         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23639         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23640         input NaN values or generate a qNaN by arithmetic operation.
23642         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23643         unreachable code.
23645         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23646         definitions.
23648 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23650         [BZ #14478]
23651         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23652         underflowed result.
23653         * math/s_cexpf.c (__cexpf): Likewise.
23654         * math/s_cexpl.c (__cexpl): Likewise.
23655         * math/libm-test.inc (cexp_test): Add more tests.
23657 2013-04-03  Andreas Schwab  <schwab@suse.de>
23659         [BZ #15330]
23660         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23661         order arrays from heap if bigger than alloca cutoff.
23663 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23665         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23666         (SNAN_TESTS_double): Refer to GCC PR56831.
23667         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23668         GCC PR56828.
23670 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23672         * Rules (bench): Move bench.out after the run is complete.
23674         * Rules (bench): Echo currently running benchmark.
23676         * benchtests/Makefile (bench): Add atan and slowatan.
23677         * benchtests/atan-inputs: New file.
23678         * benchtests/slowatan-inputs: New file.
23679         * benchtests/slowatan.c: New file.
23681         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23682         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23683         its value.
23685         [BZ #15305]
23686         * sysdeps/unix/sysv/linux/kernel-features.h
23687         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23688         __ASSUME_XFS_RESTRICTED_CHOWN.
23689         * sysdeps/unix/sysv/linux/pathconf.c
23690         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23691         Save and restore errno.
23693 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23695         [BZ #15327]
23696         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23697         arguments using __kernel_casinh.
23698         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23699         arguments using __kernel_casinhf.
23700         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23701         arguments using __kernel_casinhl.
23702         * math/libm-test.inc (cacosh_test): Add more tests.
23703         * sysdeps/i386/fpu/libm-test-ulps: Update.
23704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23706 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23708         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23709         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23711         * bench/Makefile (bench): Add sin and slowsin.
23712         * benchtests/sin-inputs: New file.
23713         * benchtests/slowsin-inputs: New file.
23714         * benchtests/slowsin.c: New file.
23716         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23717         (bench): Add slowexp and slowpow.
23718         (exp-ITER): Increase iterations.
23719         (pow-ITER): Likewise.
23720         * benchtests/exp-inputs: Change input.
23721         * benchtests/pow-inputs: Likewise.
23722         * benchtests/slowexp-inputs: New file.
23723         * benchtests/slowexp.c: New file.
23724         * benchtests/slowpow-inputs: New file.
23725         * benchtests/slowpow.c: New file.
23727 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23729         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23730         instructions.
23731         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23732         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23733         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23734         * benchtests/Makefile: Add rint benchtest.
23735         * benchtests/rint-inputs: Input for rint benchtest.
23737 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23739         * Versions.def (libm): Add GLIBC_2.18.
23740         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23741         hidden libm prototypes.
23742         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23743         * math/Makefile (libm-calls): Add s_issignaling.
23744         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23745         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23746         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23747         declaration.
23748         * math/math.h [__USE_GNU] (issignaling): New macro.
23749         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23750         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23751         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23752         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23753         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23754         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23755         * manual/arith.texi (issignaling): New section.
23756         * manual/libm-err-tab.pl (@all_functions): Update comment.
23757         * math/gen-libm-test.pl (parse_args): Apply special handling for
23758         issignaling.
23759         * math/libm-test.inc (print_float, issignaling_test): New
23760         functions.
23761         (check_float_internal): Add issignaling checks.
23762         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23763         default definition.
23764         * sysdeps/powerpc/math-tests.h: New file.
23765         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23766         tests.
23767         * math/test-snan.c (TEST_FUNC): Likewise.
23769 2013-03-30  David S. Miller  <davem@davemloft.net>
23771         * po/de.po: Update from translation team.
23773 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23775         [BZ #10357]
23776         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23777         imaginary part less than 1.0 and real part less than 0.5
23778         specially.
23779         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23780         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23781         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23782         (cacos_test): Add more tests.
23783         (casin_test): Likewise.
23784         (casinh_test): Likewise.
23785         * sysdeps/i386/fpu/libm-test-ulps: Update.
23786         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23788 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23790         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23791         ONE with its value.
23793         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23794         (__pow_mp): Replace ONE and MONE with their values.
23795         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23796         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23797         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23798         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23799         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23800         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23802         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23804         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23805         (__pow_mp): Replace ZERO and MZERO with their values.
23806         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23807         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23808         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23809         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23810         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23811         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23812         (__sqr): Likewise.
23814         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23816         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23818 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23820         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23821         Declare with __attribute__ ((weak)).
23822         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23823         Call __call_tls_dtors only if it's not NULL.
23825 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23827         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23828         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23829         magic __ehdr_start linker symbol if it's defined.
23830         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23831         them up here if it was already done.
23833         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23834         (_dl_aux_init): Use const in cast when setting it.
23835         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23836         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23837         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23839         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23840         Declare them here.
23841         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23842         * csu/libc-tls.c: Nor here.
23843         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23845         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23846         (__libc_message): Never call vsyslog.
23848 2013-03-28  Alan Modra  <amodra@gmail.com>
23850         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23851         Define as empty.
23852         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23853         Likewise.
23855 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23857         [BZ #15214]
23858         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23859         underflow.
23860         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23862 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23864         [BZ #15304]
23865         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23866         Don't add gid passed as argument.
23868         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23870 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23872         [BZ #15307]
23873         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23874         imaginary part between 1.0 and 1.5 and real part less than 0.5
23875         specially.
23876         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23877         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23878         * math/libm-test.inc (cacos_test): Add more tests.
23879         (casin_test): Likewise.
23880         (casinh_test): Likewise.
23881         * sysdeps/i386/fpu/libm-test-ulps: Update.
23882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23884 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23886         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23887         constants.
23888         (norm): Likewise.
23889         (denorm): Likewise.
23890         (__dbl_mp): Likewise.
23891         (add_magnitudes): Likewise.
23892         (sub_magnitudes): Likewise.
23893         (__add): Likewise.
23894         (__sub): Likewise.
23895         (__mul): Likewise.
23896         (__sqr): Likewise.
23897         (__inv): Likewise.
23898         (__dvd): Likewise.
23900         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23901         commented code.
23902         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23903         (__dubcos): Likewise.
23904         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23905         (__ieee754_acos): Likewise.
23906         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23907         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23908         (__exp1): Likewise.
23909         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23910         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23911         (log1): Likewise.
23912         (my_log2): Likewise.
23913         (checkint): Likewise.
23914         * sysdeps/ieee754/dbl-64/e_remainder.c
23915         (__ieee754_remainder): Likewise.
23916         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23917         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23918         (bsloww): Likewise.
23919         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23921         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23922         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23923         MANTISSA_STORE_T to store computations on mantissa.  Use
23924         macros for rounding and division.
23925         (denorm): Likewise.
23926         (__dbl_mp): Likewise.
23927         (add_magnitudes): Likewise.
23928         (sub_magnitudes): Likewise.
23929         (__mul): Likewise.
23930         (__sqr): Likewise.
23931         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23932         powers of two in terms of TWOPOW macro.
23933         (mp_no): Make type of mantissa as MANTISSA_T.
23934         [!RADIXI]: Define RADIXI.
23935         [!TWO52]: Define TWO52.
23936         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23938 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23940         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23941         llroundl symbol when building for PPC32.
23943 2013-03-24  Mark H Weaver  <mhw@netris.org>
23945         * manual/arith.texi (Normalization Functions): Fix prototypes for
23946         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23948 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23950         [BZ #13889]
23951         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23952         high value to check if expl overflow.
23953         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23954         to check for underflow and overflow.
23955         * math/libm-test.inc: Add exp test.
23957 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23959         [BZ #11120]
23960         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23961         with NOT_IN_libc.
23963 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23965         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23966         symbol.
23968 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23970         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23971         wrap blocks consisting of several statements.
23973         * sysdeps/generic/math-tests.h: New file.
23974         * sysdeps/i386/fpu/math-tests.h: Likewise.
23975         * math/test-snan.c: Include it.
23976         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23978 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23980         [BZ #15285]
23981         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23982         (__ieee754_j0l): Do not improve calculations using cos of twice
23983         input for inputs above LDBL_MAX / 2.0L.
23984         (__ieee754_y0l): Likewise.
23985         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23986         (__ieee754_j1l): Do not improve calculations using cos of twice
23987         input for inputs above LDBL_MAX / 2.0L.
23988         (__ieee754_y1l): Likewise.
23989         * math/libm-test.inc (j0_test): Add another test.
23990         (j1_test): Likewise.
23991         (y0_test): Likewise.
23992         (y1_test): Likewise.
23993         * sysdeps/i386/fpu/libm-test-ulps: Update.
23995 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23997         * Rules ($(objpfx)bench-%.c): Include code from a C source
23998         file.
24000 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
24002         [BZ #15287]
24003         * math/k_casinh.c (__kernel_casinh): Handle arguments with
24004         imaginary part 1.0 and real part less than 0.5 specially.
24005         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24006         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24007         * math/libm-test.inc (cacos_test): Add more tests.
24008         (casin_test): Likewise.
24009         (casinh_test): Likewise.
24010         * sysdeps/i386/fpu/libm-test-ulps: Update.
24011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24013 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24015         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
24016         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
24018 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
24020         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
24021         * config.make.in (config-cflags-sse4): Remove variable.
24022         (config-cflags-avx): Likewise.
24023         (config-cflags-sse2avx): Likewise.
24024         (config-cflags-novzeroupper): Likewise.
24025         (config-asflags-i686): Likewise.
24026         (have-mfma4): Likewise.
24027         (have-as-vis3): Likewise.
24028         (MIG): Likewise.
24029         * configure.in (MIG): Do not AC_SUBST.
24030         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
24031         (libc_cv_cc_sse4): Do not AC_SUBST.
24032         (libc_cv_cc_avx): Likewise.
24033         (libc_cv_cc_sse2avx): Likewise.
24034         (libc_cv_cc_novzeroupper): Likewise.
24035         (libc_cv_cc_fma4): Likewise.
24036         (libc_cv_as_i686): Likewise.
24037         (libc_cv_sparc_as_vis3): Likewise.
24038         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
24039         LIBC_CONFIG_VAR.
24040         (config-asflags-i686): Likewise.
24041         (config-cflags-avx): Likewise.
24042         (config-cflags-sse2avx): Likewise.
24043         (have-mfma4): Likewise.
24044         (config-cflags-novzeroupper): Likewise.
24045         * sysdeps/mach/configure.in (MIG): Likewise.
24046         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
24047         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
24048         LIBC_CONFIG_VAR.
24049         (config-cflags-avx): Likewise.
24050         (config-cflags-sse2avx): Likewise.
24051         (have-mfma4): Likewise.
24052         (config-cflags-novzeroupper): Likewise.
24053         * configure: Regenerated.
24054         * sysdeps/i386/configure: Likewise.
24055         * sysdeps/mach/configure: Likewise.
24056         * sysdeps/sparc/configure: Likewise.
24057         * sysdeps/x86_64/configure: Likewise.
24059 2013-03-20  Roland McGrath  <roland@hack.frob.com>
24061         [BZ #14812]
24062         * locale/programs/localedef.c (options): Put N_ translation marker
24063         on argument names, not just descriptions.
24065 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24067         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
24069 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
24071         [BZ #14176]
24072         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
24074 2013-03-19  Roland McGrath  <roland@hack.frob.com>
24076         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
24077         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
24078         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
24079         [!BEFORE_ABORT] (before_abort): New function.
24080         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
24081         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
24082         (writev_for_fatal): New function.
24083         (WRITEV_FOR_FATAL): New macro; call that.
24084         (backtrace_and_maps): New function.
24085         (BEFORE_ABORT): New macro; call that.
24086         (struct str_list): Type removed.
24087         (__libc_message, __libc_fatal): Functions removed.
24088         Include <sysdeps/posix/libc_fatal.c> instead.
24090 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
24092         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
24093         constants.
24094         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
24095         double constants.
24097 2013-03-19  Andreas Schwab  <schwab@suse.de>
24099         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
24100         * sysdeps/gnu/configure: Regenerate.
24102         * configure.in: Substitute libc_cv_rtlddir.
24103         * configure: Regenerate.
24104         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
24105         * Makeconfig (rtlddir, inst_rtlddir): New variables.
24106         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
24107         * elf/Makefile (install-others, CFLAGS-interp.c)
24108         (ldso_install, common-ldd-rewrite): Likewise.
24109         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
24110         $(inst_slibdir)/$(rtld-installed-name).
24111         * scripts/rellns-sh: Add -p option.
24112         * Makerules (make-shlib-link): Use rellns-sh to get relative name
24113         for source.
24115 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24117         * manual/nptl.texi: Renamed to ...
24118         * manual/threads.texi: ... this.
24119         * manual/Makefile (chapters): Update.
24121 2013-03-18  Roland McGrath  <roland@hack.frob.com>
24123         [BZ #14812]
24124         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
24125         on argument names, not just descriptions.
24126         * malloc/memusagestat.c (options): Likewise.
24127         * nss/getent.c (options): Likewise.
24129 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
24131         [BZ #14812]
24132         * iconv/iconv_prog.c (options): Put N_ translation marker
24133         on argument names, not just descriptions.
24134         * iconv/iconvconfig.c (options): Likewise.
24136 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
24138         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
24139         implementation which is faster on all x86_64 architectures.
24140         Tested on AMD, Intel Nehalem, SNB, IVB.
24141         * sysdeps/x86_64/strnlen.S: Likewise.
24143         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24144         Remove all multiarch strlen and strnlen versions.
24145         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
24146         Remove strlen and strnlen related parts.
24148         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
24149         Inline strlen part.
24150         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
24152         * sysdeps/x86_64/multiarch/strlen.S: Remove.
24153         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
24154         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
24155         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
24156         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
24157         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
24159 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
24161         * manual/memory.texi (Malloc Tunable Parameters):
24162         Sort parameters alphabetically. Add comments for missing entries.
24164 2013-03-17  David S. Miller  <davem@davemloft.net>
24166         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24168 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
24170         [BZ #15283]
24171         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
24172         for arguments at most half maximum finite value.
24173         * math/libm-test.inc (j0_test): Add more tests.
24174         (j1_test): Likewise.
24175         (y0_test): Likewise.
24176         (y1_test): Likewise.
24177         * sysdeps/i386/fpu/libm-test-ulps: Update.
24178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24180         [BZ #14155]
24181         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
24182         1 / x and functions P and Q for arguments above 0x1p256L.
24183         (__ieee754_y0l): Likewise.
24184         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
24185         (__ieee754_y1l): Likewise.
24186         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
24187         (j1_test): Likewise.
24188         (y0_test): Likewise.
24189         (y1_test): Likewise.
24191 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
24193         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
24194         variable.
24196 2013-03-15  Roland McGrath  <roland@hack.frob.com>
24198         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
24199         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
24200         zero since it's initialized to EXEC_PAGESIZE.
24202         * sysdeps/unix/sysv/linux/ldsodefs.h
24203         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
24204         * sysdeps/generic/ldsodefs.h: ... here.
24206 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
24208         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
24210         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
24211         math/test-snan.c.
24212         * math/test-snan.c: Renamed from
24213         sysdeps/powerpc/fpu/test-powerpc-snan.c.
24214         * math/Makefile (tests): Add test-snan.
24215         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24216         test-powerpc-snan.
24218         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24219         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
24220         functions.
24221         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
24222         __builtin_nan family of functions.
24223         * math/libm-test.inc (initialize): Initialize qnan_value with
24224         __builtin_nan family of functions.
24225         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24226         Remove variables.
24227         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24228         Remove functions.
24229         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
24230         storage class.  Initialize qNaN_var and sNaN_var with
24231         __builtin_nan and __builtin_nans families of functions,
24232         respectively.
24234         * math/libm-test.inc (acosh_test): Also test with qNaN input.
24235         (sqrt_test): Remove duplicate test with qNaN input.
24236         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24237         (round_test, signbit_test, significand_test): Note missing +/-Inf
24238         as well as qNaN tests.
24240         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24241         qNaN_var.  Fix a few strings, too.
24242         * math/libm-test.inc (nan_value): Rename to qnan_value.
24243         * math/gen-libm-test.pl (%beautify): Adjust to that.
24244         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24245         * math/test-misc.c (main): Likewise.
24246         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24247         to __qnan_bytes, and __qnan_union, respectively.
24248         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24249         Likewise.
24250         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24251         and lqnanval, respectively.
24252         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24253         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24254         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24255         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24257         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24258         * math/test-misc.c (main) [__x86_64__]: Enable test for long
24259         doubles.
24261         * math/test-misc.c (main): Fix copy'n'pastos.
24262         * misc/tst-efgcvt.c (special): Likewise.
24264         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24265         Remove declarations.
24267 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24269         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24270         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24271         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24272         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24274 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24276         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24277         macro to return vdso values correctly in IFUNC implementations.
24278         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24279         Optimization by using IFUNC.
24281 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24282             Richard Henderson  <rth@redhat.com>
24283             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24285         * Makefile.in (bench): New target.
24286         * NEWS: Mention the benchmark framework.
24287         * Rules (bench): Likewise.
24288         (binaries-bench): Generate binaries for functions to
24289         benchmark.
24290         * benchtests/Makefile: New makefile for benchmark tests.
24291         * benchtests/bench-skeleton.c: New skeleton file for benchmark
24292         programs.
24293         * benchtests/exp-inputs: New input file for EXP function.
24294         * benchtests/pow-inputs: New input file for POW function.
24295         * scripts/bench.pl: New script to generate source files for
24296         benchmark programs.
24298 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24300         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24301         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24302         computations on mantissa.  Use macros for rounding and
24303         division.
24304         (denorm): Likewise.
24305         (__dbl_mp): Likewise.
24306         (add_magnitudes): Likewise.
24307         (sub_magnitudes): Likewise.
24308         (__mul): Likewise.
24309         (__sqr): Likewise.
24310         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24311         powers of two in terms of TWOPOW macro.
24312         (mp_no): Make type of mantissa as MANTISSA_T.
24313         [!RADIXI]: Define RADIXI.
24314         [!TWO52]: Define TWO52.
24315         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24317         * manual/nptl.texi (cindex): Modify threads to pthreads.
24319 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24321         * sysdeps/x86_64/preconfigure: Regenerated.
24323 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24325         [BZ #14155]
24326         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24327         0x1p28 and above.
24328         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24329         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24330         0x1p28 and above.
24331         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24332         * math/libm-test.inc (j0_test): Do not allow one spurious
24333         underflow exception.
24334         (y1_test): Likewise.
24336 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24338         * manual/Makefile (chapters): Add nptl.
24339         * manual/debug.texi (Debugging Support): Add link to Threads
24340         chapter.
24341         * manual/nptl.texi: New file.
24343         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24345 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24347         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24348         for non-NULL pointer before the memory validity test. Pointed
24349         out by Holger Brunck <holger.brunck@keymile.com>.
24351 2013-03-13  Andreas Schwab  <schwab@suse.de>
24353         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24354         instead of .os.
24356 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24358         * timezone/zic.c: Update from tzcode 2013b.
24360 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24362         * manual/install.texi (Configuring and compiling):
24363         Mention i686 and i586.
24364         * INSTALL: Regenerate.
24366 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24368         * sysdeps/init_array/elf-init.c: New file.
24369         * csu/elf-init.c
24370         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24371         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24373         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24374         __gmon_start__ as global, but as static with a .preinit_array pointer.
24375         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24376         * sysdeps/init_array/crti.S: New file, empty except for comments.
24377         * sysdeps/init_array/crtn.S: Likewise.
24379 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24381         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24382         definining bcopy.
24383         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24384         Remove Prefer_SSE_for_memop.
24385         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24386         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24387         HAS_PREFER_SSE_FOR_MEMOP.
24388         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24389         memset-x86-64.
24390         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24391         Remove bzero, memset ifunc support.
24392         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24393         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24394         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24395         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24397 2013-03-11  Andreas Schwab  <schwab@suse.de>
24399         [BZ #15234]
24400         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24401         by SHLIB_COMPAT.
24402         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24403         (GLIBC_2.16): Remove pthread_atfork.
24405 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24407         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24408         (ptestcases.h): Likewise.
24410 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24412         * Makeconfig ($(common-objpfx)config.status): Depend on
24413         sysdeps/*/preconfigure{,.in} too.
24415 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24417         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24418         (__free_hook): Use void * instead of __malloc_ptr_t.
24419         (__malloc_hook): Likewise.
24420         (__realloc_hook): Likewise.
24421         (__memalign_hook): Likewise.
24422         (__after_morecore_hook): Likewise.
24423         * malloc/arena.c (save_malloc_hook): Likewise.
24424         (save_free_hook): Likewise.
24425         * malloc/hooks.c (malloc_hook_ini): Likewise.
24426         (realloc_hook_ini): Likewise.
24427         (memalign_hook_ini): Likewise.
24428         * malloc/malloc.c (malloc_hook_ini): Likewise.
24429         (realloc_hook_ini): Likewise.
24430         (memalign_hook_ini): Likewise.
24431         (__free_hook): Likewise.
24432         (__malloc_hook): Likewise.
24433         (__realloc_hook): Likewise.
24434         (__memalign_hook): Likewise.
24435         (__libc_malloc): Likewise.
24436         (__libc_free): Likewise.
24437         (__libc_realloc): Likewise.
24438         (__libc_memalign): Likewise.
24439         (__libc_valloc): Likewise.
24440         (__libc_pvalloc): Likewise.
24441         (__libc_calloc): Likewise.
24442         (__posix_memalign): Likewise.
24443         * malloc/morecore.c (__sbrk): Likewise.
24444         (__default_morecore): Likewise.
24446         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24448         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24449         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24450         __malloc_ptrdiff_t.
24452         * malloc/malloc.h (__malloc_size_t): Remove macro.
24453         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24454         __malloc_size_t.
24455         (old_memalign_hook): Likewise.
24456         (old_realloc_hook): Likewise.
24457         (struct hdr): Likewise.
24458         (flood): Likewise.
24459         (mallochook): Likewise.
24460         (memalignhook): Likewise.
24461         (reallochook): Likewise.
24462         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24463         (tr_old_realloc_hook): Likewise.
24464         (tr_old_memalign_hook): Likewise.
24465         (tr_mallochook): Likewise.
24466         (tr_reallochook): Likewise.
24467         (tr_memalignhook): Likewise.
24469 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24471         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24472         default_ldbl_pack and using as default implementation.
24473         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24474         implementation.
24475         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24476         redundant definition.
24477         (ldbl_insert_mantissa): Likewise.
24478         (ldbl_canonicalize): Likewise.
24479         (ldbl_nearbyint): Likewise.
24480         (ldbl_pack): Rename to ldbl_pack_ppc.
24481         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24482         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24483         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24485 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24487         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24488         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24489         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24490         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24491         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24492         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24493         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24494         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24496 2013-03-07  Andreas Jaeger  <aj@suse.de>
24498         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24499         bits/mman-linux.h.
24501 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24503         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24504         Include mpa.h and declare __MPEXP.
24505         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24506         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24507         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24508         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24509         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24510         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24511         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24513         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24514         (__slowpow): Use long double EXPL and LOGL functions to
24515         compute POW.
24516         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24517         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24518         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24519         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24520         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24521         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24523         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24524         intermediate variable to calculate exponent.
24525         (__sqr): Likewise.
24526         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24527         Likewise.
24528         (__sqr): Likewise.
24530         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24531         [!NO__SQR]: Define __sqr.
24532         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24533         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24534         sysdeps/ieee754/dbl-64/mpa.c.
24535         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24537         [BZ #12723]
24538         * posix/Makefile (tests): Add tst-pathconf.
24539         * posix/tst-pathconf.c: New test case.
24540         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24541         _PC_PIPE_BUF.
24542         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24544 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24546         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24548 2013-03-06  Andreas Jaeger  <aj@suse.de>
24550         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24551         definition via __MAP_ANONYMOUS.
24553         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24554         it's not part of Linux headers.
24556         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24557         (MAP_HUGE_MASK): Define.
24559         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24560         Define.
24561         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24562         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24563         Define.
24564         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24565         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24566         Define.
24567         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24568         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24569         Define.
24570         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24572         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24573         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24574         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24575         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24576         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24577         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24579         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24580         Handle f2fs.
24582         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24583         Handle f2fs and efivarfs.
24585         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24586         f2fs.
24588         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24589         (EFIVARFS_MAGIC): Add.
24590         (F2FS_LINK_MAX): Add.
24592 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24594         * stdio-common/vfprintf.c: Replace __builtin_expect with
24595         __glibc_unlikely.
24597 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24599         [BZ #13550]
24600         * sysdeps/generic/bp-sym.h: Remove file.
24601         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24602         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24603         <bp-sym.h> and <bp-asm.h>.
24604         (__longjmp): Don't use BP_SYM.
24605         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24606         and <bp-asm.h>.
24607         (memcpy): Don't use BP_SYM.
24608         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24609         <bp-sym.h> and <bp-asm.h>.
24610         (memcpy): Don't use BP_SYM.
24611         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24612         <bp-asm.h>.
24613         (memcpy): Don't use BP_SYM.
24614         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24615         <bp-asm.h>.
24616         (memset): Don't use BP_SYM.
24617         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24618         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24619         (__bzero): Don't use BP_SYM.
24620         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24621         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24622         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24623         <bp-sym.h> and <bp-asm.h>.
24624         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24625         pointers.
24626         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24627         <bp-sym.h> and <bp-asm.h>.
24628         (memcpy): Don't use BP_SYM.
24629         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24630         <bp-sym.h> and <bp-asm.h>.
24631         (memset): Don't use BP_SYM.
24632         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24633         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24634         (__bzero): Don't use BP_SYM.
24635         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24636         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24637         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24638         <bp-sym.h> and <bp-asm.h>.
24639         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24640         pointers.
24641         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24642         <bp-sym.h> and <bp-asm.h>.
24643         (memcpy): Don't use BP_SYM.
24644         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24645         <bp-sym.h> and <bp-asm.h>.
24646         (memset): Don't use BP_SYM.
24647         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24648         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24649         (__bzero): Don't use BP_SYM.
24650         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24651         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24652         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24653         <bp-sym.h> and <bp-asm.h>.
24654         (__memchr): Don't use BP_SYM.
24655         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24656         <bp-sym.h> and <bp-asm.h>.
24657         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24658         pointers.
24659         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24660         <bp-sym.h> and <bp-asm.h>.
24661         (memcpy): Don't use BP_SYM.
24662         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24663         <bp-sym.h> and <bp-asm.h>.
24664         (__mempcpy): Don't use BP_SYM.
24665         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24666         <bp-sym.h> and <bp-asm.h>.
24667         (__memrchr): Don't use BP_SYM.
24668         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24669         <bp-sym.h> and <bp-asm.h>.
24670         (memset): Don't use BP_SYM.
24671         (__bzero): Likewise.
24672         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24673         <bp-sym.h> and <bp-asm.h>.
24674         (__rawmemchr): Don't use BP_SYM.
24675         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24676         <bp-sym.h> and <bp-asm.h>.
24677         (__STRCMP): Don't use BP_SYM.
24678         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24679         <bp-sym.h> and <bp-asm.h>.
24680         (strchr): Don't use BP_SYM.
24681         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24682         <bp-sym.h> and <bp-asm.h>.
24683         (__strchrnul): Don't use BP_SYM.
24684         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24685         <bp-sym.h> and <bp-asm.h>.
24686         (strlen): Don't use BP_SYM.
24687         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24688         <bp-sym.h> and <bp-asm.h>.
24689         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24690         pointers.
24691         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24692         <bp-sym.h> and <bp-asm.h>.
24693         (__strnlen): Don't use BP_SYM.
24694         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24695         <bp-sym.h> and <bp-asm.h>.
24696         (__GI__setjmp): Don't use BP_SYM.
24697         (_setjmp): Likewise.
24698         (__sigsetjmp): Likewise.
24699         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24700         (L(start_addresses)): Don't use BP_SYM.
24701         (_start): Likewise.
24702         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24703         <bp-asm.h>.
24704         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24705         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24706         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24707         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24708         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24709         <bp-asm.h>.
24710         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24711         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24712         about bounded pointers.
24713         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24714         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24715         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24716         <bp-asm.h>.
24717         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24718         about bounded pointers.  Remove GKM FIXME comments.
24719         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24720         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24721         <bp-asm.h>.
24722         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24723         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24724         Remove GKM FIXME comments.
24725         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24726         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24727         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24728         <bp-asm.h>.
24729         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24730         about bounded pointers.  Remove GKM FIXME comment.
24731         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24732         and <bp-asm.h>.
24733         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24734         pointers.
24735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24736         <bp-sym.h> and <bp-asm.h>.
24737         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24739         <bp-sym.h> and <bp-asm.h>.
24740         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24741         comment.
24743 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24745         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24746         call free(NULL).
24748 2013-03-05  David S. Miller  <davem@davemloft.net>
24750         * po/es.po: Update from translation team.
24752 2013-03-05  Andreas Jaeger  <aj@suse.de>
24754         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24755         <bits/mman-linux.h>.
24756         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24757         is fine.
24758         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24759         <bits/mman-linux.h> to end of file.
24760         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24761         is fine.
24762         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24763         <bits/mman-linux.h> to end of file.
24764         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24765         is fine.
24766         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24767         <bits/mman-linux.h> to end of file.
24769         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24770         (MCL_CURRENT, MCL_FUTURE): Define here.
24772 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24774         [BZ #15232]
24775         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24776         attribute_hidden.
24777         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24779 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24781         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24782         fourth parameter needed for rt_sigprocmask syscall.
24783         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24784         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24785         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24786         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24787         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24788         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24790 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24792         [BZ #13550]
24793         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24794         comment about bounded pointers.
24795         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24796         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24798 2013-03-04  Andreas Jaeger  <aj@suse.de>
24800         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24801         common definitions.
24803         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24804         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24805         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24806         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24807         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24808         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24810 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24812         [BZ #15055]
24813         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24814         __ieee754_sqrl instead of __sqrl.
24816 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24818         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24819         * sysdeps/powerpc/fpu_control.h: ... here.
24820         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24821         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24822         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24823         * sysdeps/powerpc/bits/mathinline.h: ... here.
24825 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24827         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24828         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24829         to just [NEED_DL_SYSINFO_DSO].
24830         * elf/dl-support.c: Likewise.
24831         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24832         * elf/rtld.c (dl_main): Likewise.
24833         * elf/setup-vdso.h (setup_vdso): Likewise.
24834         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24835         * sysdeps/unix/sysv/linux/dl-sysdep.c
24836         (_dl_discover_osversion): Likewise.
24838 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24840         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24841         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24843 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24845         * NEWS: Mention libm performance improvements and non-x86 PI
24846         futex support.
24848         * csu/libc-start.c (__pthread_initialize_minimal): Change
24849         function arguments.
24850         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24852 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24854         [BZ #13550]
24855         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24856         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24857         <bp-sym.h> and <bp-asm.h>.
24858         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24859         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24860         and <bp-asm.h>.
24861         (memcpy): Don't use BP_SYM.
24862         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24863         <bp-asm.h>.
24864         (__mpn_add_n): Don't use BP_SYM.
24865         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24866         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24867         and <bp-asm.h>.
24868         (__mpn_addmul_1): Don't use BP_SYM.
24869         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24870         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24871         <bp-sym.h>.
24872         (_setjmp): Don't use BP_SYM.
24873         (__novmx_setjmp): Likewise.
24874         (__GI__setjmp): Likewise.
24875         (__vmx_setjmp): Likewise.
24876         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24877         <bp-sym.h>.
24878         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24879         (__bzero): Don't use BP_SYM.
24880         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24881         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24882         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24883         <bp-sym.h> and <bp-asm.h>.
24884         (memcpy): Don't use BP_SYM.
24885         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24886         <bp-sym.h> and <bp-asm.h>.
24887         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24888         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24889         <bp-sym.h> and <bp-asm.h>.
24890         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24891         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24892         <bp-asm.h>.
24893         (__mpn_lshift): Don't use BP_SYM.
24894         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24895         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24896         <bp-asm.h>.
24897         (memset): Don't use BP_SYM.
24898         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24899         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24900         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24901         <bp-asm.h>.
24902         (__mpn_mul_1): Don't use BP_SYM.
24903         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24904         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24905         <bp-sym.h> and <bp-asm.h>.
24906         (memcmp): Don't use BP_SYM.
24907         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24908         <bp-sym.h> and <bp-asm.h>.
24909         (memcpy): Don't use BP_SYM.
24910         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24911         <bp-sym.h> and <bp-asm.h>.
24912         (memset): Don't use BP_SYM.
24913         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24914         <bp-sym.h> and <bp-asm.h>.
24915         (strncmp): Don't use BP_SYM.
24916         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24917         <bp-sym.h> and <bp-asm.h>.
24918         (memcpy): Don't use BP_SYM.
24919         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24920         <bp-sym.h> and <bp-asm.h>.
24921         (memset): Don't use BP_SYM.
24922         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24923         <bp-sym.h> and <bp-asm.h>.
24924         (__memchr): Don't use BP_SYM.
24925         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24926         <bp-sym.h> and <bp-asm.h>.
24927         (memcmp): Don't use BP_SYM.
24928         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24929         <bp-sym.h> and <bp-asm.h>.
24930         (memcpy): Don't use BP_SYM.
24931         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24932         <bp-sym.h> and <bp-asm.h>.
24933         (__mempcpy): Don't use BP_SYM.
24934         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24935         <bp-sym.h> and <bp-asm.h>.
24936         (__memrchr): Don't use BP_SYM.
24937         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24938         <bp-sym.h> and <bp-asm.h>.
24939         (memset): Don't use BP_SYM.
24940         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24941         <bp-sym.h> and <bp-asm.h>.
24942         (__rawmemchr): Don't use BP_SYM.
24943         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24944         <bp-sym.h> and <bp-asm.h>.
24945         (__STRCMP): Don't use BP_SYM.
24946         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24947         <bp-sym.h> and <bp-asm.h>.
24948         (strchr): Don't use BP_SYM.
24949         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24950         <bp-sym.h> and <bp-asm.h>.
24951         (__strchrnul): Don't use BP_SYM.
24952         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24953         <bp-sym.h> and <bp-asm.h>.
24954         (strlen): Don't use BP_SYM.
24955         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24956         <bp-sym.h> and <bp-asm.h>.
24957         (strncmp): Don't use BP_SYM.
24958         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24959         <bp-sym.h> and <bp-asm.h>.
24960         (__strnlen): Don't use BP_SYM.
24961         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24962         <bp-asm.h>.
24963         (__mpn_rshift): Don't use BP_SYM.
24964         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24965         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24966         <bp-sym.h> and <bp-asm.h>.
24967         (__sigsetjmp): Don't use BP_SYM.
24968         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24969         (L(start_addresses)): Don't use BP_SYM.
24970         (_start): Likewise.
24971         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24972         <bp-asm.h>.
24973         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24974         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24975         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24976         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24977         <bp-asm.h>.
24978         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24979         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24980         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24981         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24982         <bp-asm.h>.
24983         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24984         comments.
24985         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24986         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24987         <bp-asm.h>.
24988         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24989         FIXME comments.
24990         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24991         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24992         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24993         <bp-asm.h>.
24994         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24995         comment.
24996         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24997         and <bp-asm.h>.
24998         (strncmp): Don't use BP_SYM,
24999         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
25000         <bp-asm.h>.
25001         (__mpn_sub_n): Don't use BP_SYM.
25002         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25003         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
25004         and <bp-asm.h>.
25005         (__mpn_submul_1): Don't use BP_SYM.
25006         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
25008         <bp-sym.h> and <bp-asm.h>.
25009         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
25010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
25011         <bp-sym.h> and <bp-asm.h>.
25012         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
25013         comment.
25015 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25017         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
25018         Use ZK to minimize writes to Z.
25019         (sub_magnitudes): Simplify code a bit.
25020         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
25021         Use ZK to minimize writes to Z.
25022         (sub_magnitudes): Simplify code a bit.
25024 2013-02-27  Roland McGrath  <roland@hack.frob.com>
25026         * csu/gmon-start.c: Add special exception to license text.
25028 2013-02-27  Richard Henderson  <rth@redhat.com>
25030         * scripts/config.guess: Update from config.git.
25031         * scripts/config.sub: Likewise.
25033 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25035         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
25037         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
25039         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
25041         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
25043         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
25045 2013-02-26  Roland McGrath  <roland@hack.frob.com>
25047         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
25048         [$(build-shared = yes].
25050 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25052         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
25053         (__mul): Reduce iterations for calculating mantissa.
25055         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
25056         MPTWO.
25057         (__mpranred): Likewise.
25059         [BZ #15160]
25060         * malloc/memusagestat.c (main): Draw graphs for heap and stack
25061         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
25063 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
25065         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
25066         Define __attribute__.
25068 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25070         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
25071         unused.
25072         * posix/regex_internal.h (__attribute): Remove.
25073         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
25074         (re_string_context_at): Likewise.
25075         (bitset_not): Use __attribute__ and mark function as possibly
25076         unused.
25077         (bitset_merge): Likewise.
25078         (bitset_mask): Likewise.
25079         (re_string_char_size_at): Likewise.
25080         (re_string_wchar_at): Likewise.
25081         (re_string_elem_size_at): Likewise.
25083 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
25085         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
25086         code.
25087         (cc32): Likewise.
25089         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
25090         (__acr): Likewise.
25091         (__cpy): Likewise.
25092         (norm): Likewise.
25093         (denorm): Likewise.
25094         (__dbl_mp): Likewise.
25095         (add_magnitudes): Likewise.
25096         (sub_magnitudes): Likewise.
25097         (__mul): Likewise.
25098         (__inv): Likewise.
25100         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
25101         style.
25103         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
25104         style.
25106         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
25107         code.
25109         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
25110         up changes with default code.
25111         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
25112         Likewise.
25114 2013-02-24  Allan McRae  <allan@archlinux.org>
25116         * manual/socket.texi (The Internet Namespace): Order menu items
25117         to match that in the file.
25119         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
25120         node listing of the info page menu.
25122 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
25124         [BZ #13550]
25125         * sysdeps/i386/bp-asm.h: Remove file.
25126         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25127         (PARMS): Do not use macros from bp-asm.h.
25128         (S1): Likewise.
25129         (S2): Likewise.
25130         (SIZE): Likewise.
25131         (__mpn_add_n): Do not use BP_SYM
25132         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
25133         "bp-asm.h".
25134         (PARMS): Do not use macros from bp-asm.h.
25135         (S1): Likewise.
25136         (SIZE): Likewise.
25137         (__mpn_addmul_1): Do not use BP_SYM
25138         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
25139         "bp-asm.h".
25140         (PARMS): Do not use macros from bp-asm.h.
25141         (SIGMSK): Likewise.
25142         (_setjmp): Likewise.  Do not use BP_SYM.
25143         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
25144         "bp-asm.h".
25145         (PARMS): Do not use macros from bp-asm.h.
25146         (SIGMSK): Likewise.
25147         (setjmp): Likewise.  Do not use BP_SYM.
25148         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
25149         "bp-asm.h".
25150         (PARMS): Do not use macros from bp-asm.h.
25151         (__frexp): Do not use BP_SYM.
25152         (frexp): Likewise.
25153         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
25154         "bp-asm.h".
25155         (PARMS): Do not use macros from bp-asm.h.
25156         (__frexpf): Do not use BP_SYM.
25157         (frexpf): Likewise.
25158         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
25159         "bp-asm.h".
25160         (PARMS): Do not use macros from bp-asm.h.
25161         (__frexpl): Do not use BP_SYM.
25162         (frexpl): Likewise.
25163         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
25164         "bp-asm.h".
25165         (PARMS): Do not use macros from bp-asm.h.
25166         (__remquo): Do not use BP_SYM.
25167         (remquo): Likewise.
25168         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
25169         "bp-asm.h".
25170         (PARMS): Do not use macros from bp-asm.h.
25171         (__remquof): Do not use BP_SYM.
25172         (remquof): Likewise.
25173         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
25174         "bp-asm.h".
25175         (PARMS): Do not use macros from bp-asm.h.
25176         (__remquol): Do not use BP_SYM.
25177         (remquol): Likewise.
25178         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
25179         "bp-asm.h".
25180         (PARMS): Do not use macros from bp-asm.h.
25181         (DEST): Likewise.
25182         (SRC): Likewise.
25183         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
25184         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
25185         "bp-asm.h".
25186         (PARMS): Do not use macros from bp-asm.h.
25187         (strlen): Do not use BP_SYM.
25188         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
25189         "bp-asm.h".
25190         (PARMS): Do not use macros from bp-asm.h.
25191         (S1): Likewise.
25192         (S2): Likewise.
25193         (SIZE): Likewise.
25194         (__mpn_add_n): Do not use BP_SYM.
25195         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
25196         "bp-asm.h".
25197         (PARMS): Do not use macros from bp-asm.h.
25198         (S1): Likewise.
25199         (SIZE): Likewise.
25200         (__mpn_addmul_1): Do not use BP_SYM.
25201         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
25202         weak_alias.
25203         (bzero): Likewise.
25204         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
25205         "bp-asm.h".
25206         (PARMS): Do not use macros from bp-asm.h.
25207         (S): Likewise.
25208         (SIZE): Likewise.
25209         (__mpn_lshift): Do not use BP_SYM.
25210         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
25211         "bp-asm.h".
25212         (PARMS): Do not use macros from bp-asm.h.
25213         (DEST): Likewise.
25214         (SRC): Likewise.
25215         (LEN): Likewise.
25216         (memcpy): Likewise.  Do not use BP_SYM.
25217         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25218         libc_hidden_def and weak_alias.
25219         (mempcpy): Do not use BP_SYM in weak_alias.
25220         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25221         "bp-asm.h".
25222         (PARMS): Do not use macros from bp-asm.h.
25223         (DEST): Likewise.
25224         (LEN): Likewise.
25225         [!BZERO_P] (CHR): Likewise.
25226         (memset): Likewise.  Do not use BP_SYM.
25227         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25228         "bp-asm.h".
25229         (PARMS): Do not use macros from bp-asm.h.
25230         (S1): Likewise.
25231         (SIZE): Likewise.
25232         (__mpn_mul_1): Do not use BP_SYM.
25233         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25234         "bp-asm.h".
25235         (PARMS): Do not use macros from bp-asm.h.
25236         (S): Likewise.
25237         (SIZE): Likewise.
25238         (__mpn_rshift): Do not use BP_SYM.
25239         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25240         "bp-asm.h".
25241         (PARMS): Do not use macros from bp-asm.h.
25242         (STR): Likewise.
25243         (CHR): Likewise.
25244         (strchr): Likewise.  Do not use BP_SYM.
25245         (index): Do not use BP_SYM in weak_alias.
25246         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25247         "bp-asm.h".
25248         (PARMS): Do not use macros from bp-asm.h.
25249         (DEST): Likewise.
25250         (SRC): Likewise.
25251         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
25252         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25253         "bp-asm.h".
25254         (PARMS): Do not use macros from bp-asm.h.
25255         (strlen): Do not use BP_SYM.
25256         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25257         "bp-asm.h".
25258         (PARMS): Do not use macros from bp-asm.h.
25259         (S1): Likewise.
25260         (S2): Likewise.
25261         (SIZE): Likewise.
25262         (__mpn_sub_n): Do not use BP_SYM.
25263         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25264         "bp-asm.h".
25265         (PARMS): Do not use macros from bp-asm.h.
25266         (S1): Likewise.
25267         (SIZE): Likewise.
25268         (__mpn_submul_1): Do not use BP_SYM.
25269         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25270         "bp-asm.h".
25271         (PARMS): Do not use macros from bp-asm.h.
25272         (S1): Likewise.
25273         (S2): Likewise.
25274         (SIZE): Likewise.
25275         (__mpn_add_n): Do not use BP_SYM.
25276         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25277         weak_alias.
25278         (bzero): Likewise.
25279         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25280         "bp-asm.h".
25281         (PARMS): Do not use macros from bp-asm.h.
25282         (BLK2): Likewise.
25283         (LEN): Likewise.
25284         (memcmp): Do not use BP_SYM.
25285         (bcmp): Do not use BP_SYM in weak_alias.
25286         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25287         "bp-asm.h".
25288         (PARMS): Do not use macros from bp-asm.h.
25289         (DEST): Likewise.
25290         (SRC): Likewise.
25291         (LEN): Likewise.
25292         (memcpy): Likewise.  Do not use BP_SYM.
25293         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25294         "bp-asm.h".
25295         (PARMS): Do not use macros from bp-asm.h.
25296         (DEST): Likewise.
25297         (SRC): Likewise.
25298         (LEN): Likewise.
25299         (memmove): Likewise.  Do not use BP_SYM.
25300         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25301         "bp-asm.h".
25302         (PARMS): Do not use macros from bp-asm.h.
25303         (DEST): Likewise.
25304         (SRC): Likewise.
25305         (LEN): Likewise.
25306         (__mempcpy): Likewise.  Do not use BP_SYM.
25307         (mempcpy): Do not use BP_SYM in weak_alias.
25308         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25309         "bp-asm.h".
25310         (PARMS): Do not use macros from bp-asm.h.
25311         (DEST): Likewise.
25312         (LEN): Likewise.
25313         [!BZERO_P] (CHR): Likewise.
25314         (memset): Likewise.  Do not use BP_SYM.
25315         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25316         "bp-asm.h".
25317         (PARMS): Do not use macros from bp-asm.h.
25318         (STR2): Likewise.
25319         (strcmp): Do not use BP_SYM.
25320         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25321         "bp-asm.h".
25322         (PARMS): Do not use macros from bp-asm.h.
25323         (STR): Likewise.
25324         (DELIM): Likewise.
25325         [USE_AS_STRTOK_R] (SAVE): Likewise.
25326         (FUNCTION): Likewise.  Do not use BP_SYM.
25327         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25328         aliases.
25329         (strtok_r): Likewise.
25330         (__GI___strtok_r): Likewise.
25331         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25332         (PARMS): Do not use macros from bp-asm.h.
25333         (S): Likewise.
25334         (SIZE): Likewise.
25335         (__mpn_lshift): Do not use BP_SYM.
25336         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25337         (PARMS): Do not use macros from bp-asm.h.
25338         (STR): Likewise.
25339         (CHR): Likewise.
25340         (__memchr): Do not use BP_SYM.
25341         (memchr): Do not use BP_SYM in weak_alias.
25342         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25343         (PARMS): Do not use macros from bp-asm.h.
25344         (BLK2): Likewise.
25345         (LEN): Likewise.
25346         (memcmp): Do not use BP_SYM.
25347         (bcmp): Do not use BP_SYM in weak_alias.
25348         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25349         (PARMS): Do not use macros from bp-asm.h.
25350         (S1): Likewise.
25351         (SIZE): Likewise.
25352         (__mpn_mul_1): Do not use BP_SYM.
25353         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25354         "bp-asm.h".
25355         (PARMS): Do not use macros from bp-asm.h.
25356         (STR): Likewise.
25357         (CHR): Likewise.
25358         (__rawmemchr): Do not use BP_SYM.
25359         (rawmemchr): Do not use BP_SYM in weak_alias.
25360         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25361         (PARMS): Do not use macros from bp-asm.h.
25362         (S): Likewise.
25363         (SIZE): Likewise.
25364         (__mpn_rshift): Do not use BP_SYM.
25365         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25366         (PARMS): Do not use macros from bp-asm.h.
25367         (SIGMSK): Likewise.
25368         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25369         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25370         (_start): Do not use BP_SYM.
25371         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25372         (PARMS): Do not use macros from bp-asm.h.
25373         (DEST): Likewise.
25374         (SRC): Likewise.
25375         (__stpcpy): Likewise.  Do not use BP_SYM.
25376         (stpcpy): Do not use BP_SYM in weak_alias.
25377         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25378         "bp-asm.h".
25379         (PARMS): Do not use macros from bp-asm.h.
25380         (DEST): Likewise.
25381         (SRC): Likewise.
25382         (LEN): Likewise.
25383         (__stpncpy): Likewise.  Do not use BP_SYM.
25384         (stpncpy): Do not use BP_SYM in weak_alias.
25385         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25386         (PARMS): Do not use macros from bp-asm.h.
25387         (STR): Likewise.
25388         (CHR): Likewise.
25389         (strchr): Likewise.  Do not use BP_SYM.
25390         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25391         "bp-asm.h".
25392         (PARMS): Do not use macros from bp-asm.h.
25393         (STR): Likewise.
25394         (CHR): Likewise.
25395         (__strchrnul): Likewise.  Do not use BP_SYM.
25396         (strchrnul): Do not use BP_SYM in weak_alias.
25397         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25398         "bp-asm.h".
25399         (PARMS): Do not use macros from bp-asm.h.
25400         (STOP): Likewise.
25401         (strcspn): Do not use BP_SYM.
25402         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25403         "bp-asm.h".
25404         (PARMS): Do not use macros from bp-asm.h.
25405         (STR): Likewise.
25406         (STOP): Likewise.
25407         (strpbrk): Likewise.  Do not use BP_SYM.
25408         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25409         "bp-asm.h".
25410         (PARMS): Do not use macros from bp-asm.h.
25411         (STR): Likewise.
25412         (CHR): Likewise.
25413         (strrchr): Likewise.  Do not use BP_SYM.
25414         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25415         (PARMS): Do not use macros from bp-asm.h.
25416         (SKIP): Likewise.
25417         (strspn): Do not use BP_SYM.
25418         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25419         (PARMS): Do not use macros from bp-asm.h.
25420         (STR): Likewise.
25421         (DELIM): Likewise.
25422         (SAVE): Likewise.
25423         (FUNCTION): Likewise.  Do not use BP_SYM.
25424         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25425         aliases.
25426         (strtok_r): Likewise.
25427         (__GI___strtok_r): Likewise.
25428         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25429         (PARMS): Do not use macros from bp-asm.h.
25430         (S1): Likewise.
25431         (S2): Likewise.
25432         (SIZE): Likewise.
25433         (__mpn_sub_n): Do not use BP_SYM.
25434         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25435         "bp-asm.h".
25436         (PARMS): Do not use macros from bp-asm.h.
25437         (S1): Likewise.
25438         (SIZE): Likewise.
25439         (__mpn_submul_1): Do not use BP_SYM.
25440         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25441         <bp-sym.h>.
25442         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25443         and <bp-asm.h>.
25444         (PARMS): Do not use macros from bp-asm.h.
25445         (FLAGS): Likewise.
25446         (PTID): Likewise.
25447         (TLS): Likewise.
25448         (CTID): Likewise.
25449         (__clone): Do not use BP_SYM.
25450         (clone): Do not use BP_SYM in weak_alias.
25451         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25452         and <bp-asm.h>.
25453         (PARMS): Do not use macros from bp-asm.h.
25454         (LEN): Likewise.
25455         (__mmap64): Do not use BP_SYM.
25456         (mmap64): Do not use BP_SYM in weak_alias.
25457         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25458         <bp-sym.h> and <bp-asm.h>.
25459         (PARMS): Do not use macros from bp-asm.h.
25460         (__posix_fadvise64_l64): Do not use BP_SYM.
25461         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25462         (PARMS): Do not use macros from bp-asm.h.
25463         (NSOPS): Likewise.
25464         (semtimedop): Do not use BP_SYM.
25465         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25466         and <bp-asm.h>.
25468 2013-02-21  Allan McRae  <allan@archlinux.org>
25470         * manual/message.texi (Charset conversion in gettext):
25471         Move @end statement to beginning of line.
25473 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25475         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25476         static.
25477         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25478         Likewise.
25480         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25481         (denorm): Likewise.
25482         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25483         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25485 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25487         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25488         tail-call to the resolved function if pltexit isn't needed.
25490 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25492         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25493         or Y being zero as being unlikely.
25494         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25495         Likewise.
25497 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25499         * manual/nss.texi (System Databases and Name Service Switch):
25500         Remove frobnicate @pxref.
25502 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25504         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25505         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25507 2013-02-20  Petr Machata  <pmachata@redhat.com>
25509         * elf/elf.h (R_ARM_TARGET1): New macro.
25510         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25511         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25512         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25513         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25514         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25515         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25516         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25517         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25518         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25519         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25520         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25521         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25522         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25523         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25524         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25525         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25526         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25527         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25528         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25529         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25530         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25531         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25532         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25533         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25534         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25535         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25536         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25537         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25538         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25539         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25540         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25541         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25542         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25543         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25544         (R_ARM_THM_GOT_BREL12): Likewise.
25545         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25546         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25547         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25548         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25549         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25550         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25551         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25552         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25553         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25555 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25557         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25558         __attribute_used__ to __attribute__ ((unused)).
25560 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25562         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25563         powerpc mpa.c.
25564         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25565         comment formatting.
25566         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25568 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25570         [BZ #13550]
25571         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25572         Remove macro.
25573         (ENTER): Remove both macro definitions.
25574         (LEAVE): Likewise.
25575         (CHECK_BOUNDS_LOW): Likewise.
25576         (CHECK_BOUNDS_HIGH): Likewise.
25577         (CHECK_BOUNDS_BOTH): Likewise.
25578         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25579         (RETURN_BOUNDED_POINTER): Likewise.
25580         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25581         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25582         (POP_ERRNO_LOCATION_RETURN): Likewise.
25583         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25584         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25585         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25586         macros.
25587         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25588         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25589         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25590         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25591         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25592         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25593         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25594         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25595         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25596         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25597         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25598         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25599         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25600         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25601         removed macros.
25602         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25603         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25604         macros.
25605         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25606         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25607         * sysdeps/i386/i586/memset.S (memset): Likewise.
25608         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25609         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25610         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25611         macros.
25612         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25613         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25614         Change uses of L(2) to L(out).
25615         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25616         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25617         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25618         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25619         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25620         removed macros.
25621         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25622         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25623         macros.
25624         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25625         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25626         (RETURN): Do not use macro LEAVE.
25627         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25628         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25629         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25630         * sysdeps/i386/i686/memset.S (memset): Likewise.
25631         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25632         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25633         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25634         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25635         Likewise.
25636         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25637         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25638         L(1_2) and L(1_3) into L(1).
25639         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25640         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25641         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25642         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25643         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25644         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25645         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25646         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25647         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25648         macros.
25649         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25650         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25651         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25652         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25653         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25654         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25655         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25656         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25657         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25658         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25659         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25660         * sysdeps/i386/strspn.S (strspn): Likewise.
25661         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25662         conditional code.
25663         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25664         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25665         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25666         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25667         L(1_3) into L(1_1).
25668         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25669         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25670         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25671         macros.
25672         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25674 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25676         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25677         macro.
25679 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25681         * math/atest-exp.c (exp_mpn): Remove ROUND.
25682         * math/atest-exp2.c (exp_mpn): Likewise.
25683         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25685         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25686         * stdlib/tst-tls-atexit-lib.c: Likewise.
25687         * stdlib/tst-tls-atexit.c: Likewise.
25689 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25691         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25692         and __attribute_alloc_size__.
25694 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25696         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25697         __attribute_alloc_size__.
25698         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25699         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25701 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25703         * include/programs/xmalloc.h: New file.
25704         * catgets/gencat.c: Include it.
25705         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25706         * elf/pldd.c: Likewise.
25707         * iconv/iconv_charmap.c: Likewise.
25708         * iconv/iconvconfig.c: Likewise.
25709         * iconv/strtab.c: Likewise.
25710         * locale/programs/locale.c: Likewise.
25711         * locale/programs/localedef.h: Likewise.
25712         * locale/programs/simple-hash.c: Likewise.
25713         * nscd/nscd.h: Likewise.
25714         * nss/makedb.c: Likewise.
25715         * sysdeps/generic/ldconfig.h: Likewise.
25717 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25719         * Versions.def: Add GLIBC_2.18.
25720         * include/link.h (struct link_map): New member l_tls_dtor_count.
25721         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25722         (__call_tls_dtors): Likewise.
25723         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25724         __cxa_thread_atexit_impl.
25725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25726         Likewise.
25727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25728         Likewise.
25729         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25730         Likewise.
25731         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25732         Likewise.
25733         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25734         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25735         Likewise.
25736         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25737         Likewise.
25738         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25739         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25740         Likewise.
25741         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25742         (tests): Add test case tst-tls-atexit.
25743         (modules-names): Add shared library for tst-tls-atexit.
25744         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25745         (GLIBC_PRIVATE): Add __call_tls_dtors.
25746         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25747         for libstdc++.
25748         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25749         * stdlib/tst-tls-atexit.c: New test case.
25750         * stdlib/tst-tls-atexit-lib.c: New test case.
25752         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25754         * elf/Versions (ld): Add _dl_find_dso_for_object.
25755         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25756         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25757         (dl_open_worker): Use _dl_find_dso_for_object.
25758         * elf/dl-sym.c (do_sym): Likewise.
25759         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25761 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25763         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25764         Syntactic changes only.
25765         (_dl_runtime_profile): Do a tail-call to the resolved function.
25767 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25769         [BZ #13550]
25770         * sysdeps/x86_64/bp-asm.h: Remove file.
25771         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25772         <bp-sym.h> and <bp-asm.h>.
25773         (__clone): Do not use BP_SYM.
25774         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25775         <bp-sym.h> and <bp-asm.h>.
25776         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25777         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25778         "bp-asm.h".
25779         (_setjmp): Do not use BP_SYM.
25780         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25781         "bp-asm.h".
25782         (setjmp): Do not use BP_SYM.
25783         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25784         libc_hidden_def.
25785         (mempcpy): Do not use BP_SYM in weak_alias.
25786         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25787         "bp-asm.h".
25788         (strchr): Do not use BP_SYM.
25789         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25790         "bp-asm.h".
25791         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25792         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25793         (_start): Do not use BP_SYM.
25794         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25795         "bp-asm.h".
25796         (strcat): Do not use BP_SYM.
25797         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25798         "bp-asm.h".
25799         (STRCMP): Do not use BP_SYM.
25800         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25801         "bp-asm.h".
25802         (STRCPY): Do not use BP_SYM.
25803         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25804         "bp-asm.h".
25805         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25806         "bp-asm.h".
25807         (FUNCTION): Do not use BP_SYM.
25808         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25809         weak_alias.
25810         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25812 2013-02-17  Andreas Jaeger  <aj@suse.de>
25814         * time/Versions: Sort entries.
25815         * string/Versions: Likewise.
25816         * resolv/Versions: Likewise.
25817         * posix/Versions: Likewise.
25818         * iconv/Versions: Likewise.
25819         * elf/Versions: Likewise.
25820         * wcsmbs/Versions: Likewise.
25822 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25824         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25825         loop termination condition.
25827         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25828         variable to calculate EZ.
25829         (__sqr): Likewise.
25831         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25832         the lower precision input.
25834 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25836         [BZ #13550]
25837         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25838         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25839         (run-via-rtld-prefix): Do not handle %-bp tests.
25840         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25841         (all-object-suffixes): Remove .ob.
25842         (bppfx): Remove variable.
25843         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25844         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25845         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25846         [$(build-bounded) = yes] (libtype.ob): Likewise.
25847         * Makerules (elide-routines.ob): Remove variable.
25848         (do-tests-clean): Do not handle *-bp.out.
25849         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25850         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25851         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25852         (tests): Do not include $(tests-bp.out).
25853         (xtests): Do not include $(xtests-bp.out).
25854         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25855         [$(build-bounded) = yes] ($(addprefix
25856         $(objpfx),$(binaries-bounded))): Remove rule.
25857         ($(objpfx)%-bp.out): Remove rule.
25858         * config.make.in (build-bounded): Remove variable.
25859         * crypt/Makefile [$(build-bounded) = yes]
25860         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25861         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25862         append to variable.
25863         [$(build-bounded) = yes] (install-lib): Likewise.
25864         [$(build-bounded) = yes] (generated): Likewise.
25865         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25866         Remove rule.
25867         * intl/Makefile [$(build-bounded) = yes]
25868         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25869         * math/Makefile [$(build-bounded) = yes]
25870         ($(tests:%=$(objpfx)%-bp): Likewise.
25871         * misc/Makefile [$(build-bounded) = yes]
25872         ($(objpfx)tst-tsearch-bp): Likewise.
25873         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25874         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25875         Remove dependency.
25876         * string/Makefile (o-objects.ob): Remove variable.
25877         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25878         (CFLAGS-.ob): Remove variable.
25879         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25880         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25881         both definitions of variable.
25882         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25883         (ASFLAGS-.ob): Remove variable.
25885 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25887         [BZ #13550]
25888         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25889         Remove __BOUNDED_POINTERS__ from condition.
25890         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25891         * string/bits/string2.h [!__NO_STRING_INLINES &&
25892         !__BOUNDED_POINTERS__]: Likewise.
25893         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25894         Likewise.
25895         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25896         Remove conditional code.
25897         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25898         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25899         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25900         condition.
25902         [BZ #13550]
25903         * csu/libc-start.c: Do not include <bp-sym.h>.
25904         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25905         * elf/dl-open.c: Do not include <bp-sym.h>.
25906         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25907         * math/fegetenv.c: Do not include <bp-sym.h>.
25908         (fegetenv): Do not use BP_SYM in versioned symbols.
25909         * nptl/sysdeps/pthread/bits/libc-lockP.h
25910         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25911         <bp-sym.h>.
25912         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25913         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25914         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25915         (__pthread_mutex_destroy): Likewise.
25916         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25917         (__pthread_mutex_lock): Likewise.
25918         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25919         (__pthread_mutex_trylock): Likewise.
25920         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25921         (__pthread_mutex_unlock): Likewise.
25922         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25923         (__pthread_mutexattr_init): Likewise.
25924         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25925         (__pthread_mutexattr_destroy): Likewise.
25926         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25927         (__pthread_mutexattr_settype): Likewise.
25928         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25929         (__pthread_rwlock_init): Likewise.
25930         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25931         (__pthread_rwlock_destroy): Likewise.
25932         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25933         (__pthread_rwlock_rdlock): Likewise.
25934         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25935         (__pthread_rwlock_tryrdlock): Likewise.
25936         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25937         (__pthread_rwlock_wrlock): Likewise.
25938         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25939         (__pthread_rwlock_trywrlock): Likewise.
25940         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25941         (__pthread_rwlock_unlock): Likewise.
25942         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25943         (__pthread_key_create): Likewise.
25944         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25945         (__pthread_setspecific): Likewise.
25946         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25947         (__pthread_getspecific): Likewise.
25948         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25949         Likewise.
25950         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25951         (_pthread_cleanup_push_defer): Likewise.
25952         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25953         (_pthread_cleanup_pop_restore): Likewise.
25954         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25955         (pthread_setcancelstate): Likewise.
25956         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25957         <bp-sym.h>.
25958         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25959         (memchr): Do not use BP_SYM in weak_alias.
25960         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25961         (fegetenv): Do not use BP_SYM in versioned symbols.
25962         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25963         (fesetenv): Do not use BP_SYM in versioned symbols.
25964         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25965         (feupdateenv): Do not use BP_SYM in versioned symbols.
25966         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25967         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25968         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25969         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25970         (open64): Do not use BP_SYM in weak_alias.
25971         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25972         (fegetenv): Do not use BP_SYM in versioned symbols.
25973         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25974         (fesetenv): Do not use BP_SYM in versioned symbols.
25975         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25976         (feupdateenv): Do not use BP_SYM in versioned symbols.
25977         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25978         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25979         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25980         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25981         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25982         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25983         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25984         <bp-sym.h>.
25985         (__libc_start_main): Do not use BP_SYM.
25987 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25989         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25990         redundant return line.
25991         (norm): Likewise.
25992         (denorm): Likewise.
25993         (dbl_mp): Likewise.
25994         (sub_magnitudes): Likewise.
25995         (__add): Likewise.
25996         (__sub): Likewise.
25997         (__mul): Likewise.
25998         (__inv): Likewise.
25999         (__dvd): Likewise.
26000         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
26001         (norm): Likewise.
26002         (denorm): Likewise.
26003         (dbl_mp): Likewise.
26004         (sub_magnitudes): Likewise.
26005         (__add): Likewise.
26006         (__sub): Likewise.
26007         (__mul): Likewise.
26008         (__inv): Likewise.
26009         (__dvd): Likewise.
26011         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
26012         instead of __mul.
26013         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
26014         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
26015         (cc32): Likewise.
26017         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
26018         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
26019         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
26020         of __mul for squares.
26021         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
26022         function
26023         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
26024         Likewise.
26025         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
26026         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26028 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
26030         [BZ #13550]
26031         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
26032         code.
26033         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
26034         prototype or function definition.  Rename ubp_* variables and
26035         parameters.  Remove argv definitions conditional on
26036         [__BOUNDED_POINTERS__].
26037         * debug/backtrace.c (__backtrace): Do not use __unbounded.
26038         * elf/dl-runtime.c (_dl_fixup): Likewise.
26039         * include/set-hooks.h (RUN_HOOK): Likewise.
26040         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
26041         definition.
26042         * string/strcpy.c (strcpy): Do not use __unbounded.
26043         * sysdeps/generic/frame.h (struct layout): Likewise.
26044         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
26045         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
26046         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
26047         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
26048         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
26049         (__backtrace): Likewise.
26050         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
26051         use __ptrvalue.
26052         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
26053         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
26054         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
26055         Likewise.
26056         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
26057         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
26058         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
26059         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26060         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
26061         Do not use __unbounded.
26062         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
26063         Rename __unboundedrlimits parameter to rlimits in prototype.
26064         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
26065         Do not use __unbounded.
26066         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
26067         not use __ptrvalue.
26068         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26069         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
26070         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26071         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
26072         __ptrvalue or __unbounded.
26073         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
26074         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
26075         use __unbounded.
26076         (__new_msgctl): Do not use __ptrvalue.
26077         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
26078         __unbounded.
26079         (__libc_msgrcv): Do not use __ptrvalue.
26080         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
26081         startup_info): Do not use __unbounded.
26082         (__libc_start_main): Likewise.  Rename ubp_* variables and
26083         parameters.  Remove argv definitions conditional on
26084         [__BOUNDED_POINTERS__].
26085         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
26086         __ptrvalue.
26087         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
26088         use __unbounded.
26089         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
26090         or __ptrvalue.
26091         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
26092         use __unbounded.
26093         (__new_shmctl): Do not use __ptrvalue.
26094         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
26095         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
26096         Likewise.
26097         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
26098         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
26099         (__libc_sigaction): Likewise.
26100         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
26101         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
26102         Likewise.
26103         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26105 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
26107         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
26109         * string/mempcpy.c: Implement by calling memcpy.
26111 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26113         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
26115         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
26116         evaluation.
26118         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
26119         values in the mantissa.
26121         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
26122         minimize writes to Z.
26123         (sub_magnitudes): Simplify code a bit.
26125 2013-02-12  Roland McGrath  <roland@hack.frob.com>
26127         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
26128         from the message.  The linker prefixes all warnings with that already.
26130 2013-02-12  Andreas Schwab  <schwab@suse.de>
26132         [BZ #15078]
26133         * posix/regexec.c (extend_buffers): Add parameter min_len.
26134         (check_matching): Pass minimum needed length.
26135         (clean_state_log_if_needed): Likewise.
26136         (get_subexp): Likewise.
26137         * posix/Makefile (tests): Add bug-regex34.
26138         (bug-regex34-ENV): Define.
26139         * posix/bug-regex34.c: New file.
26141         [BZ #11561]
26142         * posix/regcomp.c (parse_bracket_exp): When looking up collating
26143         elements compare against the byte sequence of it, not its name.
26144         * posix/Makefile (tests): Add bug-regex35.
26145         (bug-regex35-ENV): Define.
26146         * posix/bug-regex35.c: New file.
26148 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26150         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
26151         comment.
26152         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
26153         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
26154         (CHECK_EOL): Add undef.
26156 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
26158         * bits/stdlib-bsearch.h: New file.
26159         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
26160         * stdlib/stdlib.h: Likewise.
26162 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26164         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
26165         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
26166         declaration.
26167         * manual/search.texi (Array Search Function): Add missing const in
26168         lfind prototype.
26169         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
26170         declaration to use rlim_t.
26171         (Basic Scheduling Functions): Remove erroneous const from
26172         sched_getparam prototype.  Remove erroneous * from
26173         sched_get_priority_max and sched_get_priority_min prototypes.
26174         (Resource Usage): Fix summary @comment on vtimes to refer to
26175         sys/vtimes.h rather than vtimes.h.
26176         Add missing *s in vtimes prototype.
26177         (Limits on Resources): Fix ulimit prototype to return long int.
26178         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
26179         prototypes to use long int rather than double.
26180         (BSD Random): Fix initstate and setstate to use char *, not void *.
26181         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
26182         prototype to make second argument 'struct aiocb64 *const[]'.
26183         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
26184         (Status of AIO Operations): Remove erroneous const in aio_return and
26185         aio_return64 prototypes.
26186         (Synchronizing I/O): Fix sync prototype to return void.
26187         * manual/startup.texi (Suboptions): Remove an erroneous const in
26188         getsubopt prototype.
26189         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
26190         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
26191         use size_t rather than int.
26192         (Scanning All Users): Likewise for getpwent_r.
26193         (Setting Groups): Add missing const to setgroups prototype.
26194         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
26195         * manual/socket.texi (Host Names): Fix gethostbyaddr and
26196         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
26197         'const void *' rather than 'const char *'.
26198         (Host Address Functions): Likewise for inet_ntop.
26199         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
26200         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
26201         ssize_t for return value.
26202         (Sending Data): Likewise for send, sendto, sendmsg.
26203         (Socket Option Functions): Add a missing const in setsockopt prototype.
26204         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
26205         use wchar_t for the argument.
26206         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
26207         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
26208         take no arguments.
26209         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
26210         double/float/long double for second argument.
26211         Fix return types of significand, significandf, significandl.
26212         * manual/filesys.texi (Setting Permissions): Use mode_t for second
26213         argument in fchmod prototype.
26214         (File Owner): Use uid_t and gid_t in fchown prototype.
26215         (File Times): Add const to utimes, futimes, and lutimes prototypes.
26216         (Making Special Files): Use mode_t and dev_t in mknod prototype.
26217         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26218         use 'const struct dirent **' as argument types to CMP function pointer
26219         argument.
26220         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26221         (File Times): Fix summary magic @comment for struct utimbuf and utime
26222         to refer to utime.h, not time.h.
26223         * manual/string.texi (Argz Functions): Add missing const in
26224         argz_extract and argz_next prototypes.
26225         (Finding Tokens in a String): Likewise for basename.
26226         (String/Array Comparison): Fix typo in wcscasecmp prototype.
26227         (Copying and Concatenation): Fix typo in wmemmove prototype.
26228         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26229         (Signal Stack): Remove erroneous const in sigstack prototype.
26230         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26231         prototype.
26232         (Simple Calendar Time): Likewise for stime.
26233         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26234         prototype.
26235         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26236         say sys/sysctl.h instead.
26237         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26238         and vsyslog prototypes.
26240 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26242         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26243         Remove.
26245 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26247         * misc/sys/mman.h: Fix typo in mremap comment.
26249 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26251         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26252         the '\0' terminator.
26254 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26256         [BZ #13550]
26257         * debug/segfault.c: Don't include <bp-checks.h>.
26258         * sysdeps/generic/bp-checks.h: Remove file.
26259         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26260         (__GETDENTS): Don't use CHECK_N.
26261         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26262         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26263         (__getgroups): Don't use CHECK_N.
26264         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26265         (setgroups): Don't use CHECK_N.
26266         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26267         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26268         (__libc_msgrcv): Don't use CHECK_N.
26269         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26270         (__libc_msgsnd): Don't use CHECK_N.
26271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26272         <bp-checks.h>.
26273         (__libc_pread): Don't use CHECK_N.
26274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26275         include <bp-checks.h>.
26276         (__libc_pread64): Don't use CHECK_N.
26277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26278         include <bp-checks.h>.
26279         (__libc_pwrite): Don't use CHECK_N.
26280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26281         include <bp-checks.h>.
26282         (__libc_pwrite64): Don't use CHECK_N.
26283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26284         <bp-checks.h>.
26285         (__libc_pread): Don't use CHECK_N.
26286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26287         include <bp-checks.h>.
26288         (__libc_pread64): Don't use CHECK_N.
26289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26290         include <bp-checks.h>.
26291         (__libc_pwrite): Don't use CHECK_N.
26292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26293         include <bp-checks.h>.
26294         (__libc_pwrite64): Don't use CHECK_N.
26295         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26296         (do_pread): Don't use CHECK_N.
26297         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26298         (do_pread64): Don't use CHECK_N.
26299         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26300         (do_pwrite): Don't use CHECK_N.
26301         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26302         (do_pwrite64): Don't use CHECK_N.
26303         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26304         (__libc_readv): Don't use CHECK_N.
26305         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26306         (semop): Don't use CHECK_N.
26307         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26308         <bp-checks.h>.
26309         (semtimedop): Don't use CHECK_N.
26310         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26311         (__libc_pread): Don't use CHECK_N.
26312         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26313         <bp-checks.h>.
26314         (__libc_pread64): Don't use CHECK_N.
26315         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26316         <bp-checks.h>.
26317         (__libc_pwrite): Don't use CHECK_N.
26318         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26319         <bp-checks.h>.
26320         (__libc_pwrite64): Don't use CHECK_N.
26321         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26322         <bp-checks.h>.
26323         (__libc_msgrcv): Don't use CHECK_N.
26324         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26325         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26326         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26327         (__libc_writev): Don't use CHECK_N.
26329 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26331         * string/strcpy.c: Removed unused variable.
26333         * Makeconfig (+sysdep-includes): Define with := rather than =.
26334         Use an existing include/ subdir of each sysdeps dir before it.
26336 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26338         * nscd/connection.c (register_traced_file): Comment function.
26339         [HAVE_INOTIFY] (union __inev): Define.
26340         [HAVE_INOTIFY] (inotify_check_files): New function.
26341         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26342         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26343         clear_db_cache.
26344         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26346 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26348         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26349         loaded if not already and that a failure is permanent.
26351 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26353         [BZ #15006]
26354         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26355         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26357 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26359         [BZ #13550]
26360         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26361         (CHECK_1_NULL_OK): Likewise.
26362         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26363         (__fxstat): Do not use CHECK_1.
26364         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26365         <bp-checks.h>.
26366         (___fxstat64): Do not use CHECK_1.
26367         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26368         <bp-checks.h>.
26369         (__fxstatat): Do not use CHECK_1.
26370         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26371         <bp-checks.h>.
26372         (__fxstatat64): Do not use CHECK_1.
26373         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26374         <bp-checks.h>.
26375         (__fxstat): Do not use CHECK_1.
26376         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26377         <bp-checks.h>.
26378         (__fxstatat): Do not use CHECK_1.
26379         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26380         <bp-checks.h>.
26381         (__getresgid): Do not use CHECK_1.
26382         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26383         <bp-checks.h>.
26384         (__getresuid): Do not use CHECK_1.
26385         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26386         <bp-checks.h>.
26387         (__lxstat): Do not use CHECK_1.
26388         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26389         <bp-checks.h>.
26390         (__old_msgctl): Do not use CHECK_1.
26391         (__new_msgctl): Likewise.
26392         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26393         <bp-checks.h>.
26394         (__new_setrlimit): Do not use CHECK_1.
26395         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26396         <bp-checks.h>.
26397         (__old_shmctl): Do not use CHECK_1.
26398         (__new_shmctl): Likewise.
26399         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26400         <bp-checks.h>.
26401         (__xstat): Do not use CHECK_1.
26402         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26403         (__lxstat): Do not use CHECK_1.
26404         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26405         <bp-checks.h>.
26406         (___lxstat64): Do not use CHECK_1.
26407         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26408         (__old_msgctl): Do not use CHECK_1.
26409         (__new_msgctl): Likewise.
26410         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26411         <bp-checks.h>.
26412         (__gettimeofday): Do not use CHECK_1.
26413         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26414         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26415         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26416         <bp-checks.h>.
26417         (__gettimeofday): Do not use CHECK_1.
26418         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26419         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26420         (__new_shmctl): Do not use CHECK_1.
26421         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26422         <bp-checks.h>.
26423         (do_sigtimedwait): Do not use CHECK_1.
26424         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26425         <bp-checks.h>.
26426         (do_sigwaitinfo): Do not use CHECK_1.
26427         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26428         <bp-checks.h>.
26429         (msgctl): Do not use CHECK_1.
26430         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26431         <bp-checks.h>.
26432         (shmctl): Do not use CHECK_1.
26433         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26434         (ustat): Do not use CHECK_1.
26435         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26436         <bp-checks.h>.
26437         (__fxstat): Do not use CHECK_1.
26438         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26439         <bp-checks.h>.
26440         (__fxstatat): Do not use CHECK_1.
26441         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26442         <bp-checks.h>.
26443         (__lxstat): Do not use CHECK_1.
26444         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26445         <bp-checks.h>.
26446         (__xstat): Do not use CHECK_1.
26447         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26448         (__xstat): Do not use CHECK_1.
26449         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26450         (___xstat64): Do not use CHECK_1.
26452         [BZ #13550]
26453         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26454         definitions.
26455         (CHECK_BOUNDS_HIGH): Likewise.
26456         * string/strcpy.c: Do not include <bp-checks.h>.
26457         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26459 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26461         * nscd/nscd-client.h (__nscd_drop_map_ref):
26462         Add __attribute__ ((unused)).
26463         * nis/nss-nisplus.h (niserr2nss): Likewise.
26465         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26466         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26468         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26469         Remove inline keyword.
26470         * include/rounding-mode.h (round_away): Likewise.
26471         * libio/wfileops.c (adjust_wide_data): Likewise.
26472         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26473         (__m128i_strloadu_tolower): Likewise.
26474         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26475         (__m128i_strloadu_tolower): Likewise.
26476         * time/mktime.c (ydhms_diff): Likewise.
26477         * locale/elem-hash.h (elem_hash): Likewise.
26478         * locale/setlocale.c (setdata): Likewise.
26479         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26480         (re_string_wchar_at): Likewise.
26481         (bitset_not, bitset_merge, bitset_mask): Likewise.
26482         [!(__GNUC__ > 3)] (inline): Remove macro.
26483         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26484         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26485         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26486         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26487         * string/memcmp.c (memcmp_bytes): Likewise.
26488         * locale/programs/locarchive.c (compute_hashval): Likewise.
26489         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26490         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26491         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26492         * nss/getent.c (print_rpc, print_protocols): Likewise.
26493         (print_passwd, print_group, print_aliases): Likewise.
26494         * nis/nss-nisplus.h (niserr2nss): Likewise.
26495         * nscd/connections.c (restart_p): Likewise.
26496         Change return type to bool.
26498 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26500         * Makeconfig (all-Depend-files): Add existing
26501         $(sorted-subdirs:=/Depend) files.
26502         (all-subdirs): Remove nss.
26503         * sysdeps/unix/inet/Subdirs: Add it here instead.
26504         * hesiod/Depend: New file.
26506         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26507         instead of calling alloca.
26509         * io/lseek.c (__lseek): Rename to __libc_lseek.
26510         Define __lseek as an alias.
26512         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26514 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26516         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26517         else clause and remove check for non-standard endianness.
26519 2013-02-04  David S. Miller  <davem@davemloft.net>
26521         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26523 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26525         [BZ #13550]
26526         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26527         (__ubp_memchr): Remove prototype.
26528         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26529         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26530         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26531         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26532         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26533         Remove alias.
26534         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26535         (__ubp_memchr): Likewise.
26536         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26537         (__ubp_memchr): Likewise.
26538         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26539         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26540         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26541         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26542         CHECK_STRING.
26543         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26544         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26545         (__getcwd): Do not use CHECK_STRING.
26546         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26547         <bp-checks.h>.
26548         (__real_chown): Do not use CHECK_STRING.
26549         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26550         <bp-checks.h>.
26551         (fchownat): Do not use CHECK_STRING.
26552         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26553         CHECK_STRING.
26554         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26555         <bp-checks.h>.
26556         (__lchown): Do not use CHECK_STRING.
26557         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26558         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26559         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26560         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26562         include <bp-checks.h>.
26563         (truncate64): Do not use CHECK_STRING.
26564         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26565         <bp-checks.h>.
26566         (__real_chown): Do not use CHECK_STRING.
26567         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26568         <bp-checks.h>.
26569         (__lchown): Do not use CHECK_STRING.
26570         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26571         <bp-checks.h>.
26572         (__chown): Do not use CHECK_STRING.
26573         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26574         <bp-checks.h>.
26575         (truncate64): Do not use CHECK_STRING.
26576         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26577         Likewise.
26578         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26579         (__xmknod): Do not use CHECK_STRING.
26580         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26581         <bp-checks.h>.
26582         (__xmknodat): Do not use CHECK_STRING.
26583         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26584         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26586 2013-02-04  Andreas Schwab  <schwab@suse.de>
26588         [BZ #14142]
26589         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26590         * include/netdb.h: Likewise for h_errno.
26591         * elf/tst-stackguard1.c: Include <tls.h>.
26593 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26595         * elf/link.h (struct link_map): Extend the l_addr comment.
26596         * include/link.h (struct link_map): Likewise.
26598 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26600         [BZ #13550]
26601         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26602         (BOUNDED_1): Remove macro.
26603         * debug/backtrace.c: Don't include <bp-checks.h>.
26604         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26605         (__backtrace): Likewise.
26606         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26607         <bp-checks.h>.
26608         (__backtrace): Don't use BOUNDED_1.
26609         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26610         <bp-checks.h>.
26611         (__backtrace): Don't use BOUNDED_1.
26612         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26613         (__backtrace): Don't use BOUNDED_1.
26614         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26615         (shmat): Don't use BOUNDED_N.
26617 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26619         [BZ #13550]
26620         * sysdeps/generic/bp-start.h: Remove file.
26621         * csu/libc-start.c: Don't include <bp-start.h>.
26622         (LIBC_START_MAIN): Set up __environ directly instead of using
26623         INIT_ARGV_and_ENVIRON.
26624         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26625         <bp-start.h>.
26627         [BZ #13550]
26628         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26629         definitions.
26630         (CHECK_FCNTL): Likewise.
26631         (CHECK_N_PAGES): Likewise.
26633         [BZ #13550]
26634         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26635         definitions.
26636         (CHECK_SIGSET_NULL_OK): Likewise.
26637         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26638         <bp-checks.h>.
26639         (sigpending): Don't use CHECK_SIGSET.
26640         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26641         <bp-checks.h>.
26642         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26643         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26644         <bp-checks.h>.
26645         (do_sigsuspend): Don't use CHECK_SIGSET.
26646         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26647         use CHECK_SIGSET.
26648         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26649         (do_sigwait): Don't use CHECK_SIGSET.
26650         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26651         use CHECK_SIGSET.
26652         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26653         include <bp-checks.h>.
26654         (sigpending): Don't use CHECK_SIGSET.
26655         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26656         include <bp-checks.h>.
26657         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26658         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26659         <bp-checks.h>.
26660         (sigpending): Don't use CHECK_SIGSET.
26661         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26662         <bp-checks.h>.
26663         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26665         [BZ #13550]
26666         * sysdeps/generic/bp-semctl.h: Remove file.
26667         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26668         <bp-checks.h> and <bp-semctl.h>.
26669         (__old_semctl): Don't use CHECK_SEMCTL.
26670         (__new_semctl): Likewise.
26671         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26672         and <bp-semctl.h>.
26673         (__old_semctl): Don't use CHECK_SEMCTL.
26674         (__new_semctl): Likewise.
26675         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26676         <bp-checks.h> and <bp-semctl.h>.
26677         (__old_semctl): Don't use CHECK_SEMCTL.
26678         (__new_semctl): Likewise.
26679         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26680         <bp-checks.h> and <bp-semctl.h>.
26681         (semctl): Don't use CHECK_SEMCTL.
26683         [BZ #13550]
26684         * Makerules (elide-bp-thunks): Remove variable.
26685         (elide-routines.oS): Don't use $(elide-bp-thunks).
26686         (elide-routines.os): Likewise.
26687         (elide-routines.o): Likewise.
26688         (elide-routines.op): Likewise.
26689         (elide-routines.og): Likewise.
26690         (objects): Don't use $(bp-thunks).
26691         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26692         include.
26693         (common-generated): Do not add s-proto-bp.d.
26694         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26695         (int): Likewise.
26696         (typ): Likewise.
26697         Do not generate makefile rules for bounded-pointer thunks.
26698         * sysdeps/generic/bp-thunks.h: Remove file.
26699         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26700         * sysdeps/unix/s-proto-bp.S: Likewise.
26702         [BZ #15062]
26703         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26704         parts of result separately when argument is not close to line from
26705         -i to i and one part of argument is small.
26706         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26707         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26708         * math/libm-test.inc (cacos_test): Add more tests.
26709         (casin_test): Likewise.
26710         (casinh_test): Likewise.
26711         * sysdeps/i386/fpu/libm-test-ulps: Update.
26712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26714 2013-01-31  David S. Miller  <davem@davemloft.net>
26716         * po/de.po: Update from translation team.
26718 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26720         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26722 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26724         * configure.in (_AC_PROG_CC_C89): New definition.
26725         * configure: Regenerate.
26727         * configure.in (AC_PROG_CPP): New definition.
26728         * configure: Regenerate.
26730 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26732         * debug/tst-backtrace.h: New file.
26733         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26734         (ret): Remove variable.
26735         (x): Likewise.
26736         (FAIL): Remove macro.
26737         (NO_INLINE): Likewise.
26738         (fn1): Use match function instead of strstr.
26739         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26740         (ret): Remove variable.
26741         (x): Likewise.
26742         (FAIL): Remove macro.
26743         (NO_INLINE): Likewise.
26744         (fn): Use match function instead of strstr.
26745         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26746         (ret): Remove variable.
26747         (x): Likewise.
26748         (FAIL): Remove macro.
26749         (NO_INLINE): Likewise.
26750         (handle_signal): Use match function instead of strstr.
26751         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26752         (ret): Remove variable.
26753         (x): Likewise.
26754         (FAIL): Remove macro.
26755         (NO_INLINE): Likewise.
26756         (handle_signal): Use match function instead of strstr.
26758 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26760         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26762 2013-01-23  David S. Miller  <davem@davemloft.net>
26764         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26765         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26766         argument of CAS if possible.
26767         * sysdeps/sparc/sparc64/bits/atomic.h
26768         (__arch_compare_and_exchange_val_32_acq): Likewise.
26769         (__arch_compare_and_exchange_val_64_acq): Likewise.
26771 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26773         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26774         * sysdeps/posix/ulimit.c: ... this.
26775         Include <limits.h>.
26776         * sysdeps/unix/bsd/ulimit.c: Remove file.
26778 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26780         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26781         (LDFLAGS-tst-array5): Likewise.
26783 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26785         [BZ #15036]
26786         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26787         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26788         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26789         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26791 2013-01-21  David S. Miller  <davem@davemloft.net>
26793         * sysdeps/sparc/backtrace.c: New file.
26794         * sysdeps/sparc/sparc32/backtrace.h: New file.
26795         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26796         * sysdeps/sparc/sparc64/backtrace.h: New file.
26797         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26798         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26799         -funwind-tables.
26801 2013-01-21  Andreas Schwab  <schwab@suse.de>
26803         [BZ #15020]
26804         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26805         closed its stdout.
26807 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26809         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26810         "mpa2.h".
26811         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26813 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26814             Mark Mitchell  <mark@codesourcery.com>
26815             Tom de Vries  <tom@codesourcery.com>
26816             Paul Pluzhnikov  <ppluzhnikov@google.com>
26818         * debug/tst-backtrace2.c: New file.
26819         * debug/tst-backtrace3.c: Likewise.
26820         * debug/tst-backtrace4.c: Likewise.
26821         * debug/tst-backtrace5.c: Likewise.
26822         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26823         (CFLAGS-tst-backtrace3.c): Likewise.
26824         (CFLAGS-tst-backtrace4.c): Likewise.
26825         (CFLAGS-tst-backtrace5.c): Likewise.
26826         (LDFLAGS-tst-backtrace2): Likewise.
26827         (LDFLAGS-tst-backtrace3): Likewise.
26828         (LDFLAGS-tst-backtrace4): Likewise.
26829         (LDFLAGS-tst-backtrace5): Likewise.
26830         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26831         tst-backtrace4 and tst-backtrace5.
26833 2013-01-18  Anton Blanchard  <anton@samba.org>
26834             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26836         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26837         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26838         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26839         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26841         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26842         "+r" and remove output regs list as redundant.  Add explicit inline
26843         asm to specify register of return val to work around compiler codegen
26844         bug.  Remove (int) cast on return value.  Add return type parameter to
26845         use in macro so that this macro does not truncate return value for
26846         64-bit values.
26847         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26848         pass to INTERNAL_VSYSCALL_NCS.
26849         (INLINE_VSYSCALL): Add 'long int' as return type to
26850         INTERNAL_VSYSCALL_NCS macro invocation.
26851         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26852         INTERNAL_VSYSCALL_NCS macro invocation.
26853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26855 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26857         [BZ #14496]
26858         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26859         Fix application of SIMD FP exception mask.
26861         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26862         mp_no from a power of two.
26863         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26864         __mpexp_twomm1.  Use __pow_mp.
26866         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26867         multiplication.
26869 2013-01-17  David S. Miller  <davem@davemloft.net>
26871         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26873 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26875         [BZ #15023]
26876         * include/complex.h: Condition contents on [!_COMPLEX_H].
26877         (__kernel_casinhf): New prototype.
26878         (__kernel_casinh): Likewise.
26879         (__kernel_casinhl): Likewise.
26880         * math/Makefile (libm_calls): Add k_casinh.
26881         * math/k_casinh.c: New file.
26882         * math/k_casinhf.c: Likewise.
26883         * math/k_casinhl.c: Likewise.
26884         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26885         finite nonzero arguments.
26886         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26887         finite nonzero arguments.
26888         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26889         finite nonzero arguments.
26890         * math/s_casinh.c: Do not include <float.h>.
26891         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26892         * math/s_casinhf.c: Do not include <float.h>.
26893         (__casinhf): Move code for finite nonzero arguments to
26894         k_casinhf.c.
26895         * math/s_casinhl.c: Do not include <float.h>.
26896         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26897         redefine.
26898         (__casinhl): Move code for finite nonzero arguments to
26899         k_casinhl.c.
26900         * math/libm-test.inc (cacos_test): Add more tests.
26901         * sysdeps/i386/fpu/libm-test-ulps: Update.
26902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26904 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26906         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26907         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26908         [!HAVE_MREMAP]: Remove [defined linux] case.
26909         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26911 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26913         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26915 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26917         * elf/elf.h (R_386_SIZE32): New relocation.
26918         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26919         R_386_SIZE32.
26920         (elf_machine_rela): Likewise.
26921         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26922         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26924 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26926         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26927         (FP_FAST_FMA): Do not define.
26928         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26929         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26930         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26931         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26932         !_SOFT_FLOAT]: Likewise.
26933         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26934         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26935         value.
26936         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26937         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26938         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26939         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26940         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26941         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26942         file.
26944 2013-01-16  Andreas Schwab  <schwab@suse.de>
26946         [BZ #14327]
26947         * include/stdlib.h (__mktemp): Add declaration.
26948         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26949         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26951 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26953         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26954         definitions.
26955         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26956         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26957         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26958         definitions here.
26959         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26960         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26961         definitions.
26962         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26963         and ONE.
26964         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26965         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26966         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26967         definitions.
26968         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26969         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26970         definitions.
26971         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26973         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26975 2013-01-15  David S. Miller  <davem@davemloft.net>
26977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26978         trunc{,f} to libm-sysdep_routes.
26979         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26981         file.
26982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26984         file.
26985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26986         file.
26987         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26988         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26989         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26990         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26991         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26992         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26993         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26994         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26997         nearbyint{,f} to libm-sysdep_routes.
26998         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26999         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
27000         New file.
27001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
27002         file.
27003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
27004         New file.
27005         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
27006         file.
27007         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
27008         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
27009         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
27010         file.
27011         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
27012         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
27013         file.
27014         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
27015         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
27016         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
27018         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27019         libc_feholdexcept and libc_fesetenv.
27021 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
27023         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
27025 2013-01-14  David S. Miller  <davem@davemloft.net>
27027         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
27028         (SPARC_ASM_VIS2_IFUNC): Likewise.
27029         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
27030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
27031         use of 'siam' instruction.
27032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
27033         Likewise.
27034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
27035         Likewise.
27036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
27037         Likewise.
27038         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
27039         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
27040         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
27041         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
27042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
27043         file.
27044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
27045         file.
27046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
27047         file.
27048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
27049         file.
27050         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
27051         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
27052         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
27053         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
27054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
27055         new VIS2 routines.
27056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
27057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
27058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
27059         Likewise.
27060         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
27061         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
27062         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
27063         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
27064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
27065         routines to libm-sysdep_routines.
27066         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27069         fdim/fdimf to libm-sysdep_routines.
27070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
27071         file.
27072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
27073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
27074         file.
27075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
27076         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
27077         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
27078         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
27079         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
27080         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
27081         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
27083 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27085         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
27086         to optimize copies.
27088         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
27089         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27090         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27092         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
27093         local variable MPTWO.
27094         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27095         Likewise.
27097 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27099         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
27100         GLOB_NOESCAPE.
27102 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27104         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
27106 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27108         * manual/pattern.texi (glob_t): Document gl_flags.
27109         (glob64_t): Likewise.
27111 2013-01-11  David S. Miller  <davem@davemloft.net>
27113         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
27114         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
27115         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
27116         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
27117         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
27118         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
27119         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
27120         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
27121         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
27122         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
27123         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
27124         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
27125         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
27127         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27128         sparc V9 rather than using V8 code.
27129         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27130         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27132         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
27133         Move to...
27134         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
27135         Here.
27137 2013-01-11  Roland McGrath  <roland@hack.frob.com>
27139         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
27140         not in the main loop.
27141         * configure: Regenerated.
27143 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
27145         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
27146         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
27147         to just #else.
27148         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
27149         [!__GLIBC_HAVE_LONG_LONG] case.
27150         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
27151         condition to just #else.
27152         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
27153         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
27154         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
27155         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
27156         unconditional.
27157         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
27158         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27159         #elif condition to just #else.
27160         * sysdeps/unix/sysv/linux/sys/sysmacros.h
27161         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
27162         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27163         #elif condition to just #else.
27165 2013-01-11  Steve Ellcey  <sellcey@mips.com>
27167         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
27168         (EF_MIPS_ARCH_64): Fix value.
27169         (EF_MIPS_ARCH_32R2): New.
27170         (EF_MIPS_ARCH_64R2): New.
27172 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
27174         * Makeconfig (+link-pie-before-libc): New.
27175         (+link-pie-after-libc): Likewise.
27176         (+link-pie-tests): Likewise.
27177         (+link-pie): Rewritten.
27178         (link-before-libc): Remove $(config-LDFLAGS).
27179         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
27180         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
27181         (config-LDFLAGS): Renamed to ...
27182         (rtld-LDFLAGS): This.
27183         (rtld-tests-LDFLAGS): New macro.
27184         (link-libc-rpath-link): Likewise.
27185         (link-libc-tests-rpath-link): Likewise.
27186         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
27187         (link-libc): Prepand $(link-libc-rpath-link).
27188         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
27189         (test-program-prefix): New macro.
27190         (test-via-rtld-prefix): Likewise.
27191         (test-program-cmd): Likewise.
27192         (host-test-program-cmd): Likewise.
27193         * Makefile ($(common-objpfx)testrun.sh): Replace
27194         $(run-program-prefix) with $(test-program-prefix).
27195         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
27196         $(rtld-LDFLAGS).
27197         ($(common-objpfx)shlib.lds): Likewise.
27198         (build-module-helper): Likewise.
27199         ($(common-objpfx)format.lds): Likewise.
27200         * Rules (binaries-pie-tests): New.
27201         (binaries-pie-notests): Likewise.
27202         (binaries-pie): Rewritten.
27203         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
27204         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
27205         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
27206         (make-test-out): Replace $(host-built-program-cmd) with
27207         $(host-test-program-cmd).
27208         * config.make.in (build-hardcoded-path-in-tests): New variable.
27209         * configure.in (--enable-hardcoded-path-in-tests): New configure
27210         option.
27211         (hardcoded_path_in_tests): New AC_SUBST.
27212         * configure: Regenerated.
27213         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27214         $(built-program-cmd) with $(test-program-cmd).
27215         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27216         (test_program_cmd): This.
27217         * elf/Makefile ($(objpfx)order.out): Run test with
27218         $(test-program-prefix).
27219         ($(objpfx)order2.out): Likewise.
27220         ($(objpfx)tst-initorder.out): Likewise.
27221         ($(objpfx)tst-initorder2.out): Likewise.
27222         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27223         $(test-program-cmd).
27224         ($(objpfx)tst-array1-static.out): Likewise.
27225         ($(objpfx)tst-array2.out): Likewise.
27226         ($(objpfx)tst-array3.out): Likewise.
27227         ($(objpfx)tst-array4.out): Likewise.
27228         ($(objpfx)tst-array5.out): Likewise.
27229         ($(objpfx)tst-array5-static.out): Likewise.
27230         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27231         $(test-program-cmd).
27232         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27233         $(run-program-prefix) with $(test-program-prefix).
27234         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27235         (test_program_prefix): This.
27236         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27237         $(run-program-prefix) with $(test-program-prefix).
27238         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27239         (test_program_prefix): This.
27240         * iconvdata/tst-tables.sh: Likewise.
27241         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27242         $(run-program-prefix) with $(test-program-prefix).
27243         ($(objpfx)tst-translit.out): Likewise.
27244         ($(objpfx)tst-gettext2.out): Likewise.
27245         ($(objpfx)tst-gettext4.out): Likewise.
27246         ($(objpfx)tst-gettext6.out): Likewise.
27247         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27248         (test_program_prefix): This.
27249         * intl/tst-gettext2.sh: Likewise.
27250         * intl/tst-gettext4.sh  Likewise.
27251         * intl/tst-gettext6.sh: Likewise.
27252         * intl/tst-translit.sh: Likewise.
27253         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27254         with $(test-program-cmd).
27255         * libio/Makefile ($(objpfx)test-freopen.out): Replace
27256         $(run-program-prefix) with $(test-program-prefix).
27257         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27258         (test_program_prefix): This.
27259         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27260         $(run-program-prefix) with $(test-program-prefix).
27261         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27262         (test_program_prefix): This.
27263         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27264         * posix/Makefile ($(objpfx)globtest.out): Replace
27265         $(run-via-rtld-prefix) and $(test-wrapper) with
27266         $(test-program-prefix) and $(test-via-rtld-prefix).
27267         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27268         $(test-program-prefix).
27269         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27270         $(host-test-program-cmd).
27271         (tst-spawn-ARGS): Likewise.
27272         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27273         $(test-program-prefix).
27274         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27275         (test_via_rtld_prefix): This.
27276         (test_wrapper): Renamed to ...
27277         (test_program_prefix): This.
27278         (run_program_prefix): Replaced by test_program_prefix.
27279         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27280         (test_program_prefix): This.
27281         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27282         with $(host-test-program-cmd).
27283         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27284         $(run-program-prefix) with $(test-program-prefix).
27285         ($(objpfx)tst-printf.out): Likewise.
27286         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27287         $(test-program-cmd).
27288         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27289         (test_program_prefix): This.
27290         * stdio-common/tst-unbputc.sh: Likewise.
27291         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27292         $(run-program-prefix) with $(test-program-prefix).
27293         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27294         (test_program_prefix): This.
27295         * string/Makefile ($(objpfx)tst-svc.out):  Replace
27296         $(built-program-cmd) with $(test-program-cmd).
27298 2013-01-11  Andreas Jaeger  <aj@suse.de>
27300         [BZ #15003]
27301         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27302         value. Sync with Linux 3.7.
27304 2013-01-10  David S. Miller  <davem@davemloft.net>
27306         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27307         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27308         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27310 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27312         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27313         never set.
27314         * configure: Regenerated.
27316 2013-01-10  David S. Miller  <davem@davemloft.net>
27318         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27319         sparc V9 rather than using V8 code.
27320         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27321         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27323 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27325         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27326         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27327         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27328         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27329         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27330         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27331         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27332         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27333         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27334         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27335         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27336         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27337         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27338         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27339         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27340         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27341         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27342         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27343         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27344         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27345         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27346         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27347         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27348         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27349         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27350         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27351         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27353 2013-01-10  David S. Miller  <davem@davemloft.net>
27355         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27357 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27359         * posix/Makefile (tests-static): New variable.
27360         (tests): Add $(tests-static).
27361         (tst-exec-static-ARGS): New variable.
27362         (tst-spawn-static-ARGS): Likewise.
27363         * posix/tst-exec-static.c: New file.
27364         * posix/tst-spawn-static.c: Likewise.
27365         * posix/tst-exec.c: Support run directly.
27366         * posix/tst-spawn.c: Likewise.
27368 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27370         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27371         long.
27372         * math/bits/mathcalls.h (llrint): Likewise.
27373         (llround): Likewise.
27374         * stdlib/stdlib.h (struct drand48_data): Likewise.
27375         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27376         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27377         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27378         Likewise.
27379         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27380         Likewise.
27381         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27382         (elf_greg_t): Likewise.
27383         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27384         (__jmp_buf): Likewise.
27385         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27386         definitions.
27387         (llrint): Likewise, for all definitions.
27388         (llrintl): Likewise.
27390         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27391         Remove [__GNUC__] condition.
27392         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27393         condition to just [__USE_ISOC99].
27394         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27396 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27398         [BZ #14200]
27399         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27400         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27401         defined.
27402         (_POSIX_V6_ILP32_OFF32): Likewise.
27403         (_XBS5_ILP32_OFF32): Likewise.
27404         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27405         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27407 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27409         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27411         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27412         doubles __mpexp_twomm1.  Adjust usage.
27413         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27414         Remove.
27416 2013-01-10  Andreas Schwab  <schwab@suse.de>
27418         [BZ #14964]
27419         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27420         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27422 2013-01-09  David S. Miller  <davem@davemloft.net>
27424         [BZ #15003]
27425         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27426         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27427         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27428         (TCP_FASTOPEN): Define.
27429         (tcp_repair_opt): New structure.
27430         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27431         enum values.
27432         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27433         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27434         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27435         (tcp_cookie_transactions): New structure.
27437 2013-01-09  Anton Blanchard  <anton@samba.org>
27439         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27440         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27441         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27442         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27444 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27446         * include/features.h (__USE_ANSI): Remove.
27448 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27450         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27452         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27454 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27456         * sysdeps/s390/fpu/libm-test-ulps: Update.
27458         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27460         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27461         (__acr): Likewise.
27462         (__cpy): Likewise.
27463         (norm): Likewise.
27464         (denorm): Likewise.
27465         (__mp_dbl): Likewise.
27466         (__dbl_mp): Likewise.
27467         (add_magnitudes): Likewise.
27468         (sub_magnitudes): Likewise.
27469         (__add): Likewise.
27470         (__sub): Likewise.
27471         (__mul): Likewise.
27472         (__inv): Likewise.
27473         (__dvd): Likewise.
27474         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27475         (__acr): Likewise.
27476         (__cpy): Likewise.
27477         (norm): Likewise.
27478         (denorm): Likewise.
27479         (__mp_dbl): Likewise.
27480         (__dbl_mp): Likewise.
27481         (add_magnitudes): Likewise.
27482         (sub_magnitudes): Likewise.
27483         (__add): Likewise.
27484         (__sub): Likewise.
27485         (__mul): Likewise.
27486         (__inv): Likewise.
27487         (__dvd): Likewise.
27488         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27489         (__acr): Likewise.
27490         (__cpy): Likewise.
27491         (norm): Likewise.
27492         (denorm): Likewise.
27493         (__mp_dbl): Likewise.
27494         (__dbl_mp): Likewise.
27495         (add_magnitudes): Likewise.
27496         (sub_magnitudes): Likewise.
27497         (__add): Likewise.
27498         (__sub): Likewise.
27499         (__mul): Likewise.
27500         (__inv): Likewise.
27501         (__dvd): Likewise.
27503 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27505         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27506         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27507         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27508         2 && __USE_EXTERN_INLINES]: Likewise.
27510 2013-01-08  Andreas Jaeger  <aj@suse.de>
27512         [BZ# 14985]
27513         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27514         Remove.
27515         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27516         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27518 2013-01-07  Anton Blanchard  <anton@samba.org>
27520         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27521         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27522         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27523         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27524         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27525         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27526         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27527         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27528         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27529         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27530         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27531         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27532         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27533         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27534         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27535         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27536         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27537         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27538         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27539         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27540         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27541         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27542         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27543         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27544         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27545         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27546         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27547         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27548         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27549         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27550         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27551         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27552         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27553         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27554         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27555         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27556         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27557         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27558         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27559         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27560         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27561         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27562         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27564 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27566         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27567         (__MALLOC_PMT): Likewise.
27568         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27569         [__GNUC__], only on [_LIBC].
27570         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27571         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27572         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27573         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27574         forward declaration.
27575         (realloc_hook_ini): Likewise.
27576         (memalign_hook_ini): Likewise.
27577         (__libc_memalign): Do not use __MALLOC_PMT in variable
27578         declaration.
27579         (__libc_valloc): Likewise.
27580         (__libc_pvalloc): Likewise.
27581         (__libc_calloc): Likewise.
27582         (__posix_memalign): Likewise.
27584         [BZ #14996]
27585         * math/s_casinh.c: Include <float.h>.
27586         (__casinh): Do not do computation with squaring and square root
27587         for large arguments.
27588         * math/s_casinhf.c: Include <float.h>.
27589         (__casinhf): Do not do computation with squaring and square root
27590         for large arguments.
27591         * math/s_casinhl.c: Include <float.h>.
27592         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27593         (__casinhl): Do not do computation with squaring and square root
27594         for large arguments.
27595         * math/libm-test.inc (casin_test): Add more tests.
27596         (casinh_test): Likewise.
27597         * sysdeps/i386/fpu/libm-test-ulps: Update.
27598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27600 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27602         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27603         (__x86_64_raw_data_cache_size): Likewise.
27604         (__x86_64_data_cache_size_half): Likewise.
27605         (__x86_64_raw_data_cache_size_half): Likewise.
27606         (__x86_64_shared_cache_size): Likewise.
27607         (__x86_64_raw_shared_cache_size): Likewise.
27608         (__x86_64_shared_cache_size_half): Likewise.
27609         (__x86_64_raw_shared_cache_size_half): Likewise.
27610         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27611         to ...
27612         (__x86_data_cache_size): This.
27613         (__x86_64_raw_data_cache_size): Renamed to ...
27614         (__x86_raw_data_cache_size): This.
27615         (__x86_64_data_cache_size_half): Renamed to ...
27616         (__x86_data_cache_size_half): This.
27617         (__x86_64_raw_data_cache_size_half): Renamed to ...
27618         (__x86_raw_data_cache_size_half): This.
27619         (__x86_64_shared_cache_size): Renamed to ...
27620         (__x86_shared_cache_size): This.
27621         (__x86_64_raw_shared_cache_size): Renamed to ...
27622         (__x86_raw_shared_cache_size): This.
27623         (__x86_64_shared_cache_size_half): Renamed to ...
27624         (__x86_shared_cache_size_half): This.
27625         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27626         (__x86_raw_shared_cache_size_half): This.
27627         * sysdeps/x86_64/memcpy.S: Updated.
27628         * sysdeps/x86_64/memset.S: Likewise.
27629         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27630         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27631         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27633 2013-01-04  David S. Miller  <davem@davemloft.net>
27635         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27637 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27639         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27640         1 to avoid redefinition warning.
27641         (__USE_GNU): Don't define.
27642         (init_signaling_nan): Protoize.
27644         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27646 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27648         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27649         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27650         (__cpymn): Likewise.
27651         (norm): Remove commented code.
27652         (denorm): Likewise.
27653         (__mp_dbl): Likewise.
27654         (__inv): Likewise.
27655         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27656         (__cpymn): Likewise.
27657         (norm): Remove commented code.
27658         (denorm): Likewise.
27659         (__mp_dbl): Likewise.
27660         (__inv): Likewise.
27662         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27663         mp_no value for 1.0 and 2.0.
27664         (norm): Use RADIXI instead of radixi.d.
27665         (denorm): Likewise.
27666         (__mul): Use 0.0 instead of zero.d.
27667         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27668         mp_no value for 1.0 and 2.0.
27669         (norm): Use RADIXI instead of radixi.d.
27670         (denorm): Likewise.
27671         (__mul): Use 0.0 instead of zero.d.
27673 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27675         [BZ #14994]
27676         * math/s_casinh.c (__casinh): Reduce finite argument to first
27677         quadrant then set signs of results at the end.
27678         * math/s_casinhf.c (__casinhf): Likewise.
27679         * math/s_casinhl.c (__casinhl): Likewise.
27680         * math/libm-test.inc (casin_test): Add more tests.
27681         (casinh_test): Likewise.
27682         * sysdeps/i386/fpu/libm-test-ulps: Update.
27683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27685 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27687         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27689         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27691         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27692         declarations.
27693         (denorm): Likewise.
27694         (__mp_dbl): Likewise.
27695         (__inv): Likewise.
27697         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27698         and adjust the header comment.
27700         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27701         variable name from declaration.
27703 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27705         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27706         Initialize COMMON_CPUID_INDEX_7 element.
27707         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27708         (CPUID_RTM): Likewise.
27709         (HAS_RTM): Likewise.
27710         (COMMON_CPUID_INDEX_7): New enum.
27712 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27714         [BZ #14981]
27715         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27716         size is zero, record memory as freed.
27718 2013-01-03  Andreas Jaeger  <aj@suse.de>
27720         * po/ia.po: Add new Interlingua translation.
27722 2012-01-03  Allan McRae  <allan@archlinux.org>
27724         * locale/programs/localedef.c: Fix description of '--posix' flag.
27726 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27728         * NEWS: Update dates in second copyright notice.
27729         * README: Update copyright dates in example.
27730         * manual/libc.texinfo: Update copyright dates.
27731         * scripts/test-installation.pl: Update copyright date in --version
27732         output.
27734         * hurd/ctty-input.c: Fix copyright notice formatting.
27735         * hurd/ctty-output.c: Likewise.
27736         * hurd/dtable.c: Likewise.
27737         * hurd/hurd-raise.c: Likewise.
27738         * hurd/hurdprio.c: Likewise.
27739         * hurd/msgportdemux.c: Likewise.
27740         * misc/sys/file.h: Likewise.
27741         * misc/sys/ioctl.h: Likewise.
27742         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27743         * sysdeps/mach/hurd/chdir.c: Likewise.
27744         * sysdeps/mach/hurd/fchdir.c: Likewise.
27745         * sysdeps/mach/hurd/rename.c: Likewise.
27746         * sysdeps/mach/hurd/rmdir.c: Likewise.
27747         * sysdeps/mach/hurd/seekdir.c: Likewise.
27748         * sysdeps/mach/hurd/setsid.c: Likewise.
27749         * sysdeps/posix/wait3.c: Likewise.
27751         * All files with FSF copyright notices: Update copyright dates
27752         using scripts/update-copyrights.
27753         * intl/plural.c: Regenerated.
27754         * locale/programs/charmap-kw.h: Likewise.
27755         * locale/programs/locfile-kw.h: Likewise.
27757 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27759         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27760         four values.
27762         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27763         calculation loop and add branch prediction.
27765         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27766         check access beyond bounds of m1np.
27768         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27769         MPTWO.
27770         (__inv): Remove local variable MPTWO to use the global
27771         constant.
27772         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27773         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27774         variable MPTWO.
27775         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27776         MP3HALFS static const.
27778 2013-01-01  David S. Miller  <davem@davemloft.net>
27780         * po/ca.po: Update from translation team.
27782 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27784         * scripts/update-copyrights: New file.
27785         * Makeconfig: Reformat copyright notice.
27786         * ctype/ctype.h: Likewise.
27787         * debug/swprintf_chk.c: Likewise.
27788         * elf/dl-cache.c: Likewise.
27789         * elf/dl-debug.c: Likewise.
27790         * elf/dl-object.c: Likewise.
27791         * grp/initgroups.c: Likewise.
27792         * hurd/Makefile: Likewise.
27793         * hurd/hurd/signal.h: Likewise.
27794         * hurd/hurdfault.c: Likewise.
27795         * hurd/hurdioctl.c: Likewise.
27796         * hurd/hurdlookup.c: Likewise.
27797         * hurd/intr-msg.c: Likewise.
27798         * iconv/gconv_open.c: Likewise.
27799         * libio/swprintf.c: Likewise.
27800         * locale/lc-ctype.c: Likewise.
27801         * locale/nl_langinfo.c: Likewise.
27802         * mach/Machrules: Likewise.
27803         * mach/Makefile: Likewise.
27804         * malloc/obstack.h: Likewise.
27805         * manual/Makefile: Likewise.
27806         * manual/tsort.awk: Likewise.
27807         * misc/bits/stab.def: Likewise.
27808         * nis/nis_print_group_entry.c: Likewise.
27809         * nis/nis_table.c: Likewise.
27810         * nis/nss_compat/compat-pwd.c: Likewise.
27811         * nis/nss_compat/compat-spwd.c: Likewise.
27812         * po/Makefile: Likewise.
27813         * posix/fnmatch.c: Likewise.
27814         * posix/regex.h: Likewise.
27815         * resolv/Makefile: Likewise.
27816         * resolv/nss_dns/dns-network.c: Likewise.
27817         * resolv/res_hconf.c: Likewise.
27818         * scripts/gen-sorted.awk: Likewise.
27819         * soft-fp/soft-fp.h: Likewise.
27820         * stdio-common/printf.h: Likewise.
27821         * stdlib/monetary.h: Likewise.
27822         * stdlib/random.c: Likewise.
27823         * stdlib/random_r.c: Likewise.
27824         * sysdeps/generic/Makefile: Likewise.
27825         * sysdeps/gnu/Makefile: Likewise.
27826         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27827         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27828         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27829         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27830         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27831         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27832         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27833         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27834         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27835         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27836         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27837         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27838         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27839         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27840         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27841         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27842         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27843         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27844         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27845         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27846         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27847         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27848         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27849         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27850         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27851         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27852         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27853         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27854         * sysdeps/mach/hurd/errnos.awk: Likewise.
27855         * sysdeps/mach/hurd/fork.c: Likewise.
27856         * sysdeps/mach/hurd/getcwd.c: Likewise.
27857         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27858         * sysdeps/mach/hurd/mmap.c: Likewise.
27859         * sysdeps/mach/hurd/utimes.c: Likewise.
27860         * sysdeps/mach/hurd/xmknod.c: Likewise.
27861         * sysdeps/posix/profil.c: Likewise.
27862         * sysdeps/posix/readdir_r.c: Likewise.
27863         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27864         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27865         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27866         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27867         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27868         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27869         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27870         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27871         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27872         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27873         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27874         * sysdeps/pthread/lio_listio.c: Likewise.
27875         * sysdeps/sparc/dl-procinfo.h: Likewise.
27876         * sysdeps/unix/i386/sysdep.S: Likewise.
27877         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27878         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27879         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27880         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27882         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27883         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27884         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27885         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27886         * sysdeps/wordsize-32/divdi3.c: Likewise.
27887         * time/sys/time.h: Likewise.
27888         * wcsmbs/Makefile: Likewise.
27890 2013-01-01  David S. Miller  <davem@davemloft.net>
27892         * po/fr.po: Update from translation team.
27894         * catgets/gencat.c: Update copyright year.
27895         * csu/version.c: Likewise.
27896         * debug/catchsegv.sh: Likewise.
27897         * debug/pcprofiledump.c: Likewise.
27898         * debug/xtrace.sh: Likewise.
27899         * elf/ldconfig.c: Likewise.
27900         * elf/ldd.bash.in: Likewise.
27901         * elf/pldd.c: Likewise.
27902         * elf/sotruss.ksh: Likewise.
27903         * elf/sprof.c: Likewise.
27904         * iconv/iconv_prog.c: Likewise.
27905         * iconv/iconvconfig.c: Likewise.
27906         * locale/programs/locale.c: Likewise.
27907         * locale/programs/localedef.c: Likewise.
27908         * login/programs/pt_chown.c: Likewise.
27909         * malloc/memusage.sh: Likewise.
27910         * malloc/memusagestat.c: Likewise.
27911         * malloc/mtrace.pl: Likewise.
27912         * nscd/nscd.c: Likewise.
27913         * nss/getent.c: Likewise.
27914         * nss/makedb.c: Likewise.
27915         * posix/getconf.c: Likewise.
27917 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27919         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27920         numbers.
27922 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27924         * math/bits/mathcalls.h (modf): Use __nonnull.
27926 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27928         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27929         (split): Use macro CN instead of the bare value.
27930         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27931         could be used.
27932         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27933         instead of the bare value.
27934         (power1): Likewise.
27936 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27938         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27939         __ATAN_TWOM.
27940         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27942         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27943         their values.
27944         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27945         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27946         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27947         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27949 2012-12-28  Andreas Jaeger  <aj@suse.de>
27951         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27952         values are from Linux 3.7.
27954         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27955         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27957 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27959         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27960         TRUE case.
27962         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27963         (norm): Likewise.
27964         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27965         variables with preprocessor constants.
27966         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27967         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27968         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27970 2012-12-27  Bruno Haible  <bruno@clisp.org>
27972         [BZ #14317]
27973         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27974         only if needed.
27976 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27978         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27979         and use variable directly.
27980         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27982         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27983         MPONE.
27984         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27985         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27986         variable MPONE.
27987         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27988         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27989         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27990         include directive.  Remove local variable MPONE.
27991         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27992         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27993         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27995 2012-12-25  David S. Miller  <davem@davemloft.net>
27997         * version.h (RELEASE): Set to "development".
27998         (VERSION): Set to "2.17.90".
27999         * NEWS: Add 2.18 section.
28001 2012-12-21  David S. Miller  <davem@davemloft.net>
28003         * po/hr.po: Update from translation team.
28005 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28007         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
28009 2012-12-19  Steve Ellcey  <sellcey@mips.com>
28011         * NEWS:  Mention new memcpy for MIPS.
28013 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28015         * manual/contrib.texi (Contributors): Spelling correction.
28017 2012-12-15  David S. Miller  <davem@davemloft.net>
28019         * po/ru.po: Update from translation team.
28021 2012-12-13  David S. Miller  <davem@davemloft.net>
28023         * NEWS: Mention IFUNC testsuite enhancements.
28025         * po/pl.po: Update from translation team.
28026         * po/bg.po: Likewise.
28028         * manual/contrib.texi (Contributors): Update entries for Hongjiu
28029         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
28031 2012-12-11  David S. Miller  <davem@davemloft.net>
28033         * po/sv.po: Update from translation team.
28035         * po/vi.po: Update from translation team.
28037         * po/cs.po: Update from translation team.
28039         * po/de.po: Update from translation team.
28040         * po/eo.po: Likewise.
28041         * po/nl.po: Likewise.
28043 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28045         [BZ #14246]
28046         * manual/argp.texi (Argp Helper Functions): Move node to follow
28047         Argp Parsing State.
28049         [BZ #14872]
28050         * manual/conf.texi (Limits on File System Capacity): Mention if
28051         terminating null is included in the max size.
28053 2012-12-10  Andreas Jaeger  <aj@suse.de>
28055         * po/cs.po: Update from translation team.
28057 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
28059         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
28060         void pointer and cast to uintptr_t.
28061         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
28062         path.
28063         * sysdeps/s390/s390-64/memcpy.S: Likewise.
28064         * sysdeps/s390/s390-64/memset.S: Likewise.
28066 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
28068         [BZ #14833]
28069         * menual/message.texi (Message Translation): Fix typos.
28070         (Helper programs for gettext): Likewise.
28072 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
28074         [BZ #14898]
28075         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
28076         Change to -1.
28078 2012-12-07  David S. Miller  <davem@davemloft.net>
28080         * po/libc.pot: Update.
28082 2012-12-07  Richard Henderson  <rth@redhat.com>
28084         [BZ #10114]
28085         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
28086         normal/normal case to before the switch.
28087         (_FP_DIV): Likewise.
28089 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
28090             Mike Frysinger  <vapier@gentoo.org>
28092         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
28093         check for __NR_fadvise64_64.
28095 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
28097         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
28098         0, not just to plain "0" as a statement.
28099         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
28100         with cw.
28102 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
28104         * NEWS: Use sourceware.org in Bugzilla URL.
28106 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
28108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
28109         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28111         * stdio-common/tst-put-error.c (do_test): Add newline to the
28112         padded test to ensure flush.
28114 2012-12-05  Jeff Law  <law@redhat.com>
28116         * sunrpc/etc.rpc (fedfs_admin): Add entry.
28118 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
28120         * README: Don't refer to ports add-on as distributed separately.
28121         Mention AArch64 in list of systems supported in the ports add-on.
28123         * LICENSES: Add more non-FSF copyright and license notices.
28125         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
28126         ((unused)).
28128         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
28130         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
28131         10000 as width of padded output.
28133 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
28135         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
28137         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
28138         variable LX with __attribute__ ((unused)).
28139         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
28140         Likewise.
28141         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
28142         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
28143         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
28144         with __attribute__ ((unused)).
28146 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
28148         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
28150 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
28152         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
28153         (CFLAGS-nldbl-acos.c): New variable.
28154         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
28155         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
28156         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
28157         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
28158         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
28159         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
28160         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
28161         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
28162         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
28163         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
28164         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
28165         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
28166         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
28167         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
28168         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
28169         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
28170         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
28171         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
28172         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
28173         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
28174         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
28175         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
28176         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
28177         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
28178         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
28179         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
28180         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
28181         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
28182         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
28183         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
28184         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
28185         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
28186         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
28187         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
28188         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
28189         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
28190         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
28191         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
28192         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
28193         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
28194         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
28195         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
28196         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
28197         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
28198         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
28199         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
28200         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
28201         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
28202         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
28203         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
28204         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
28205         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
28206         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
28207         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
28208         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
28209         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
28210         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
28211         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28212         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28213         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28214         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28215         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28216         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28217         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28218         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28219         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28220         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28221         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28222         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28223         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28224         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28225         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28226         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28227         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28228         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28229         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28230         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28231         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28232         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28233         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28234         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28235         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28236         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28237         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28238         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28239         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28240         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28241         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28242         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28243         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28244         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28245         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28246         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28247         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28248         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28249         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28250         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28253         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28255         [BZ #14914]
28256         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28257         whole low double instead of just low 47 bits when splitting values
28258         into two parts.
28260 2012-12-03  Allan McRae  <allan@archlinux.org>
28262         * manual/stdio.texi (Predefined Printf Handlers): Remove
28263         @hsep and @vsep usage.
28265 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
28267         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28268         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28270 2012-12-03  Jeff Law  <law@redhat.com>
28272         * time/sys/time.h (settimeofday): Do not mark TV argument
28273         as __nonnull.
28275 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
28277         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28278         when currently writing and seek to current position when not.
28279         * libio/Makefile (tests): Remove bug-fclose1.
28280         * libio/bug-fclose1.c: Delete.
28282 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
28284         * manual/arith.texi (feenableexcept): Fix typo.
28285         (fedisableexcept): Likewise.
28287 2012-11-30  Roland McGrath  <roland@hack.frob.com>
28289         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28290         second, differently-typed declaration, rather than a cast.
28292 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28294         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28295         * include/rpc/svc.h: ... here.
28297 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
28299         [BZ #13013]
28300         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28301         depending n and resplen2 to catch cases where answer
28302         equals answerp2.
28304 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28306         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28307         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28309 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28311         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28313 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28315         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28317 2012-11-28  Jeff Law  <law@redhat.com>
28319         [BZ #13761]
28320         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28321         dataset_temporary.  Track alloca usage into alloca_used.
28322         If dataset is large allocate and release it via malloc/free.
28324 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28326         [BZ #14197]
28327         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28329 2012-11-28  David S. Miller  <davem@davemloft.net>
28331         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28333 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28335         [BZ #14803]
28336         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28337         of pi/2 rounded to nearest to 64 bits.
28338         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28339         nearest to 64 bits.
28340         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28341         bits.
28343 2012-11-28  Jeff Law <law@redhat.com>
28344             Martin Osvald <mosvald@redhat.com>
28346         [BZ #14889]
28347         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28348         * sunrpc/svc.c: Include time.h.
28349         (__svc_accept_failed): New function.
28350         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28351         any reason other than EINTR, call __svc_accept_failed.
28352         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28353         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28355 2012-11-28  Andreas Schwab  <schwab@suse.de>
28357         * scripts/abilist.awk: Also handle indirect functions in .opd
28358         section.
28360 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28362         [BZ #13881]
28363         * sysdeps/x86/fpu/powl_helper.c: New file.
28364         * sysdeps/x86/fpu/Makefile: Likewise.
28365         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28366         (p3): New object.
28367         (__ieee754_powl): Use __powl_helper for finite arguments except
28368         integer exponents below 8.
28369         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28370         (p3): New object.
28371         (__ieee754_powl): Use __powl_helper for finite arguments except
28372         integer exponents below 8.
28373         * math/libm-test.inc (pow_test): Add more tests and enable some
28374         previously disabled tests.
28375         * sysdeps/i386/fpu/libm-test-ulps: Update.
28376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28378 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28379             Carlos O'Donell  <carlos_odonell@mentor.com>
28381         * nss/makedb.c (is_prime): Assert that input is odd and greater
28382         than 4.  Note that fact in a comment too.
28383         (next_prime): Add 4 to input.
28385 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28387         [BZ #11741]
28388         * libio/Makefile (tests): Add test case tst-fwrite-error.
28389         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28390         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28391         * libio/tst-fwrite-error.c: New test case.
28393 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28395         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28396         before casting to void *.
28397         * include/libc-internal.h (__pointer_type): New macro.
28398         (__integer_if_pointer_type_sub): Likewise.
28399         (__integer_if_pointer_type): Likewise.
28400         (cast_to_integer): Likewise.
28401         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28402         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28403         before casting to atomic64_t.
28404         (atomic_exchange_acq): Likewise.
28405         (__arch_exchange_and_add_body): Likewise.
28406         (__arch_add_body): Likewise.
28407         (atomic_add_negative): Likewise.
28408         (atomic_add_zero): Likewise.
28410 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28412         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28413         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28414         (add_fdes): Likewise.
28415         (linear_search_fdes): Likewise.
28416         (binary_search_unencoded_fdes): Likewise.
28418 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28420         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28422 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28424         * configure.in: Autodetect C++ header directories.
28425         * configure: Regenerated.
28427 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28429         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28431 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28433         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28435 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28437         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28438         LDBL_MANT_DIG == 106]: Disable some tests.
28439         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28440         Likewise.
28441         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28442         Likewise.
28444         [BZ #14871]
28445         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28446         input for small inputs.  Return +/- pi/2 for large inputs.
28447         * math/libm-test.inc (atan_test): Add more tests.
28449         * sysdeps/generic/unwind-dw2-fde-glibc.c
28450         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28451         __attribute__ ((unused)).
28453         [BZ #14645]
28454         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28455         x * y if x and y are nonzero and z is zero.
28457         [BZ #14811]
28458         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28459         nonzero exponents with absolute value below 0x1p-117 to +/-
28460         0x1p-117.
28462         [BZ #14869]
28463         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28464         up arguments below 2**-450, not just those below 2**-500.
28465         * math/libm-test.inc (hypot_test): Add another test.
28467         [BZ #14868]
28468         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28469         Return a+b for ratio over 2**120, not 2**60.
28470         * math/libm-test.inc (hypot_test): Add another test.
28472         * math/libm-test.inc (clog_test): Use
28473         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28474         (clog10_test): Likewise.
28476         [BZ #6778]
28477         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28479 2012-11-22  Andreas Schwab  <schwab@suse.de>
28481         * sysdeps/i386/fpu/libm-test-ulps: Update.
28483 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28485         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28486         printf output with newline.
28488 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28490         [BZ #14865]
28491         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28492         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28493         -z nodlopen, -z initfirst and -z execstack support.
28494         * configure: Regenerated.
28496         * elf/elf.h (DF_1_NODIRECT): New macro.
28497         (DF_1_IGNMULDEF): Likewise.
28498         (DF_1_NOKSYMS): Likewise.
28499         (DF_1_NOHDR): Likewise.
28500         (DF_1_EDITED): Likewise.
28501         (DF_1_NORELOC): Likewise.
28502         (DF_1_SYMINTPOSE): Likewise.
28503         (DF_1_GLOBAUDIT): Likewise.
28504         (DF_1_SINGLETON): Likewise.
28505         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28506         DT_1_SUPPORTED_MASK bits.
28507         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28509 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28511         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28513 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28515         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28516         macro.
28518         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28519         (sendmmsg): Move declarations...
28520         * socket/sys/socket.h: ... here.
28521         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28522         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28523         include it from...
28524         * socket/recvmmsg.c: ... this new file.
28525         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28526         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28527         definition of __sendmmsg hidden.
28528         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28529         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28530         Move ENOSYS stub into and include it from...
28531         * socket/sendmmsg.c: ... this new file.
28532         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28533         (sysdep_routines): Move recvmmsg and sendmmsg...
28534         * socket/Makefile (routines): ... here.
28535         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28536         (GLIBC_PRIVATE): Add __sendmmsg.
28537         * include/sys/socket.h (__sendmmsg): Add declarations.
28538         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28539         sendmmsg.
28541 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28543         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28544         variable I1 with __attribute__ ((unused)).
28545         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28547 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28549         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28550         DUMMY variables with __attribute__ ((unused)).
28552         * bits/byteswap.h: Include <bits/types.h>.
28553         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28555 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28557         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28558         string_t.  Do not manually set errno.
28559         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28560         length with __strnlen.  Make sure to both set errno and return it on
28561         failure.
28563 2012-11-19  David S. Miller  <davem@davemloft.net>
28565         With help from Joseph Myers.
28566         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28567         very large arguments properly.
28568         * math/libm-test.inc (atan_test): New tests.
28569         (atan2_test): New tests.
28570         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28571         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28573 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28575         [BZ #14856]
28576         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28577         Define to 3.
28579         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28580         [POSIX] (EADDRNOTAVAIL): Likewise.
28581         [POSIX] (EAFNOSUPPORT): Likewise.
28582         [POSIX] (EALREADY): Likewise.
28583         [POSIX] (ECONNABORTED): Likewise.
28584         [POSIX] (ECONNREFUSED): Likewise.
28585         [POSIX] (ECONNRESET): Likewise.
28586         [POSIX] (EDESTADDRREQ): Likewise.
28587         [POSIX] (EDQUOT): Likewise.
28588         [POSIX] (EHOSTUNREACH): Likewise.
28589         [POSIX] (EIDRM): Likewise.
28590         [POSIX] (EISCONN): Likewise.
28591         [POSIX] (ELOOP): Likewise.
28592         [POSIX] (EMULTIHOP): Likewise.
28593         [POSIX] (ENETDOWN): Likewise.
28594         [POSIX] (ENETUNREACH): Likewise.
28595         [POSIX] (ENOBUFS): Likewise.
28596         [POSIX] (ENODATA): Likewise.
28597         [POSIX] (ENOLINK): Likewise.
28598         [POSIX] (ENOMSG): Likewise.
28599         [POSIX] (ENOPROTOOPT): Likewise.
28600         [POSIX] (ENOSR): Likewise.
28601         [POSIX] (ENOSTR): Likewise.
28602         [POSIX] (ENOTCONN): Likewise.
28603         [POSIX] (ENOTSOCK): Likewise.
28604         [POSIX] (EOPNOTSUPP): Likewise.
28605         [POSIX] (EOVERFLOW): Likewise.
28606         [POSIX] (EPROTO): Likewise.
28607         [POSIX] (EPROTONOSUPPORT): Likewise.
28608         [POSIX] (EPROTOTYPE): Likewise.
28609         [POSIX] (ESTALE): Likewise.
28610         [POSIX] (ETIME): Likewise.
28611         [POSIX] (ETXTBSY): Likewise.
28612         [POSIX] (EWOULDBLOCK): Likewise.
28613         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28614         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28615         [POSIX] (SEEK_CUR): Likewise.
28616         [POSIX] (SEEK_END): Likewise.
28617         [POSIX || UNIX98] (mode_t): Do not require.
28618         [POSIX] (off_t): Likewise.
28619         [POSIX] (pid_t): Likewise.
28620         [POSIX] (sys/stat.h): Do not allow header.
28621         [POSIX] (unistd.h): Likewise.
28622         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28623         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28624         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28625         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28626         require.
28627         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28628         sigevent): Specify elements.
28629         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28630         entry.
28631         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28632         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28634         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28635         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28636         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28637         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28638         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28639         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28640         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28641         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28642         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28643         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28644         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28645         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28646         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28647         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28648         Likewise.
28649         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28650         Likewise.
28651         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28652         Likewise.
28653         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28654         Likewise.
28655         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28656         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28657         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28658         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28659         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28660         Specify lower bound on value.
28661         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28662         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28663         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28664         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28665         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28666         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28667         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28668         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28669         value.
28670         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28671         as optional.
28672         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28673         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28674         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28675         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28676         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28677         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28678         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28679         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28680         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28681         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28682         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28683         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28684         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28685         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28686         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28687         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28688         entry.
28689         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28690         optional.
28691         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28692         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28693         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28694         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28695         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28696         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28697         Likewise.
28698         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28699         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28700         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28701         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28702         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28703         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28704         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28705         as optional.
28706         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28707         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28708         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28709         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28710         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28711         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28712         specify as optional.
28713         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28714         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28715         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28716         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28717         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28718         [XPG3] (NL_LANGMAX): Likewise.
28719         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28720         [POSIX || XPG3] (NL_NMAX): Likewise.
28721         [POSIX || XPG3] (NL_SETMAX): Likewise.
28722         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28723         [XPG3] (NZERO): Likewise.
28724         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28725         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28726         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28727         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28728         (REG_ERANGE): Expect.
28729         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28730         optional-constant.
28731         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28732         Use (void) in prototype.
28733         [POSIX] (*_t): Allow.
28734         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28735         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28736         (WRDE_BADVAL): Expect.
28738         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28739         expect.
28740         [XPG3 || XPG4] (O_RSYNC): Likewise.
28741         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28742         Likewise.
28743         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28744         [XPG3 || XPG4] (sigqueue): Likewise.
28745         [XPG3 || XPG4] (sigtimedwait): Likewise.
28746         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28747         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28748         [XPG3 || XPG4] (vsnprintf): Likewise.
28749         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28750         Likewise.
28751         [XPG3 || XPG4] (blksize_t): Likewise.
28752         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28753         Likewise.
28754         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28755         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28756         [XPG3 || XPG4] (struct itimerspec): Likewise.
28757         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28758         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28759         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28760         [XPG3 || XPG4] (clockid_t): Likewise.
28761         [XPG3 || XPG4] (timer_t): Likewise.
28762         [XPG3 || XPG4] (clock_getres): Likewise.
28763         [XPG3 || XPG4] (clock_gettime): Likewise.
28764         [XPG3 || XPG4] (clock_settime): Likewise.
28765         [XPG3 || XPG4] (nanosleep): Likewise.
28766         [XPG3 || XPG4] (timer_create): Likewise.
28767         [XPG3 || XPG4] (timer_delete): Likewise.
28768         [XPG3 || XPG4] (timer_gettime): Likewise.
28769         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28770         [XPG3 || XPG4] (timer_settime): Likewise.
28771         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28772         [XPG3 || XPG4] (getlogin_r): Likewise.
28773         [XPG3 || XPG4] (pread): Likewise.
28774         [XPG3 || XPG4] (pthread_atfork): Likewise.
28775         [XPG3 || XPG4] (pwrite): Likewise.
28777         [BZ #14835]
28778         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28779         <bits/siginfo.h>.
28781 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28783         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28784         finalizing MALLSTREAM.
28786         * sysdeps/mach/hurd/syncfs.c: New file.
28788 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28790         [BZ #14719]
28791         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28792         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28793         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28794         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28795         (_nss_dns_gethostbyname4_r): Likewise.
28796         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28797         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28799 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28801         [BZ #13763]
28802         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28804 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28806         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28807         * elf/cache.c (print_entry): Print ",AArch64" for
28808         FLAG_AARCH64_LIB64
28810         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28811         * elf/cache.c (print_entry): Print ",hard-float" for
28812         FLAG_ARM_LIBHF.
28814 2012-11-18  David S. Miller  <davem@davemloft.net>
28816         With help from Joseph Myers.
28817         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28818         cutoff to 2**-13.
28819         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28820         cutoff to 2**-25.
28821         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28822         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28823         small.
28824         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28825         * math/libm-test.inc (y0_test): New tests.
28826         (y1_test): New tests.
28827         * sysdeps/i386/fpu/libm-test-ulps: Update.
28828         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28829         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28831 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28833         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28834         64-bit targets.
28835         * configure: Regenerated.
28837 2012-11-17  David S. Miller  <davem@davemloft.net>
28839         [BZ #14811]
28840         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28841         nonzero exponents with absolute value below 0x1p-128 to +/-
28842         0x1p-128.
28844 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28846         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28848         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28850         * posix/getconf-speclist.c: New file.
28851         * posix/posix-envs.def: Likewise.
28852         * posix/confstr.c (START_ENV_GROUP): New macro.
28853         (END_ENV_GROUP): Likewise.
28854         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28855         (KNOWN_PRESENT_ENV_STRING): Likewise.
28856         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28857         (UNKNOWN_ENVIRONMENT): Likewise.
28858         (confstr): Include posix-envs.def instead of handling
28859         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28860         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28861         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28862         (END_ENV_GROUP): Likewise.
28863         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28864         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28865         (UNKNOWN_ENVIRONMENT): Likewise.
28866         (__sysconf): Include posix-envs.def instead of handling associated
28867         cases directly here.
28868         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28869         preprocessing getconf-speclist.c rather than running getconf or
28870         generating empty file.
28872 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28874         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28876 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28878         [BZ #14672]
28879         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28881 2012-11-16  David S. Miller  <davem@davemloft.net>
28883         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28884         smaller than LDBL_EPSILON/2.0L, just return xm1.
28886 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28888         * elf/tst-array1.c (init): Set constructor priority to 1000.
28889         (fini): Set destructor priority to 1000.
28890         * elf/tst-array2dep.c: Likewise.
28892 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28894         [BZ #11741]
28895         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28896         (_IO_new_file_xsputn): Also return EOF if none of the input
28897         data was written when overflow failed.
28898         * libio/iopadn.c (_IO_padn): Likewise.
28899         * libio/iowpadn.c (_IO_wpadn): Likewise.
28900         * stdio-common/tst-put-error.c: Add copyright notice.
28901         (do_test): Add case for printing padded string.
28902         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28903         _IO_padn returned error.
28904         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28905         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28906         return EOF.
28908 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28910         * libio/libioP.h: Add comment note that the references to C++
28911         bits are now obsolete.
28913 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28915         * math/libm-test.inc (check_complex): Use asprintf.
28917 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28919         * debug/pcprofiledump.c (print_version): Update copyright year.
28920         * malloc/memusagestat.c (print_version): Likewise.
28922 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28924         [BZ #14831]
28925         * elf/Makefile (tests): Add tst-audit8.
28926         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28927         ($(objpfx)tst-audit8.out): New target.
28928         (tst-audit8-ENV): New variable.
28929         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28930         audit if l_reloc_result is NULL.
28931         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28932         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28933         * elf/tst-audit8.c: New file.
28935 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28937         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28938         * misc/Makefile (CFLAGS-select.c): Define.
28939         * posix/Makefile (CFLAGS-pause.c): Define.
28941 2012-11-13  David S. Miller  <davem@davemloft.net>
28943         * crypt/Makefile: Move test targets after toplevel Rules
28944         inclusion.  Grab any necessary sysdep routines when linking.
28945         * crypt/md5.c (md5_process_block): Remove define, we will always
28946         name it __md5_process_block.
28947         (md5_finish_ctx): Update md5_process_block call.
28948         (md5_stream): Likewise.
28949         (md5_process_bytes): Likewise.
28950         (md5_process_block): Rename to __md5_process_block and move to ...
28951         * crypt/md5-block.c: ... here.
28952         * crypt/sha256.c (sha256_process_block): Move to ...
28953         * crypt/sha256-block.c: ... here.
28954         * crypt/sha512.c (sha512_process_block): Move to ...
28955         * crypt/sha512-block.c: ... here.
28956         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28957         path.
28958         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28959         * sysdeps/sparc/sparc64/multiarch/Makefile
28960         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28961         crypt subdir.
28962         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28963         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28964         multiarch changes.
28965         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28966         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28967         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28968         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28969         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28970         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28971         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28972         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28973         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28974         file.
28975         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28976         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28977         file.
28978         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28980 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28982         * timezone/tzselect.ksh: Update from tzcode git revision
28983         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28984         * timezone/zdump.c: Likewise.
28985         * timezone/zic.c: Likewise.
28986         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28987         in TZVERSION setting, not $(PKGVERSION).
28988         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28989         REPORT_BUGS_TO settings.
28991         [BZ #14838]
28992         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28993         macro.
28995 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28997         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28998         detection to immediately after _FP_ROUND().
28999         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
29000         bits are 0.
29002 2012-11-11  David S. Miller  <davem@davemloft.net>
29004         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
29005         inttypes.h
29006         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
29007         __close rather than their public counterparts.
29009 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
29011         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
29012         file.
29013         [UNIX98] (sem_timedwait): Do not expect.
29014         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
29015         [XPG4 || UNIX98] (sockatmark): Do not expect.
29016         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
29017         (clock_getcpuclockid): Do not expect.
29018         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
29019         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
29020         Do not expect.
29021         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
29022         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
29023         [UNIX98] (vwscanf): Likewise.
29024         [UNIX98] (vswscanf): Likewise.
29026 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
29028         * timezone/version.h: Remove file.
29029         * timezone/README: Do not refer to version.h.
29030         * timezone/Makefile ($(objpfx)zic.o): New dependency on
29031         $(objpfx)version.h.
29032         ($(objpfx)zdump.o): Likewise.
29033         ($(objpfx)version.h): New target.
29035         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
29036         2012i.
29037         * timezone/README: Don't mention modification to tzselect.ksh.
29038         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
29039         work on unmodified tzselect.ksh.  Substitute version numbers in
29040         tzselect.ksh.
29042         * Makefile (format-me): Remove.
29043         (INSTALL): Adjust indentation.  Use commands directly instead of
29044         using $(format-me).
29046         * aclocal.m4 (ACX_PKGVERSION): New macro.
29047         (ACX_BUGURL): Likewise.
29048         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
29049         (PKGVERSION): New AC_DEFINE_UNQUOTED.
29050         (REPORT_BUGS_TO): Likewise.
29051         * configure: Regenerated.
29052         * config.h.in (PKGVERSION): New macro.
29053         (REPORT_BUGS_TO): Likewise.
29054         * config.make.in (PKGVERSION): New variable.
29055         (PKGVERSION_TEXI): Likewise.
29056         (REPORT_BUGS_TO): Likewise.
29057         (REPORT_BUGS_TEXI): Likewise.
29058         * Makefile (format-me): Use -I$(common-objpfx)manual.
29059         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
29060         ($(common-objpfx)manual/%): New target.
29061         (manual/%): Remove target.
29062         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
29063         (print_version): Use PKGVERSION.
29064         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
29065         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
29066         and REPORT_BUGS_TO.
29067         ($(objpfx)xtrace): Likewise.
29068         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
29069         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
29070         (print_version): Use PKGVERSION.
29071         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
29072         (do_version): Use PKGVERSION.
29073         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
29074         REPORT_BUGS_TO.
29075         (common-ldd-rewrite): Likewise.
29076         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
29077         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
29078         (print_version): Use PKGVERSION.
29079         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
29080         * elf/pldd.c (argp_program_bug_address): Remove variable.
29081         (more_help): New function.
29082         (argp): Use more_help.
29083         (print_version): Use PKGVERSION.
29084         * elf/sln.c (main): Use PKGVERSION.
29085         (usage): Use REPORT_BUGS_TO.
29086         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
29087         (top level): Use PKGVERSION.
29088         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
29089         (print_version): Use PKGVERSION.
29090         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
29091         (print_version): Use PKGVERSION.
29092         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
29093         (print_version): Use PKGVERSION.
29094         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
29095         (print_version): Use PKGVERSION.
29096         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
29097         (print_version): Use PKGVERSION.
29098         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
29099         (print_version): Use PKGVERSION.
29100         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
29101         and BUGURL.
29102         ($(objpfx)memusage): Likewise.
29103         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
29104         (do_version): Use PKGVERSION.
29105         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
29106         (print_version): Use PKGVERSION.
29107         * malloc/mtrace.pl ($PACKAGE): Remove variable.
29108         ($PKGVERSION): New variable.
29109         ($REPORT_BUGS_TO): Likewise.
29110         (usage): Use $REPORT_BUGS_TO.
29111         (top level): Use $PKGVERSION.
29112         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
29113         ($(objpfx)pkgvers.texi): New rule.
29114         ($(objpfx)stamp-pkgvers): Likewise.
29115         * manual/install.texi: Include pkgvers.texi.
29116         (--with-pkgversion): Document new configure option.
29117         (--with-bugurl): Likewise.
29118         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
29119         than necessarily for this particular distribution.  Use
29120         REPORT_BUGS_TO for where to report bugs.
29121         * INSTALL: Regenerated.
29122         * manual/libc.texinfo: Include pkgvers.texi.
29123         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
29124         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
29125         (print_version): Use PKGVERSION.
29126         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
29127         (print_version): Use PKGVERSION.
29128         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
29129         (print_version): Use PKGVERSION.
29130         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
29131         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
29132         macro.
29133         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
29134         (print_version): Use PKGVERSION.
29135         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
29136         (print_version): Use PKGVERSION.
29137         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
29138         and PKGVERSION.
29140         * timezone/checktab.awk: Update from tzcode 2012i.
29141         * timezone/ialloc.c: Likewise.
29142         * timezone/private.h: Likewise.
29143         * timezone/scheck.c: Likewise.
29144         * timezone/tzfile.h: Likewise.
29145         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
29146         (TZVERSION): Hardcode tzcode version number.
29147         * timezone/zdump.c: Update from tzcode 2012i.
29148         * timezone/zic.c: Likewise.
29149         * timezone/version.h: New file.
29150         * timezone/README: Describe version.h.  Update upstream location.
29152         [BZ #14824]
29153         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
29154         (mktemp): Enable declaration.
29155         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
29156         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
29157         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
29158         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
29159         Likewise.
29160         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
29161         Likewise.
29162         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
29163         Likewise.
29164         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
29165         Likewise.
29166         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
29167         Likewise.
29168         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
29169         Likewise.
29171         [BZ #14821]
29172         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
29173         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
29174         for copies of such integer values.
29175         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
29176         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
29178 2012-11-09  Andreas Jaeger  <aj@suse.de>
29180         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
29181         definitions and declarations that are provided by
29182         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29184 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29186         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
29187         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
29188         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
29189         definition.
29191 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29193         * elf/elf.h: Update comment before AArch64 relocations.
29195 2012-11-07  David S. Miller  <davem@davemloft.net>
29197         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
29198         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
29199         (__start_context): Declare.
29200         (__makecontext_ret): Delete.
29201         (__makecontext): Hook up __start_context instead of
29202         __makecontext_ret.
29203         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
29204         (sysdep_routines): Add __start_context when in stdlib.
29206 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29208         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
29209         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
29210         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
29211         hardcoded "nm".
29212         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
29213         (READELF): New variable.  Use it instead of hardcoded "readelf".
29215 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
29217         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29218         * sysdeps/x86/Makefile: Here.
29219         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29220         * sysdeps/x86/tst-xmmymm.sh: This.
29222 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29224         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29225         expectations.
29226         [UNIX98] (pthread_barrier_t): Do not expect.
29227         [UNIX98] (pthread_barrierattr_t): Likewise.
29228         [UNIX98] (pthread_spinlock_t): Likewise.
29229         [UNIX98] (pthread_barrier_destroy): Likewise.
29230         [UNIX98] (pthread_barrier_init): Likewise.
29231         [UNIX98] (pthread_barrier_wait): Likewise.
29232         [UNIX98] (pthread_barrierattr_destroy): Likewise.
29233         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29234         [UNIX98] (pthread_barrierattr_init): Likewise.
29235         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29236         [UNIX98] (pthread_getcpuclockid): Likewise.
29237         [UNIX98] (pthread_mutex_timedlock): Likewise.
29238         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29239         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29240         [UNIX98] (pthread_sigmask): Likewise.
29241         [UNIX98] (pthread_spin_destroy): Likewise.
29242         [UNIX98] (pthread_spin_init): Likewise.
29243         [UNIX98] (pthread_spin_lock): Likewise.
29244         [UNIX98] (pthread_spin_trylock): Likewise.
29245         [UNIX98] (pthread_spin_unlock): Likewise.
29246         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29247         Do not expect.
29248         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29249         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29250         [XPG3 || XPG4] (pthread_cond_t): Likewise.
29251         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29252         [XPG3 || XPG4] (pthread_key_t): Likewise.
29253         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29254         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29255         [XPG3 || XPG4] (pthread_once_t): Likewise.
29256         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29257         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29258         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29259         [XPG3 || XPG4] (pthread_t): Likewise.
29261         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29262         not expect.
29263         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29265         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29266         Change function return type to int.
29268         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29269         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29270         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29271         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29272         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29273         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29274         [!POSIX] (posix_madvise): Likewise.
29275         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29276         && !UNIX98].
29277         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29278         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29279         (mode_t): Likewise.
29280         (posix_mem_offset): Likewise.
29281         (posix_typed_mem_get_info): Likewise.
29282         (posix_typed_mem_open): Likewise.
29284         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29285         Change condition to [XOPEN2K8].
29287         * conform/conformtest.pl: Preprocess allow-header data with -x c
29288         instead of from stdin.
29289         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29290         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29291         [C99-based standards] (cerfc): Likewise.
29292         [C99-based standards] (cexp2): Likewise.
29293         [C99-based standards] (cexpm1): Likewise.
29294         [C99-based standards] (clog10): Likewise.
29295         [C99-based standards] (clog1p): Likewise.
29296         [C99-based standards] (clog2): Likewise.
29297         [C99-based standards] (clgamma): Likewise.
29298         [C99-based standards] (ctgamma): Likewise.
29299         [C99-based standards] (cerff): Likewise.
29300         [C99-based standards] (cerfcf): Likewise.
29301         [C99-based standards] (cexp2f): Likewise.
29302         [C99-based standards] (cexpm1f): Likewise.
29303         [C99-based standards] (clog10f): Likewise.
29304         [C99-based standards] (clog1pf): Likewise.
29305         [C99-based standards] (clog2f): Likewise.
29306         [C99-based standards] (clgammaf): Likewise.
29307         [C99-based standards] (ctgammaf): Likewise.
29308         [C99-based standards] (cerfl): Likewise.
29309         [C99-based standards] (cerfcl): Likewise.
29310         [C99-based standards] (cexp2l): Likewise.
29311         [C99-based standards] (cexpm1l): Likewise.
29312         [C99-based standards] (clog10l): Likewise.
29313         [C99-based standards] (clog1pl): Likewise.
29314         [C99-based standards] (clog2l): Likewise.
29315         [C99-based standards] (clgammal): Likewise.
29316         [C99-based standards] (ctgammal): Likewise.
29317         * conform/data/inttypes.h-data [C99-based standards]: Include
29318         stdint.h-data.  Remove all expectations for stdint.h contents.
29319         [C99-based standards] (PRI*): Do not allow.
29320         [C99-based standards] (SCN*): Likewise.
29321         [C99-based standards] (*_t): Likewise.
29322         [C99-based-standards] (PRId8): Expect macro.
29323         [C99-based-standards] (PRIi8): Likewise.
29324         [C99-based-standards] (PRIo8): Likewise.
29325         [C99-based-standards] (PRIu8): Likewise.
29326         [C99-based-standards] (PRIx8): Likewise.
29327         [C99-based-standards] (PRIX8): Likewise.
29328         [C99-based-standards] (SCNd8): Likewise.
29329         [C99-based-standards] (SCNi8): Likewise.
29330         [C99-based-standards] (SCNo8): Likewise.
29331         [C99-based-standards] (SCNu8): Likewise.
29332         [C99-based-standards] (SCNx8): Likewise.
29333         [C99-based-standards] (PRIdLEAST8): Likewise.
29334         [C99-based-standards] (PRIiLEAST8): Likewise.
29335         [C99-based-standards] (PRIoLEAST8): Likewise.
29336         [C99-based-standards] (PRIuLEAST8): Likewise.
29337         [C99-based-standards] (PRIxLEAST8): Likewise.
29338         [C99-based-standards] (PRIXLEAST8): Likewise.
29339         [C99-based-standards] (SCNdLEAST8): Likewise.
29340         [C99-based-standards] (SCNiLEAST8): Likewise.
29341         [C99-based-standards] (SCNoLEAST8): Likewise.
29342         [C99-based-standards] (SCNuLEAST8): Likewise.
29343         [C99-based-standards] (SCNxLEAST8): Likewise.
29344         [C99-based-standards] (PRIdFAST8): Likewise.
29345         [C99-based-standards] (PRIiFAST8): Likewise.
29346         [C99-based-standards] (PRIoFAST8): Likewise.
29347         [C99-based-standards] (PRIuFAST8): Likewise.
29348         [C99-based-standards] (PRIxFAST8): Likewise.
29349         [C99-based-standards] (PRIXFAST8): Likewise.
29350         [C99-based-standards] (SCNdFAST8): Likewise.
29351         [C99-based-standards] (SCNiFAST8): Likewise.
29352         [C99-based-standards] (SCNoFAST8): Likewise.
29353         [C99-based-standards] (SCNuFAST8): Likewise.
29354         [C99-based-standards] (SCNxFAST8): Likewise.
29355         [C99-based-standards] (PRId16): Likewise.
29356         [C99-based-standards] (PRIi16): Likewise.
29357         [C99-based-standards] (PRIo16): Likewise.
29358         [C99-based-standards] (PRIu16): Likewise.
29359         [C99-based-standards] (PRIx16): Likewise.
29360         [C99-based-standards] (PRIX16): Likewise.
29361         [C99-based-standards] (SCNd16): Likewise.
29362         [C99-based-standards] (SCNi16): Likewise.
29363         [C99-based-standards] (SCNo16): Likewise.
29364         [C99-based-standards] (SCNu16): Likewise.
29365         [C99-based-standards] (SCNx16): Likewise.
29366         [C99-based-standards] (PRIdLEAST16): Likewise.
29367         [C99-based-standards] (PRIiLEAST16): Likewise.
29368         [C99-based-standards] (PRIoLEAST16): Likewise.
29369         [C99-based-standards] (PRIuLEAST16): Likewise.
29370         [C99-based-standards] (PRIxLEAST16): Likewise.
29371         [C99-based-standards] (PRIXLEAST16): Likewise.
29372         [C99-based-standards] (SCNdLEAST16): Likewise.
29373         [C99-based-standards] (SCNiLEAST16): Likewise.
29374         [C99-based-standards] (SCNoLEAST16): Likewise.
29375         [C99-based-standards] (SCNuLEAST16): Likewise.
29376         [C99-based-standards] (SCNxLEAST16): Likewise.
29377         [C99-based-standards] (PRIdFAST16): Likewise.
29378         [C99-based-standards] (PRIiFAST16): Likewise.
29379         [C99-based-standards] (PRIoFAST16): Likewise.
29380         [C99-based-standards] (PRIuFAST16): Likewise.
29381         [C99-based-standards] (PRIxFAST16): Likewise.
29382         [C99-based-standards] (PRIXFAST16): Likewise.
29383         [C99-based-standards] (SCNdFAST16): Likewise.
29384         [C99-based-standards] (SCNiFAST16): Likewise.
29385         [C99-based-standards] (SCNoFAST16): Likewise.
29386         [C99-based-standards] (SCNuFAST16): Likewise.
29387         [C99-based-standards] (SCNxFAST16): Likewise.
29388         [C99-based-standards] (PRId32): Likewise.
29389         [C99-based-standards] (PRIi32): Likewise.
29390         [C99-based-standards] (PRIo32): Likewise.
29391         [C99-based-standards] (PRIu32): Likewise.
29392         [C99-based-standards] (PRIx32): Likewise.
29393         [C99-based-standards] (PRIX32): Likewise.
29394         [C99-based-standards] (SCNd32): Likewise.
29395         [C99-based-standards] (SCNi32): Likewise.
29396         [C99-based-standards] (SCNo32): Likewise.
29397         [C99-based-standards] (SCNu32): Likewise.
29398         [C99-based-standards] (SCNx32): Likewise.
29399         [C99-based-standards] (PRIdLEAST32): Likewise.
29400         [C99-based-standards] (PRIiLEAST32): Likewise.
29401         [C99-based-standards] (PRIoLEAST32): Likewise.
29402         [C99-based-standards] (PRIuLEAST32): Likewise.
29403         [C99-based-standards] (PRIxLEAST32): Likewise.
29404         [C99-based-standards] (PRIXLEAST32): Likewise.
29405         [C99-based-standards] (SCNdLEAST32): Likewise.
29406         [C99-based-standards] (SCNiLEAST32): Likewise.
29407         [C99-based-standards] (SCNoLEAST32): Likewise.
29408         [C99-based-standards] (SCNuLEAST32): Likewise.
29409         [C99-based-standards] (SCNxLEAST32): Likewise.
29410         [C99-based-standards] (PRIdFAST32): Likewise.
29411         [C99-based-standards] (PRIiFAST32): Likewise.
29412         [C99-based-standards] (PRIoFAST32): Likewise.
29413         [C99-based-standards] (PRIuFAST32): Likewise.
29414         [C99-based-standards] (PRIxFAST32): Likewise.
29415         [C99-based-standards] (PRIXFAST32): Likewise.
29416         [C99-based-standards] (SCNdFAST32): Likewise.
29417         [C99-based-standards] (SCNiFAST32): Likewise.
29418         [C99-based-standards] (SCNoFAST32): Likewise.
29419         [C99-based-standards] (SCNuFAST32): Likewise.
29420         [C99-based-standards] (SCNxFAST32): Likewise.
29421         [C99-based-standards] (PRId64): Likewise.
29422         [C99-based-standards] (PRIi64): Likewise.
29423         [C99-based-standards] (PRIo64): Likewise.
29424         [C99-based-standards] (PRIu64): Likewise.
29425         [C99-based-standards] (PRIx64): Likewise.
29426         [C99-based-standards] (PRIX64): Likewise.
29427         [C99-based-standards] (SCNd64): Likewise.
29428         [C99-based-standards] (SCNi64): Likewise.
29429         [C99-based-standards] (SCNo64): Likewise.
29430         [C99-based-standards] (SCNu64): Likewise.
29431         [C99-based-standards] (SCNx64): Likewise.
29432         [C99-based-standards] (PRIdLEAST64): Likewise.
29433         [C99-based-standards] (PRIiLEAST64): Likewise.
29434         [C99-based-standards] (PRIoLEAST64): Likewise.
29435         [C99-based-standards] (PRIuLEAST64): Likewise.
29436         [C99-based-standards] (PRIxLEAST64): Likewise.
29437         [C99-based-standards] (PRIXLEAST64): Likewise.
29438         [C99-based-standards] (SCNdLEAST64): Likewise.
29439         [C99-based-standards] (SCNiLEAST64): Likewise.
29440         [C99-based-standards] (SCNoLEAST64): Likewise.
29441         [C99-based-standards] (SCNuLEAST64): Likewise.
29442         [C99-based-standards] (SCNxLEAST64): Likewise.
29443         [C99-based-standards] (PRIdFAST64): Likewise.
29444         [C99-based-standards] (PRIiFAST64): Likewise.
29445         [C99-based-standards] (PRIoFAST64): Likewise.
29446         [C99-based-standards] (PRIuFAST64): Likewise.
29447         [C99-based-standards] (PRIxFAST64): Likewise.
29448         [C99-based-standards] (PRIXFAST64): Likewise.
29449         [C99-based-standards] (SCNdFAST64): Likewise.
29450         [C99-based-standards] (SCNiFAST64): Likewise.
29451         [C99-based-standards] (SCNoFAST64): Likewise.
29452         [C99-based-standards] (SCNuFAST64): Likewise.
29453         [C99-based-standards] (SCNxFAST64): Likewise.
29454         [C99-based-standards] (PRIdMAX): Likewise.
29455         [C99-based-standards] (PRIiMAX): Likewise.
29456         [C99-based-standards] (PRIoMAX): Likewise.
29457         [C99-based-standards] (PRIuMAX): Likewise.
29458         [C99-based-standards] (PRIxMAX): Likewise.
29459         [C99-based-standards] (PRIXMAX): Likewise.
29460         [C99-based-standards] (SCNdMAX): Likewise.
29461         [C99-based-standards] (SCNiMAX): Likewise.
29462         [C99-based-standards] (SCNoMAX): Likewise.
29463         [C99-based-standards] (SCNuMAX): Likewise.
29464         [C99-based-standards] (SCNxMAX): Likewise.
29465         [C99-based-standards] (PRIdPTR): Likewise.
29466         [C99-based-standards] (PRIiPTR): Likewise.
29467         [C99-based-standards] (PRIoPTR): Likewise.
29468         [C99-based-standards] (PRIuPTR): Likewise.
29469         [C99-based-standards] (PRIxPTR): Likewise.
29470         [C99-based-standards] (PRIXPTR): Likewise.
29471         [C99-based-standards] (SCNdPTR): Likewise.
29472         [C99-based-standards] (SCNiPTR): Likewise.
29473         [C99-based-standards] (SCNoPTR): Likewise.
29474         [C99-based-standards] (SCNuPTR): Likewise.
29475         [C99-based-standards] (SCNxPTR): Likewise.
29476         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29477         allow.
29478         * conform/data/stdint.h-data: Update comments to clarify
29479         requirements.
29480         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29481         type.
29482         [C99-based standards] (INT8_MAX): Likewise.
29483         [C99-based standards] (INT16_MIN): Likewise.
29484         [C99-based standards] (INT16_MAX): Likewise.
29485         [C99-based standards] (INT32_MIN): Likewise.
29486         [C99-based standards] (INT32_MAX): Likewise.
29487         [C99-based standards] (INT64_MIN): Likewise.
29488         [C99-based standards] (INT64_MAX): Likewise.
29489         [C99-based standards] (UINT8_MAX): Likewise.
29490         [C99-based standards] (UINT16_MAX): Likewise.
29491         [C99-based standards] (UINT32_MAX): Likewise.
29492         [C99-based standards] (UINT64_MAX): Likewise.
29493         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29494         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29495         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29496         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29497         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29498         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29499         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29500         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29501         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29502         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29503         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29504         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29505         [C99-based standards] (INT_FAST8_MIN): Likewise.
29506         [C99-based standards] (INT_FAST8_MAX): Likewise.
29507         [C99-based standards] (INT_FAST16_MIN): Likewise.
29508         [C99-based standards] (INT_FAST16_MAX): Likewise.
29509         [C99-based standards] (INT_FAST32_MIN): Likewise.
29510         [C99-based standards] (INT_FAST32_MAX): Likewise.
29511         [C99-based standards] (INT_FAST64_MIN): Likewise.
29512         [C99-based standards] (INT_FAST64_MAX): Likewise.
29513         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29514         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29515         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29516         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29517         [C99-based standards] (INTPTR_MIN): Likewise.
29518         [C99-based standards] (INTPTR_MAX): Likewise.
29519         [C99-based standards] (UINTPTR_MAX): Likewise.
29520         [C99-based standards] (INTMAX_MIN): Likewise.
29521         [C99-based standards] (INTMAX_MAX): Likewise.
29522         [C99-based standards] (UINTMAX_MAX): Likewise.
29523         [C99-based standards] (PTRDIFF_MIN): Likewise.
29524         [C99-based standards] (PTRDIFF_MAX): Likewise.
29525         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29526         [C99-based standards] (SIZE_MAX): Likewise.
29527         [C99-based standards] (WCHAR_MAX): Likewise.
29528         [C99-based standards] (WINT_MAX): Likewise.
29529         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29530         constraint on value.
29531         [C99-based standards] (WCHAR_MIN): Likewise.
29532         [C99-based standards] (WINT_MIN): Likewise.
29533         [C99-based standards] (*_t): Allow.
29534         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29535         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29536         Include math.h-data and complex.h-data.  Remove all expectations
29537         of math.h and complex.h contents.
29538         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29539         at end of line.
29540         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29541         (struct tm): Expect tag.
29542         [C99-based-standards] (wcstof): Expect function.
29543         [C99-based-standards] (wcstold): Likewise.
29544         [C99-based-standards] (wcstoll): Likewise.
29545         [C99-based-standards] (wcstoull): Likewise.
29546         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29547         macro-int-constant.  Specify type.
29548         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29549         constraint on value.
29550         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29551         Specify type.
29552         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29553         Specify value.
29554         [ISO C standards]: Do not allow headers.
29555         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29556         wcs[abcdefghijklmnopqrstuvwxyz]*.
29557         [ISO C standards] (*_t): Do not allow.
29558         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29559         Expect function.
29560         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29561         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29562         Specify type.
29563         [ISO C standards]: Do not allow headers.
29564         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29565         is[abcdefghijklmnopqrstuvwxyz]*.
29566         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29567         to[abcdefghijklmnopqrstuvwxyz]*.
29568         [ISO C standards] (*_t): Do not allow.
29569         * conform/data/stdalign.h-data: New file.
29570         * conform/data/stdbool.h-data: Likewise.
29571         * conform/data/stdnoreturn.h-data: Likewise.
29573 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29575         [BZ #14815]
29576         * manual/filesys.texi (Directory Entries): Typo fix.
29577         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29579 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29581         * elf/elf.h (EM_AARCH64): New macro.
29582         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29583         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29584         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29585         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29586         (R_AARCH64_TLSDESC): Likewise.
29587         (NT_ARM_TLS): Likewise.
29588         (NT_ARM_HW_BREAK): Likewise.
29589         (NT_ARM_HW_WATCH): Likewise.
29591 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29593         [BZ #14811]
29594         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29595         (__ieee754_powl): Saturate nonzero exponents with absolute value
29596         below 0x1p-79 to +/- 0x1p-79.
29597         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29598         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29599         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29600         nonzero exponents with absolute value below 0x1p-32 to +/-
29601         0x1p-32.
29602         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29603         (__ieee754_powl): Saturate nonzero exponents with absolute value
29604         below 0x1p-79 to +/- 0x1p-79.
29605         * math/libm-test.inc (pow_test): Add more tests.
29607 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29609         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29610         _dl_s390_cap_flags with kernel. Increase string length.
29611         (_dl_s390_platforms): Add z196 and zEC12.
29613 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29615         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29616         Change XOPEN21K to XOPEN2K.
29618 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29620         * string/memmove.c: Use memcpy when possible.
29622 2012-11-06  Andreas Jaeger  <aj@suse.de>
29624         * po/eo.po: Update from translation team.
29626 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29628         [BZ #14793]
29629         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29630         exponent and small x and y exponents, scale x or y up.  Increase
29631         by 2 the exponent used in scaling up.
29632         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29633         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29634         * math/libm-test.inc (fma_test): Add more tests.
29635         (fma_test_towardzero): Likewise.
29636         (fma_test_downward): Likewise.
29637         (fma_test_upward): Likewise.
29639 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29641         [BZ #14805]
29642         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29643         fenv_t *.
29645         [BZ #14801]
29646         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29647         namespace for names of struct fields.
29648         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29649         fenv_t fields.
29650         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29651         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29653 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29655         [BZ #3665]
29656         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29658 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29660         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29661         PTR_DEMANGLE.
29663         [BZ #5246]
29664         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29665         PTR_DEMANGLE.
29667 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29669         [BZ #14797]
29670         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29671         definitely overflow as x * y not x * y + z.
29672         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29673         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29674         * math/libm-test.inc (fma_test): Add more tests.
29675         (fma_test_towardzero): Likewise.
29676         (fma_test_downward): Likewise.
29677         (fma_test_upward): Likewise.
29679 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29681         [BZ #157]
29683         * include/stub-tag.h: Remove file.
29684         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29685         '#include' of it.
29686         * manual/maint.texi (Porting): Don't reference it.
29687         * Makerules ($(objpfx)stubs): Likewise.
29688         * dirent/closedir.c: Don't include <stub-tag.h>.
29689         * dirent/dirfd.c: Likewise.
29690         * dirent/fdopendir.c: Likewise.
29691         * dirent/getdents.c: Likewise.
29692         * dirent/getdents64.c: Likewise.
29693         * dirent/opendir.c: Likewise.
29694         * dirent/readdir.c: Likewise.
29695         * dirent/readdir64.c: Likewise.
29696         * dirent/readdir64_r.c: Likewise.
29697         * dirent/readdir_r.c: Likewise.
29698         * dirent/rewinddir.c: Likewise.
29699         * dirent/seekdir.c: Likewise.
29700         * dirent/telldir.c: Likewise.
29701         * gmon/profil.c: Likewise.
29702         * grp/setgroups.c: Likewise.
29703         * inet/if_index.c: Likewise.
29704         * io/access.c: Likewise.
29705         * io/chdir.c: Likewise.
29706         * io/chmod.c: Likewise.
29707         * io/chown.c: Likewise.
29708         * io/close.c: Likewise.
29709         * io/dup.c: Likewise.
29710         * io/dup2.c: Likewise.
29711         * io/dup3.c: Likewise.
29712         * io/euidaccess.c: Likewise.
29713         * io/faccessat.c: Likewise.
29714         * io/fchdir.c: Likewise.
29715         * io/fchmod.c: Likewise.
29716         * io/fchmodat.c: Likewise.
29717         * io/fchown.c: Likewise.
29718         * io/fchownat.c: Likewise.
29719         * io/fcntl.c: Likewise.
29720         * io/flock.c: Likewise.
29721         * io/fstatfs.c: Likewise.
29722         * io/fstatfs64.c: Likewise.
29723         * io/fstatvfs.c: Likewise.
29724         * io/fstatvfs64.c: Likewise.
29725         * io/futimens.c: Likewise.
29726         * io/fxstat.c: Likewise.
29727         * io/fxstat64.c: Likewise.
29728         * io/fxstatat.c: Likewise.
29729         * io/fxstatat64.c: Likewise.
29730         * io/getcwd.c: Likewise.
29731         * io/isatty.c: Likewise.
29732         * io/lchmod.c: Likewise.
29733         * io/lchown.c: Likewise.
29734         * io/link.c: Likewise.
29735         * io/linkat.c: Likewise.
29736         * io/lseek.c: Likewise.
29737         * io/lseek64.c: Likewise.
29738         * io/lxstat64.c: Likewise.
29739         * io/mkdir.c: Likewise.
29740         * io/mkdirat.c: Likewise.
29741         * io/mkfifo.c: Likewise.
29742         * io/mkfifoat.c: Likewise.
29743         * io/open.c: Likewise.
29744         * io/open64.c: Likewise.
29745         * io/openat.c: Likewise.
29746         * io/openat64.c: Likewise.
29747         * io/pipe.c: Likewise.
29748         * io/pipe2.c: Likewise.
29749         * io/poll.c: Likewise.
29750         * io/posix_fadvise.c: Likewise.
29751         * io/posix_fadvise64.c: Likewise.
29752         * io/posix_fallocate.c: Likewise.
29753         * io/posix_fallocate64.c: Likewise.
29754         * io/read.c: Likewise.
29755         * io/readlink.c: Likewise.
29756         * io/readlinkat.c: Likewise.
29757         * io/rmdir.c: Likewise.
29758         * io/sendfile.c: Likewise.
29759         * io/sendfile64.c: Likewise.
29760         * io/statfs.c: Likewise.
29761         * io/statfs64.c: Likewise.
29762         * io/statvfs.c: Likewise.
29763         * io/statvfs64.c: Likewise.
29764         * io/symlink.c: Likewise.
29765         * io/symlinkat.c: Likewise.
29766         * io/ttyname.c: Likewise.
29767         * io/ttyname_r.c: Likewise.
29768         * io/umask.c: Likewise.
29769         * io/unlink.c: Likewise.
29770         * io/unlinkat.c: Likewise.
29771         * io/utime.c: Likewise.
29772         * io/utimensat.c: Likewise.
29773         * io/write.c: Likewise.
29774         * io/xmknod.c: Likewise.
29775         * io/xmknodat.c: Likewise.
29776         * io/xstat.c: Likewise.
29777         * io/xstat64.c: Likewise.
29778         * login/getpt.c: Likewise.
29779         * login/grantpt.c: Likewise.
29780         * login/unlockpt.c: Likewise.
29781         * math/e_acoshl.c: Likewise.
29782         * math/e_acosl.c: Likewise.
29783         * math/e_asinl.c: Likewise.
29784         * math/e_atan2l.c: Likewise.
29785         * math/e_atanhl.c: Likewise.
29786         * math/e_coshl.c: Likewise.
29787         * math/e_expl.c: Likewise.
29788         * math/e_fmodl.c: Likewise.
29789         * math/e_gammal_r.c: Likewise.
29790         * math/e_hypotl.c: Likewise.
29791         * math/e_j0l.c: Likewise.
29792         * math/e_j1l.c: Likewise.
29793         * math/e_jnl.c: Likewise.
29794         * math/e_lgammal_r.c: Likewise.
29795         * math/e_log10l.c: Likewise.
29796         * math/e_log2l.c: Likewise.
29797         * math/e_logl.c: Likewise.
29798         * math/e_powl.c: Likewise.
29799         * math/e_rem_pio2l.c: Likewise.
29800         * math/e_sinhl.c: Likewise.
29801         * math/e_sqrtl.c: Likewise.
29802         * math/fclrexcpt.c: Likewise.
29803         * math/fedisblxcpt.c: Likewise.
29804         * math/feenablxcpt.c: Likewise.
29805         * math/fegetenv.c: Likewise.
29806         * math/fegetexcept.c: Likewise.
29807         * math/fegetround.c: Likewise.
29808         * math/feholdexcpt.c: Likewise.
29809         * math/fesetenv.c: Likewise.
29810         * math/fesetround.c: Likewise.
29811         * math/feupdateenv.c: Likewise.
29812         * math/fgetexcptflg.c: Likewise.
29813         * math/fraiseexcpt.c: Likewise.
29814         * math/fsetexcptflg.c: Likewise.
29815         * math/ftestexcept.c: Likewise.
29816         * math/k_cosl.c: Likewise.
29817         * math/k_rem_pio2l.c: Likewise.
29818         * math/k_sinl.c: Likewise.
29819         * math/k_tanl.c: Likewise.
29820         * math/s_asinhl.c: Likewise.
29821         * math/s_atanl.c: Likewise.
29822         * math/s_cbrtl.c: Likewise.
29823         * math/s_erfl.c: Likewise.
29824         * math/s_expm1l.c: Likewise.
29825         * math/s_log1pl.c: Likewise.
29826         * math/s_tanhl.c: Likewise.
29827         * misc/acct.c: Likewise.
29828         * misc/brk.c: Likewise.
29829         * misc/chflags.c: Likewise.
29830         * misc/chroot.c: Likewise.
29831         * misc/fchflags.c: Likewise.
29832         * misc/fgetxattr.c: Likewise.
29833         * misc/flistxattr.c: Likewise.
29834         * misc/fremovexattr.c: Likewise.
29835         * misc/fsetxattr.c: Likewise.
29836         * misc/fsync.c: Likewise.
29837         * misc/ftruncate.c: Likewise.
29838         * misc/futimes.c: Likewise.
29839         * misc/futimesat.c: Likewise.
29840         * misc/getdomain.c: Likewise.
29841         * misc/getdtsz.c: Likewise.
29842         * misc/gethostid.c: Likewise.
29843         * misc/gethostname.c: Likewise.
29844         * misc/getloadavg.c: Likewise.
29845         * misc/getpagesize.c: Likewise.
29846         * misc/getsysstats.c: Likewise.
29847         * misc/getxattr.c: Likewise.
29848         * misc/gtty.c: Likewise.
29849         * misc/ioctl.c: Likewise.
29850         * misc/lgetxattr.c: Likewise.
29851         * misc/listxattr.c: Likewise.
29852         * misc/llistxattr.c: Likewise.
29853         * misc/lremovexattr.c: Likewise.
29854         * misc/lsetxattr.c: Likewise.
29855         * misc/lutimes.c: Likewise.
29856         * misc/madvise.c: Likewise.
29857         * misc/mincore.c: Likewise.
29858         * misc/mlock.c: Likewise.
29859         * misc/mlockall.c: Likewise.
29860         * misc/mmap.c: Likewise.
29861         * misc/mprotect.c: Likewise.
29862         * misc/msync.c: Likewise.
29863         * misc/munlock.c: Likewise.
29864         * misc/munlockall.c: Likewise.
29865         * misc/munmap.c: Likewise.
29866         * misc/preadv.c: Likewise.
29867         * misc/preadv64.c: Likewise.
29868         * misc/ptrace.c: Likewise.
29869         * misc/pwritev.c: Likewise.
29870         * misc/pwritev64.c: Likewise.
29871         * misc/readv.c: Likewise.
29872         * misc/reboot.c: Likewise.
29873         * misc/remap_file_pages.c: Likewise.
29874         * misc/removexattr.c: Likewise.
29875         * misc/revoke.c: Likewise.
29876         * misc/select.c: Likewise.
29877         * misc/setdomain.c: Likewise.
29878         * misc/setegid.c: Likewise.
29879         * misc/seteuid.c: Likewise.
29880         * misc/sethostid.c: Likewise.
29881         * misc/sethostname.c: Likewise.
29882         * misc/setregid.c: Likewise.
29883         * misc/setreuid.c: Likewise.
29884         * misc/setxattr.c: Likewise.
29885         * misc/sstk.c: Likewise.
29886         * misc/stty.c: Likewise.
29887         * misc/swapoff.c: Likewise.
29888         * misc/swapon.c: Likewise.
29889         * misc/sync.c: Likewise.
29890         * misc/syncfs.c: Likewise.
29891         * misc/syscall.c: Likewise.
29892         * misc/truncate.c: Likewise.
29893         * misc/ualarm.c: Likewise.
29894         * misc/usleep.c: Likewise.
29895         * misc/ustat.c: Likewise.
29896         * misc/utimes.c: Likewise.
29897         * misc/vhangup.c: Likewise.
29898         * misc/writev.c: Likewise.
29899         * posix/_exit.c: Likewise.
29900         * posix/alarm.c: Likewise.
29901         * posix/execve.c: Likewise.
29902         * posix/fexecve.c: Likewise.
29903         * posix/fork.c: Likewise.
29904         * posix/fpathconf.c: Likewise.
29905         * posix/getaddrinfo.c: Likewise.
29906         * posix/getegid.c: Likewise.
29907         * posix/geteuid.c: Likewise.
29908         * posix/getgid.c: Likewise.
29909         * posix/getgroups.c: Likewise.
29910         * posix/getlogin.c: Likewise.
29911         * posix/getlogin_r.c: Likewise.
29912         * posix/getpgid.c: Likewise.
29913         * posix/getpid.c: Likewise.
29914         * posix/getppid.c: Likewise.
29915         * posix/getresgid.c: Likewise.
29916         * posix/getresuid.c: Likewise.
29917         * posix/getsid.c: Likewise.
29918         * posix/getuid.c: Likewise.
29919         * posix/glob64.c: Likewise.
29920         * posix/nanosleep.c: Likewise.
29921         * posix/pathconf.c: Likewise.
29922         * posix/pause.c: Likewise.
29923         * posix/posix_madvise.c: Likewise.
29924         * posix/pread.c: Likewise.
29925         * posix/pread64.c: Likewise.
29926         * posix/pwrite.c: Likewise.
29927         * posix/pwrite64.c: Likewise.
29928         * posix/sched_getaffinity.c: Likewise.
29929         * posix/sched_getp.c: Likewise.
29930         * posix/sched_gets.c: Likewise.
29931         * posix/sched_primax.c: Likewise.
29932         * posix/sched_primin.c: Likewise.
29933         * posix/sched_rr_gi.c: Likewise.
29934         * posix/sched_setaffinity.c: Likewise.
29935         * posix/sched_setp.c: Likewise.
29936         * posix/sched_sets.c: Likewise.
29937         * posix/sched_yield.c: Likewise.
29938         * posix/setgid.c: Likewise.
29939         * posix/setlogin.c: Likewise.
29940         * posix/setpgid.c: Likewise.
29941         * posix/setresgid.c: Likewise.
29942         * posix/setresuid.c: Likewise.
29943         * posix/setsid.c: Likewise.
29944         * posix/setuid.c: Likewise.
29945         * posix/sleep.c: Likewise.
29946         * posix/spawni.c: Likewise.
29947         * posix/sysconf.c: Likewise.
29948         * posix/times.c: Likewise.
29949         * posix/wait.c: Likewise.
29950         * posix/wait3.c: Likewise.
29951         * posix/wait4.c: Likewise.
29952         * posix/waitpid.c: Likewise.
29953         * resolv/gai_sigqueue.c: Likewise.
29954         * resource/getpriority.c: Likewise.
29955         * resource/getrlimit.c: Likewise.
29956         * resource/getrusage.c: Likewise.
29957         * resource/nice.c: Likewise.
29958         * resource/setpriority.c: Likewise.
29959         * resource/setrlimit.c: Likewise.
29960         * resource/ulimit.c: Likewise.
29961         * rt/aio_cancel.c: Likewise.
29962         * rt/aio_fsync.c: Likewise.
29963         * rt/aio_read.c: Likewise.
29964         * rt/aio_sigqueue.c: Likewise.
29965         * rt/aio_suspend.c: Likewise.
29966         * rt/aio_write.c: Likewise.
29967         * rt/clock_getres.c: Likewise.
29968         * rt/clock_gettime.c: Likewise.
29969         * rt/clock_nanosleep.c: Likewise.
29970         * rt/clock_settime.c: Likewise.
29971         * rt/lio_listio.c: Likewise.
29972         * rt/mq_close.c: Likewise.
29973         * rt/mq_getattr.c: Likewise.
29974         * rt/mq_notify.c: Likewise.
29975         * rt/mq_open.c: Likewise.
29976         * rt/mq_receive.c: Likewise.
29977         * rt/mq_send.c: Likewise.
29978         * rt/mq_setattr.c: Likewise.
29979         * rt/mq_timedreceive.c: Likewise.
29980         * rt/mq_timedsend.c: Likewise.
29981         * rt/mq_unlink.c: Likewise.
29982         * rt/shm_open.c: Likewise.
29983         * rt/shm_unlink.c: Likewise.
29984         * rt/timer_create.c: Likewise.
29985         * rt/timer_delete.c: Likewise.
29986         * rt/timer_getoverr.c: Likewise.
29987         * rt/timer_gettime.c: Likewise.
29988         * rt/timer_settime.c: Likewise.
29989         * setjmp/__longjmp.c: Likewise.
29990         * setjmp/setjmp.c: Likewise.
29991         * signal/kill.c: Likewise.
29992         * signal/killpg.c: Likewise.
29993         * signal/raise.c: Likewise.
29994         * signal/sigaction.c: Likewise.
29995         * signal/sigaltstack.c: Likewise.
29996         * signal/sigblock.c: Likewise.
29997         * signal/sigignore.c: Likewise.
29998         * signal/sigintr.c: Likewise.
29999         * signal/signal.c: Likewise.
30000         * signal/sigpause.c: Likewise.
30001         * signal/sigpending.c: Likewise.
30002         * signal/sigqueue.c: Likewise.
30003         * signal/sigreturn.c: Likewise.
30004         * signal/sigset.c: Likewise.
30005         * signal/sigsetmask.c: Likewise.
30006         * signal/sigstack.c: Likewise.
30007         * signal/sigsuspend.c: Likewise.
30008         * signal/sigtimedwait.c: Likewise.
30009         * signal/sigvec.c: Likewise.
30010         * signal/sigwait.c: Likewise.
30011         * signal/sigwaitinfo.c: Likewise.
30012         * signal/sysv_signal.c: Likewise.
30013         * socket/accept.c: Likewise.
30014         * socket/accept4.c: Likewise.
30015         * socket/bind.c: Likewise.
30016         * socket/connect.c: Likewise.
30017         * socket/getpeername.c: Likewise.
30018         * socket/getsockname.c: Likewise.
30019         * socket/getsockopt.c: Likewise.
30020         * socket/isfdtype.c: Likewise.
30021         * socket/listen.c: Likewise.
30022         * socket/recv.c: Likewise.
30023         * socket/recvfrom.c: Likewise.
30024         * socket/recvmsg.c: Likewise.
30025         * socket/send.c: Likewise.
30026         * socket/sendmsg.c: Likewise.
30027         * socket/sendto.c: Likewise.
30028         * socket/setsockopt.c: Likewise.
30029         * socket/shutdown.c: Likewise.
30030         * socket/sockatmark.c: Likewise.
30031         * socket/socket.c: Likewise.
30032         * socket/socketpair.c: Likewise.
30033         * stdio-common/ctermid.c: Likewise.
30034         * stdio-common/cuserid.c: Likewise.
30035         * stdio-common/remove.c: Likewise.
30036         * stdio-common/rename.c: Likewise.
30037         * stdio-common/renameat.c: Likewise.
30038         * stdio-common/tempname.c: Likewise.
30039         * stdlib/getcontext.c: Likewise.
30040         * stdlib/makecontext.c: Likewise.
30041         * stdlib/setcontext.c: Likewise.
30042         * stdlib/swapcontext.c: Likewise.
30043         * stdlib/system.c: Likewise.
30044         * streams/fattach.c: Likewise.
30045         * streams/fdetach.c: Likewise.
30046         * streams/getmsg.c: Likewise.
30047         * streams/getpmsg.c: Likewise.
30048         * streams/putmsg.c: Likewise.
30049         * streams/putpmsg.c: Likewise.
30050         * sysdeps/unix/bsd/getpt.c: Likewise.
30051         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
30052         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
30053         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
30054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
30055         Likewise.
30056         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
30057         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
30058         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
30059         * sysvipc/msgctl.c: Likewise.
30060         * sysvipc/msgget.c: Likewise.
30061         * sysvipc/msgrcv.c: Likewise.
30062         * sysvipc/msgsnd.c: Likewise.
30063         * sysvipc/semctl.c: Likewise.
30064         * sysvipc/semget.c: Likewise.
30065         * sysvipc/semop.c: Likewise.
30066         * sysvipc/semtimedop.c: Likewise.
30067         * sysvipc/shmat.c: Likewise.
30068         * sysvipc/shmctl.c: Likewise.
30069         * sysvipc/shmdt.c: Likewise.
30070         * sysvipc/shmget.c: Likewise.
30071         * termios/tcdrain.c: Likewise.
30072         * termios/tcflow.c: Likewise.
30073         * termios/tcflush.c: Likewise.
30074         * termios/tcgetattr.c: Likewise.
30075         * termios/tcgetpgrp.c: Likewise.
30076         * termios/tcsendbrk.c: Likewise.
30077         * termios/tcsetattr.c: Likewise.
30078         * termios/tcsetpgrp.c: Likewise.
30079         * time/adjtime.c: Likewise.
30080         * time/clock.c: Likewise.
30081         * time/getitimer.c: Likewise.
30082         * time/gettimeofday.c: Likewise.
30083         * time/setitimer.c: Likewise.
30084         * time/settimeofday.c: Likewise.
30085         * time/stime.c: Likewise.
30086         * time/time.c: Likewise.
30088 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
30090         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
30091         /usr/old/bin.
30093         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
30094         instead of spaces.
30095         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
30097 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
30099         [BZ #14796]
30100         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
30101         FE_TONEAREST before applying Dekker multiplication and Knuth
30102         addition.  Clear inexact exceptions and check for exact zero
30103         results afterwards.
30104         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30105         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30106         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30107         * math/libm-test.inc (fma_test): Add more tests.
30108         (fma_test_towardzero): Likewise.
30109         (fma_test_downward): Likewise.
30110         (fma_test_upward): Likewise.
30111         * sysdeps/generic/math_private.h (default_libc_fesetround): New
30112         function.
30113         (libc_fesetround): New macro.
30114         (libc_fesetroundf): Likewise.
30115         (libc_fesetroundl): Likewise.
30116         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
30117         function.
30118         (libc_fesetround_387): Likewise.
30119         (libc_fesetroundf): New macro.
30120         (libc_fesetround): Likewise.
30121         (libc_fesetroundl): Likewise.
30122         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
30123         function.
30124         (libc_fesetroundf): New macro.
30125         (libc_fesetround): Likewise.
30126         (libc_fesetroundl): Likewise.
30127         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
30128         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
30129         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
30130         libm_hidden_ver.
30131         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
30132         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
30133         libm_hidden_def.
30134         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
30135         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
30136         libm_hidden_ver.
30137         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
30138         libm_hidden_def.
30140         [BZ #3439]
30141         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
30142         integer constant usable in #if and use that to give value to enum
30143         constant.
30144         (FE_DIVBYZERO): Likewise.
30145         (FE_UNDERFLOW): Likewise.
30146         (FE_OVERFLOW): Likewise.
30147         (FE_INVALID): Likewise.
30148         (FE_INVALID_SNAN): Likewise.
30149         (FE_INVALID_ISI): Likewise.
30150         (FE_INVALID_IDI): Likewise.
30151         (FE_INVALID_ZDZ): Likewise.
30152         (FE_INVALID_IMZ): Likewise.
30153         (FE_INVALID_COMPARE): Likewise.
30154         (FE_INVALID_SOFTWARE): Likewise.
30155         (FE_INVALID_SQRT): Likewise.
30156         (FE_INVALID_INTEGER_CONVERSION): Likewise.
30157         (FE_TONEAREST): Likewise.
30158         (FE_TOWARDZERO): Likewise.
30159         (FE_UPWARD): Likewise.
30160         (FE_DOWNWARD): Likewise.
30161         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
30162         (FE_DIVBYZERO): Likewise.
30163         (FE_OVERFLOW): Likewise.
30164         (FE_UNDERFLOW): Likewise.
30165         (FE_INEXACT): Likewise.
30166         (FE_TONEAREST): Likewise.
30167         (FE_DOWNWARD): Likewise.
30168         (FE_UPWARD): Likewise.
30169         (FE_TOWARDZERO): Likewise.
30170         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
30171         (FE_UNDERFLOW): Likewise.
30172         (FE_OVERFLOW): Likewise.
30173         (FE_DIVBYZERO): Likewise.
30174         (FE_INVALID): Likewise.
30175         (FE_TONEAREST): Likewise.
30176         (FE_TOWARDZERO): Likewise.
30177         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
30178         (FE_OVERFLOW): Likewise.
30179         (FE_UNDERFLOW): Likewise.
30180         (FE_DIVBYZERO): Likewise.
30181         (FE_INEXACT): Likewise.
30182         (FE_TONEAREST): Likewise.
30183         (FE_TOWARDZERO): Likewise.
30184         (FE_UPWARD): Likewise.
30185         (FE_DOWNWARD): Likewise.
30186         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
30187         (FE_DIVBYZERO): Likewise.
30188         (FE_OVERFLOW): Likewise.
30189         (FE_UNDERFLOW): Likewise.
30190         (FE_INEXACT): Likewise.
30191         (FE_TONEAREST): Likewise.
30192         (FE_DOWNWARD): Likewise.
30193         (FE_UPWARD): Likewise.
30194         (FE_TOWARDZERO): Likewise.
30196 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
30198         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
30200 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
30202         * scripts/cross-test-ssh.sh (command): Use newlines to separate
30203         commands.  Quote $PWD.
30204         (blacklist_exports): Don't use remove_newlines.  Replace "declare
30205         -x" by "export".
30206         (remove_newlines): Remove.
30208 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
30210         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
30211         * stdlib/stdlib.h (atof): Moved to ...
30212         * include/bits/stdlib-float.h: Here.  New file.
30213         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30214         * stdlib/bits/stdlib-float.h: New file.
30215         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30216         -mno-sse -mno-mmx.
30217         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30218         <xmmintrin.h>.
30220 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30222         * conform/conformtest.pl (@headers): Add fenv.h.
30223         * conform/data/fenv.h-data: New file.
30224         * include/fenv.h [_ISOMAC]: Disable all contents of file except
30225         include of <math/fenv.h>.
30227         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30228         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30229         && !UNIX98].  Enables tests for XOPEN2K8.
30230         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30231         POSIX2008]: Likewise.
30233         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30234         (struct rusage): Do not expect type or its members.
30236         [BZ #3439]
30237         * math/math.h (FP_NAN): Define macro to integer constant usable in
30238         #if and use that to give value to enum constant.
30239         (FP_INFINITE): Likewise.
30240         (FP_ZERO): Likewise.
30241         (FP_SUBNORMAL): Likewise.
30242         (FP_NORMAL): Likewise.
30244 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
30246         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30247         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30248         arguments.
30250 2012-11-02  Roland McGrath  <roland@hack.frob.com>
30252         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30253         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30254         autoconf-time if not.
30255         * configure.in: Remove AC_PREREQ.
30257 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30259         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30260         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30261         of the internal implementation.
30263 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30265         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30266         except include of <misc/sys/syslog.h>.
30268 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30271         function returns with a NULL context exit with zero.
30273 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30275         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30277 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
30279         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30280         (run_program_cmd): This.
30281         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30282         (tst_langinfo): New variable.  Use it.
30284 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
30286         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30287         floating point opcodes.
30289 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30291         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30292         variable.
30294         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30296         * sysdeps/mach/hurd/powerpc: Remove directory.
30297         * sysdeps/mach/powerpc: Likewise.
30299 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30301         * scripts/check-local-headers.sh: Ignore c++ headers.
30303 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30305         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30306         __libc_cleanup_region_start argument.
30308 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30310         [BZ #14784]
30311         [BZ #14785]
30312         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30313         x * y using scaling, not as x * y + z.
30314         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30315         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30316         * math/libm-test.inc (fma_test): Add more tests.
30317         (fma_test_towardzero): Likewise.
30318         (fma_test_downward): Likewise.
30319         (fma_test_upward): Likewise.
30321 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30323         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30325 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30327         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30328         New variable.
30330 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30332         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30334 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30337         Fix sort order.
30338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30339         Likewise.
30341 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30344         Fix the order of the list for glibc 2.17.
30345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30346         Likewise.
30348 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30350         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30352 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30354         [BZ #14610]
30355         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30356         for low part of x being zero before using __atanl (y).
30357         * math/libm-test.inc (atan2_test): Add another test.
30359         * manual/install.texi (Configuring and compiling): Document
30360         general use of test-wrapper and test-wrapper-env.
30361         * INSTALL: Regenerated.
30363         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30364         (__fma): Do not extract and scale down low bits on after-rounding
30365         systems when result rounded to normal precision would have normal
30366         exponent.
30367         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30368         (__fmal): Do not extract and scale down low bits on after-rounding
30369         systems when result rounded to normal precision would have normal
30370         exponent.
30371         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30372         (__fmal): Do not extract and scale down low bits on after-rounding
30373         systems when result rounded to normal precision would have normal
30374         exponent.
30375         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30376         macro.
30377         (fma_test): Add more tests.
30378         (fma_test_towardzero): Likewise.
30379         (fma_test_downward): Likewise.
30380         (fma_test_upward): Likewise.
30382 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30384         * sysdeps/i386/tininess.h: Renamed to ...
30385         * sysdeps/x86/tininess.h: This.
30386         * sysdeps/x86_64/tininess.h: Removed.
30388 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30390         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30391         input.  Use $(build-program-cmd).
30392         ($(objpfx)tst-array1-static.out): Likewise.
30393         ($(objpfx)tst-array2.out): Likewise.
30394         ($(objpfx)tst-array3.out): Likewise.
30395         ($(objpfx)tst-array4.out): Likewise.
30396         ($(objpfx)tst-array5.out): Likewise.
30397         ($(objpfx)tst-array5-static.out): Likewise.
30399 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30401         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30402         if defined.
30404         * nss/nsswitch.h (nss_interface_function): Provide new
30405         macro for use with NSS functions.
30406         * grp/initgroups.c: Use new macro.
30407         * nss/getXXbyYY.c: Likewise.
30408         * nss/getXXbyYY_r.c: Likewise.
30409         * nss/getXXent.c: Likewise.
30410         * nss/getXXent_r.c: Likewise.
30411         * sysdeps/posix/getaddrinfo.c: Likewise.
30413 2012-10-30  Andreas Jaeger  <aj@suse.de>
30415         * po/ru.po: Update Russion translation from translation project.
30417 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30419         [BZ #14152]
30420         [BZ #14783]
30421         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30422         result and shift together with sticky bit instead of replicating
30423         round-to-nearest rounding.
30424         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30425         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30426         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30427         missing underflow exceptions.
30428         (fma_test_towardzero): Add more tests.
30429         (fma_test_downward): Likewise.
30430         (fma_test_upward): Likewise.
30432         [BZ #14047]
30433         * sysdeps/generic/tininess.h: New file.
30434         * sysdeps/i386/tininess.h: Likewise.
30435         * sysdeps/sh/tininess.h: Likewise.
30436         * sysdeps/x86_64/tininess.h: Likewise.
30437         * stdlib/tst-strtod-underflow.c: Likewise.
30438         * stdlib/tst-tininess.c: Likewise.
30439         * stdlib/strtod_l.c: Include <tininess.h>.
30440         (round_and_return): Do not set errno for exact underflow cases.
30441         Force an underflow exception when setting errno for underflow.
30442         Determine underflow based on rounding to normal precision if
30443         TININESS_AFTER_ROUNDING.
30444         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30445         ERANGE for exact underflow cases.
30446         * stdlib/Makefile (tests): Add tst-tininess and
30447         tst-strtod-underflow.
30448         ($(objpfx)tst-tininess): Use $(link-libm).
30449         ($(objpfx)tst-strtod-underflow): Likewise.
30451 2012-10-30  Andreas Jaeger  <aj@suse.de>
30453         [BZ#14767]
30454         * elf/Makefile (tests): Remove conditional for have-initfini-array
30455         since this is now always required and the variable does not exist
30456         anymore.
30457         (tests-static): Likewise.
30458         (modules-names): Likewise.
30460         * po/eo.po: Add Esperanto translation from translation project.
30462         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30463         merged with constructor/destructor.
30464         (init_array): Likewise.
30465         * elf/tst-array2dep.c (fini_array): Likewise.
30466         (init_array): Likewise.
30468 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30470         * manual/message.texi: Delete @cartouche tags.
30472 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30474         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30475         EOPNOTSUPP.
30476         * sysdeps/mach/hurd/fsync.c: Likewise.
30478         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30479         [_POSIX_REALTIME_SIGNALS]: Change condition to
30480         [_POSIX_REALTIME_SIGNALS > 0].
30482 2012-10-27  Andreas Jaeger  <aj@suse.de>
30484         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30485         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30486         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30487         [__WORDSIZE != 64]: Likewise.
30489 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30491         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30492         *  iconvdata/tst-tables.sh: Likewise.
30494 2012-10-25  David S. Miller  <davem@davemloft.net>
30496         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30497         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30498         of strtoull.
30500         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30501         ifunc-impl-list.c
30502         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30503         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30504         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30505         file.
30507 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30509         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30510         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30511         __getdirentries.
30513 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30514             Jim Blandy  <jimb@codesourcery.com>
30516         * scripts/cross-test-ssh.sh: New file.
30517         * manual/install.texi (Configuring and compiling): Document use of
30518         cross-test-ssh.sh.
30519         * INSTALL: Regenerated.
30521 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30523         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30524         EOPNOTSUPP.
30526 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30528         * Makeconfig (run-program-prefix): Fix comment.
30530 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30531             Jim Blandy  <jimb@codesourcery.com>
30533         * Makeconfig (test-wrapper): New variable,
30534         (test-wrapper-env): Likewise.
30535         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30536         (run-built-tests): Define to yes.
30537         (run-program-prefix): Use $(test-wrapper).
30538         (built-program-cmd): Likewise.
30539         * Rules (make-test-out): Use $(test-wrapper-env) and
30540         $(host-built-program-cmd).
30541         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30542         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30543         tst-pathopt.sh.
30544         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30545         $(test-wrapper-env) to tst-rtld-load-self.sh.
30546         ($(objpfx)order2.out): Use $(test-wrapper).
30547         ($(objpfx)tst-initorder.out): Likewise.
30548         ($(objpfx)tst-initorder2.out): Likewise.
30549         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30550         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30551         (test_wrapper_env): New variable.  Use it to run ld.so.
30552         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30553         Use it to run ld.so.
30554         (test_wrapper_env): Likewise.
30555         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30556         $(test-wrapper) to run-iconv-test.sh.
30557         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30558         (ICONV): Use $test_wrapper.
30559         * posix/Makefile ($(objpfx)globtest.out): Pass
30560         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30561         globtest.sh, not $(run-program-prefix).
30562         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30563         (test_wrapper): Likewise.
30564         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30565         set together with run_via_rtld_prefix.
30566         (run_program_prefix): Define in terms of test_wrapper and
30567         run_via_rtld_prefix.
30569 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30571         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30572         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30573         Targets removed.
30575         [BZ #14743]
30576         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30577         Declare __clock_getres, __clock_gettime, __clock_settime,
30578         __clock_nanosleep, and __clock_getcpuclockid.
30579         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30580         Remove librt_hidden_def (clock_gettime).
30581         * sysdeps/unix/clock_gettime.c: Likewise.
30582         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30583         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30584         * rt/clock_getres.c: Define __clock_getres as an alias.
30585         * sysdeps/posix/clock_getres.c: Likewise.
30586         * rt/clock_settime.c: Define __clock_settime as an alias.
30587         * sysdeps/unix/clock_settime.c: Likewise.
30588         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30589         * sysdeps/unix/clock_nanosleep.c: Likewise.
30590         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30591         * rt/clock-compat.c: New file.
30592         * rt/Makefile (librt-routines): Add clock-compat and move
30593         $(clock-routines) to ...
30594         (routines): ... here, new variable.
30595         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30596         Don't add get_clockfreq here.
30597         * rt/Versions (libc: GLIBC_2.17): New version set.
30598         Add clock_* symbols here.
30599         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30600         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30601         (GLIBC_2.17): Add clock_* symbols.
30602         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30603         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30604         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30606         Likewise.
30607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30608         Likewise.
30609         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30610         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30611         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30612         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30613         * NEWS: Mention the move.
30615         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30616         Use __open, __read, __close rather than their public counterparts.
30617         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30618         (__get_clockfreq_via_cpuinfo): Likewise.
30619         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30620         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30622         * config.h.in (HAVE_IFUNC): New #undef.
30623         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30624         was successful.
30625         * configure: Regenerated.
30627 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30629         * configure.in: Move READELF check to start of file.
30630         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30631         libc_cv_asm_gnu_indirect_function in the process.
30632         * configure: Regenerated.
30634 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30636         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30637         send the output to /dev/null.
30638         (libc_cv_cc_with_libunwind): Likewise.
30639         (libc_cv_as_noexecstack): Likewise.
30640         * configure: Regenerate.
30642 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30644         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30646         * posix/globtest.sh (TMPDIR): Do not set.
30647         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30648         (testout): Likewise.
30650 2012-10-24  Andreas Jaeger  <aj@suse.de>
30652         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30653         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30654         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30655         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30656         posix_fadvise64, posix_fallocate64.
30658         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30659         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30660         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30661         Likewise.
30662         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30663         Likewise.
30664         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30666         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30667         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30668         <bits/fcntl-linux.h>.
30669         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30671         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30672         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30673         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30674         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30675         [__WORDSIZE != 64]: Likewise.
30677 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30679         * Makeconfig (run-built-tests): New variable.
30680         * Rules [$(cross-compiling) = yes]: Change condition to
30681         [$(run-built-tests) = no].
30682         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30683         to [$(run-built-tests) = yes].
30684         * elf/Makefile [$(cross-compiling) = no]: Likewise
30685         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30686         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30687         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30688         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30689         * io/Makefile [$(cross-compiling) = no]: Likewise.
30690         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30691         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30692         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30693         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30694         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30695         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30696         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30697         * string/Makefile [$(cross-compiling) = no]: Likewise.
30699         * posix/Makefile ($(objpfx)globtest.out): Pass
30700         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30701         $(rtld-installed-name).
30702         * posix/globtest.sh (elf_objpfx): Remove variable.
30703         (rtld_installed_name): Likewise.
30704         (library_path): Likewise.
30705         (run_program_prefix): New variable.  Use for running globtest
30706         binary.
30708 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30709             Joseph Myers  <joseph@codesourcery.com>
30711         * Makeconfig (host-built-program-cmd): New variable.
30712         * elf/Makefile (tst-stackguard1-ARGS): Use
30713         $(host-built-program-cmd).
30714         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30715         (tst-spawn-ARGS): Likewise.
30716         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30718 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30719             Jim Blandy  <jimb@codesourcery.com>
30721         * Makeconfig (run-via-rtld-prefix): New variable.
30722         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30723         (built-program-cmd): Likewise.
30725 2012-10-22  Andreas Jaeger  <aj@suse.de>
30727         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30728         __O_RSYNC if it exists, otherwise to O_SYNC.
30730 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30731             Joseph Myers  <joseph@codesourcery.com>
30733         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30734         /dev/null.
30735         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30736         from /dev/null
30737         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30738         /dev/null.
30740 2012-10-22  Andreas Jaeger  <aj@suse.de>
30742         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30743         Define always.
30744         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30746         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30747         bits/fcntl-linux.h.
30749         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30750         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30752         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30753         to __O_LARGEFILE.
30754         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30755         to __O_LARGEFILE.
30757 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30758             Joseph Myers  <joseph@codesourcery.com>
30760         * config.make.in (NM): New variable.
30762 2012-10-21  Andreas Jaeger  <aj@suse.de>
30764         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30765         definitions and declarations that are provided by
30766         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30768 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30770         [BZ #14683]
30771         * elf/Makefile (tests-static): Add tst-leaks1-static.
30772         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30773         ($(objpfx)tst-leaks1-static): New rule.
30774         ($(objpfx)tst-leaks1-static-mem): Likewise.
30775         (tst-leaks1-static-ENV): New macro.
30776         * elf/dl-open.c (dl_open_worker): Check the main application
30777         only if SHARED is defined.
30778         * elf/tst-leaks1-static.c: New file.
30780 2012-10-20  Andreas Jaeger  <aj@suse.de>
30782         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30783         generic values for Linux.
30784         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30785         and declarations that are provided by <bits/fcntl-linux.h> and
30786         include <bits/fcntl-linux.h>.
30787         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30788         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30790 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30792         * io/fcntl.h: Move include of <bits/types.h> to the top and
30793         include it unconditionally.
30795 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30797         * wcsmbs/Makefile (tests-ifunc): New variable.
30798         (tests): Add $(tests-ifunc).
30799         * wcsmbs/test-wcschr-ifunc.c: New file.
30800         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30801         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30802         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30803         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30804         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30806         * string/Makefile (tests-ifunc): New variable.
30807         (tests): Add $(tests-ifunc).
30808         * string/test-memccpy.c (TEST_NAME): New macro.
30809         * string/test-memchr.c (TEST_NAME): Likewise.
30810         * string/test-memcmp.c (TEST_NAME): Likewise.
30811         * string/test-memcpy.c (TEST_NAME): Likewise.
30812         * string/test-memmem.c (TEST_NAME): Likewise.
30813         * string/test-memmove.c (TEST_NAME): Likewise.
30814         * string/test-memset.c (TEST_NAME): Likewise.
30815         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30816         * string/test-stpcpy.c (TEST_NAME): Likewise.
30817         * string/test-stpncpy.c (TEST_NAME): Likewise.
30818         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30819         * string/test-strcasestr.c (TEST_NAME): Likewise.
30820         * string/test-strcat.c (TEST_NAME): Likewise.
30821         * string/test-strchr.c (TEST_NAME): Likewise.
30822         * string/test-strcmp.c(TEST_NAME): Likewise.
30823         * string/test-strcpy.c (TEST_NAME): Likewise.
30824         * string/test-strcspn.c (TEST_NAME): Likewise.
30825         * string/test-strlen.c (TEST_NAME): Likewise.
30826         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30827         * string/test-strncmp.c (TEST_NAME): Likewise.
30828         * string/test-strncpy.c (TEST_NAME): Likewise.
30829         * string/test-strnlen.c (TEST_NAME): Likewise.
30830         * string/test-strpbrk.c (TEST_NAME): Likewise.
30831         * string/test-strrchr.c (TEST_NAME): Likewise.
30832         * string/test-strspn.c (TEST_NAME): Likewise.
30833         * string/test-strstr.c (TEST_NAME): Likewise.
30834         * string/test-bcopy-ifunc.c: New file.
30835         * string/test-bzero-ifunc.c: Likewise.
30836         * string/test-memccpy-ifunc.c: Likewise.
30837         * string/test-memchr-ifunc.c: Likewise.
30838         * string/test-memcmp-ifunc.c: Likewise.
30839         * string/test-memcpy-ifunc.c: Likewise.
30840         * string/test-memmem-ifunc.c: Likewise.
30841         * string/test-memmove-ifunc.c: Likewise.
30842         * string/test-mempcpy-ifunc.c: Likewise.
30843         * string/test-memset-ifunc.c: Likewise.
30844         * string/test-rawmemchr-ifunc.c: Likewise.
30845         * string/test-stpcpy-ifunc.c: Likewise.
30846         * string/test-stpncpy-ifunc.c: Likewise.
30847         * string/test-strcasecmp-ifunc.c: Likewise.
30848         * string/test-strcasestr-ifunc.c: Likewise.
30849         * string/test-strcat-ifunc.c: Likewise.
30850         * string/test-strchr-ifunc.c: Likewise.
30851         * string/test-strchrnul-ifunc.c: Likewise.
30852         * string/test-strcmp-ifunc.c: Likewise.
30853         * string/test-strcpy-ifunc.c: Likewise.
30854         * string/test-strcspn-ifunc.c: Likewise.
30855         * string/test-strlen-ifunc.c: Likewise.
30856         * string/test-strncasecmp-ifunc.c: Likewise.
30857         * string/test-strncat-ifunc.c: Likewise.
30858         * string/test-strncmp-ifunc.c: Likewise.
30859         * string/test-strncpy-ifunc.c: Likewise.
30860         * string/test-strnlen-ifunc.c: Likewise.
30861         * string/test-strpbrk-ifunc.c: Likewise.
30862         * string/test-strrchr-ifunc.c: Likewise.
30863         * string/test-strspn-ifunc.c: Likewise.
30864         * string/test-strstr-ifunc.c: Likewise.
30866         * debug/Makefile (tests-ifunc): New variable.
30867         (tests): Add $(tests-ifunc).
30868         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30869         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30870         * debug/test-stpcpy_chk-ifunc.c: New file.
30871         * debug/test-strcpy_chk-ifunc.c: Likewise.
30873 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30875         [BZ #13601]
30876         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30877         header is not read in.
30879 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30881         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30882         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30883         directly.  Pass built executable to script as
30884         $(built-program-cmd).
30885         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30886         $testprogram without using LD_LIBRARY_PATH and $ldso.
30888         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30889         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30890         $(rtld-installed-name).
30891         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30892         (rtld_installed_name): Likewise.
30893         (library_path): Likewise.
30894         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30895         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30896         $(run-program-prefix) to tst-tables.sh.
30897         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30898         it to run tst-table-from and tst-table-to.
30899         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30900         Pass it to tst-table.sh.
30901         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30902         $(run-program-prefix) to tst-gettext.sh.
30903         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30904         tst-translit.sh.
30905         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30906         tst-gettext2.sh.
30907         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30908         to run tst-gettext.
30909         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30910         to run tst-gettext2.
30911         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30912         to run tst-translit.
30913         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30914         $(run-program-prefix) to tst-mtrace.sh.
30915         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30916         to run tst-mtrace.
30917         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30918         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30919         $(rtld-installed-name).
30920         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30921         (rtld_installed_name): Likewise.
30922         (run_program_prefix): New variable.  Use it to run wordexp-test.
30924         * Makeconfig (ARCH): Remove all definitions.
30925         (machine): Likewise.
30926         [ARCH]: Remove conditional code.
30927         [!objdir]: Give error.
30928         [!objdir] (objpfx): Remove.
30929         [!objdir] (common-objpfx): Likewise.
30930         [!objdir] (common-objdir): Likewise.
30931         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30932         AC_CONFIG_FILES call.
30933         * configure: Regenerated.
30935         [BZ #13888]
30936         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30937         or TMPDIR.
30938         (testout): Likewise.
30940         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30941         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30942         $(rtld-installed-name).
30943         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30944         (rtld_installed_name): Likwise.
30945         (runit): Remove function.
30946         (run_getconf): New variable,  Use it for running getconf binary.
30948 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30950         [BZ #14716]
30951         * string/test-memmem.c (check_result): New function.
30952         (do_one_test): Use it.
30953         (check1): New function.
30954         (test_main): Use it.
30956 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30958         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30960 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30962         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30963         (_G_LSEEK64): Likewise.
30964         (_G_MMAP64): Likewise.
30965         (_G_FSTAT64): Likewise.
30966         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30967         (_G_LSEEK64): Likewise.
30968         (_G_MMAP64): Likewise.
30969         (_G_FSTAT64): Likewise.
30970         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30971         unconditional.  Call __mmap64 directly.
30972         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30973         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30974         __lseek64 directly.
30975         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30976         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30977         __mmap64 directly.
30978         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30979         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30980         __lseek64 directly.
30981         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30982         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30983         __lseek64 directly.
30984         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30985         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30986         __lseek64 directly.
30987         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30988         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30989         __fxstat64 directly.
30990         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30991         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30992         unconditional.
30993         (freopen64) [!_G_OPEN64]: Remove conditional code.
30994         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30995         unconditional.
30996         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30997         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30998         unconditional.
30999         (ftello64) [!_G_LSEEK64]: Remove conditional code.
31000         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
31001         unconditional.
31002         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31003         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
31004         unconditional.
31005         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
31006         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
31007         unconditional.
31008         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31009         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
31010         unconditional.
31011         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31012         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
31013         unconditional.
31014         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31016 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31018         [BZ #12140]
31019         * manual/memory.texi (Malloc Tunable Parameters): Add note
31020         about free list pointers overwriting some perturb bytes.
31021         Wording suggested by Roland McGrath.
31023 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
31025         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
31026         (lgamma_test): Likewise.
31027         (tgamma_test): Likewise.
31029 2012-10-16  Florian Weimer  <fweimer@redhat.com>
31031         [BZ #14700]
31032         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
31033         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
31035 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
31037         * NEWS: Mention BZ #14716.
31038         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
31039         when removing AVAILABLE1_USES_J macro.
31041 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
31043         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
31044         (__bswap_64): __uint64_t for unsigned 64-bit int.
31046 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
31048         * include/string.h (memmem): Declare libc hidden alias.
31049         * string/memmem.c (memmem): Define libc hidden alias.
31050         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
31051         __read, __close instead of open, read, close.
31053 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
31055         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
31056         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
31057         global and hidden.
31058         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
31059         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
31060         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
31061         Likewise.
31062         (__rawmemchr_sse2): Likewise.
31063         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
31064         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
31065         (__strchr_sse2): Likewise.
31066         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
31067         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
31068         (__strcasecmp_sse2): Likewise.
31069         (__strncasecmp_sse2): Likewise.
31070         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
31071         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
31072         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
31073         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
31074         (__strrchr_sse2): Likewise.
31075         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
31076         ifunc-impl-list.c.
31077         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
31078         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
31079         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
31080         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
31081         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
31082         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
31083         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31084         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31085         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
31086         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
31087         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
31088         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
31089         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
31090         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
31091         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
31092         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
31093         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
31094         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
31095         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
31096         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
31097         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
31098         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
31099         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
31100         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31101         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
31102         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31103         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
31104         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31105         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
31106         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
31108         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
31109         global and hidden.
31110         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
31111         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
31112         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
31113         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
31114         Likewise.
31115         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
31116         Likewise.
31117         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
31118         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
31119         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
31120         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
31121         ifunc-impl-list.c.
31122         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
31123         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
31124         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
31125         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
31126         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
31127         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
31128         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
31129         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
31130         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
31131         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
31132         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
31133         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
31134         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
31135         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
31136         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
31137         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31138         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
31139         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
31140         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
31141         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
31142         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
31143         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
31144         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
31145         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
31146         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31147         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
31148         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
31149         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
31150         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
31151         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
31152         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
31153         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
31154         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
31155         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
31156         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
31157         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31158         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31159         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31160         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31161         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31162         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
31164         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
31165         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
31166         * include/ifunc-impl-list.h: New file.
31167         * misc/ifunc-impl-list.c: Likewise.
31168         * misc/Makefile (routines): Add ifunc-impl-list.
31169         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
31170         * string/test-string.h: Include <ifunc-impl-list.h>.
31171         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
31172         TEST_NAME]: New variables.
31173         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
31174         are defined.
31175         (test_init): Call __libc_ifunc_impl_list to initialize
31176         func_list if TEST_IFUNC and TEST_NAME are defined.
31178         * string/Makefile (strop-tests): Add bcopy and bzero.
31179         * string/test-bcopy.c: New file.
31180         * string/test-bzero.c: Likewise.
31181         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
31182         defined.
31183         * string/test-memset.c: Support bzero test if TEST_BZERO is
31184         defined.
31185         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
31186         __libc_memmove.
31187         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
31188         __libc_memset.
31189         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
31190         of memset.
31192 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
31194         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
31195         * configure: Regenerated.
31197         * Makeconfig (+link-static-before-libc): Don't include
31198         $(link-static-libc).
31200         * libio/libio.h (_IO_pos_t): Remove.
31202 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31204         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
31205         McGrath.
31207 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31209         * crypt/crypt-entry.c: Include fips-private.h.
31210         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
31211         * crypt/md5c-test.c (main): Tolerate disabled MD5.
31212         * sysdeps/unix/sysv/linux/fips-private.h: New file.
31213         * sysdeps/generic/fips-private.h: New file, dummy fallback.
31215 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31217         * crypt/crypt-private.h: Include stdbool.h.
31218         (_ufc_setup_salt_r): Return bool.
31219         * crypt/crypt-entry.c: Include errno.h.
31220         (__crypt_r): Return NULL with EINVAL for bad salt.
31221         * crypt/crypt_util.c (bad_for_salt): New.
31222         (_ufc_setup_salt_r): Check that salt is long enough and within
31223         the specified alphabet.
31224         * crypt/badsalttest.c: New file.
31225         * crypt/Makefile (tests): Add it.
31226         ($(objpfx)badsalttest): New.
31228 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
31230         * NEWS: Add entry for BZ #14602.
31232 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31234         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31235         type-generic.
31236         * math/libm-test.inc: Update comment listing what functions and
31237         macros are tested.
31238         (isgreater_test): New function.
31239         (isgreaterequal_test): Likewise.
31240         (isless_test): Likewise.
31241         (islessequal_test): Likewise.
31242         (islessgreater_test): Likewise.
31243         (isunordered_test): Likewise.
31244         (main): Call the new functions.
31246 2012-10-09  Roland McGrath  <roland@hack.frob.com>
31248         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31249         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31250         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31251         * sysdeps/i386/configure: Regenerated.
31252         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31253         * sysdeps/mach/configure: Regenerated.
31254         * sysdeps/mach/hurd/configure: Regenerated.
31255         * sysdeps/powerpc/configure: Regenerated.
31256         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31257         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31258         * sysdeps/s390/s390-32/configure: Regenerated.
31259         * sysdeps/s390/s390-64/configure: Regenerated.
31260         * sysdeps/sh/configure: Regenerated.
31261         * sysdeps/sparc/configure: Regenerated.
31262         * sysdeps/unix/sysv/linux/configure: Regenerated.
31263         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31264         * sysdeps/x86_64/configure: Regenerated.
31266         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31267         defined.  Don't check if MAP is NULL.
31269 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31271         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31272         (_G_stat64): Likewise.
31273         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31274         (_G_stat64): Likewise.
31275         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31276         instead of struct _G_stat64.
31277         * libio/fileops.c (mmap_remap_check): Likewise.
31278         (decide_maybe_mmap): Likewise.
31279         (_IO_new_file_seekoff): Likewise.
31280         (_IO_file_stat): Likewise.
31281         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31282         _G_off64_t.
31283         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31284         instead of struct _G_stat64.
31285         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31287 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
31289         [BZ #14602]
31290         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31291         Replace with ...
31292         (CHECK_EOL): New macro.
31293         (two_way_short_needle): Check beginning of haystack for EOL.  Use
31294         CHECK_EOL.
31295         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31296         Replace with CHECK_EOL.
31297         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31298         Replace with CHECK_EOL.
31300 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31302         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31303         type-generic.
31304         * math/libm-test.inc: Update comment listing what functions and
31305         macros are tested.
31306         (finite_test): New function.
31307         (isinf_test): Likewise.
31308         (isnan_test): Likewise.
31309         (fpclassify_test): Test subnormal input.
31310         (isfinite_test): Likewise.
31311         (isnormal_test): Likewise.
31312         (main): Call the new functions.
31314 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31316         [BZ #14660]
31317         * Makerules (%.dynsym): Force C locale when running
31318         $(OBJDUMP) --dynamic-syms.
31320 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31322         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31323         <stdint.h>.
31325 2012-10-06  David S. Miller  <davem@davemloft.net>
31327         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31328         upper 32-bits of the length value in %o2 since we use branch-on-register
31329         tests which consider the entire 64-bit register.
31331 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31333         * string/test-strstr.c (check2): Add a test for page boundary.
31335 2012-10-05  David S. Miller  <davem@davemloft.net>
31337         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31338         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31339         file.
31340         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31341         sysdep_routines.
31342         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31343         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31344         and bzero when HWCAP_SPARC_CRYPTO is present.
31346 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31348         [BZ #14602]
31349         * string/test-strstr.c (check2): New function.
31350         (test_main): Call check2.
31352         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31353         and bug-strchr1.
31354         * string/bug-strcasestr1.c (do_test): Moved to ...
31355         * string/test-strcasestr.c (check1): Here.  New function.
31356         (do_one_test): Break out result checking code into ...
31357         (check_result): This.  New function.
31358         (do_one_test): Call check_result.
31359         (test_main): Call check1.
31360         * string/bug-strchr1.c (do_test): Moved to ...
31361         * string/test-strchr.c (check1): Here.  New function.
31362         (do_one_test): Break out result checking code into ...
31363         (check_result): This.  New function.
31364         (do_one_test): Call check_result.
31365         (test_main): Call check1.
31366         * string/bug-strstr1.c (main): Moved to ...
31367         * string/test-strstr.c (check1): Here.  New function.
31368         (do_one_test): Break out result checking code into ...
31369         (check_result): This.  New function.
31370         (do_one_test): Call check_result.
31371         (test_main): Call check1.
31372         * string/bug-strcasestr1.c: Removed.
31373         * string/bug-strchr1.c: Likewise.
31374         * string/bug-strstr1.c: Likewise.
31376         * elf/Makefile (dl-routines): Add hwcaps.
31377         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31378         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31379         (_dl_important_hwcaps): Moved to ...
31380         * elf/dl-hwcaps.c: Here.  New file.
31381         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31383         [BZ #14557]
31384         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31385         if IS_IN_rtld isn't defined.
31387         * elf/dl-support.c (_dl_sysinfo_map): New.
31388         Include "get-dynamic-info.h" and "setup-vdso.h".
31389         (_dl_non_dynamic_init): Call setup_vdso.
31390         * elf/dynamic-link.h: Don't include <assert.h>.
31391         (elf_get_dynamic_info): Moved to ...
31392         * elf/get-dynamic-info.h: Here.  New file.
31393         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31394         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31395         * elf/setup-vdso.h: Here.  New file.
31396         * elf/rtld.c: Include "setup-vdso.h".
31397         (dl_main): Call setup_vdso.
31399 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31401         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31402         creal in comment listing functions tested.  List finite, isinf,
31403         isnan, isless, islessequal, isgreater, isgreaterequal,
31404         islessgreater, isunordered, lgamma_r and pow10 as functions and
31405         macros not tested.  Mention which functions not tested are aliases
31406         for other functions.  Fix typo.  Note that signs of NaNs are not
31407         tested.
31409         * scripts/config.guess: Update from config.git.
31410         * scripts/config.sub: Likewise.
31412 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31414         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31415         * misc/madvise.c (madvise): Renamed to __madvise.
31416         Make madvise a weak alias.
31417         * include/sys/mman.h: Declare __madvise.
31418         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31419         * sysdeps/unix/syscalls.list
31420         (madvise): Make __madvise the strong name, and madvise a weak alias.
31421         * sysdeps/unix/sysv/linux/syscalls.list
31422         (madvise, mmap): Remove redundant entries.
31423         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31424         * malloc/malloc.c (mtrim): Likewise.
31425         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31427 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31429         * sysdeps/mach/hurd/dl-cache.c: File removed.
31430         * config.h.in (USE_LDCONFIG): New #undef.
31431         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31432         * configure: Regenerated.
31433         * elf/Makefile (dl-routines): Add dl-cache only under
31434         [$(use-ldconfig) = yes].
31435         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31436         cache on [USE_LDCONFIG].
31437         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31438         [USE_LDCONFIG].
31439         * elf/rtld.c (dl_main): Likewise.
31441 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31443         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31444         _SC_LEVEL4_CACHE_LINESIZE.
31446 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31448         * sysdeps/unix/bsd/confstr.h: File removed.
31450 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31452         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31453         sys/sdt-config.h.
31455 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31457         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31458         Make 'mapoff' field ElfW(Off) rather than off_t.
31460 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31462         * nscd/Makefile: Remove nscd-cflags and all its users.
31463         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31464         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31466         [BZ #10631]
31467         * malloc.c (malloc_printerr): Clarify error message.
31469 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31471         [BZ #14648]
31472         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31473         Set bit_FMA_Usable if FMA is supported.
31474         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31475         macro.
31476         (bit_FMA4_Usable): Updated.
31477         (index_FMA_Usable): New macro.
31478         (CPUID_FMA): Likewise
31479         (HAS_FMA): Defined with bit_FMA_Usable.
31481 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31483         * bits/types.h (__swblk_t): Type removed.
31484         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31485         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31486         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31487         (__SWBLK_T_TYPE): Likewise.
31488         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31489         (__SWBLK_T_TYPE): Likewise.
31490         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31491         (__SWBLK_T_TYPE): Likewise.
31492         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31493         (__SWBLK_T_TYPE): Likewise.
31495 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31496             Honza Horak <hhorak@redhat.com>
31498         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31499         (xdr_mapname): Use YPMAXMAP as maxsize.
31500         (xdr_peername): Use YPMAXPEER as maxsize.
31501         (xdr_keydat): Use YPAXRECORD as maxsize.
31502         (xdr_valdat): Use YPMAXRECORD as maxsize.
31504 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31506         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31508         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31509         * csu/init-first.c: ... here.
31510         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31511         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31512         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31513         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31514         * sysdeps/i386/init-first.c: File removed.
31515         * sysdeps/sh/init-first.c: File removed.
31517 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31519         [BZ #14645]
31520         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31521         if x * y might underflow to zero and z is zero.
31522         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31523         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31524         * math/libm-test.inc (min_subnorm_value): New variable.
31525         (fma_test): Add more tests.
31526         (fma_test_towardzero): Likewise.
31527         (fma_test_downward): Likewise
31528         (fma_test_upward): Likewise.
31529         (initialize): Set min_subnorm_value.
31531 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31533         [BZ #14638]
31534         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31535         0 + 0.
31536         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31537         mode for addition resulting in exact zero.
31538         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31539         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31540         exact 0 + 0.
31541         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31542         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31543         * math/libm-test.inc (fma_test): Add more tests.
31544         (fma_test_towardzero): New function.
31545         (fma_test_downward): Likewise.
31546         (fma_test_upward): Likewise.
31547         (main): Call the new functions.
31549 2012-09-28  David S. Miller  <davem@davemloft.net>
31551         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31553 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31555         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31556         instead of SIGALRM.
31558         * sysdeps/gnu/_G_config.h: Moved to ...
31559         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31560         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31561         * sysdeps/generic/_G_config.h: ... here.
31563         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31565         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31567         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31568         Conditionalize target on [libnss_test1.so-version].
31570         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31572         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31573         (elfobjdir): Move out of conditionals.
31575         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31576         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31577         (__nss_lookup_function): Conditionalize label remove_from_tree on
31578         [!DO_STATIC_NSS || SHARED], matching its only use.
31580 2012-09-28  David S. Miller  <davem@davemloft.net>
31582         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31583         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31584         file.
31585         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31586         sysdep_routines.
31587         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31588         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31589         when HWCAP_SPARC_CRYPTO is present.
31591 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31593         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31595 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31597         [BZ #6530]
31598         * stdio-common/vfprintf.c (process_string_arg): Revert
31599         2000-07-22 change.
31601 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31603         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31604         for testcase.
31605         * stdio-common/tst-sprintf.c: Include <locale.h>
31606         (main): Test sprintf's handling of incomplete multibyte
31607         characters.
31609 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31611         * elf/dl-runtime.c (VERSYMIDX): Removed.
31612         * elf/dl-version.c (VERSYMIDX): Likewise.
31613         * elf/do-rel.h (VERSYMIDX): Likewise.
31614         (VALIDX): Likewise.
31615         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31616         * elf/rtld.c (VALIDX): Likewise.
31617         (ADDRIDX): Likewise.
31618         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31619         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31620         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31621         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31622         (VALIDX): Likewise.
31623         (ADDRIDX): Likewise.
31625 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31627         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31629 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31631         [BZ #11438]
31632         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31633         to global scope.
31634         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31635         addresses are in the same scope as 192.0.2/24.
31636         * posix/gai.conf: Document new scope table defaults.
31638 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31640         [BZ #5298]
31641         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31642         for ftell.  Compute offsets from write pointers instead.
31643         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31645 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31647         [BZ #14543]
31648         * libio/Makefile (tests): New test case tst-fseek.
31649         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31650         combination works in wide mode.
31651         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31652         state when the external buffer state changes.
31654 2012-09-27  David S. Miller  <davem@davemloft.net>
31656         [BZ #14376]
31657         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31658         pass reloc->r_addend in as the 'high' argument to
31659         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31661         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31663 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31665         * rt/tst-aio2.c: Include <pthread.h>.
31666         * rt/tst-aio3.c: Likewise.
31668 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31670         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31672 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31674         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31675         contents on [SHARED].
31677 2012-09-26  Marek Polacek  <polacek@redhat.com>
31679         [BZ #14530]
31680         [BZ #13741]
31681         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31682         for C++ and GCC <4.3 as well as for non GCC compilers.
31684 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31686         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31688 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31690         * Makefile.in (all, install): Declare with .PHONY.
31691         Reported by Michael Hope <michael.hope@linaro.org>.
31693 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31695         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31696         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31697         system header.
31698         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31699         Likewise.
31700         (sydep_routines): Add the new and the internal functions.
31701         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31702         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31704         (GLIBC_2.17): Add the new function.
31705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31706         (GLIBC_2.17): Likewise.
31707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31708         (GLIBC_2.17): Likewise.
31709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31710         (GLIBC_2.17): Likewise.
31711         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31713 2012-09-25  Alan Modra  <amodra@gmail.com>
31715         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31716         Add release barrier before setting once_control to say
31717         initialisation is done.  Add hints on lwarx.  Use macro in
31718         place of isync.
31719         (clear_once_control): Add release barrier.
31721 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31723         [BZ #13629]
31724         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31725         specially.
31726         * math/s_clog10.c (__clog10): Likewise.
31727         * math/s_clog10f.c (__clog10f): Likewise.
31728         * math/s_clog10l.c (__clog10l): Likewise.
31729         * math/s_clogf.c (__clogf): Likewise.
31730         * math/s_clogl.c (__clogl): Likewise.
31731         * math/Makefile (libm-calls): Add x2y2m1.
31732         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31733         (__x2y2m1): Likewise.
31734         (__x2y2m1l): Likewise.
31735         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31736         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31737         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31738         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31739         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31740         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31741         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31742         * sysdeps/i386/fpu/libm-test-ulps: Update.
31743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31745         [BZ #14621]
31746         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31747         int as type of variable DEPTH.
31748         (glob): Use size_t instead of int as type of variables NEWCOUNT
31749         and OLD_PATHC.
31751 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31753         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31754         Add s_sincosf-sse2.
31755         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31756         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31757         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31758         macros for using routine as __sincosf_ia32.
31759         Use macro for function declaration and weak_alias.
31760         * sysdeps/i386/fpu/libm-test-ulps: Update.
31762         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31763         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31765         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31766         subnormal argument.
31767         * math/s_cexpf.c (__cexpf): Likewise.
31768         * math/s_csinf.c (__csinf): Likewise.
31769         * math/s_csinhf.c (__csinhf): Likewise.
31770         * math/s_ctanf.c (__ctanf): Likewise.
31771         * math/s_ctanhf.c (__ctanhf): Likewise.
31772         * math/s_ccosh.c (__ccoshf): Likewise.
31773         * math/s_cexp.c (__cexpl): Likewise.
31774         * math/s_csin.c (__csin): Likewise.
31775         * math/s_csinh.c (__csinh): Likewise.
31776         * math/s_ctan.c (__ctan): Likewise.
31777         * math/s_ctanh.c (ctanh): Likewise.
31778         * math/s_ccoshl.c (__ccoshl): Likewise.
31779         * math/s_cexpl.c (__cexpl): Likewise.
31780         * math/s_csinl.c (__csinl): Likewise.
31781         * math/s_csinhl.c (__csinhl): Likewise.
31782         * math/s_ctanl.c (__ctanl): Likewise.
31783         * math/s_ctanhl.c (__ctanhl): Likewise.
31785 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31787         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31788         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31789         (_IO_off_t): Define to __off_t, not _G_off_t.
31790         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31791         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31792         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31793         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31794         type of __dummy and __dummy2 fields.
31795         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31796         (_G_ssize_t): Likewise.
31797         (_G_off_t): Likewise.
31798         (_G_pid_t): Likewise.
31799         (_G_uid_t): Likewise.
31800         (_G_wchar_t): Likewise.
31801         (_G_wint_t): Likewise.
31802         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31803         (_G_ssize_t): Likewise.
31804         (_G_off_t): Likewise.
31805         (_G_pid_t): Likewise.
31806         (_G_uid_t): Likewise.
31807         (_G_wchar_t): Likewise.
31808         (_G_wint_t): Likewise.
31809         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31810         (_G_ssize_t): Likewise.
31811         (_G_off_t): Likewise.
31812         (_G_pid_t): Likewise.
31813         (_G_uid_t): Likewise.
31814         (_G_wchar_t): Likewise.
31815         (_G_wint_t): Likewise.
31817 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31819         * malloc/arena.c: Include malloc-sysdep.h.
31820         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31821         is sufficient to shrink the heap or an unmap is needed.
31822         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31823         new function check_may_shrink_heap.
31824         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31825         new function check_may_shrink_heap.
31827 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31829         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31830         comments.
31832 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31834         * catgets/test-gencat.sh: Add "set -e".
31835         * elf/tst-pathopt.sh: Likewise.
31836         * grp/tst_fgetgrent.sh: Likewise.
31837         * iconvdata/run-iconv-test.sh: Likewise.
31838         * intl/tst-gettext.sh: Likewise.
31839         * intl/tst-gettext2.sh: Likewise.
31840         * intl/tst-gettext4.sh: Likewise.
31841         * intl/tst-gettext6.sh: Likewise.
31842         * intl/tst-translit.sh: Likewise.
31843         * io/ftwtest-sh: Likewise.
31844         * libio/test-freopen.sh: Likewise.
31845         * malloc/tst-mtrace.sh: Likewise.
31846         * posix/globtest.sh: Likewise.
31847         * posix/tst-getconf.sh: Likewise.
31848         * posix/wordexp-tst.sh: Likewise.
31849         * stdio-common/tst-printf.sh: Likewise.
31850         * stdio-common/tst-unbputc.sh: Likewise.
31851         * stdlib/tst-fmtmsg.sh: Likewise.
31852         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31853         * catgets/Makefile: Do not specify -e option when running
31854         testsuite shell scripts.
31855         * elf/Makefile: Likewise.
31856         * grp/Makefile: Likewise.
31857         * iconvdata/Makefile: Likewise.
31858         * intl/Makefile: Likewise.
31859         * io/Makefile: Likewise.
31860         * libio/Makefile: Likewise.
31861         * malloc/Makefile: Likewise.
31862         * posix/Makefile: Likewise.
31863         * stdio-common/Makefile: Likewise.
31864         * stdlib/Makefile: Likewise.
31865         * sysdeps/x86_64/Makefile: Likewise.
31867         * io/ftwtest-sh: Add copyright header.
31868         * posix/globtest.sh: Likewise.
31869         * posix/tst-getconf.sh: Likewise.
31870         * posix/wordexp-tst.sh: Likewise.
31871         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31873 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31875         [BZ #13679]
31876         * Makeconfig (+link): Defined as $(+link-static) if
31877         $(build-shared) isn't yes.
31878         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31879         isn't yes.
31880         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31882         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31884         [BZ #14562]
31885         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31886         new chunk size with MALLOC_ALIGN_MASK.
31888 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31890         [BZ #5044]
31891         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31892         <rounding-mode.h>.
31893         (__printf_fphex): Determine rounding using get_rounding_mode and
31894         round_away.
31895         * stdio-common/tst-printf-round.c (struct hex_test): New
31896         structure.
31897         (hex_tests): New variable.
31898         (test_hex_in_one_mode): New function.
31899         (do_test): Also run tests for hex float output.
31901 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31903         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31904         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31905         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31906         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31907         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31908         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31909         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31910         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31912 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31914         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31915         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31916         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31917         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31919 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31921         [BZ #14579]
31922         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31923         mode only.
31924         * elf/tst-rtld-load-self.sh: New test.
31925         * elf/Makefile: Run it.
31927 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31929         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31930         (tst-writev-ENV): Remove.
31931         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31933 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31935         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31937 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31939         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31940         unconditional.
31941         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31942         Likewise.
31943         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31944         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31945         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31946         Likewise.
31948 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31950         [BZ #14587]
31951         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31952         * config.make.in (have-cpp-asm-debuginfo): Removed.
31953         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31954         * configure: Regenerated.
31956 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31958         [BZ #5044]
31959         * stdio-common/printf_fp.c: Include <stdbool.h> and
31960         <rounding-mode.h>.
31961         (___printf_fp): Determine rounding using get_rounding_mode and
31962         round_away.
31963         * stdio-common/tst-printf-round.c: New file.
31964         * stdio-common/Makefile (tests): Add tst-printf-round.
31965         (link-libm): New variable.
31966         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31968 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31970         [BZ #14576]
31971         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31972         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31973         Likewise.
31974         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31975         Likewise.
31977 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31979         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31980         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31981         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31982         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31984 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31986         [BZ #14518]
31987         * include/rounding-mode.h: New file.
31988         * sysdeps/generic/get-rounding-mode.h: Likewise.
31989         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31990         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31991         (MAX_VALUE): New macro.
31992         (MIN_VALUE): Likewise.
31993         (overflow_value): New function.
31994         (underflow_value): Likewise.
31995         (round_and_return): Use overflow_value and underflow_value to
31996         determine return values in overflow and underflow cases.  Use
31997         round_away to determine rounding depending on rounding mode.
31998         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31999         determine return values in overflow and underflow cases.
32000         * stdlib/tst-strtod-round.c: Include <fenv.h>.
32001         (struct test_results): New structure.
32002         (struct test): Use struct test_results to store expected results
32003         for all rounding modes.
32004         (TEST): Include expected results for all rounding modes.
32005         (test_in_one_mode): New function.
32006         (do_test): Use test_in_one_mode to compute and check results.
32007         Check results for all rounding modes.
32008         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
32009         $(link-libm).
32011 2012-12-09  Allan McRae  <allan@archlinux.org>
32013         * sysdeps/i386/fpu/libm-test-ulps: Update
32015 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
32017         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
32018         (_G_int32_t): Likewise.
32019         (_G_uint16_t): Likewise.
32020         (_G_uint32_t): Likewise.
32021         (_G_HAVE_BOOL): Likewise.
32022         (_G_HAVE_ATEXIT): Likewise.
32023         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32024         (_G_HAVE_IO_FILE_OPEN): Likewise.
32025         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
32026         (_G_int32_t): Likewise.
32027         (_G_uint16_t): Likewise.
32028         (_G_uint32_t): Likewise.
32029         (_G_HAVE_BOOL): Likewise.
32030         (_G_HAVE_ATEXIT): Likewise.
32031         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32032         (_G_HAVE_IO_FILE_OPEN): Likewise.
32033         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
32034         (_G_int32_t): Likewise.
32035         (_G_uint16_t): Likewise.
32036         (_G_uint32_t): Likewise.
32037         (_G_HAVE_BOOL): Likewise.
32038         (_G_HAVE_ATEXIT): Likewise.
32039         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32040         (_G_HAVE_IO_FILE_OPEN): Likewise.
32042 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
32044         * csu/libc-tls.c: Update copyright years.
32046 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
32048         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
32049         [!_G_USING_THUNKS]: Remove conditional code.
32050         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
32051         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
32053         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
32054         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
32055         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32056         (_G_VTABLE_LABEL_PREFIX): Likewise.
32057         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32058         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32059         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32060         (_G_VTABLE_LABEL_PREFIX): Likewise.
32061         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32062         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32063         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32064         (_G_VTABLE_LABEL_PREFIX): Likewise.
32065         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32067 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
32069         * libio/Makefile: Include ../Makeconfig before tests.
32070         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
32071         only if $(build-shared) is yes.
32073         * iconv/gconv_db.c: Update copyright years.
32075 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32077         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
32078         unwind info if defined PIC. Fix special cases description.
32079         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
32081         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
32082         DP_HI_MASK entry.
32083         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
32085 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
32087         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
32089         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
32090         is NULL.
32092         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
32093         (LDLIBS-tst-chk4): This.
32094         (LDFLAGS-tst-chk5): Renamed to ...
32095         (LDLIBS-tst-chk5): This.
32096         (LDFLAGS-tst-chk6): Renamed to ...
32097         (LDLIBS-tst-chk6): This.
32098         (LDFLAGS-tst-lfschk4): Renamed to ...
32099         (LDLIBS-tst-lfschk4): This.
32100         (LDFLAGS-tst-lfschk5): Renamed to ...
32101         (LDLIBS-tst-lfschk5): This.
32102         (LDFLAGS-tst-lfschk6): Renamed to ...
32103         (LDLIBS-tst-lfschk6): This.
32105         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
32106         on $(common-objpfx)soversions.mk.
32108 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
32110         [BZ #10014]
32111         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
32112         example host name.
32114 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32116         * malloc/arena.c (arena_get_retry): New function that gets
32117         another arena for the caller to try its request on.
32118         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
32119         current arena cannot fulfill the request.
32120         (__libc_memalign): Likewise.
32121         (__libc_memalign): Likewise.
32122         (__libc_pvalloc): Likewise.
32123         (__libc_calloc): Likewise.
32125 2012-09-05  John Tobey  <john.tobey@gmail.com>
32127         [BZ #13542]
32128         * manual/arith.texi (Operations on Complex): Fix description
32129         of carg branch cut.
32131 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32133         [BZ #10014]
32134         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
32135         host name.
32137         [BZ #10038]
32138         * manual/memory.texi (Memory): Make order of menu items match
32139         order of sections.
32141 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32143         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
32144         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
32145         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
32147 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32149         * csu/libc-tls.c (static_dtv): Renamed to ...
32150         (_dl_static_dtv): This.  Make it global.
32151         (_dl_initial_dtv): Removed.
32152         (__libc_setup_tls): Updated.
32153         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
32154         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
32155         DL_INITIAL_DTV.
32157 2012-09-06  Petr Machata  <pmachata@redhat.com>
32159         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
32160         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
32161         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
32162         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
32164 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32166         [BZ #14545]
32167         * csu/libc-tls.c (_dl_initial_dtv): New variable.
32168         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
32169         freeing dtv[-1].
32171 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32173         [BZ #14544]
32174         * Makeconfig (link-static-before-libc): Replace $(+prector)
32175         with $(+prectorT).
32176         (link-static-after-libc): Replace $(+postctor) with
32177         $(+postctorT).
32178         (link-bounded): Replace $(+prector)/$(+postctor) with
32179         $(+prectorT)/$(+postctorT).
32180         (+prectorT): New macro.
32181         (+postctorT): Likewise.
32183 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32185         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
32186         (round_str): Handle values above the maximum for IBM long double
32187         as inexact.
32188         * stdlib/tst-strtod-round.c (tests): Regenerated.
32190 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32192         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
32193         assembler flag.
32194         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
32195         zarch_nohighgprs around the zarch optimized routines.
32196         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
32197         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
32198         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
32199         for zarch.
32201 2012-09-05  David S. Miller  <davem@davemloft.net>
32203         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32205         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
32206         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
32207         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
32208         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32209         entries.
32211 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32213         * malloc/arena.c: Fold copyright years.
32214         * malloc/mcheck.c, malloc/memusage.c: Likewise.
32216 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32218         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32220 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32222         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
32224 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32226         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32227         change internal state upon failure.
32229 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32231         * malloc/mcheck.c (mcheck_check_all): Fix typo.
32232         * malloc/memusage.c (mmap): Likewise.
32233         (mmap64, mremap): Likewise.  Adjust name in comment.
32235 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32237         * libio/fileops.c: Fix typos in comments.
32238         * libio/oldfileops.c: Likewise.
32239         * libio/wfileops.c: Likewise.
32241 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32243         [BZ #1349]
32244         * malloc/Makefile (tests): Add tst-malloc-usable test case.
32245         (tst-malloc-usable-ENV): Set environment for test case.
32246         * malloc/hooks.c (malloc_check_get_size): New function to get
32247         requested size.
32248         * malloc/malloc.c (musable): Use malloc_check_get_size.
32249         * malloc/tst-malloc-usable.c: New test case.
32251 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32253         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32255 2012-09-05  Allan McRae  <allan@archlinux.org>
32257         [BZ #13966]
32258         * configure.in (CXX_SYSINCLUDES): Use compiler output to
32259         determine header location.
32260         * configure: Regenerated.
32262 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32264         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32265         float format.
32266         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
32267         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32268         format.
32269         (test): Regenerate.
32271 2012-09-04  David S. Miller  <davem@davemloft.net>
32273         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32274         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32275         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32277 2012-09-04  Florian Weimer  <fweimer@redhat.com>
32279         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32280         failures.
32282         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32284 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
32286         [BZ #9914]
32287         * libio/iogetdelim.c: Include <limits.h>.
32288         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32289         + len + 1 would overflow.
32291 2012-09-03  Andreas Jaeger  <aj@suse.de>
32293         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32294         * sysdeps/i386/fpu/libm-test-ulps: Update.
32296 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32298         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32299         Add s_sinf-sse2, s_conf-sse2.
32301         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32302         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32303         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32304         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32306         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32307         for using routine as __sinf_ia32.
32308         Use macro for function declaration and weak_alias.
32309         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32310         for using routine as __cosf_ia32.
32311         Use macro for function declaration and weak_alias.
32313         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32314         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32316         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32317         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32318         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32320         * math/libm-test.inc (cos_test): Add more test cases.
32321         (sin_test): Likewise.
32322         (sincos_test): Likewise.
32324 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32326         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32327         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32328         hidden.
32329         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32331 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32333         [BZ #14538]
32334         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32335         first element of the GOT.
32336         (elf_machine_load_address): Return the difference between
32337         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32339 2012-09-01  Allan McRae  <allan@archlinux.org>
32341         [BZ #13412]
32342         * configure.in (AWK): Require gawk version 3.0 or later.
32343         * configure: Regenerated.
32345 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32347         * sysdeps/unix/sysv/linux/kernel-features.h
32348         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32349         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32350         [__NR_clock_getres]: Make code unconditional.
32351         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32352         (clock_getcpuclockid): Remove code left unreachable by removal of
32353         conditionals.
32354         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32355         code unconditional.
32356         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32357         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32358         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32359         Make code unconditional.
32360         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32361         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32362         * sysdeps/unix/sysv/linux/clock_settime.c
32363         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32364         conditional code.
32365         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32366         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32368 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32370         [BZ #14476]
32371         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32372         scripts/test-installation.pl.
32374         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32375         and $ld_so_version if it is set.
32377 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32379         [BZ #14516]
32380         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32381         failure if reading from procfs failed.
32382         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32384 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32386         * sysdeps/unix/sysv/linux/kernel-features.h
32387         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32388         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32389         Remove conditional code.
32390         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32391         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32392         Remove conditional code.
32393         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32394         * sysdeps/unix/sysv/linux/i386/fxstat.c
32395         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32396         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32397         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32398         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32399         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32400         * sysdeps/unix/sysv/linux/i386/lxstat.c
32401         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32402         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32403         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32404         Remove conditional code.
32405         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32406         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32407         Remove conditional code.
32408         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32409         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32410         <kernel-features.h>.
32411         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32412         Remove.
32413         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32414         Remove conditional code.
32415         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32416         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32417         Remove conditional.
32419 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32421         [BZ #5400]
32422         * NEWS: Add fixed bug number.
32424 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32426         [BZ #14519]
32427         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32428         underflowing exponent in case of negative sign.
32429         * stdlib/tst-strtod-round-data: Add more tests.
32430         * stdlib/tst-strtod-round.c (tests): Regenerated.
32432         [BZ #3479]
32433         * stdlib/strtod_l.c (NDIG): Remove.
32434         (HEXNDIG): Likewise.
32435         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32436         smallest representable value.
32437         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32438         lie within an exact representation of 1/2 ulp of the result.
32439         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32440         unconditionally.
32441         (TENS_P9_IDX): Define unconditionally.
32442         (TENS_P9_SIZE): Likewise.
32443         (TENS_P10_IDX): Likewise.
32444         (TENS_P10_SIZE): Likewise.
32445         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32446         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32447         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32448         entries for 10^2^13 and 10^2^14.
32449         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32450         (TENS_P13_IDX): Define.
32451         (TENS_P13_SIZE): Likewise.
32452         (TENS_P14_IDX): Likewise.
32453         (TENS_P14_SIZE): Likewise.
32454         (_fpioconst_pow10): Change array size to
32455         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32456         unconditional.
32457         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32458         1024]: Add entries for 10^2^13 and 10^2^14.
32459         [LAST_POW10 > _LAST_POW10]: Remove #error.
32460         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32461         (_fpioconst_pow10): Change array size to
32462         FPIOCONST_POW10_ARRAY_SIZE.
32463         * stdlib/gen-fpioconst.c: New file.
32464         * stdlib/gen-tst-strtod-round.c: Likewise.
32465         * stdlib/tst-strtod-round-data: Likewise.
32466         * stdlib/tst-strtod-round.c: Likewise.
32467         * stdlib/Makefile (tests): Add tst-strtod-round.
32469         [BZ #14459]
32470         * stdlib/strtod_l.c: Include <stdint.h>.
32471         (NDEBUG): Do not define.
32472         (round_and_return): Change EXPONENT parameter to type intmax_t.
32473         Rearrange calculations to avoid internal overflow possibilities.
32474         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32475         Rearrange calculations to avoid internal overflow possibilities.
32476         Assert that number fits inside MPNSIZE limbs.
32477         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32478         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32479         calculations and add assertions to avoid internal overflow
32480         possibilities.  Add casts to avoid signed/unsigned operations.
32481         * stdlib/tst-strtod-overflow.c: New file.
32482         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32484 2012-08-25  Marek Polacek  <polacek@redhat.com>
32486         * time/time.h: Fix some typos in comments.
32488 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32490         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32491         * posix/tst-rfc3484-2.c: Likewise.
32492         * posix/tst-rfc3484-3.c: Likewise.
32494 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32496         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32497         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32499 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32501         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32502         #include of fxstatat64.c.
32504 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32506         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32507         * shadow/getspent_r.c: Likewise.
32508         * shadow/getspnam.c: Likewise.
32509         * shadow/getspnam_r.c: Likewise.
32510         * gshadow/getsgent.c: Likewise.
32511         * gshadow/getsgent_r.c: Likewise.
32512         * gshadow/getsgnam.c: Likewise.
32513         * gshadow/getsgnam_r.c: Likewise.
32514         * inet/getnetbyad.c: Likewise.
32515         * inet/getnetbyad_r.c: Likewise.
32516         * inet/getnetbynm.c: Likewise.
32517         * inet/getnetbynm_r.c: Likewise.
32518         * inet/getnetent.c: Likewise.
32519         * inet/getnetent_r.c: Likewise.
32520         * inet/getproto.c: Likewise.
32521         * inet/getproto_r.c: Likewise.
32522         * inet/getprtent.c: Likewise.
32523         * inet/getprtent_r.c: Likewise.
32524         * inet/getprtname.c: Likewise.
32525         * inet/getprtname_r.c: Likewise.
32526         * inet/getrpcbyname.c: Likewise.
32527         * inet/getrpcbyname_r.c: Likewise.
32528         * inet/getrpcbynumber.c: Likewise.
32529         * inet/getrpcbynumber_r.c: Likewise.
32530         * inet/getrpcent.c: Likewise.
32531         * inet/getrpcent_r.c: Likewise.
32532         * inet/getaliasent.c: Likewise.
32533         * inet/getaliasent_r.c: Likewise.
32534         * inet/getaliasname.c: Likewise.
32535         * inet/getaliasname_r.c: Likewise.
32536         * nscd/getgrgid_r.c: Likewise.
32537         * nscd/getgrnam_r.c: Likewise.
32538         * nscd/gethstbyad_r.c: Likewise.
32539         * nscd/gethstbynm3_r.c: Likewise.
32540         * nscd/getpwnam_r.c: Likewise.
32541         * nscd/getpwuid_r.c: Likewise.
32542         * nscd/getsrvbynm_r.c: Likewise.
32543         * nscd/getsrvbypt_r.c: Likewise.
32544         * nscd/gai.c: Likewise.
32546         * configure.in (build_nscd): New substituted variable, set
32547         by --disable-build-nscd and defaults to $use_nscd.
32548         * configure: Regenerated.
32549         * config.make.in (build-nscd): New substituted variable.
32550         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32551         Change conditional to require [$(build-nscd) = yes] as well.
32552         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32554         [BZ# 13696]
32555         * configure.in (use_nscd): New substituted variable, set by
32556         --disable-nscd.  If enabled, define USE_NSCD.
32557         * configure: Regenerated.
32558         * config.h.in: Add USE_NSCD.
32559         * config.make.in (use-nscd): New substituted variable.
32560         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32561         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32562         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32563         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32564         (CFLAGS-getgrnam_r.c): Likewise.
32565         (CFLAGS-initgroups.c): Likewise.
32566         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32567         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32568         Variables removed.
32569         * inet/getnetgrent_r.c
32570         (nscd_setnetgrent): New function, broken out of ...
32571         (setnetgrent): ... here.  Call it.
32572         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32573         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32574         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32575         * nscd/Makefile (routines, aux): Move definitions after include of
32576         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32577         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32578         Conditionalize on [USE_NSCD].
32579         (is_nscd, nscd_init_cb): Likewise.
32580         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32581         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32582         * nss/nss_db/db-init.c: Likewise.
32583         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32584         [USE_NSCD].
32585         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32586         (make_request): Use it.
32587         (cache_valid_p): New function.
32588         (__check_pf): Use it.
32589         * NEWS: Add item for --disable-nscd.
32591 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32593         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32594         to support sed >= 4.2.1-20-ga9bf076.
32595         * configure: Regenerated.
32597 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32599         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32600         Conditionalize whole body on [IREL].
32602 2012-08-22  Jeff Law <law@redhat.com>
32604         [BZ #14505]
32605         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32606         if the family is PF_UNSPEC.
32608 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32610         * Makerules (lib-version): Rename from V.
32611         (install-lib-nosubdir): Change V to lib-version.
32613 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32615         [BZ #14252]
32616         * powerpc32/power6/wcschr.c: New file.
32617         * powerpc32/power6/wcscpy.c: New file.
32618         * powerpc32/power6/wcsrchr.c: New file.
32619         * powerpc64/power6/wcschr.c: New file.
32620         * powerpc64/power6/wcscpy.c: New file.
32621         * powerpc64/power6/wcsrchr.c: New file.
32623 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32625         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32626         (two_way_short_needle): Use it.
32627         * string/strstr.c (AVAILABLE1_USES_J): Define.
32628         * string/strcasestr.c: Likewise.
32630         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32631         array references.
32632         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32634         [BZ #11607]
32635         * NEWS: Add an entry.
32636         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32637         define their defaults.
32638         (two_way_short_needle): Detect end-of-string on-the-fly.
32639         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32640         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32641         * string/bug-strcasestr1.c: New test.
32642         * string/Makefile: Run it.
32644 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32646         [BZ #11607]
32647         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32648         the first character.
32650 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32652         * csu/elf-init.c (__libc_csu_irel): Function removed.
32653         * csu/libc-start.c (apply_irel): New function.
32654         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32656 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32658         * sysdeps/unix/sysv/linux/kernel-features.h
32659         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32660         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32661         <kernel-features.h>.
32662         [__NR_fadvise64_64]: Make code unconditional.
32663         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32664         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32665         !__NR_fadvise64_64)]: Likewise.
32666         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32667         !__NR_fadvise64_64))]: Likewise.
32668         [__NR_fadvise64]: Make code unconditional.
32669         [!__NR_fadvise64]: Remove conditional code.
32670         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32671         <kernel-features.h>.
32672         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32673         unconditional.
32674         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32675         conditional code.
32676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32677         not include <kernel-features.h>.
32678         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32679         unconditional.
32680         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32681         conditional code.
32682         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32683         include <kernel-features.h>.
32684         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32685         unconditional.
32686         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32687         conditional code.
32689 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32691         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32692         slight instruction rearrangements per scrollpipe analysis.
32693         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32695 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32697         * manual/syslog.texi (syslog; vsyslog, closelog):
32698         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32699         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32701         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32702         DSOCAPS to match condition on defining it.
32704 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32706         * sysdeps/unix/sysv/linux/kernel-features.h
32707         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32709         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32710         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32712         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32713         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32715         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32716         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32718         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32719         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32721         * sysdeps/unix/sysv/linux/kernel-features.h
32722         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32723         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32724         unconditional.
32725         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32726         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32727         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32728         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32729         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32730         Make code unconditional.
32731         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32732         (__mmap64) [!__NR_mmap2]: Likewise.
32733         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32734         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32735         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32736         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32737         [__NR_mmap2]: Make code unconditional.
32738         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32739         (__mmap64) [!__NR_mmap2]: Likewise.
32741 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32743         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32745 2012-08-18  Andreas Jaeger  <aj@suse.de>
32747         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32749 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32751         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32752         * include/unistd.h (__have_sock_cloexec): Likewise.
32753         (__have_pipe2): Likewise.
32754         (__have_dup3): Likewise.
32756 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32758         [BZ #9685]
32759         * include/unistd.h (__have_pipe2): Change define into an extern int.
32760         (__have_dup3): Likewise.
32761         * socket/have_sock_cloexec.c: Include fcntl.h.
32762         (__have_pipe2): New variable.
32763         (__have_dup3): Likewise.
32765 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32767         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32769 2012-08-17  Marek Polacek  <polacek@redhat.com>
32771         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32772         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32774 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32776         * configure.in: Add AC_SUBST for sysheaders.
32777         * configure: Regenerated.
32778         * config.make.in (sysheaders): New substituted variable.
32780         * sysdeps/unix/mkfifo.c: Moved ...
32781         * sysdeps/posix/mkfifo.c: ... here.
32782         * sysdeps/unix/mkfifoat.c: Moved ...
32783         * sysdeps/posix/mkfifoat.c: ... here.
32785         * sysdeps/unix/utime.c: Moved ...
32786         * sysdeps/posix/utime.c: ... here.
32788         * sysdeps/unix/time.c: Moved ...
32789         * sysdeps/posix/time.c: ... here.
32790         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32791         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32793         * sysdeps/unix/nice.c: Moved ...
32794         * sysdeps/posix/nice.c: ... here.
32796         * sysdeps/unix/alarm.c: Moved ...
32797         * sysdeps/posix/alarm.c: ... here.
32799         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32801 2012-08-17  Jeff Law <law@redhat.com>
32803         * intl/Makefile (codeset_mo): New variable.
32804         ($(codeset_mo)): New target.
32805         (tst-codeset.out): Depend on that.  Remove explicit rule.
32806         (tst-gettext3.out, tst-gettext5.out): Likewise.
32807         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32808         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32809         * intl/tst-codeset.sh: Remove.
32810         * intl/tst-gettext3.sh: Likewise.
32811         * intl/tst-gettext5.sh: Likewise.
32813 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32815         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32816         * sysdeps/unix/syscalls.list: ... here.
32818         * sysdeps/posix/getaddrinfo.c
32819         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32820         (gaiconf_init, gaiconf_reload): Use them.
32821         [!_STATBUF_ST_NSEC]
32822         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32823         Define using time_t rather than struct timespec.
32825         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32826         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32827         Macros removed.
32828         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32829         [!NO_THREADS].
32830         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32831         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32832         Likewise.
32834         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32835         __libc_cleanup_push argument.
32837         * bits/param.h: New file.
32838         * misc/sys/param.h: New file.
32839         * include/sys/param.h: New file.
32840         * misc/Makefile (headers): Add bits/param.h.
32841         * sysdeps/generic/sys/param.h: File removed.
32842         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32843         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32844         * sysdeps/mach/hurd/bits/param.h: New file.
32845         * sysdeps/mach/hurd/sys/param.h: File removed.
32847         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32848         last change.
32850         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32851         [_IO_MTSAFE_IO].
32852         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32853         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32854         New macros.
32856         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32857         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32858         rather than -D_IO_MTSAFE_IO conditionally.
32859         * stdio-common/Makefile (CPPFLAGS): Likewise.
32860         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32861         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32862         Use $(libio-mtsafe).
32863         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32864         of -D_IO_MTSAFE_IO.
32865         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32866         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32867         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32868         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32869         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32870         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32871         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32872         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32873         (CFLAGS-fread_u_chk.c): Likewise.
32874         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32875         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32876         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32877         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32878         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32879         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32880         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32881         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32882         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32884         * libio/Makefile: Test [$(libc-reentrant) = yes]
32885         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32887         * Makeconfig
32888         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32889         * sysdeps/pthread/configure: File removed.
32890         * sysdeps/pthread/Makeconfig: New file.
32891         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32892         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32894 2012-08-16  Gary Benson  <gbenson@redhat.com>
32896         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32897         unmapping the first object in a namespace.
32899 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32901         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32902         (__internal_setnetgrent): ... this.  Add internal_function to
32903         definition.  Add libc_hidden_def.
32904         (setnetgrent): Update caller.
32905         (internal_endnetgrent): Renamed to ...
32906         (__internal_endnetgrent): ... this.  Add internal_function to
32907         definition.  Add libc_hidden_def.
32908         (endnetgrent): Update caller.
32909         (internal_getnetgrent_r): Renamed to ...
32910         (__internal_getnetgrent_r): ... this.  Add internal_function to
32911         definition.  Add libc_hidden_def.
32912         (__getnetgrent_r): Update caller.
32913         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32915 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32917         * stdlib/longlong.h: Update from GCC.
32919 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32921         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32922         on _QL, which is set by umul_ppmm but never used.
32923         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32924         variables, which are set by GMP macros but never used.
32925         * stdio-common/_itowa.c (_itowa): Likewise.
32926         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32927         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32929 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32931         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32932         struct La_sh_regs is not constant.
32933         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32934         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32935         and struct La_sparc64_regs are not constant.
32937 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32939         * sysdeps/unix/sysv/linux/kernel-features.h
32940         (__ASSUME_POSIX_TIMERS): Remove.
32941         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32942         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32943         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32944         Make code unconditional.
32945         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32946         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32947         Make code unconditional.
32948         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32949         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32950         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32951         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32952         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32953         Make code unconditional.
32954         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32955         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32956         (__libc_missing_posix_timers): Remove.
32958 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32960         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32961         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32963         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32965         * elf/dl-sym.c: Include <stdlib.h>.
32967         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32968         constants, which avoids warnings in 32-bit builds.
32970         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32971         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32973         * misc/lseek.c: File moved to ...
32974         * io/lseek.c: ... here.
32976         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32978         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32979         shifting LEN more than 31 bits at once.
32981 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32983         [BZ #14195]
32984         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32985         segmentation fault for a case of two empty input strings.
32986         * string/test-strncasecmp.c (check1): Renamed to...
32987         (bz12205): ...this.
32988         (bz14195): Add new testcase for two empty input strings and N > 0.
32989         (test_main): Call new testcase, adapt for renamed function.
32991 2012-08-15  Andreas Jaeger  <aj@suse.de>
32993         [BZ #14090]
32994         * crypt/md5test2.c: New test, based on test supplied by Serge
32995         Belyshev <belyshev@depni.sinp.msu.ru>.
32996         * crypt/Makefile (xtests): Add md5test-giant..
32997         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32999 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33001         [BZ #14090]
33002         * crypt/md5.c (md5_process_block): Don't assume the buffer
33003         length is less than 2**32.
33004         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
33005         length is less than 2**64.
33007 2012-08-15  Roland McGrath  <roland@hack.frob.com>
33009         * string/str-two-way.h: Include <sys/param.h>.
33010         (MAX): Macro removed.
33012         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
33013         Move #define and #undef of memmove to just before and after
33014         including <string.h>.
33016         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
33017         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
33018         and after including <string.h>.  Move declarations of
33019         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
33020         to before #include "string/memmove.c".
33022         * include/dirent.h: Declare __getdirentries.
33024         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
33025         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
33027 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
33029         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
33030         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
33031         * sysdeps/i386/configure: Regenerated.
33032         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
33033         STABS_CURRENT_FILE, and STABS_FUN.
33034         (END): Remove call to STABS_FUN_END.
33035         (STABS_CURRENT_FILE1): Delete.
33036         (STABS_CURRENT_FILE): Likewise.
33037         (STABS_FUN): Likewise.
33038         (STABS_FUN_END): Likewise.
33039         (STABS_FUN2): Likewise.
33040         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
33041         * sysdeps/x86_64/configure: Regenerated.
33043 2012-08-14  Roland McGrath  <roland@hack.frob.com>
33045         * elf/dl-open.c: Include <atomic.h>.
33046         * elf/dl-lookup.c: Likewise.
33048 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
33050         * sysdeps/unix/sysv/linux/kernel-features.h
33051         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
33052         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
33053         unconditionally.
33054         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
33055         unconditionally.
33056         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
33057         condition on __ASSUME_CLONE_THREAD_FLAGS.
33059 2012-08-14  Andreas Jaeger  <aj@suse.de>
33061         * sysdeps/i386/fpu/libm-test-ulps: Update.
33063 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
33065         * include/atomic.h (atomic_exchange_and_add): Split into ...
33066         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
33067         New atomic macros.
33069 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
33071         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33073 2012-08-13  Jeff Law <law@redhat.com>
33075         * manual/stdio.texi (snprintf): Clarify handling of the trailing
33076         null byte in the output string.
33078 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
33080         * sysdeps/unix/sysv/linux/kernel-features.h
33081         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
33082         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
33083         (__ASSUME_ARG_MAX_STACK_BASED): Define.
33084         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
33085         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
33086         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
33087         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
33089 2012-08-09  Jeff Law <law@redhat.com>
33091         [BZ #13939]
33092         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
33093         When avoid_arena is set, don't retry in the that arena.  Pick the
33094         next one, whatever it might be.
33095         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
33096         (arena_lock): Pass in new parameter to arena_get2.
33097         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
33098         arena_get2.
33099         (__libc_malloc): Unify retrying after main arena failure with
33100         __libc_memalign version.
33101         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
33103 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
33105         [BZ #14166]
33106         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
33107         to __redirect_strstr.
33108         (__strstr_sse42): Use typeof __redirect_strstr.
33109         (__strstr_ia32): Likewise.
33110         (__libc_strstr): New prototype.
33111         (strstr): Renamed to ...
33112         (__libc_strstr): This.
33113         (strstr): New strong alias of __libc_strstr.
33114         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33115         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
33116         __redirect_time.
33117         Include <time.h>.
33118         (__libc_time): New prototype.
33119         (time_ifunc): Replace time with __libc_time.
33120         (time): New strong alias and hidden definition of __libc_time.
33121         (__GI_time): Remove strong alias.
33122         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
33123         Include <stddef.h>.
33124         (memmove): Redefined to __redirect_memmove.
33125         (__memmove_sse2): Use typeof __redirect_memmove.
33126         (__memmove_ssse3): Likewise.
33127         (__memmove_ssse3_back): Likewise.
33128         (__libc_memmove): New prototype.
33129         (memmove): Renamed to ...
33130         (__libc_memmove): This.
33131         (memmove): New strong alias of __libc_memmove.
33133 2012-08-08  Mark Salter  <msalter@redhat.com>
33135         * elf/elf.h
33136         (R_MN10300_TLS_GD): Define.
33137         (R_MN10300_TLS_LD): Likewise.
33138         (R_MN10300_TLS_LDO): Likewise.
33139         (R_MN10300_TLS_GOTIE): Likewise.
33140         (R_MN10300_TLS_IE): Likewise.
33141         (R_MN10300_TLS_LE): Likewise.
33142         (R_MN10300_TLS_DTPMOD): Likewise.
33143         (R_MN10300_TLS_DTPOFF): Likewise.
33144         (R_MN10300_TLS_TPOFF): Likewise.
33145         (R_MN10300_SYM_DIFF): Likewise.
33146         (R_MN10300_ALIGN): Likewise.
33147         (R_MN10300_NUM): Update.
33149 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
33151         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
33152         Remove.
33154 2012-08-08  Roland McGrath  <roland@hack.frob.com>
33156         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
33158         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
33159         sysdeps/unix -> sysdeps/posix move.
33160         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
33162 2012-08-07      Allan McRae     <allan@archlinux.org>
33164         [BZ #14303]
33165         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
33166         (SUNOS_CPP): Likewise.
33167         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
33168         not found.
33169         (open_input): Call CPP using execvp.
33171 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33173         * sysdeps/unix/sysv/linux/kernel-features.h
33174         (__ASSUME_PROT_GROWSUPDOWN): Remove.
33175         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33176         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33177         (__ASSUME_WAITID_SYSCALL): Likewise.
33178         * sysdeps/unix/sysv/linux/dl-execstack.c
33179         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
33180         code unconditional.
33181         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
33182         conditional code.
33183         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
33184         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
33185         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
33186         code.
33187         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
33188         unconditional.
33189         [__ASSUME_WAITID_SYSCALL]: Likewise.
33190         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
33192 2012-08-07  Roland McGrath  <roland@hack.frob.com>
33194         * sysdeps/unix/closedir.c: Renamed to ...
33195         * sysdeps/posix/closedir.c: ... here.
33196         * sysdeps/unix/dirfd.c: Renamed to ...
33197         * sysdeps/posix/dirfd.c: ... here.
33198         * sysdeps/unix/dirstream.h: Renamed to ...
33199         * sysdeps/posix/dirstream.h: ... here.
33200         * sysdeps/unix/fdopendir.c: Renamed to ...
33201         * sysdeps/posix/fdopendir.c: ... here.
33202         * sysdeps/unix/opendir.c: Renamed to ...
33203         * sysdeps/posix/opendir.c: ... here.
33204         * sysdeps/unix/readdir.c: Renamed to ...
33205         * sysdeps/posix/readdir.c: ... here.
33206         * sysdeps/unix/readdir_r.c: Renamed to ...
33207         * sysdeps/posix/readdir_r.c: ... here.
33208         * sysdeps/unix/rewinddir.c: Renamed to ...
33209         * sysdeps/posix/rewinddir.c: ... here.
33210         * sysdeps/unix/seekdir.c: Renamed to ...
33211         * sysdeps/posix/seekdir.c: ... here.
33212         * sysdeps/unix/telldir.c: Renamed to ...
33213         * sysdeps/posix/telldir.c: ... here.
33214         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33215         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33216         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33217         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33219         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33220         * bits/fcntl.h: ... here.
33222         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33223         not 0.
33224         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33225         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33226         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33227         (struct flock): Move l_start, l_len to the beginning.
33228         Use __pid_t for l_pid.
33229         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33230         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33231         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33232         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33233         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33234         [__USE_LARGEFILE64] (struct flock64): New type.
33235         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33237         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33238         * bits/dirent.h: ... here.
33240         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33241         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33243 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33245         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33246         Change from 2.6.0 to 2.6.16.
33247         * sysdeps/unix/sysv/linux/configure: Regenerated.
33248         * sysdeps/unix/sysv/linux/kernel-features.h
33249         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33250         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33251         version.
33252         (__ASSUME_UTIMES): Likewise.
33253         (__ASSUME_CLONE_STOPPED): Remove.
33254         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33255         architectures, not kernel version.
33256         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33257         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33258         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33259         (__ASSUME_WAITID_SYSCALL): Likewise.
33260         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33261         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33262         * README: State 2.6.16 as minimum Linux kernel version.  Do not
33263         refer to older versions.
33265 2012-08-06  Roland McGrath  <roland@hack.frob.com>
33267         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33268         Define alphasort64 as an alias.
33269         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33270         Define versionsort64 as an alias.
33271         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33272         Define scandir64 as an alias.
33273         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33274         Define scandirat64 as an alias.
33275         * dirent/alphasort64.c (alphasort64):
33276         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33277         * dirent/versionsort64.c: Likewise.
33278         * dirent/scandir64.c: Likewise.
33279         * dirent/scandirat64.c: Likewise.
33280         * sysdeps/wordsize-64/alphasort.c: File removed.
33281         * sysdeps/wordsize-64/alphasort64.c: File removed.
33282         * sysdeps/wordsize-64/scandir.c: File removed.
33283         * sysdeps/wordsize-64/scandir64.c: File removed.
33284         * sysdeps/wordsize-64/scandirat.c: File removed.
33285         * sysdeps/wordsize-64/scandirat64.c: File removed.
33286         * sysdeps/wordsize-64/versionsort.c: File removed.
33287         * sysdeps/wordsize-64/versionsort64.c: File removed.
33288         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33289         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33290         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33291         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33292         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33293         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33294         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33295         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33297         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33298         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33299         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33300         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33301         [defined __arch64__ || defined __sparcv9]
33302         (__INO_T_MATCHES_INO64_T): New macro.
33303         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33304         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33305         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33306         * sysdeps/unix/sysv/linux/bits/dirent.h
33307         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33308         (_DIRENT_MATCHES_DIRENT64): New macro.
33310         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33311         Define lockf64 as an alias.
33312         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33313         Define fseeko64 as an alias.
33314         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33315         Define ftello64 as an alias.
33316         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33317         Define _IO_fgetpos64 and fgetpos64 as aliases.
33318         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33319         Define _IO_fsetpos64 and fsetpos64 as aliases.
33320         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33321         Conditionalize body on this.
33322         * libio/fseeko64.c: Likewise.
33323         * libio/ftello64.c: Likewise.
33324         * libio/iofgetpos64.c: Likewise.
33325         * libio/iofsetpos64.c: Likewise.
33326         * sysdeps/wordsize-64/lockf.c: File removed.
33327         * sysdeps/wordsize-64/lockf64.c: File removed.
33328         * sysdeps/wordsize-64/fseeko.c: File removed.
33329         * sysdeps/wordsize-64/fseeko64.c: File removed.
33330         * sysdeps/wordsize-64/ftello.c: File removed.
33331         * sysdeps/wordsize-64/ftello64.c: File removed.
33332         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33333         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33334         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33335         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33336         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33337         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33338         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33339         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33340         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33341         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33342         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33343         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33344         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33345         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33347         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33348         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33349         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33350         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33351         [defined __arch64__ || defined __sparcv9]
33352         (__OFF_T_MATCHES_OFF64_T): New macro.
33353         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33354         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33355         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33356         (__OFF_T_MATCHES_OFF64_T): New macro.
33358 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33360         * stdlib/secure-getenv.c (__secure_getenv): Replace
33361         GLIBC_2_16 with GLIBC_2_17.
33363 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33365         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33366         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33368 2012-08-03  David S. Miller  <davem@davemloft.net>
33370         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33372 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33374         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33375         Remove.
33376         (__ASSUME_CORRECT_SI_PID): Likewise.
33377         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33378         (__ASSUME_TMPFS_NAME): Likewise.
33379         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33380         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33381         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33382         (HAVE_AUX_SECURE): Make definition unconditional.
33383         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33384         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33386 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33388         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33389         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33390         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33391         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33392         __eloop_threshold instead of SYMLOOP_MAX.
33394         * sysdeps/generic/eloop-threshold.h: New file.
33395         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33396         of MAXSYMLINKS.
33397         * elf/chroot_canon.c (chroot_canon): Likewise.
33399 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33401         [BZ #13717]
33402         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33403         Change to 2.6.0 everywhere.
33404         * sysdeps/unix/sysv/linux/configure: Regenerated.
33405         * sysdeps/unix/sysv/linux/kernel-features.h
33406         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33407         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33408         kernel versions.
33409         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33410         (__ASSUME_FUTEX_REQUEUE): Remove.
33411         (__ASSUME_STATFS64): Define unconditionally.
33412         (__ASSUME_AT_SECURE): Likewise.
33413         (__ASSUME_CORRECT_SI_PID): Likewise.
33414         (__ASSUME_TGKILL): Define without depending on kernel version for
33415         i386.
33416         (__ASSUME_UTIMES): Likewise.
33417         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33418         kernel version.
33419         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33420         (__ASSUME_TMPFS_NAME): Likewise.
33421         * README: Update reference to Linux kernel versions.
33423 2012-08-02  Marek Polacek  <polacek@redhat.com>
33425         [BZ# 14150]
33426         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33427         libc_cv_asm_type_prefix with %.
33428         * configure: Regenerated.
33429         * include/libc-symbols.h: Remove comment about
33430         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33431         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33432         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33433         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33434         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33435         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33436         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33437         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33438         * elf/tst-unique2mod1.c: Likewise.
33439         * elf/tst-unique1mod2.c: Likewise.
33440         * elf/tst-unique1mod1.c: Likewise.
33441         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33442         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33443         Replace ASM_TYPE_DIRECTIVE with .type.
33444         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33445         * sysdeps/i386/sysdep.h: Likewise.
33446         * sysdeps/x86_64/sysdep.h: Likewise.
33447         * sysdeps/sh/sysdep.h: Likewise.
33448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33449         Do not define ASM_TYPE_DIRECTIVE.
33450         * sysdeps/powerpc/sysdep.h: Likewise.
33451         * sysdeps/powerpc/powerpc32/sysdep.h:
33452         Replace ASM_TYPE_DIRECTIVE with .type.
33453         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33454         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33455         * sysdeps/i386/fpu/e_powf.S: Likewise.
33456         * sysdeps/i386/fpu/e_expl.S: Likewise.
33457         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33458         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33459         * sysdeps/i386/fpu/e_pow.S: Likewise.
33460         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33461         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33462         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33463         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33464         * sysdeps/i386/fpu/e_log2.S: Likewise.
33465         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33466         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33467         * sysdeps/i386/fpu/e_powl.S: Likewise.
33468         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33469         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33470         * sysdeps/i386/fpu/e_logl.S: Likewise.
33471         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33472         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33473         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33474         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33475         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33476         * sysdeps/i386/fpu/e_log.S: Likewise.
33477         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33478         * sysdeps/i386/fpu/e_logf.S: Likewise.
33479         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33480         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33481         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33482         * sysdeps/i386/fpu/e_log10.S: Likewise.
33483         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33484         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33485         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33486         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33487         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33488         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33489         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33490         * sysdeps/i386/i686/strtok.S: Likewise.
33491         * sysdeps/i386/i386-mcount.S: Likewise.
33492         * sysdeps/i386/strtok.S: Likewise.
33493         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33494         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33495         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33496         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33497         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33498         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33499         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33500         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33501         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33502         * sysdeps/x86_64/_mcount.S: Likewise.
33503         * sysdeps/x86_64/strtok.S: Likewise.
33504         * sysdeps/sh/_mcount.S: Likewise.
33506 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33508         * libio/iofopen.c: Include <fcntl.h>.
33509         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33510         (_IO_fopen64, fopen64): Define as aliases.
33511         * libio/iofopen64.c: Include <fcntl.h>.
33512         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33513         Conditionalize body on this.
33514         * sysdeps/wordsize-64/iofopen.c: File removed.
33515         * sysdeps/wordsize-64/iofopen64.c: File removed.
33517 2012-08-01  Marek Polacek  <polacek@redhat.com>
33519         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33520         Use dlfcn directly instead of a variable.
33521         (binfmt-subdir): Do not define.
33522         (dlfcn): Likewise.
33524 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33526         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33527         Remove all definitions.
33528         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33529         <kernel-features.h>.
33530         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33531         (miss_F_GETOWN_EX): Remove all definitions.
33532         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33533         macro definition.
33534         [!__ASSUME_FCNTL64]: Remove conditional code.
33535         [__ASSUME_FCNTL64]: Make code unconditional.
33536         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33537         <kernel-features.h>.
33538         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33539         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33540         (lockf64) [__NR_fcntl64]: Make code unconditional.
33541         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33543         * sysdeps/unix/sysv/linux/kernel-features.h
33544         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33545         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33546         Make code unconditional.
33547         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33548         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33550         [__NR_vfork]: Make code unconditional.
33551         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33552         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33554         [__NR_vfork]: Make code unconditional.
33555         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33556         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33558 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33560         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33561         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33563         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33564         Define mkstemp64 as an alias.
33565         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33566         Define mkstemps64 as an alias.
33567         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33568         Define mkostemp64 as an alias.
33569         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33570         Define mkostemps64 as an alias.
33571         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33572         Conditionalize body on this.
33573         * misc/mkostemp64.c: Likewise.
33574         * misc/mkostemps64.c: Likewise.
33575         * misc/mkstemps64.c: Likewise.
33576         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33577         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33578         * sysdeps/wordsize-64/mkostemp.c: File removed.
33579         * sysdeps/wordsize-64/mkstemp.c: File removed.
33580         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33581         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33582         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33583         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33585         [BZ #14138]
33586         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33587         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33588         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33589         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33591         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33592         compat_symbol macros from <shlib-compat.h> rather than the underlying
33593         default_symbol_version and symbol_version macros, so that DEFAULT
33594         lines in shlib-versions are respected.
33595         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33597 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33599         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33600         Declare with warn_unused_result.
33601         (setgid, setregid, setegid, setresgid): Likewise.
33602         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33603         Likewise.
33604         * WUR-REPORT: Remove set*id functions.
33606 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33608         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33610 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33612         [BZ #10191]
33613         * include/sys/socket.h (__libc_accept, __libc_accept4):
33614         Add attribute_hidden.
33615         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33617         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33618         use of PTR_MANGLE.
33619         * inet/getnetgrent_r.c (setup): Likewise.
33621         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33623 2012-07-31  David S. Miller  <davem@davemloft.net>
33625         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33627 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33629         [BZ #13629]
33630         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33631         value between 1.0 and 2.0 and smaller part has absolute value less
33632         than 1.0.
33633         * math/s_clog10.c (__clog10): Likewise.
33634         * math/s_clog10f.c (__clog10f): Likewise.
33635         * math/s_clog10l.c (__clog10l): Likewise.
33636         * math/s_clogf.c (__clogf): Likewise.
33637         * math/s_clogl.c (__clogl): Likewise.
33638         * math/libm-test.inc (clog_test): Add more tests.
33639         (clog10_test): Likewise.
33640         * sysdeps/i386/fpu/libm-test-ulps: Update.
33641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33643 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33645         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33646         Exit with zero in case no suitable GID is found, and write a
33647         message to standard error.
33649 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33651         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33652         rather than to 1.
33653         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33654         (MAXPATHLEN): Removed.
33655         (NOGROUP, NODEV): New macros.
33656         (setbit, clrbit, isset, isclr): New macros.
33657         (howmany, roundup, powerof2): New macros.
33658         (DEV_BSIZE): New macro.
33660         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33661         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33663         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33664         definition on [!__NO_LONG_DOUBLE_MATH].
33666         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33667         PTR_MANGLE and PTR_DEMANGLE.
33669         * socket/accept4.c (accept4): Rename to __libc_accept4.
33670         Define accept4 as a weak alias.
33672         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33673         on [_DIRENT_HAVE_D_TYPE].
33674         * io/ftw.c (ftw_dir): Likewise.
33676         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33678         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33680         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33681         Use the BSD numbers rather than the arbitrary ones we had.
33682         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33683         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33684         (SIGXCPU, SIGXFSZ): New macros.
33685         (_NSIG): Now 32.
33687         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33688         initializer on [_LIBC_REENTRANT].
33690         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33691         definitions inside [_POSIX_MAPPED_FILES].
33693         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33695         * dirent/opendir.c: Include <fcntl.h>.
33697         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33698         (__libc_getspecific): Likewise.
33699         (__libc_key_create): Likewise.
33701         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33702         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33703         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33704         (tmpfile64): Define as alias.
33705         * sysdeps/wordsize-64/tmpfile.c: File removed.
33706         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33707         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33708         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33710         * stdio-common/vfscanf.c: Include <stdbool.h>.
33711         * nss/makedb.c: Likewise.
33712         * stdio-common/_i18n_number.h: Likewise.
33713         * argp/argp-help.c: Likewise.
33714         * posix/wordexp.c: Likewise.
33715         * sysdeps/posix/spawni.c: Likewise.
33716         * nss/nss_files/files-initgroups.c: Likewise.
33717         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33718         * nss/nss_files/files-initgroups.c: Likewise.
33719         * nss/nss_db/db-netgrp.c: Likewise.
33720         * nss/nss_db/db-initgroups.c: Likewise.
33721         * io/fchmodat.c: Include <sys/stat.h>.
33723         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33724         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33726         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33727         [HAVE_MMAP].
33729         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33730         Add multiple inclusion protection.
33732 2012-07-27  David S. Miller  <davem@davemloft.net>
33734         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33736 2012-07-27  Gary Benson  <gbenson@redhat.com>
33738         [BZ #14298]
33739         * elf/rtld.c: Include <stap-probe.h>.
33740         (dl_main): Added static probes "init_start" and "init_complete".
33741         * elf/dl-load.c: Include <stap-probe.h>.
33742         (lose): Take new parameter "nsid".
33743         Added static probe "map_failed".
33744         (_dl_map_object_from_fd): Pass namespace id to lose.
33745         Added static probe "map_start".
33746         (open_verify): Pass namespace id to lose.
33747         * elf/dl-open.c: Include <stap-probe.h>.
33748         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33749         and "reloc_complete".
33750         * elf/dl-close.c: Include <stap-probe.h>.
33751         (_dl_close_worker): Added static probes "unmap_start" and
33752         "unmap_complete".
33753         * elf/rtld-debugger-interface.txt: New file documenting the above.
33755 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33757         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33758         rather than a string variable.
33759         * sunrpc/rpc_main.c (h_output): Likewise.
33760         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33762 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33764         * inet/check_native.c: New file.
33766 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33768         [BZ #13629]
33769         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33770         if larger part has absolute value 1.0.
33771         * math/s_clog10.c (__clog10): Likewise.
33772         * math/s_clog10f.c (__clog10f): Likewise.
33773         * math/s_clog10l.c (__clog10l): Likewise.
33774         * math/s_clogf.c (__clogf): Likewise.
33775         * math/s_clogl.c (__clogl): Likewise.
33776         * math/libm-test.inc (clog_test): Add more tests.
33777         (clog10_test): Likewise.
33778         * sysdeps/i386/fpu/libm-test-ulps: Update.
33779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33781         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33782         (pltexit): Likewise.
33783         (La_regs): Likewise.
33784         (La_retval): Likewise.
33785         (int_retval): Likewise.
33786         Update #error for removed macros to refer only to definitions in
33787         tst-audit.h.
33788         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33789         macro.
33790         (pltexit): Likewise.
33791         (La_regs): Likewise.
33792         (La_retval): Likewise.
33793         (int_retval): Likewise.
33794         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33795         macro.
33796         (pltexit): Likewise.
33797         (La_regs): Likewise.
33798         (La_retval): Likewise.
33799         (int_retval): Likewise.
33800         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33801         macro.
33802         (pltexit): Likewise.
33803         (La_regs): Likewise.
33804         (La_retval): Likewise.
33805         (int_retval): Likewise.
33806         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33807         macro.
33808         (pltexit): Likewise.
33809         (La_regs): Likewise.
33810         (La_retval): Likewise.
33811         (int_retval): Likewise.
33812         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33813         macro.
33814         (pltexit): Likewise.
33815         (La_regs): Likewise.
33816         (La_retval): Likewise.
33817         (int_retval): Likewise.
33818         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33819         macro.
33820         (pltexit): Likewise.
33821         (La_regs): Likewise.
33822         (La_retval): Likewise.
33823         (int_retval): Likewise.
33824         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33825         macro definitions in tst-audit.h.
33826         * sysdeps/i386/tst-audit.h: New file.
33827         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33828         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33829         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33830         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33831         * sysdeps/sh/tst-audit.h: Likewise.
33832         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33833         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33834         * sysdeps/x86_64/tst-audit.h: Likewise.
33836 2012-07-26  Andreas Jaeger  <aj@suse.de>
33838         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33839         ptrace.
33841         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33842         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33843         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33844         PTRACE_O_MASK.
33845         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33846         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33847         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33849         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33850         value.
33852         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33853         _sigsys.
33854         (si_call_addr, si_syscall, si_arch): Define new macro.
33855         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33856         _sigsys.
33857         (si_call_addr, si_syscall, si_arch): Define new marcro.
33858         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33859         _sigsys.
33860         (si_call_addr, si_syscall, si_arch): Define new macro.
33861         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33862         _sigsys.
33863         (si_call_addr, si_syscall, si_arch): Define new macro.
33865 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33867         [BZ #13717]
33868         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33869         Change to 2.4.21 where previously 2.4.1.
33870         * sysdeps/unix/sysv/linux/configure: Regenerated.
33871         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33872         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33873         Linux kernel version.
33874         (__ASSUME_STD_AUXV): Remove.
33875         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33876         kernel version.
33877         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33878         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33879         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33880         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33881         (__ASSUME_NETLINK_SUPPORT): Likewise.
33882         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33883         (__no_netlink_support): Remove conditional definition.
33884         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33885         Remove.
33886         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33887         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33888         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33889         (if_nameindex_ioctl): Remove.
33890         (if_nameindex_netlink): Do not handle __no_netlink_support.
33891         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33892         code.
33893         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33894         Remove conditional code.
33895         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33896         code.
33897         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33898         unconditional.
33899         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33900         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33901         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33902         Remove.
33903         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33904         [!__ASSUME_STD_AUXV]: Remove conditional code.
33905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33906         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33907         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33909         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33910         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33911         code.
33912         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33914         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33915         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33916         conditional code.
33917         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33919         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33920         code.
33921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33922         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33923         conditional code.
33924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33925         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33926         code unconditional.
33927         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33928         conditional code.
33929         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33930         unconditional.
33931         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33932         conditional code.
33933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33934         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33935         unconditional.
33936         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33937         conditional code.
33938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33939         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33940         code unconditional.
33941         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33942         conditional code.
33943         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33944         unconditional.
33945         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33946         conditional code.
33947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33948         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33949         code unconditional.
33950         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33951         conditional code.
33952         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33953         unconditional.
33954         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33955         conditional code.
33957 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33959         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33960         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33961         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33962         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33963         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33964         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33965         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33966         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33967         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33968         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33969         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33970         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33971         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33972         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33973         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33974         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33975         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33976         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33977         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33978         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33979         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33980         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33981         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33983 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33985         * Versions.def: Add GLIBC_2.17.
33986         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33987         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33988         Introduce __libc_secure_getenv.
33989         * stdlib/Versions (2.17): Add secure_getenv
33990         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33991         * stdlib/secure-getenv.c: Rename __secure_getenv to
33992         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33993         symbol __secure_getenv for GLIBC_2.0.
33994         * stdlib/tst-secure-getenv.c: New.
33995         * stdlib/Makefile (tests): Add testcase.
33996         * manual/startup.texi (Environment Access): Document
33997         secure_getenv.
33998         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33999         __libc_secure_getenv.
34000         * inet/ruserpass.c (ruserpass): Likewise.
34001         * malloc/mtrace.c (mtrace): Likewise.
34002         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
34003         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
34004         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
34005         * sysdeps/posix/tempname.c: Likewise.  Evaluate
34006         HAVE_SECURE_GETENV.
34007         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
34008         __secure_getenv to __libc_secure_getenv.
34009         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
34010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34011         Likewise.
34012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34013         Likewise.
34014         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34015         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34016         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34017         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34018         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34019         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34020         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
34022 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
34024         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
34025         (struct La_i86_retval): Likewise.
34026         (struct La_x86_64_regs): Likewise.
34027         (struct La_x86_64_retval): Likewise.
34028         (struct La_x32_regs): Likewise.
34029         (struct La_x32_retval): Likewise.
34030         (struct La_ppc32_regs): Likewise.
34031         (struct La_ppc32_retval): Likewise.
34032         (struct La_ppc64_regs): Likewise.
34033         (struct La_ppc64_retval): Likewise.
34034         (struct La_sh_regs): Likewise.
34035         (struct La_sh_retval): Likewise.
34036         (struct La_s390_32_regs): Likewise.
34037         (struct La_s390_32_retval): Likewise.
34038         (struct La_s390_64_regs): Likewise.
34039         (struct La_s390_64_retval): Likewise.
34040         (struct La_sparc32_regs): Likewise.
34041         (struct La_sparc32_retval): Likewise.
34042         (struct La_sparc64_regs): Likewise.
34043         (struct La_sparc64_retval): Likewise.
34044         (struct audit_ifaces): Remove architecture-specific pltenter and
34045         pltexit members.
34046         * sysdeps/i386/ldsodefs.h: New file.
34047         * sysdeps/powerpc/ldsodefs.h: Likewise.
34048         * sysdeps/s390/ldsodefs.h: Likewise.
34049         * sysdeps/sh/ldsodefs.h: Likewise.
34050         * sysdeps/sparc/ldsodefs.h: Likewise.
34051         * sysdeps/x86_64/ldsodefs.h: Likewise.
34053 2012-07-25  Marek Polacek  <polacek@redhat.com>
34055         [BZ #6808]
34056         * math/libm-test.inc (yn_test): Add another test.
34057         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
34058         to ERANGE when the result is +-Inf.
34059         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
34060         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
34061         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
34062         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
34064 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
34066         * conform/data/time.h-data (NULL): Use macro-constant.  Require
34067         equal to 0.
34068         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
34069         clock_t.
34070         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
34072 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
34074         * configure.in <sysdeps resolving>: Correct printing
34075         Implies_before.
34076         * configure: Regenerate.
34078 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
34080         * math/w_ilogb.c: Include <limits.h>.
34081         * math/w_ilogbl.c: Likewise.
34083 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
34085         * manual/lang.texi (__va_copy): Document primarily as ISO C99
34086         va_copy.  Document allowing for unavailable va_copy only as
34087         pre-C99 compatibility.
34088         * manual/string.texi (Copying and Concatenation): Use va_copy
34089         instead of __va_copy in concat example.
34091 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
34093         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
34094         (__sendto): Use create_address_port.  Initialize APORT and deallocate
34095         it if not null.
34097         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
34098         with O_NOLINK passed to __file_name_lookup.
34100         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
34101         with O_NOLINK passed to __file_name_lookup.
34103         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
34104         negative N or less than NGIDS.
34106         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
34107         type to string_t.  Set ERANGE as errno and return it if NAME is not big
34108         enough.  Use memcpy instead of strncpy.
34110 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
34112         * elf/Makefile (check-data): Remove.
34113         (localplt.data): New vpath directive.
34114         ($(objpfx)check-localplt.out): Use localplt.data from vpath
34115         instead of $(check-data).
34116         * scripts/data/localplt-generic.data: Move to ...
34117         * sysdeps/generic/localplt.data: ... here.
34118         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
34119         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
34120         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
34121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
34122         ... here.
34123         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
34124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
34125         ... here.
34126         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
34127         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
34128         ... here.
34129         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
34130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
34131         ... here.
34132         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
34133         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
34134         ... here.
34135         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
34136         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
34137         ... here.
34139 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34141         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
34142         PPC32 and PPC64 files.
34143         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
34144         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
34146 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34148         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
34149         __makecontext_ret to ...
34150         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
34151         ... here and call exit if uc_link is NULL.  New file.
34152         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
34153         __makecontext_ret.S.
34154         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
34155         __makecontext_ret to ...
34156         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
34157         ... here and call exit if uc_link is NULL.  New file.
34158         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
34159         __makecontext_ret.S.
34161 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34163         * elf/elf.h (R_390_IRELATIVE): New definition.
34164         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
34165         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
34166         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
34167         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
34168         (elf_machine_lazy_rel): Likewise.
34169         * sysdeps/s390/dl-irel.h: New file.
34170         * sysdeps/s390/s390-64/memcpy.S: New asm code.
34171         * sysdeps/s390/s390-64/memset.S: New asm code.
34172         * sysdeps/s390/s390-64/memcmp.S: New asm code.
34173         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
34174         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
34175         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
34176         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
34177         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
34178         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
34179         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
34180         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
34181         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
34182         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
34183         * sysdeps/s390/s390-32/memcpy.S: New asm code.
34184         * sysdeps/s390/s390-32/memset.S: New asm code.
34185         * sysdeps/s390/s390-32/memcmp.S: New asm code.
34187 2012-07-17  Marek Polacek  <polacek@redhat.com>
34189         [BZ #14349]
34190         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
34191         * sysdeps/s390/s390-64/configure.in: Likewise.
34192         * sysdeps/sparc/configure.in: Likewise.
34193         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
34194         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
34195         * sysdeps/i386/configure.in: Likewise.
34196         * sysdeps/x86_64/configure.in: Likewise.
34197         * sysdeps/sh/configure.in: Likewise.
34198         * sysdeps/s390/s390-32/configure: Regenerated.
34199         * sysdeps/s390/s390-64/configure: Likewise.
34200         * sysdeps/x86_64/configure: Likewise.
34201         * sysdeps/sh/configure: Likewise.
34202         * sysdeps/powerpc/powerpc64/configure: Likewise.
34203         * sysdeps/powerpc/powerpc32/configure: Likewise.
34204         * sysdeps/sparc/configure: Likwise.
34205         * sysdeps/i386/configure: Likewise.
34207         * elf/dl-open.c: Comment fixes.
34209 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
34211         * Makefile [CXX] (check-data): Remove.
34212         [CXX] (c++-types.data): New vpath directive.
34213         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34214         vpath.  Do not allow for C++ type data being missing.
34215         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34216         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34217         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34218         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34219         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34220         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34221         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34223         ... here.
34224         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34226         ... here.
34227         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34228         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34229         ... here.
34230         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34231         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34232         ... here.
34233         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34234         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34235         ... here.
34236         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34237         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34238         ... here.
34239         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34240         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34241         ... here.
34242         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34243         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34245         * elf/tls-macros.h (TLS_LE): Move architecture-specific
34246         definitions to architecture-specific files.
34247         (TLS_IE): Likewise.
34248         (TLS_LD): Likewise.
34249         (TLS_GD): Likewise.
34250         * sysdeps/i386/tls-macros.h: New file.
34251         * sysdeps/powerpc/tls-macros.h: Likewise.
34252         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34253         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34254         * sysdeps/sh/tls-macros.h: Likewise.
34255         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34256         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34257         * sysdeps/x86_64/tls-macros.h: Likewise.
34259 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34261         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34262         zero value for regular exit case.
34264         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34265         (__start_context): Preserve zero value for regular exit case.
34267 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34268             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34270         * manual/setjmp.texi (setcontext): Clarify normal process
34271         termination when uc_link is the null pointer.
34272         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34273         exit call.
34275 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
34277         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34278         preprocessor.  Test for each exception mask separately.
34280 2012-07-16  Andreas Jaeger  <aj@suse.de>
34282         * po/ru.po: Update from translation team.
34284 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
34286         * conform/data/string.h-data (NULL): Use macro-constant.  Require
34287         equal to 0.
34288         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34289         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34290         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34291         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34292         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34294 2012-07-13  Andreas Jaeger  <aj@suse.de>
34296         * po/fr.po: Update from translation team.
34298 2012-07-12  Marek Polacek  <polacek@redhat.com>
34300         [BZ #14173]
34301         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34302         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34303         loop condition.
34305 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34307         [BZ #13717]
34308         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34309         Change to 2.4.1 where previously 2.4.0.
34310         * sysdeps/unix/sysv/linux/configure: Regenerated.
34311         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34312         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34313         version.
34314         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34315         (__ASSUME_AT_CLKTCK): Remove.
34316         (__ASSUME_AT_PAGESIZE): Likewise.
34317         (__ASSUME_AT_XID): Likewise.
34318         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34319         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34320         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34321         unconditionally.
34322         (HAVE_AUX_PAGESIZE): Likewise.
34323         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34324         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34325         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34327 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34329         [BZ #14307]
34330         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34331         the temporary buffer used to invoke __gethostbyname2_r,
34332         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34333         host_data / struct gaih_addrtuple.
34334         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34335         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34336         header file nss/nsswitch.h.
34337         * nss/nsswitch.h (global scope): Add definition of implementation
34338         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34339         resolv/nss_dns/dns-host.c).
34341 2012-07-11  Andreas Jaeger  <aj@suse.de>
34343         * po/fr.po: Update from translation team.
34345         * po/sv.po: Update from translation team
34346         * po/fr.po: Another update from translation team.
34348 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34350         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34351         for subnormals or multiply small sinh result by itself.
34352         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34355 2012-07-11  David S. Miller  <davem@davemloft.net>
34357         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34359 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34361         [BZ #14347]
34362         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34363         (INTERNAL_MARK): Shift it here.
34365 2012-07-10  Marek Polacek  <polacek@redhat.com>
34367         [BZ #14151]
34368         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34369         libc_cv_asm_global_directive with .globl.
34370         * configure: Regenerated.
34371         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34372         with .globl.
34373         * sysdeps/i386/configure: Regenerated.
34374         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34375         with .globl.
34376         * sysdeps/x86_64/configure: Regenerated.
34377         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34378         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34379         * elf/tst-unique2mod2.c: Likewise.
34380         * elf/tst-unique2mod1.c: Likewise.
34381         * elf/tst-unique1mod2.c: Likewise.
34382         * elf/tst-unique1mod1.c: Likewise.
34383         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34384         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34385         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34386         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34387         * sysdeps/mach/sysdep.h: Likewise.
34388         * sysdeps/i386/sysdep.h: Likewise.
34389         * sysdeps/i386/i386-mcount.S: Likewise.
34390         * sysdeps/x86_64/_mcount.S: Likewise.
34391         * sysdeps/x86_64/sysdep.h: Likewise.
34392         * sysdeps/sh/_mcount.S: Likewise.
34393         * sysdeps/sh/sysdep.h: Likewise.
34394         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34395         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34396         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34397         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34398         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34399         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34400         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34401         * locale/localeinfo.h: Likewise.
34402         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34403         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34405 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34407         [BZ #14336]
34408         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34409         system".
34410         * manual/message.texi (The Uniforum approach): Likewise.
34411         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34412         (glibc iconv Implementation): Likewise.
34414 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34416         [BZ #14337]
34417         * math/s_clog.c (__clog): Avoid scaling a value down where that
34418         could result in underflow.
34419         * math/s_clog10.c (__clog10): Likewise.
34420         * math/s_clog10f.c (__clog10f): Likewise.
34421         * math/s_clog10l.c (__clog10l): Likewise.
34422         * math/s_clogf.c (__clogf): Likewise.
34423         * math/s_clogl.c (__clogl): Likewise.
34424         * math/libm-test.inc (clog_test): Add more tests.
34425         (clog10_test): Likewise.
34426         * sysdeps/i386/fpu/libm-test-ulps: Update.
34427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34429 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34431         [BZ #14283]
34432         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34433         by 7 not 8 to examine high bit of fractional part.
34435         [BZ #14042]
34436         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34437         for call to __mcount_internal.
34438         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34439         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34440         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34442 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34444         [BZ #14154]
34445         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34446         approximation for values within 0x1p-13f of an odd multiple of
34447         pi/4.
34448         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34449         exception.  Add more tests.
34450         * sysdeps/i386/fpu/libm-test-ulps: Update.
34452         [BZ #6778]
34453         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34454         inputs and return -1 for them.  Do not check for +Inf in case not
34455         reachable for +Inf.
34456         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34457         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34458         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34459         and return -1 for them.  Do not check for +Inf in case not
34460         reachable for +Inf.
34461         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34462         define.
34463         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34464         and return -1 for them.  Do not check for +Inf in case not
34465         reachable for +Inf.
34466         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34467         spurious underflow.
34468         * sysdeps/i386/fpu/libm-test-ulps: Update.
34469         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34471 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34473         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34475 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34477         [BZ #14157]
34478         [BZ #14331]
34479         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34480         could result in spurious underflow.  Scale down values above
34481         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34482         * math/s_csqrtf.c (__csqrtf): Likewise.
34483         * math/s_csqrtl.c (__csqrtl): Likewise.
34484         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34485         spurious underflow.
34486         * sysdeps/i386/fpu/libm-test-ulps: Update.
34487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34489 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34491         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34492         xopen-msg.sed.
34493         * catgets/xopen-msg.awk: New file.
34494         * catgets/xopen-msg.sed: Removed.
34496         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34497         po2text.sed.
34498         * intl/po2test.awk: New file.
34499         * intl/po2test.sed: Removed.
34501 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34503         [BZ #14328]
34504         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34505         or multiply small sinh result by itself.
34506         * math/s_ctanf.c (__ctanf): Likewise.
34507         * math/s_ctanh.c (__ctanh): Likewise.
34508         * math/s_ctanhf.c (__ctanhf): Likewise.
34509         * math/s_ctanhl.c (__ctanhl): Likewise.
34510         * math/s_ctanl.c (__ctanl): Likewise.
34511         * math/libm-test.inc (ctan_test_tonearest): New function.
34512         (ctan_test_towardzero): Likewise.
34513         (ctan_test_downward): Likewise.
34514         (ctan_test_upward): Likewise.
34515         (ctanh_test_tonearest): Likewise.
34516         (ctanh_test_towardzero): Likewise.
34517         (ctanh_test_downward): Likewise.
34518         (ctanh_test_upward): Likewise.
34519         (main): Call these new functions.
34520         * sysdeps/i386/fpu/libm-test-ulps: Update.
34521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34523 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34525         * .gitignore: Delete /ports entry.
34527 2012-07-03  Andreas Jaeger  <aj@suse.de>
34529         * po/bg.po: Update from translation team.
34530         * po/cs.po: Likewise.
34531         * po/de.po: Likewise.
34532         * po/hr.po: Likewise.
34533         * po/nl.pl: Likewise.
34534         * po/pl.po: Likewise.
34535         * po/vi.po: Likewise.
34537 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34539         * Makeconfig [!+link] (+link-before-libc): New variable.
34540         [!+link] (+link-after-libc): Likewise.
34541         [!+link] (+link-tests): Likewise.
34542         [!+link] (+link): Define in terms of $(+link-before-libc) and
34543         $(+link-after-libc).
34544         [!+link-static] (+link-static-before-libc): New variable.
34545         [!+link-static] (+link-static-after-libc): Likewise.
34546         [!+link-static] (+link-static-tests): Likewise.
34547         [!+link-static] (+link-static): Define in terms of
34548         $(+link-static-before-libc) and $(+link-static-after-libc).
34549         [build-shared] (link-libc-before-gnulib): New variable.
34550         [build-shared] (link-libc-tests): Likewise.
34551         [build-shared] (link-libc): Define in terms of
34552         $(link-libc-before-gnulib).
34553         [!build-shared] (link-libc-tests): New variable.
34554         (link-libc-static-tests): New variable.
34555         [!gnulib] (gnulib-arch): New variable.
34556         [!gnulib] (gnulib-tests): Likewise.
34557         [!gnulib] (static-gnulib-arch): Likewise.
34558         [!gnulib] (static-gnulib-tests): Likewise.
34559         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34560         Define with "=" instead of ":=".
34561         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34562         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34563         * Rules (binaries-all-notests): New variable.
34564         (binaries-all-tests): Likewise.
34565         (binaries-static-notests): Likewise.
34566         (binaries-static-tests): Likewise.
34567         (binaries-all): Define using $(binaries-all-notests) and
34568         $(binaries-all-tests).
34569         (binaries-static): Define using $(binaries-static-notests) and
34570         $(binaries-static-tests).
34571         (binaries-shared-tests): New variable.
34572         (binaries-shared-notests): Likewise.
34573         (binaries-shared): Remove variable.
34574         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34575         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34576         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34577         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34578         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34579         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34580         * elf/Makefile (sln-modules): New variable.
34581         (extra-objs): Add $(sln-modules:=.o).
34582         (ldconfig-modules): Add static-stubs.
34583         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34584         * elf/static-stubs.c: New file.
34586         [BZ #14283]
34587         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34588         by 7 not 8 to examine high bit of fractional part.  Use volatile
34589         variables when splitting into final array of floats if
34590         __FLT_EVAL_METHOD__ != 0.
34591         * math/libm-test.inc (cos_test): Add another test.
34592         (sin_test): Likewise.
34593         * sysdeps/i386/fpu/libm-test-ulps: Update.
34595         [BZ #14273]
34596         * math/libm-test.inc (cosh_test): Add more tests.
34598         * version.h (RELEASE): Set to "development".
34599         (VERSION): Set to "2.16.90".
34601 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34603         * NEWS: Update copyright. Remove last-updated date.
34604         Mention math library bug fixes and timezone data changes.
34605         * README: Mention GNU/Hurd, x32, and HPPA support status.
34607 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34609         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34611 2012-06-27  Andreas Jaeger  <aj@suse.de>
34613         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34615 2012-06-25  Andreas Jaeger  <aj@suse.de>
34617         * sysdeps/s390/fpu/libm-test-ulps: Update.
34619 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34620             Thomas Schwinge  <thomas@codesourcery.com>
34622         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34623         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34624         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34625         fanotify_mark.
34627 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34629         * sysdeps/mach/start.c: Remove file.
34630         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34631         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34632         * sysdeps/sh/init-first.c: Likewise.
34634         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34635         registers for frame unwinding purposes, add CFI directives.
34636         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34637         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34638         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34639         Likewise.
34641         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34642         __fortify_fail returning.
34643         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34645         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34646         sysdeps/sh/____longjmp_chk.S.
34647         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34648         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34649         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34650         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34652         * sysdeps/sh/abort-instr.h: New file.
34653         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34654         process in case exit returns.
34656         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34657         initialize the GOT register before use.
34659         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34660         calculation of ARGC > 4.
34662         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34663         meaningful names to some local labels.
34665 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34666             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34668         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34669         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34670         (__arch_compare_and_exchange_val_16_acq): Likewise.
34671         (__arch_compare_and_exchange_val_32_acq): Likewise.
34672         (atomic_exchange_and_add): Fix gUSA sequence.
34673         (atomic_add): Likewise.
34674         (atomic_add_negative): Likewise.
34675         (atomic_add_zero): Likewise.
34676         (atomic_bit_test_set): Likewise.
34678 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34680         [BZ #13579]
34681         * include/link.h (struct link_map): Add l_free_initfini.
34682         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34683         l_initfini.
34684         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34685         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34686         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34687         set.
34689 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34691         * configure.in: Use AC_LANG_SOURCE.
34692         * configure: Regenerate.
34694 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34696         * configure.in (libc_cv_localstatedir): New substituted variable.
34697         * configure: Regenerated.
34698         * config.make.in (localstatedir): New variable, substituted from
34699         libc_cv_localstatedir.
34700         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34701         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34702         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34703         * sysdeps/gnu/configure: Regenerated.
34705 2012-06-21  Jeff Law  <law@redhat.com>
34707         [BZ #14277]
34708         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34709         free.  Simplify list management for _LIBC case.
34711 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34713         [BZ #14273]
34714         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34715         Clear sign bit of 64-bit integer value before comparing against
34716         overflow value.
34718         * sysdeps/mach/configure: Regenerated.
34720 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34722         [BZ #14278]
34723         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34725 2012-06-21  Jeff Law  <law@redhat.com>
34727         [BZ #13882]
34728         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34729         uint16_t for elements in the "seen" array to avoid char overflows.
34730         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34731         * elf/dl-open.c (dl_open_worker): Likewise.
34733 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34735         * scripts/list-sources.sh: Scan PORTS for translations.
34736         * po/libc.pot: Regenerated.
34738 2012-06-21  Andreas Jaeger  <aj@suse.de>
34740         [BZ #12194]
34741         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34742         warning.
34743         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34744         * bits/byteswap-16.h (__bswap_16): Likewise.
34745         * bits/byteswap.h (__bswap_constant_16): Likewise.
34747 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34749         [BZ #14117]
34750         * sysdeps/i386/fpu_control.h: Removed.
34751         * sysdeps/x86_64/fpu_control.h: Moved to ...
34752         * sysdeps/x86/fpu_control.h: Here.
34754         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34755         (_FPU_SETCW): Likewise.
34757 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34759         [BZ #14117]
34760         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34761         * sysdeps/x86/fpu/bits/mathinline.h: This.
34762         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34764         [BZ #14050]
34765         [BZ #14117]
34766         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34767         functions if __x86_64__ is defined.
34769 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34771         * string/endian.h: Add !__ASSEMBLER__ condition for including
34772         conversion interfaces.
34774 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34776         [BZ #14241]
34777         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34778         of ABS(x) in calculating zero to negative powers other than odd
34779         integers.
34780         * math/libm-test.inc (pow_test): Add more tests.
34782 2012-06-15  Andreas Jaeger  <aj@suse.de>
34784         * manual/contrib.texi (Contributors): Update entry of Liubov
34785         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34786         Machado Filho.
34788 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34790         * string/string.h: Add __wur to GNU version of strerror_r.
34792 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34794         [BZ #14229]
34795         * string/Makefile (tests): Add tst-strtok_r.
34796         * string/tst-strtok_r.c: New file.
34797         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34798         RAX_LP/RDX_LP on SAVE_PTR.
34800 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34802         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34804 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34806         * libm_test.inc (csqrt_test): Allow more spurious underflow
34807         exceptions.
34808         (j0_test): Likewise.
34809         (j1_test): Likewise.
34810         (y0_test): Likewise.
34811         (y1_test): Likewise.
34813 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34815         * po/Makefile (libc.pot): Use UTF-8 charset.
34817 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34819         [BZ #14210]
34820         Suppress sign-conversion warning from FD_SET.
34821         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34822         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34823         not unsigned long int.
34824         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34826 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34828         [BZ #14050]
34829         [BZ #14117]
34830         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34831         __extern_always_inline instead of __extern_inline.
34832         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34833         (__signbit): Likewise.
34834         (__signbitl): Support C++ namespace.
34835         (lrintf): New inline function.
34836         (lrint): Likewise.
34837         (llrintf): Likewise.
34838         (llrint): Likewise.
34839         (fmaxf): Likewise.
34840         (fmax): Likewise.
34841         (fminf): Likewise.
34842         (fmin): Likewise.
34843         (rint): Likewise.
34844         (rintf): Likewise.
34845         (ceil): Likewise.
34846         (ceilf): Likewise.
34847         (floor): Likewise.
34848         (floorf): Likewise.
34849         (nearbyint): Likewise.
34850         (nearbyintf): Likewise.
34852 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34854         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34855         non-default versions.
34857 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34859         [BZ #14218]
34860         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34862 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34864         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34865         (FE_UPWARD, FE_DOWNWARD): Don't define.
34866         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34867         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34869         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34870         reading it.
34871         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34872         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34874 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34876         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34877         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34878         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34879         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34881 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34883         [BZ #14117]
34884         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34885         * sysdeps/i386/fpu/Implies: New file.
34886         * sysdeps/x86_64/fpu/Implies: Likewise.
34887         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34888         * sysdeps/x86/fpu/bits/fenv.h: This.
34890         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34891         __SSE_MATH__.
34893 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34895         [BZ #14134]
34896         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34897         character 0xffff that matches the last element of the
34898         conversion table.
34900 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34902         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34903         fmodl commit.
34905 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34907         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34908         values higher than 25.6283.
34910 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34912         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34913         subnormal exponent extraction and add some __builtin_expect.
34914         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34915         Fix for subnormal mantissa calculation.
34917 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34919         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34920         cpu2 is -1 and errno is not ENOSYS.
34922 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34924         [BZ #14117]
34925         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34926         * sysdeps/x86/bits/string.h: This.
34927         * sysdeps/x86_64/bits/string.h: Removed.
34929         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34930         if not compiling for x86-64, but compiling for >= i486.
34932         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34933         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34935         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34936         New macro from Linux kernel 3.4.0.
34937         (FP_XSTATE_MAGIC2): Likewise.
34938         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34939         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34940         (struct _fpx_sw_bytes): New struct.
34941         (struct _xsave_hdr): Likewise.
34942         (struct _ymmh_state): Likewise.
34943         (struct _xstate): Likewise.
34945         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34946         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34947         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34948         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34949         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34950         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34952         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34953         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34954         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34955         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34956         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34957         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34959 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34961         [BZ #13743]
34962         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34963         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34964         (sysdep_headers): Include sys/platform/ppc.h.
34965         * sysdeps/powerpc/test-gettimebase.c: Test for
34966         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34967         * manual/Makefile (appendices): Include platform.texi.
34968         * manual/contrib.texi (Contributors): Update @node pointers.
34969         * manual/maint.texi (Maintenance): Likewise.
34970         (Platform): New node.
34971         * manual/platform.texi: New file.  Document the new features.
34973 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34974             Jakub Jelinek  <jakub@redhat.com>
34976         [BZ #14188]
34977         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34978         where __builtin_expect is unavailable.
34980 2012-06-03  David S. Miller  <davem@davemloft.net>
34982         * stdlib/longlong.h: Updated from GCC.
34984 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34986         [BZ #14042]
34987         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34988         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34989         __mcount_internal.
34990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34991         (GLIBC_2.16): Likewise.
34993 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34995         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34997 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
35000         (default-abi): New variable.
35001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
35002         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
35003         variable.
35004         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
35005         Likewise.
35006         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
35007         Likewise.
35008         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
35009         Likewise.
35011         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
35012         definition.  Document in comment.
35014 2012-06-01  David S. Miller  <davem@davemloft.net>
35016         * stdlib/longlong.h: Updated from GCC.
35018 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35020         [BZ #14117]
35021         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
35022         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
35023         sys/debugreg.h sys/io.h here.
35024         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
35025         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
35026         sys/io.h.
35027         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
35028         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
35029         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
35030         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
35031         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
35032         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
35034         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
35035         Define only if __x86_64__ is defined.
35037 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
35039         [BZ #14048]
35040         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
35041         Use int64_t for variable i.
35042         * math/libm-test.inc (fmod_test): Add more tests.
35044         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
35045         z computation is not scheduled after fetestexcept.
35046         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
35047         Use math_force_eval instead of asm to ensure calculation scheduled
35048         before exception test.
35049         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
35050         Ensure a1 + u.d computation is not scheduled after fetestexcept.
35052 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
35054         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
35055         computation is not scheduled after fetestexcept.
35057 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35059         [BZ #14117]
35060         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
35061         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
35063 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35065         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
35066         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
35068 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
35070         [BZ #14117]
35071         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
35072         <bits/wordsize.h>.
35073         (__WCHAR_MIN): Support __WORDSIZE == 64.
35074         (__WCHAR_MAX): Likewise.
35076         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
35077         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
35079         [BZ #14183]
35080         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
35081         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
35083         [BZ #14117]
35084         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
35085         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
35087         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
35088         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
35090         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
35091         Defined to 1 if __x86_64__ isn't defined.
35092         (_STAT_VER_LINUX_OLD): New.
35093         (st_atime): Remove duplicate.
35094         (st_mtime): Likewise.
35095         (st_ctime): Likewise.
35097 2012-05-31  David S. Miller  <davem@davemloft.net>
35099         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
35100         entries.
35102 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
35104         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
35105         gen-libm-test.pl.
35107         [BZ #14132]
35108         * elf/dl-reloc.c: Include <_itoa.h>.
35109         (_dl_reloc_bad_type): Remove use of INTUSE.
35110         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
35111         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
35112         * stdio-common/psiginfo.c (psiginfo): Likewise.
35113         * stdio-common/psignal.c (psignal): Likewise.
35114         * string/strsignal.c (strsignal): Likewise.
35115         * include/signal.h (_sys_siglist): Declare hidden proto.
35116         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
35117         INTVARDEF with libc_hidden_data_def.
35118         * stdio-common/itoa-udigits.c: Likewise.
35119         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
35120         (_itoa_lower_digits_internal): Remove declaration.
35121         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
35122         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
35123         (_sys_sigabbrev_internal): Remove aliases.
35124         (_sys_siglist): Define hidden alias.
35126 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
35128         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35129         bits/sysctl.h.
35131 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
35133         [BZ #14117]
35134         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
35135         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
35137         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
35138         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
35139         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
35140         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
35141         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
35142         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
35144         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
35145         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
35146         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
35148         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
35149         with __addr.
35150         (insw): Likewise.
35151         (insl): Likewise.
35152         (outsb): Likewise.
35153         (outsw): Likewise.
35154         (outsl): Likewise.
35156         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
35157         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
35158         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
35160         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
35161         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
35162         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
35163         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
35164         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
35165         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
35167         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
35168         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
35170         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
35171         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
35173         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
35174         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
35175         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
35177         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
35178         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
35179         to ...
35180         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
35182         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
35183         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
35184         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
35186         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
35187         for x86-64.
35188         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
35190 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
35192         * math/math.h (M_El): Use two more decimal places.
35193         (M_LOG2El): Likewise.
35194         (M_LOG10El): Likewise.
35195         (M_LN2l): Likewise.
35196         (M_LN10l): Likewise.
35197         (M_PIl): Likewise.
35198         (M_PI_2l): Likewise.
35199         (M_PI_4l): Likewise.
35200         (M_1_PIl): Likewise.
35201         (M_2_PIl): Likewise.
35202         (M_2_SQRTPIl): Likewise.
35203         (M_SQRT2l): Likewise.
35204         (M_SQRT1_2l): Likewise.
35206 2012-05-31  David S. Miller  <davem@davemloft.net>
35208         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
35209         values between float registers.
35210         * sysdeps/sparc/sparc64/memset.S: Likewise.
35211         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35213 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
35215         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35216         -D_FORTIFY_SOURCE=1.
35217         (CPPFLAGS-tst-longjmp_chk.c): Define.
35218         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35219         (CPPFLAGS-tst-longjmp_chk2.c): Define.
35220         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35221         CFLAGS-tst-wchar-h.c.
35223 2012-05-31  Marek Polacek  <polacek@redhat.com>
35225         [BZ #14132]
35226         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35227         __endmntent_internal): Remove declaration.
35228         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35229         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35230         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35232 2012-05-30  David S. Miller  <davem@davemloft.net>
35234         * sysdeps/sparc/sparc32/soft-fp/q_util.c
35235         (___Q_simulate_exceptions): Use real FP ops rather than writing
35236         into the %fsr.
35237         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35238         Likewise.
35240 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35242         [BZ #14117]
35243         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35244         * sysdeps/x86/bits/xtitypes.h: This.
35246         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35247         * sysdeps/x86/bits/wordsize.h: This.
35249         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35250         * sysdeps/x86/bits/huge_vall.h: This.
35252         * sysdeps/i386/bits/select.h: Removed.
35253         * sysdeps/x86_64/bits/select.h: Renamed to ...
35254         * sysdeps/x86/bits/select.h: This.
35256         * sysdeps/i386/bits/setjmp.h: Removed.
35257         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35258         * sysdeps/x86/bits/setjmp.h: This.
35260         * sysdeps/i386/bits/mathdef.h: Removed.
35261         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35262         * sysdeps/x86/bits/mathdef.h: This.
35264 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
35266         [BZ #14132]
35267         * include/sys/socket.h (__connect_internal)
35268         (__libc_sa_len_internal): Remove declaration.
35269         (__connect, __libc_sa_len): Declare hidden_proto.
35270         (SA_LEN): Remove use of INTUSE.
35271         * socket/connect.c: Add libc_hidden_def.
35272         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35273         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35274         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35275         alias.
35276         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35277         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35278         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35279         of adding _internal alias.
35281 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35283         [BZ #14117]
35284         * sysdeps/i386/bits/link.h: Removed.
35285         * sysdeps/i386/bits/linkmap.h: Likewise.
35286         * sysdeps/x86_64/bits/link.h: Renamed to ...
35287         * sysdeps/x86/bits/link.h: This.
35288         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35289         * sysdeps/x86/bits/linkmap.h: This.
35291         * sysdeps/i386/bits/endian.h: Removed.
35292         * sysdeps/x86_64/bits/endian.h: Renamed to ...
35293         * sysdeps/x86/bits/endian.h: This.
35295         * sysdeps/i386/bits/byteswap.h: Removed.
35296         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35297         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35298         * sysdeps/x86/bits/byteswap.h: This.
35299         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35300         * sysdeps/x86/bits/byteswap-16.h: This.
35301         * sysdeps/i386/Implies: Add x86.
35302         * sysdeps/x86_64/Implies: Likewise.
35304 2012-05-30  David S. Miller  <davem@davemloft.net>
35306         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35307         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35308         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35309         (FP_TRAPPING_EXCEPTIONS): Define.
35310         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35311         (FP_TRAPPING_EXCEPTIONS): Define.
35312         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35313         subnormals only when inexact has been signalled or underflow
35314         exceptions are enabled.
35315         (_FP_PACK_CANONICAL): Likewise.
35317 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35319         [BZ #14183]
35320         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35321         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35323 2012-05-30  Richard Henderson  <rth@twiddle.net>
35325         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35326         with #ifndef NOT_IN_libc.
35328         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35329         marked to avoid plt entry.
35331 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35333         [BZ #14112]
35334         * Makeconfig (default-abi): New macro.
35335         (abi-includes): Likewise.
35336         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35337         $(abi-$(default-abi)-lib-soname) for soname if defined.
35338         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35339         abi-variants.
35340         * Makefile (installed-stubs): Likewise.
35341         * include/stubs-biarch.h: Removed.
35342         * scripts/lib-names.awk: Only handle one library at a time.
35343         * scripts/soversions.awk: Remove WORDSIZE support.
35344         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35345         entries.
35346         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35347         Removed.
35348         (syscall-list-default-condition): Likewise.
35349         (syscall-list-default-condition): Likewise.
35350         (syscall-list-includes): Likewise.
35351         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35352         syscall-list-* with abi-*.  Handle undefined abi-variants.
35353         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35354         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35355         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35356         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35357         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35358         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35359         Removed.
35360         (syscall-list-32-options): Likewise.
35361         (syscall-list-32-condition): Likewise.
35362         (syscall-list-64-options): Likewise.
35363         (syscall-list-64-condition): Likewise.
35364         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35365         macro.
35366         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35367         Renamed to ...
35368         (abi-*): This.
35369         (abi-64-ld-soname): New macro.
35370         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35371         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35372         Renamed to ...
35373         (abi-*): This.
35374         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35375         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35377 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35379         * sysdeps/unix/sysv/linux/kernel-features.h
35380         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35381         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35382         include <kernel-features.h>.
35383         [!__NR_ftruncate64]: Remove conditional code.
35384         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35385         [__NR_ftruncate64]: Make code unconditional.
35386         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35387         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35388         include <kernel-features.h>.
35389         [!__NR_ftruncate64]: Remove conditional code.
35390         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35391         [__NR_ftruncate64]: Make code unconditional.
35392         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35394         include <kernel-features.h>.
35395         [!__NR_ftruncate64]: Remove conditional code.
35396         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35397         [__NR_ftruncate64]: Make code unconditional.
35398         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35400         include <kernel-features.h>.
35401         [!__NR_ftruncate64]: Remove conditional code.
35402         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35403         [__NR_ftruncate64]: Make code unconditional.
35404         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35406         * configure.in (libc_cv_fpie): Weaken to a compile test using
35407         LIBC_TRY_CC_OPTION.
35408         * configure: Regenerated.
35410 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35412         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35414         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35416         Refreshed.
35417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35418         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35419         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35420         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35421         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35422         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35423         Refreshed.
35425 2012-05-27  David S. Miller  <davem@davemloft.net>
35427         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35428         (___Q_zero): New.
35429         (__Q_simulate_exceptions): Return void.  Change to simulate
35430         exceptions by writing into the %fsr.
35431         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35432         (__Qp_handle_exceptions): Likewise.
35433         (numbers): Delete.
35434         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35435         __Qp_handle_exceptions.
35436         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35437         __Qp_handle_exceptions.
35438         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35439         as unused and give dummy FP_RND_NEAREST initializer.
35440         (FP_INHIBIT_RESULTS): Define.
35441         (___Q_simulate_exceptions): Update declaration.
35442         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35443         formatting.
35444         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35445         as unused and give dummy FP_RND_NEAREST initializer.
35446         (__Qp_handle_exceptions): Update declaration.
35447         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35448         formatting.
35450 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35452         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35453         the temporary FPU control word.
35454         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35455         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35456         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35457         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35458         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35459         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35460         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35461         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35462         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35463         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35464         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35466 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35468         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35469         fields.
35471 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35473         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35474         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35475         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35476         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35477         Likewise.
35478         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35479         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35480         Likewise.
35482 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35484         * po/h.po: Update from translation team.
35486 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35488         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35490         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35491         handling of denormals.
35492         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35493         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35494         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35495         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35496         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35497         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35498         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35499         Likewise.
35501 2012-05-26  Marek Polacek  <polacek@redhat.com>
35503         [BZ #14152]
35504         * math/libm-test.inc (fma_test): Don't always expect underflow
35505         exception.
35507 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35509         [BZ #12416]
35510         * elf/tst-execstack.c: Include stackinfo.h.
35511         (do_test): Adjust test case to ensure that pthread_getattr_np
35512         behaviour remains the same after marking stack executable.
35514 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35516         * sysdeps/unix/sysv/linux/kernel-features.h
35517         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35518         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35519         kernel-features.h.
35520         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35521         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35522         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35523         kernel-features.h.
35524         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35525         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35527 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35529         * configure.in: Define the default includes to being none.
35530         * configure: Regenerated.
35532 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35534         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35535         * sysdeps/x86_64/setjmp.S: Likewise.
35536         * sysdeps/i386/bsd-setjmp.S: Likewise.
35537         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35538         * sysdeps/i386/setjmp.S: Likewise.
35539         * sysdeps/i386/__longjmp.S: Likewise.
35540         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35541         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35543         * include/stap-probe.h: New file.
35544         * configure.in: Handle --enable-systemtap.
35545         * configure: Regenerated.
35546         * config.h.in (USE_STAP_PROBE): New #undef.
35547         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35548         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35549         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35551 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35553         [BZ #13717]
35554         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35555         to 2.4.0 where earlier.
35556         * sysdeps/unix/sysv/linux/configure: Regenerated.
35557         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35558         <kernel-features.h>.
35559         [__ASSUME_32BITUIDS]: Make code unconditional.
35560         [!__ASSUME_32BITUIDS]: Remove conditional code.
35561         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35562         <kernel-features.h>.
35563         [__ASSUME_32BITUIDS]: Make code unconditional.
35564         [!__ASSUME_32BITUIDS]: Remove conditional code.
35565         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35566         [__ASSUME_32BITUIDS]: Make code unconditional.
35567         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35568         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35569         <kernel-features.h>.
35570         [__ASSUME_32BITUIDS]: Make code unconditional.
35571         [!__ASSUME_32BITUIDS]: Remove conditional code.
35572         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35573         <kernel-features.h>.
35574         [__ASSUME_32BITUIDS]: Make code unconditional.
35575         [!__ASSUME_32BITUIDS]: Remove conditional code.
35576         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35577         <kernel-features.h>.
35578         [__ASSUME_32BITUIDS]: Make code unconditional.
35579         [!__ASSUME_32BITUIDS]: Remove conditional code.
35580         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35581         <kernel-features.h>.
35582         [__ASSUME_32BITUIDS]: Make code unconditional.
35583         [!__ASSUME_32BITUIDS]: Remove conditional code.
35584         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35585         <kernel-features.h>.
35586         [__ASSUME_32BITUIDS]: Make code unconditional.
35587         [!__ASSUME_32BITUIDS]: Remove conditional code.
35588         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35589         <kernel-features.h>.
35590         [__ASSUME_32BITUIDS]: Make code unconditional.
35591         [!__ASSUME_32BITUIDS]: Remove conditional code.
35592         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35593         <kernel-features.h>.
35594         [__ASSUME_32BITUIDS]: Make code unconditional.
35595         [!__ASSUME_32BITUIDS]: Remove conditional code.
35596         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35597         <kernel-features.h>.
35598         [__ASSUME_32BITUIDS]: Make code unconditional.
35599         [!__ASSUME_32BITUIDS]: Remove conditional code.
35600         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35601         <kernel-features.h>.
35602         [__ASSUME_32BITUIDS]: Make code unconditional.
35603         [!__ASSUME_32BITUIDS]: Remove conditional code.
35604         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35605         <kernel-features.h>.
35606         [__ASSUME_32BITUIDS]: Make code unconditional.
35607         [!__ASSUME_32BITUIDS]: Remove conditional code.
35608         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35609         <kernel-features.h>.
35610         [__NR_setresgid] (__setresgid): Do not declare.
35611         [__ASSUME_32BITUIDS]: Make code unconditional.
35612         [!__ASSUME_32BITUIDS]: Remove conditional code.
35613         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35614         <kernel-features.h>.
35615         [__NR_setresuid] (__setresuid): Do not declare.
35616         [__ASSUME_32BITUIDS]: Make code unconditional.
35617         [!__ASSUME_32BITUIDS]: Remove conditional code.
35618         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35619         <kernel-features.h>.
35620         [__ASSUME_32BITUIDS]: Make code unconditional.
35621         [!__ASSUME_32BITUIDS]: Remove conditional code.
35622         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35623         <kernel-features.h>.
35624         [__ASSUME_32BITUIDS]: Make code unconditional.
35625         [!__ASSUME_32BITUIDS]: Remove conditional code.
35626         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35627         <kernel-features.h>.
35628         [__ASSUME_32BITUIDS]: Make code unconditional.
35629         [!__ASSUME_32BITUIDS]: Remove conditional code.
35630         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35631         <kernel-features.h>.
35632         [__ASSUME_32BITUIDS]: Make code unconditional.
35633         [!__ASSUME_32BITUIDS]: Remove conditional code.
35634         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35635         <kernel-features.h>.
35636         [__ASSUME_32BITUIDS]: Make code unconditional.
35637         [!__ASSUME_32BITUIDS]: Remove conditional code.
35638         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35639         <kernel-features.h>.
35640         [__ASSUME_32BITUIDS]: Make code unconditional.
35641         [!__ASSUME_32BITUIDS]: Remove conditional code.
35642         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35643         <kernel-features.h>.
35644         [__ASSUME_32BITUIDS]: Make code unconditional.
35645         [!__ASSUME_32BITUIDS]: Remove conditional code.
35646         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35647         <kernel-features.h>.
35648         [__ASSUME_32BITUIDS]: Make code unconditional.
35649         [!__ASSUME_32BITUIDS]: Remove conditional code.
35650         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35651         <kernel-features.h>.
35652         [__ASSUME_32BITUIDS]: Make code unconditional.
35653         [!__ASSUME_32BITUIDS]: Remove conditional code.
35654         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35655         <kernel-features.h>.
35656         [__ASSUME_32BITUIDS]: Make code unconditional.
35657         [!__ASSUME_32BITUIDS]: Remove conditional code.
35658         * sysdeps/unix/sysv/linux/kernel-features.h
35659         (__ASSUME_SETRESUID_SYSCALL): Remove.
35660         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35661         (__ASSUME_32BITUIDS): Likewise.
35662         (__ASSUME_LDT_WORKS): Likewise.
35663         (__ASSUME_O_DIRECTORY): Likewise.
35664         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35665         architecture but not kernel version.
35666         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35667         (__ASSUME_MMAP2_SYSCALL): Likewise.
35668         (__ASSUME_STAT64_SYSCALL): Likewise.
35669         (__ASSUME_IPC64): Likewise.
35670         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35671         <kernel-features.h>.
35672         [__ASSUME_32BITUIDS]: Make code unconditional.
35673         [!__ASSUME_32BITUIDS]: Remove conditional code.
35674         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35675         <kernel-features.h>.
35676         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35677         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35678         132096]: Remove conditional code.
35679         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35680         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35681         <kernel-features.h>.
35682         [__ASSUME_32BITUIDS]: Make code unconditional.
35683         [!__ASSUME_32BITUIDS]: Remove conditional code.
35684         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35685         <kernel-features.h>.
35686         [__ASSUME_32BITUIDS]: Make code unconditional.
35687         [!__ASSUME_32BITUIDS]: Remove conditional code.
35688         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35689         <kernel-features.h>.
35690         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35691         unconditional.
35692         (__setresgid): Do not declare.
35693         [__ASSUME_32BITUIDS]: Make code unconditional.
35694         [!__ASSUME_32BITUIDS]: Remove conditional code.
35695         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35696         <kernel-features.h>.
35697         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35698         unconditional.
35699         (__setresuid): Do not declare.
35700         [__ASSUME_32BITUIDS]: Make code unconditional.
35701         [!__ASSUME_32BITUIDS]: Remove conditional code.
35702         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35703         <kernel-features.h>.
35704         [__ASSUME_32BITUIDS]: Make code unconditional.
35705         [!__ASSUME_32BITUIDS]: Remove conditional code.
35706         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35707         <kernel-features.h>.
35708         [__ASSUME_32BITUIDS]: Make code unconditional.
35709         [!__ASSUME_32BITUIDS]: Remove conditional code.
35711 2012-05-25  Richard Henderson  <rth@twiddle.net>
35713         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35714         dl_hwcap to ifunc resolver.
35715         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35716         elf_ifunc_invoke.
35717         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35718         dl_hwcap to ifunc resolver.
35719         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35721 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35723         [BZ #14153]
35724         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35725         for |x| <= 2**-26, not 2**-57.
35726         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35727         exception.
35729 2012-05-24  Jeff Law  <law@redhat.com>
35731         * stdio-common/Makefile (tests): Add bug25.
35732         * stdio-common/bug25.c: New test.
35734 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35736         [BZ #13576]
35737         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35738         multiple of MALLOC_ALIGNMENT in size.
35739         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35741 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35743         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35744         Require >= 256.
35745         (FILENAME_MAX): Use macro-int-constant.
35746         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35747         (_IOFBF): Use macro-int-constant.
35748         (_IOLBF): Likewise.
35749         (_IONBF): Likewise.
35750         (SEEK_CUR): Likewise.
35751         (SEEK_END): Likewise.
35752         (SEEK_SET): Likewise.
35753         (TMP_MAX): Likewise.
35754         (EOF): Use macro-int-constant.  Require < 0.
35755         (NULL): Use macro-constant.  Require == 0.
35756         (stdin): Require type to be FILE *.
35757         (stdout): Likewise.
35758         (stderr): Likewise.
35759         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35760         macro-int-constant.
35761         (EXIT_SUCCESS): Likewise.
35762         (NULL): Use macro-constant.  Require == 0.
35763         (RAND_MAX): Use macro-int-constant.
35764         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35765         [C99-based standards] (strtof): Require function.
35766         [C99-based standards] (strtold): Likewise.
35767         [C99-based standards] (strtoll): Likewise.
35768         [C99-based standards] (strtoull): Likewise.
35769         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35770         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35771         [ISO || ISO99 || ISO11] (math.h): Likewise.
35772         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35773         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35774         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35776 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35778         [BZ #14132]
35779         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35780         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35781         * intl/dgettext.c (DCGETTEXT): Likewise.
35782         * intl/gettext.c (DCGETTEXT): Likewise.
35783         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35784         * posix/regex_internal.h (gettext): Likewise.
35785         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35786         Remove declaration.
35787         * include/argz.h (__argz_count_internal)
35788         (__argz_stringify_internal): Remove declaration.
35789         (__argz_count, __argz_stringify): Declare hidden proto.
35790         * intl/dcgettext.c: Remove use of INTDEF.
35791         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35792         * string/argz-stringify.c: Likewise.
35793         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35794         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35795         Declare hidden proto.
35796         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35797         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35798         Declare hidden proto.
35799         * include/stdio.h (__asprintf_internal): Don't declare.
35800         (__asprintf): Don't define as macro.  Declare hidden proto.
35801         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35802         (__fsetlocking): Declare hidden proto.
35803         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35804         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35805         hidden proto.
35806         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35807         (_IO_setlinebuf): Remove use of INTUSE.
35808         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35809         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35810         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35811         Remove declaration.
35812         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35813         (_IO_do_flush): Remove use of INTUSE.
35814         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35815         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35816         (_IO_adjust_column, _IO_least_wmarker)
35817         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35818         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35819         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35820         (_IO_default_doallocate, _IO_wdefault_doallocate)
35821         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35822         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35823         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35824         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35825         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35826         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35827         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35828         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35829         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35830         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35831         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35832         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35833         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35834         proto.
35835         (_IO_flush_all_internal, _IO_adjust_column_internal)
35836         (_IO_default_uflow_internal, _IO_default_finish_internal)
35837         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35838         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35839         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35840         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35841         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35842         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35843         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35844         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35845         (_IO_file_close_internal, _IO_file_close_it_internal)
35846         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35847         (_IO_file_init_internal, _IO_file_attach_internal)
35848         (_IO_file_fopen_internal, _IO_file_read_internal)
35849         (_IO_file_sync_internal, _IO_file_seek_internal)
35850         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35851         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35852         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35853         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35854         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35855         (_IO_list_all_internal, _IO_link_in_internal)
35856         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35857         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35858         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35859         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35860         (_IO_do_write_internal, _IO_padn_internal)
35861         (_IO_getline_info_internal, _IO_getline_internal)
35862         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35863         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35864         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35865         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35866         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35867         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35868         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35869         with libc_hidden_ver, remove use of INTUSE.
35870         * libio/genops.c: Likewise.
35871         * libio/freopen.c: Likewise.
35872         * libio/freopen64.c: Likewise.
35873         * libio/iofclose.c: Likewise.
35874         * libio/iofdopen.c: Likewise.
35875         * libio/iofflush.c: Likewise.
35876         * libio/iofflush_u.c: Likewise.
35877         * libio/iofgets.c: Likewise.
35878         * libio/iofgets_u.c: Likewise.
35879         * libio/iofopen.c: Likewise.
35880         * libio/iofopncook.c: Likewise.
35881         * libio/iofread.c: Likewise.
35882         * libio/iofread_u.c: Likewise.
35883         * libio/ioftell.c: Likewise.
35884         * libio/iofwrite.c: Likewise.
35885         * libio/iogetline.c: Likewise.
35886         * libio/iogets.c: Likewise.
35887         * libio/iogetwline.c: Likewise.
35888         * libio/iopadn.c: Likewise.
35889         * libio/iopopen.c: Likewise.
35890         * libio/ioseekoff.c: Likewise.
35891         * libio/ioseekpos.c: Likewise.
35892         * libio/iosetbuffer.c: Likewise.
35893         * libio/iosetvbuf.c: Likewise.
35894         * libio/ioungetc.c: Likewise.
35895         * libio/ioungetwc.c: Likewise.
35896         * libio/iovdprintf.c: Likewise.
35897         * libio/iovsprintf.c: Likewise.
35898         * libio/iovsscanf.c: Likewise.
35899         * libio/memstream.c: Likewise.
35900         * libio/obprintf.c: Likewise.
35901         * libio/oldfileops.c: Likewise.
35902         * libio/oldiofclose.c: Likewise.
35903         * libio/oldiofdopen.c: Likewise.
35904         * libio/oldiofopen.c: Likewise.
35905         * libio/oldiopopen.c: Likewise.
35906         * libio/oldstdfiles.c: Likewise.
35907         * libio/putc.c: Likewise.
35908         * libio/setbuf.c: Likewise.
35909         * libio/setlinebuf.c: Likewise.
35910         * libio/stdfiles.c: Likewise.
35911         * libio/strops.c: Likewise.
35912         * libio/vasprintf.c: Likewise.
35913         * libio/vscanf.c: Likewise.
35914         * libio/vsnprintf.c: Likewise.
35915         * libio/vswprintf.c: Likewise.
35916         * libio/wfiledoalloc.c: Likewise.
35917         * libio/wfileops.c: Likewise.
35918         * libio/wgenops.c: Likewise.
35919         * libio/wmemstream.c: Likewise.
35920         * libio/wstrops.c: Likewise.
35921         * libio/__fpurge.c: Likewise.
35922         * libio/__fsetlocking.c: Likewise.
35923         * assert/assert.c: Likewise.
35924         * debug/fgets_chk.c: Likewise.
35925         * debug/fgets_u_chk.c: Likewise.
35926         * debug/fread_chk.c: Likewise.
35927         * debug/fread_u_chk.c: Likewise.
35928         * debug/gets_chk.c: Likewise.
35929         * debug/obprintf_chk.c: Likewise.
35930         * debug/vasprintf_chk.c: Likewise.
35931         * debug/vdprintf_chk.c: Likewise.
35932         * debug/vsnprintf_chk.c: Likewise.
35933         * debug/vsprintf_chk.c: Likewise.
35934         * malloc/mtrace.c: Likewise.
35935         * misc/error.c: Likewise.
35936         * misc/syslog.c: Likewise.
35937         * stdio-common/asprintf.c: Likewise.
35938         * stdio-common/fxprintf.c: Likewise.
35939         * stdio-common/getw.c: Likewise.
35940         * stdio-common/isoc99_fscanf.c: Likewise.
35941         * stdio-common/isoc99_scanf.c: Likewise.
35942         * stdio-common/isoc99_vfscanf.c: Likewise.
35943         * stdio-common/isoc99_vscanf.c: Likewise.
35944         * stdio-common/isoc99_vsscanf.c: Likewise.
35945         * stdio-common/printf-prs.c: Likewise.
35946         * stdio-common/printf_fp.c: Likewise.
35947         * stdio-common/printf_fphex.c: Likewise.
35948         * stdio-common/printf_size.c: Likewise.
35949         * stdio-common/putw.c: Likewise.
35950         * stdio-common/scanf.c: Likewise.
35951         * stdio-common/sprintf.c: Likewise.
35952         * stdio-common/tmpfile.c: Likewise.
35953         * stdio-common/vfprintf.c: Likewise.
35954         * stdio-common/vfscanf.c: Likewise.
35955         * stdlib/strfmon_l.c: Likewise.
35956         * sunrpc/openchild.c: Likewise.
35957         * sunrpc/xdr_stdio.c: Likewise.
35958         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35959         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35961 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35963         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35965         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35966         in the third column, to generate for the shared library an IFUNC
35967         that uses _dl_vdso_vsym.
35968         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35969         * Makeconfig (object-suffixes-noshared): New variable.
35971         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35972         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35973         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35974         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35976         [BZ #14132]
35977         * include/sys/time.h (__gettimeofday): Remove macro.
35978         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35979         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35980         Remove INTDEF.
35981         (__gettimeofday): Add libc_hidden_def.
35982         (gettimeofday): Add libc_hidden_weak.
35983         * sysdeps/mach/gettimeofday.c: Likewise.
35984         * sysdeps/posix/gettimeofday.c: Likewise.
35985         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35986         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35987         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35988         (__gettimeofday_internal): Remove strong_alias.
35989         (__gettimeofday): Add libc_hidden_def.
35990         (gettimeofday): Add libc_hidden_weak.
35991         * sysdeps/unix/syscalls.list (gettimeofday):
35992         Remove __gettimeofday_internal alias.
35994 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35995             H.J. Lu  <hongjiu.lu@intel.com>
35997         [BZ #12495]
35998         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35999         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
36000         (largebin_index_32_big): New.
36001         (largebin_index): Use it for 16-byte alignment.
36002         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
36003         correction with front_misalign.
36005 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
36007         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
36008         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
36009         Likewise.
36010         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
36011         Likewise.
36012         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
36013         Likewise.
36014         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
36015         Likewise.
36016         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
36017         Likewise.
36018         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
36019         Likewise.
36020         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
36021         Likewise.
36022         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
36023         Likewise.
36024         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
36025         Likewise.
36026         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
36027         Likewise.
36028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
36029         Likewise.
36030         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
36031         Likewise.
36033         * scripts/data/c++-types-x32-linux-gnu.data: New file.
36034         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
36036 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
36038         [BZ #10846]
36039         [BZ #14036]
36040         * math/libm-test.inc (exp_test): Add test from bug 14036.
36041         (pow_test): Add test from bug 10846.
36043         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
36044         and other flags.
36045         (special_function): Do not include flags in test name.
36046         (parse_args): Likewise.
36047         * sysdeps/i386/fpu/libm-test-ulps: Update.
36048         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
36049         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
36050         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
36051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36053         * math/gen-libm-test.pl (%beautify): Add entries for underflow
36054         exceptions.
36055         * math/libm-test.inc ("Philosophy"): Update comment about
36056         exception testing.
36057         (UNDERFLOW_EXCEPTION): New macro.
36058         (UNDERFLOW_EXCEPTION_OK): Likewise.
36059         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
36060         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
36061         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
36062         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
36063         (INVALID_EXCEPTION_OK): Update value.
36064         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
36065         (OVERFLOW_EXCEPTION_OK): Likewise.
36066         (IGNORE_ZERO_INF_SIGN): Likewise.
36067         (test_exceptions): Handle underflow exceptions.
36068         (acos_test): Update for underflow exception expectations.
36069         (cexp_test): Likewise.
36070         (clog_test): Likewise.
36071         (clog10_test): Likewise.
36072         (csqrt_test): Likewise.
36073         (ctan_test): Likewise.
36074         (ctanh_test): Likewise.
36075         (exp_test): Likewise.
36076         (exp10_test): Likewise.
36077         (exp2_test): Likewise.
36078         (expm1_test): Likewise.
36079         (fma_test): Likewise.
36080         (j0_test): Likewise.
36081         (jn_test): Likewise.
36082         (nexttoward_test): Likewise.
36083         (pow_test): Likewise.
36084         (scalbn_test): Likewise.
36085         (scalbln_test): Likewise.
36086         (tan_test): Likewise.
36087         (y1_test): Likewise.
36088         * sysdeps/i386/fpu/libm-test-ulps: Update.
36089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36091 2012-05-23  David S. Miller  <davem@davemloft.net>
36093         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36094         (__libc_sigaction): Remove unused local variables.
36096 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36098         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
36100 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
36102         mktime: avoid signed integer overflow
36103         * time/mktime.c (__mktime_internal): Do not mishandle the case
36104         where diff == INT_MIN.
36106         mktime: simplify computation of average
36107         * time/mktime.c (ranged_convert): Use new time_t_avg function
36108         instead of rolling our own (probably-slower) code.
36110         mktime: do not assume signed right shift propagates sign bit
36111         * time/mktime.c (isdst_differ): New static function.
36112         (__mktime_internal): No need to normalize tm_isdst now.
36113         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
36114         tm_isdst values.
36116         mktime: merge another wrapv change from gnulib
36117         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
36118         from some compilers.
36120         mktime: remove incorrect attempt at unusual arithmetics
36121         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
36122         The code didn't really work on such machines anyway.
36123         (TYPE_MINIMUM): Assume two's complement.
36124         (twos_complement_arithmetic): Verify that long_int and time_t
36125         are two's complement (or unsigned, in the latter case).
36127         mktime: check signed shifts on long_int and time_t, too
36128         * time/mktime.c (SHR): Check that shifts work as desired
36129         on the types long_int and time_t too, as SHR is used on
36130         such types.
36132         mktime: do not assume 'long' is wide enough
36133         * time/mktime.c (verify): Move decl up.
36134         (long_int): New type.
36135         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
36136         to remove assumption in the code that 'long' is wide enough to
36137         store year values.  This assumption is not true on x32 and on
36138         some non-glibc platforms.
36140         mktime: merge wrapv change from gnulib
36141         * time/mktime.c (WRAPV): New macro.
36142         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
36143         (guess_time_tm, __mktime_internal): Do not assume that signed
36144         integer overflow wraps around; modern compilers generate code
36145         where this assumption is no longer valid.
36147 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36149         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36150         Replace "jmp L(pseudo_end)" with "ret".
36151         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
36152         Likewise.
36154 2012-05-23  Andreas Jaeger  <aj@suse.de>
36156         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
36157         * sysdeps/unix/sysv/linux/poll.c: Remove file.
36159 2012-05-23  Andreas Jaeger  <aj@suse.de>
36160             Maximilian Attems  <max@stro.at>
36162         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
36163         New macros.
36165 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36167         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
36168         code so that pseudo_end is just ret and the stack pointer is
36169         correct also for static library in error case.
36171 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
36173         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
36174         move to syscalls.list.
36175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
36176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
36177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
36178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
36180         * manual/install.texi (Running make install): Do not mention Linux
36181         kernel version for which pt_chown is not needed.
36182         (Linux): Do not mention problems with nscd with 2.0 kernels.
36183         * INSTALL: Regenerated.
36185 2012-05-23  Andreas Jaeger  <aj@suse.de>
36187         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
36188         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
36189         macro.
36190         * sysdeps/unix/sysv/linux/s390/bits/mman.h
36191         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36192         * sysdeps/unix/sysv/linux/sh/bits/mman.h
36193         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36194         * sysdeps/unix/sysv/linux/i386/bits/mman.h
36195         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36196         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
36197         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36198         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
36199         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36200         * sysdeps/unix/sysv/linux/bits/in.h
36201         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
36203 2012-05-22  Roland McGrath  <roland@hack.frob.com>
36205         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
36206         (PREPARE_VERSION): Just use assert instead, it will be elided
36207         under [NDEBUG] anyway.
36209 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36211         * sysdeps/unix/sysv/linux/Makefile: Include
36212         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
36213         (sysdep_routines): Remove sysctl.
36214         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36215         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36216         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36217         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36218         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36220 2012-05-22  Andreas Jaeger  <aj@suse.de>
36222         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36223         that pseudo_end is just ret and the stack pointer is correct also
36224         for static library in error case.
36226 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
36228         [BZ #14122]
36229         * nss/nsswitch.c (defconfig_entries): New variable.
36230         (__nss_database_lookup): Don't leak defconfig entries.
36231         (nss_parse_service_list): Don't leak on error paths.
36232         (free_database_entries): New function.
36233         (free_defconfig): New function.
36234         (free_mem): Move common code to free_database_entries.
36236 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36238         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36239         Add arch_prctl.
36240         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36242         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36243         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36244         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36245         New macro.
36246         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36247         (INTERNAL_SYSCALL_TYPES): Likewise.
36248         (LOAD_ARGS_TYPES_[1-6]): Likewise.
36249         (LOAD_REGS_TYPES_[1-6]): Likewise.
36250         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36251         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36253 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36255         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36256         copysignl for GLIBC_2_0.
36257         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36258         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36259         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36260         logbl for GLIBC_2_0.
36261         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36262         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36264 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36266         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36267         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36269         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36270         Use "neg %eax".
36272         * time/mktime.c: Update copyright years.
36274 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36276         mktime: merge comment-quoting-style change from gnulib
36277         * time/mktime.c: Quote 'like this' in comments.
36278         The GNU coding standards suggest that we no longer quote `like this',
36279         as "`" and "'" are typically rendered asymmetrically nowadays.
36280         The typical gnulib style is to quote 'like this' when quoting
36281         code, and "like this" when quoting English.
36283         * time/mktime.c (compile-command): Add "-I.".
36285         mktime: merge mktime-internal.h change from gnulib
36286         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36288         mktime: merge time_r change from gnulib
36289         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36291         mktime: merge DEBUG change from gnulib
36292         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36293         case system <time.h> has a #define.
36295         mktime: merge <sys/types.h> change from gnulib
36296         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36297         since <time.t> is now guaranteed to define time_t.
36299         mktime: merge HAVE_CONFIG_H change from gnulib
36300         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36302 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36304         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36305         Use "neg %eax".
36307         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36308         __rlim_t cast.
36309         (struct rusage): Use anonymous union to pad each field to
36310         __syscall_slong_t.
36312 2012-05-21  David S. Miller  <davem@davemloft.net>
36314         * Makefules (o-iterator): Remove .s cases.
36315         (compile-command.s): Delete.
36316         (COMPILE.s): Delete.
36317         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36319 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36321         * configure.in (libc_cv_predef_stack_protector): Only consider
36322         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36323         * configure: Regenerated.
36325 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36327         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36328         New macro.  Use R*LP on int and pointer.
36329         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36330         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36331         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36332         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36334         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36335         [__WORDSIZE_TIME64_COMPAT32] instead of
36336         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36337         (struct utmp): Likewise.
36338         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36339         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36340         Renamed to ...
36341         (__WORDSIZE_TIME64_COMPAT32): This.
36342         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36343         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36344         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36345         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36346         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36347         (__WORDSIZE_TIME64_COMPAT32): New macro.
36349 2012-05-21  Andreas Jaeger  <aj@suse.de>
36351         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36352         only if [SHARED]. Add prototype for __wcschr_ia32.
36354 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36356         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36357         of %rbp unmolested in the jmp_buf while mangling the low bits.
36358         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36359         unmolested high bits of %rbp while demangling the low bits.
36360         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36362 2012-05-21  Andreas Jaeger  <aj@suse.de>
36364         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36365         * sunrpc/svc_simple.c: Use it for registerrpc.
36366         * sunrpc/xcrypt.c: Use it for passwd2des.
36368         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36370 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36372         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36373         Don't define if [__SYSCALL_WORDSIZE != 32].
36374         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36375         New macro.
36377 2012-05-21  Bruno Haible  <bruno@clisp.org>
36378             Andreas Jaeger  <aj@suse.de>
36380         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36381         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36382         inptr and inend for must_buffer_ch.
36383         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36384         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36385         * stdio-common/Makefile (tests): Remove bug15.
36386         (bug15-ENV): Remove macro.
36387         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36388         anymore.
36390 2012-05-19  Andreas Jaeger  <aj@suse.de>
36391             Roland McGrath  <roland@hack.frob.com>
36393         * manual/contrib.texi: Completely rewritten. It contains now an
36394         alphabetical list of contributors and their contributions.
36396 2012-05-21  Richard Henderson  <rth@twiddle.net>
36398         * misc/getauxval.c (__getauxval): Use unsigned long int.
36399         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36400         (getauxval): Use unsigned long int.
36402 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36404         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36406 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36408         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36409         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36410         __alignof__ (long double).
36412 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36414         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36416 2012-05-20  Richard Henderson  <rth@twiddle.net>
36418         * misc/getauxval.c: New file.
36419         * misc/sys/auxv.h: New file.
36420         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36421         (routines): Add getauxval.
36422         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36423         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36424         * elf/dl-sysdep.c (_dl_auxv): Remove.
36425         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36426         * elf/dl-support.c (_dl_auxv): New variable.
36427         (_dl_aux_init): Initialize it.
36428         * manual/startup.texi (Auxiliary Vector): New node.
36429         * sysdeps/generic/bits/hwcap.h: New file.
36430         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36431         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36432         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36433         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36434         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36435         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36437         Update.
36438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36441         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36442         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36443         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36444         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36445         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36447 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36449         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36451 2012-05-19  David S. Miller  <davem@davemloft.net>
36453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36455 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36457         [BZ #14123]
36458         * math/s_ccosh.c: Include <float.h>
36459         (__ccosh): Avoid internal overflow calculating sinh and cosh
36460         values before multiplying by sin and cos values.
36461         * math/s_ccoshf.c: Likewise.
36462         * math/s_ccoshl.c: Likewise.
36463         * math/s_csin.c: Likewise.
36464         * math/s_csinf.c: Likewise.
36465         * math/s_csinl.c: Likewise.
36466         * math/s_csinh.c: Likewise.
36467         * math/s_csinhf.c: Likewise.
36468         * math/s_csinhl.c: Likewise.
36469         * math/libm-test.inc (ccos_test): Add more tests.
36470         (ccosh_test): Likewise.
36471         (csin_test): Likewise.
36472         (csinh_test): Likewise.
36473         * sysdeps/i386/fpu/libm-test-ulps: Update.
36474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36476 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36478         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36479         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36481         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36483 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36485         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36486         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36487         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36488         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36489         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36490         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36491         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36492         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36493         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36494         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36495         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36496         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36497         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36498         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36499         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36500         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36501         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36502         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36503         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36504         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36505         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36506         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36507         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36508         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36509         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36510         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36511         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36512         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36513         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36514         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36515         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36517 2012-05-18  Andreas Jaeger  <aj@suse.de>
36519         * csu/.gitignore: Delete.
36521 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36523         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36524         (timex): Use __syscall_slong_t.
36526 2012-05-18  Andreas Jaeger  <aj@suse.de>
36527             Carlos O'Donell  <carlos_odonell@mentor.com>
36529         * manual/install.texi (Configuring and compiling): Update
36530         description about files modified in the source directory.
36531         * INSTALL: Regenerated.
36533 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36535         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36536         value.  Use "or" to set return value to -1.
36537         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36538         negate return value.
36540 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36542         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36543         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36544         failure if the compiler has Graphite support disabled.
36545         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36546         Likewise.
36547         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36548         (CFLAGS-memmove.c): Likewise.
36549         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36550         Likewise.
36552 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36554         * sysdeps/x86_64/x32/_itoa.h: New file.
36556         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36557         getdents system call only if kernel and user dirents have the
36558         same d_ino and d_off.
36560         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36561         LLONG_MAX != LONG_MAX.
36562         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36563         (_fitoa_word): Likewise.
36565         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36566         years.
36567         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36568         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36569         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36571         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36572         include <bits/wordsize.h>.  Check __x86_64__ instead of
36573         __WORDSIZE.
36574         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36575         if __x86_64__ is defined.  Use anonymous union on fpstate.
36577         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36578         anonymous union.
36580 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36582         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36583         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36584         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36585         Refer to _rtld_local_ro instead of _rtld_global_ro.
36586         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36587         Likewise.
36588         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36589         Likewise.
36590         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36591         Likewise.
36592         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36593         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36594         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36596         * sysdeps/powerpc/powerpc32/dl-machine.c
36597         (__elf_machine_runtime_setup) [PROF]: Don't reference
36598         _dl_prof_resolve.
36600 2012-05-18  Andreas Jaeger  <aj@suse.de>
36602         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36603         function only available for GCCs before 3.4 since GCC 3.4
36604         introduced a builtin.
36605         (lrint): Likewise.
36606         (llrintf): Likewise.
36607         (llrint): Likewise.
36608         (fmaxf): Likewise.
36609         (fmax): Likewise.
36610         (fminf): Likewise.
36611         (fmin): Likewise.
36612         (rint): Likewise.
36613         (rintf): Likewise.
36614         (nearbyint): Likewise.
36615         (nearbyintf): Likewise.
36616         (ceil): Likewise.
36617         (ceilf): Likewise.
36618         (floor): Likewise.
36619         (floorf): Likewise.
36621 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36623         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36624         on both fields and cast pointer to __syscall_ulong_t.
36626         * bits/types.h (__fsword_t): New type.
36627         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36628         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36629         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36630         (__FSWORD_T_TYPE): Likewise.
36631         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36632         (__FSWORD_T_TYPE): Likewise.
36633         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36634         (__FSWORD_T_TYPE): Likewise.
36635         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36636         (__FSWORD_T_TYPE): Likewise.
36637         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36638         __SWORD_TYPE with __fsword_t.
36639         (statfs64): Likewise.
36641 2012-05-17  David S. Miller  <davem@davemloft.net>
36643         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36645 2012-05-17  Andreas Jaeger  <aj@suse.de>
36647         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36648         warning.
36650 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36652         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36654 2012-05-17  Andreas Jaeger  <aj@suse.de>
36656         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36657         when it is used.
36659 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36661         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36663 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36665         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36666         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36668 2012-05-17  Andreas Jaeger  <aj@suse.de>
36669             Carlos O'Donell  <carlos_odonell@mentor.com>
36671         [BZ #14059]
36672         * sysdeps/x86_64/multiarch/init-arch.h
36673         (bit_YMM_Usable): Rename to...
36674         (bit_AVX_Usable): ... this.
36675         (bit_FMA4_Usable): New macro.
36676         (bit_XMM_state): New macro.
36677         (bit_YMM_state): New macro.
36678         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36679         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36680         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36681         (CPUID_OSXSAVE): New macro.
36682         (CPUID_AVX): New macro.
36683         (CPUID_FMA4): New macro.
36684         (index_YMM_Usable): Rename to...
36685         (index_AVX_Usable): ... this.
36686         (HAS_AVX): Use HAS_ARCH_FEATURE.
36687         (HAS_FMA4): Likewise.
36688         (HAS_YMM_USABLE): Remove.
36689         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36690         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36691         are present.
36692         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36693         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36694         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36695         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36696         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36698 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36700         * math/libm-test.c: Support platforms without multiple rounding modes.
36701         * math/bug-nextafter.c: Support platforms without FP exceptions.
36702         * math/bug-nexttoward.c: Likewise.
36703         * math/test-fenv.c: Likewise.
36704         * math/test-misc.c: Likewise.
36705         * stdlib/bug-getcontext.c: Likewise.
36707 2012-05-17  Andreas Jaeger  <aj@suse.de>
36709         * manual/examples/search.c (critter_cmp): Change signature to
36710         avoid warnings.
36711         * manual/string.texi (Collation Functions): Likewise.
36713 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36715         * bits/types.h: Fold copyright years.
36716         * bits/typesizes.h: Likewise.
36717         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36718         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36719         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36720         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36721         * time/time.h: Likewise.
36723 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36725         [BZ #208]
36726         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36727         in instead of returning them.  Return void.
36728         (__libc_mallinfo): Accumulate over all arenas.
36729         (__malloc_stats): Adjust for change in int_mallinfo interface.
36731 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36733         [BZ #10375]
36734         * configure.in (NM): Add AC_CHECK_TOOL for it.
36735         (libc_extra_cflags): New substituted variable.
36736         Check for -fstack-protector being used implicitly.
36737         * configure: Regenerated.
36738         * config.make.in (config-extra-cflags): New variable,
36739         gets @libc_extra_cflags@.
36740         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36742         [BZ #10375]
36743         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36744         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36745         * configure: Regenerated.
36746         * config.make.in (CPPUNDEFS): New substituted variable.
36747         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36748         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36749         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36751 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36753         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36754         (mq_attr): Use __syscall_slong_t.
36756 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36758         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36759         Check __x86_64__ instead of __WORDSIZE.
36760         (_STAT_VER_LINUX): Likewise.
36761         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36762         __syscall_ulong_t and __syscall_slong_t.
36763         (stat64): Likewise.
36765 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36767         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36769 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36771         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36773 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36775         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36776         __syscall_ulong_t.
36778         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36779         include <bits/wordsize.h>.  Check __x86_64__ instead of
36780         __WORDSIZE.
36781         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36782         defined.
36783         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36785         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36786         include <bits/wordsize.h>.  Check __x86_64__ instead of
36787         __WORDSIZE.
36788         (user_regs_struct): Use "__extension__ unsigned long long"
36789         instead of "unsigned long" if __x86_64__ is defined.
36790         (user): Likewise.  Pad after pointer field if __ILP32__ is
36791         defined.
36793 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36795         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36796         versions 5 to 9.
36797         * configure: Regenerated.
36798         * manual/install.texi (texinfo): Increase version requirement to
36799         4.5 or later.
36800         * INSTALL: Regenerated.
36802         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36804 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36806         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36808         * sysdeps/x86_64/x32/ffs.c: New file.
36810         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36811         __syscall_ulong_t.
36812         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36813         defined.  Use __syscall_ulong_t.
36814         (shminfo): Use __syscall_ulong_t.
36815         (shm_info): Likewise.
36817         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36818         __syscall_ulong_t.
36820         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36821         <bits/wordsize.h>.
36822         (msgqnum_t): Use __syscall_ulong_t.
36823         (msglen_t): Likewise.
36824         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36825         __syscall_ulong_t.
36827         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36828         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36830         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36832         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36833         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36835         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36836         __syscall_slong_t.
36838         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36839         include <bits/wordsize.h>.  Check __x86_64__ instead of
36840         __WORDSIZE.
36842         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36843         "unsigned long long int" if __x86_64__ is defined.
36844         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36846         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36847         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36848         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36850         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36851         <stdint.h>.
36852         (GET_PC): Cast to uintptr_t first.
36853         (GET_FRAME): Likewise.
36854         (GET_STACK): Likewise.
36856         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36857         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36858         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36859         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36860         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36861         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36862         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36863         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36864         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36865         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36866         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36867         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36868         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36869         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36870         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36871         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36872         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36873         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36874         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36875         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36876         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36877         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36878         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36879         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36880         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36881         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36882         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36883         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36884         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36886 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36888         * Makerules (+depfiles): Also collect depfiles from .oS in
36889         $(extra-objs).
36890         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36891         .oS, $(libnldbl-routines)).
36893         * Makerules (native-compile-mkdep-flags): Define.
36894         * sunrpc/Makefile (extra-objs): Add $(addprefix
36895         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36896         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36897         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36898         calling $(make-target-directory).
36900 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36902         * bits/types.h (__snseconds_t): Removed.
36903         * time/time.h (struct timespec): Replace __snseconds_t with
36904         __syscall_slong_t.
36905         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36906         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36907         Likewise.
36908         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36909         (__SNSECONDS_T_TYPE): Likewise.
36910         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36911         (__SNSECONDS_T_TYPE): Likewise.
36912         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36913         (__SNSECONDS_T_TYPE): Likewise.
36915 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36917         * sysdeps/mach/hurd/bits/typesizes.h
36918         (__SYSCALL_SLONG_TYPE): New macro.
36919         (__SYSCALL_ULONG_TYPE): Likewise.
36921 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36923         * bits/types.h (__syscall_slong_t): New type.
36924         (__syscall_ulong_t): Likewise.
36926         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36927         (__SYSCALL_ULONG_TYPE): Likewise.
36928         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36929         (__SYSCALL_SLONG_TYPE): Likewise.
36930         (__SYSCALL_ULONG_TYPE): Likewise.
36931         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36932         (__SYSCALL_SLONG_TYPE): Likewise.
36933         (__SYSCALL_ULONG_TYPE): Likewise.
36934         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36935         (__SYSCALL_SLONG_TYPE): Likewise.
36936         (__SYSCALL_ULONG_TYPE): Likewise.
36938 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36940         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36941         Add sigaltstack-offsets.sym.
36942         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36943         <sigaltstack-offsets.h>.
36944         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36945         longjmp_msg pointer.
36946         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36947         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36948         signal stack.
36949         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36951 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36953         * elf/stackguard-macros.h: Remove file.
36954         * sysdeps/generic/stackguard-macros.h: New file.
36955         * sysdeps/i386/stackguard-macros.h: Likewise.
36956         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36957         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36958         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36959         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36960         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36961         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36962         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36963         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36964         <elf/stackguard-macros.h>.
36966         [BZ #14109]
36967         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36968         __aligned__ in attribute.
36969         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36970         (gregset_t): Likewise.
36972 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36974         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36975         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36976         * sysdeps/x86_64/x32/Implies-after: New file.
36978 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36980         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36981         and access return value for _dl_profile_fixup.  Use R10_LP to
36982         load frame size.
36984 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36986         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36988 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36990         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36991         * sysdeps/x86_64/x32/sysdep.h: New file.
36993 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36995         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36996         * sysdeps/x86_64/setjmp.S: Likewise.
36998 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37000         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
37001         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
37002         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
37003         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
37004         remove unused global constant.
37006 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
37008         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
37009         include of <not-cancel.h>.
37011 2012-05-15  Roland McGrath  <roland@hack.frob.com>
37013         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
37015 2012-05-15  Jeff Law  <law@redhat.com>
37016             Andreas Jaeger  <aj@suse.de>
37018         [BZ #13594]
37019         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
37020         out from...
37021         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
37022         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
37023         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
37024         code changing __hst_map_handle.map.
37026 2012-05-15  Roland McGrath  <roland@hack.frob.com>
37028         * configure.in (sysnames): Look for Implies-before and Implies-after
37029         files.
37030         * configure: Regenerated.
37032 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37034         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
37035         8-byte data alignment with LP_SIZE alignment.
37037 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37039         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
37040         into R10_LP.
37042 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37044         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
37046 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37048         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
37049         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
37050         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
37051         Likewise.
37052         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37054 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37056         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
37057         (stackinfo_sub_sp): Likewise.
37059 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37061         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
37062         RAX_LP.
37064 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37066         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
37067         into R*_LP.
37069 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37071         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
37072         sizes into R*_LP.
37074 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37076         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
37078 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37080         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
37081         into R11_LP and load __x86_64_shared_cache_size_half into
37082         R8_LP.
37084 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37086         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
37087         R8_LP.
37089 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37091         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
37092         logb for POWER7.
37093         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
37094         logbf for POWER7.
37095         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
37096         logbl for POWER7.
37097         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
37098         powerpc32/power7/fpu/s_logb.c via #include.
37099         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
37100         powerpc32/power7/fpu/s_logbf.c via #include.
37101         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
37102         powerpc32/power7/fpu/s_logbl.c via #include.
37104 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
37106         * README.libm: Remove file.
37108 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37110         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
37111         count for x32.  Use R*_LP and omit operand-size suffix.
37113 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37115         * shlib-versions: Move x86_64-.*-linux.* entries to ...
37116         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
37117         * sysdeps/x86_64/x32/shlib-versions: New file.
37119 2012-05-14  Roland McGrath  <roland@hack.frob.com>
37121         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
37122         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
37123         Use _dl_fatal_printf instead.
37125 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37127         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
37128         set if not set by the user.  Do not allow for being unset.
37129         * sysdeps/unix/sysv/linux/configure: Regenerated.
37131 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37133         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
37134         the `q' suffix from lea and replace .quad with ASM_ADDR.
37136 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37138         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
37139         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
37140         instead of $17.
37141         (PTR_DEMANGLE): Likewise.
37143 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37145         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
37146         (LP_OP): Likewise.
37147         (ASM_ADDR): Likewise.
37148         (RAX_LP): Likewise.
37149         (RBP_LP): Likewise.
37150         (RBX_LP): Likewise.
37151         (RCX_LP): Likewise.
37152         (RDI_LP): Likewise.
37153         (RSI_LP): Likewise.
37154         (RSP_LP): Likewise.
37155         (R8_LP): Likewise.
37156         (R9_LP): Likewise.
37157         (R10_LP): Likewise.
37158         (R10_LP): Likewise.
37159         (R11_LP): Likewise.
37160         (R12_LP): Likewise.
37161         (R13_LP): Likewise.
37162         (R14_LP): Likewise.
37163         (R15_LP): Likewise.
37165 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37167         * sysdeps/x86_64/x32/dl-machine.h: New file.
37169 2012-05-14  Andreas Jaeger  <aj@suse.de>
37171         * manual/Makefile (subdir): Remove export of subdir.
37172         (all): Remove target.
37173         (.PHONY): Remove all from list.
37174         (mkinstalldirs): Remove.
37175         (.PHONY): Remove installdirs from list.
37176         ($(inst_infodir)/libc.info): Use make-target-directory.
37177         (installdirs): Remove.
37178         (subdir_%): Remove.
37179         (glibc-targets): Remove.
37180         (lib): Remove.
37181         (stubs): Remove.
37182         ($(objpfx)stubs ../po/manual.pot): Remove.
37183         ($(objpfx)stamp%): Remove.
37184         (make-target-directory): Remove.
37185         (subdir_install): Remove.
37186         (routines): Remove.
37187         (aux): Remove.
37188         (sources): Remove.
37189         (objects): Remove.
37190         (headers): Remove.
37192         [BZ #13750]
37193         * manual/.gitignore: Remove, it's not needed anymore.
37194         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
37195         all files in it.
37196         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
37197         directory.
37198         (texis): Renamed to $(objpfx)texis.
37199         (texis-path): New, contains path to generated files.
37200         (chapters.%): Use texis-path for complete path, add extra argument
37201         libc-texinfo.sh.
37202         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
37203         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
37204         (summary,texi, stamp-summary): Use complete path of
37205         files. Generate files in build dir.
37206         (dir-add.texi): Build in build dir.
37207         (libm-err.texi,stamp-libm-err): Likewise.
37208         (version.texi, stamp-version): Likewise.
37209         (.%c.texi): Likewise.
37210         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
37211         (mostlyclean): Remove target.
37212         (realclean): Remove target.
37213         (generated): Add new variable with contents from mostlyclean and
37214         realclean, remove entries duplicated in common-mostlyclean, add
37215         stamp-libm-err and stamp-version.
37216         (generated-dirs): Add libc directory.
37217         ($(inst_infodir)/libc.info): Install files from build dir.
37219         * manual/install.texi (Configuring and compiling): Adjust since
37220         the info files are not part of the tar ball anymore.
37222 2012-05-14  Andreas Jaeger  <aj@suse.de>
37224         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37225         variable.
37227 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37229         [BZ #13717]
37230         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37231         to 2.2.0 where earlier.
37232         * sysdeps/unix/sysv/linux/configure: Regenerated.
37233         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37234         Remove conditional code.
37235         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37236         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37237         Remove conditional code.
37238         [!__NR_lchown]: Likewise.
37239         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37240         [__NR_lchown]: Likewise.
37241         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37242         comment referencing __ASSUME_LCHOWN_SYSCALL.
37243         * sysdeps/unix/sysv/linux/i386/sigaction.c
37244         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37245         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37246         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37247         Remove conditional code.
37248         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37249         (__protocol_available): Remove #if 0 code.
37250         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37251         conditional code.
37252         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37253         * sysdeps/unix/sysv/linux/kernel-features.h
37254         (__ASSUME_GETCWD_SYSCALL): Don't define.
37255         (__ASSUME_REALTIME_SIGNALS): Likewise.
37256         (__ASSUME_PREAD_SYSCALL): Likewise.
37257         (__ASSUME_PWRITE_SYSCALL): Likewise.
37258         (__ASSUME_POLL_SYSCALL): Likewise.
37259         (__ASSUME_LCHOWN_SYSCALL): Likewise.
37260         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37261         non-SPARC.
37262         (__ASSUME_SIOCGIFNAME): Don't define.
37263         (__ASSUME_MSG_NOSIGNAL): Likewise.
37264         (__ASSUME_SENDFILE): Define unconditionally.
37265         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37266         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37267         conditional code.
37268         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37269         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37270         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37271         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37272         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37273         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37274         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37276         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37277         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37279         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37280         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37282         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37283         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37285         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37286         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37288         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37289         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37291         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37292         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37294         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37295         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37297         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37298         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37299         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37300         Remove conditional code.
37301         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37302         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37303         Remove conditional code.
37304         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37305         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37306         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37307         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37308         Remove conditional code.
37309         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37310         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37311         Remove conditional code.
37312         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37313         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37314         Remove conditional code.
37315         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37316         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37317         Remove conditional code.
37318         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37319         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37320         Remove conditional code.
37321         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37322         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37323         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37324         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37325         * sysdeps/unix/sysv/linux/sigaction.c
37326         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37327         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37328         * sysdeps/unix/sysv/linux/sigpending.c
37329         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37330         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37331         * sysdeps/unix/sysv/linux/sigprocmask.c
37332         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37333         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37334         * sysdeps/unix/sysv/linux/sigsuspend.c
37335         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37336         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37337         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37338         (__libc_missing_rt_sigs): Remove.
37339         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37340         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37341         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37342         Remove conditional code.
37343         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37344         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37345         return 1.
37346         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37347         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37348         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37349         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37351 2012-05-14  Andreas Jaeger  <aj@suse.de>
37353         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37354         it's not used in glibc.
37355         (__coshm1): Likewise.
37356         (__acosh1p): Likewise.
37357         (__sgn): Likewise.
37359         * manual/string.texi (Copying and Concatenation): Add missing
37360         variable in concat example.
37361         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37363 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37365         [BZ #14103]
37366         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37367         __builtin_clzl with __builtin_clzll.
37369 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37371         [BZ #14104]
37372         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37373         libc_freeres_ptr.
37375 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37377         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37378         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37379         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37380         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37382 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37384         * NEWS: Update ia64 info.
37386 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37388         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37389         used as bcopy.
37391 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37393         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37394         * sysdeps/unix/syscalls.list (dup3): Likewise.
37395         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37396         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37398 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37400         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37401         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37403 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37405         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37406         thread pointer.
37407         (TLS_IE): Use mov/add instead of movq/addq to load thread
37408         pointer.
37409         (TLS_GD_PREFIX): New.
37410         (TLS_GD): Use it.
37412 2012-05-11  David S. Miller  <davem@davemloft.net>
37414         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37415         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37416         (_FPU_SETCW): Likewise.
37418 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37420         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37421         is 32-byte aligned.
37423 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37425         [BZ #11837]
37426         * iconvdata/gb18030.c: Update tables.
37427         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37428         characters specially.
37429         (BODY for TO_LOOP): Add encoding of missing ranges.
37431 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37433         [BZ #13673]
37434         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37435         * sysdeps/mach/hurd/dup3.c: Likewise.
37436         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37437         * sysdeps/powerpc/memmove.c:: Likewise.
37439 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37441         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37442         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37444 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37446         * elf/elf.h (R_X86_64_RELATIVE64): New.
37447         (R_X86_64_NUM): Updated.
37448         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37449         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37450         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37451         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37452         tst-quad1pie tst-quad2pie
37453         (modules-names): Add tst-quadmod1 tst-quadmod2.
37454         ($(objpfx)tst-quad1): New dependency.
37455         ($(objpfx)tst-quad2): Likewise.
37456         ($(objpfx)tst-quad1pie): Likewise.
37457         ($(objpfx)tst-quad2pie): Likewise.
37458         * sysdeps/x86_64/tst-quad1.c: New file.
37459         * sysdeps/x86_64/tst-quad1pie.c: New file.
37460         * sysdeps/x86_64/tst-quad2.c: Likewise.
37461         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37462         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37463         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37464         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37465         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37467 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37469         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37470         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37471         * streams/stropts.h (t_scalar_t): Define type.
37473         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37474         (_PATH_PRESERVE): Set to "/var/lib".
37475         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37477         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37478         instead of int.
37480         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37481         if __dir_mkfile succeeded.
37483         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37484         checking for _hurd_dtablesize.  Unlock it right after having
37485         finished _hurd_dtable allocation.
37487 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37489         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37490         * sysdeps/mach/hurd/configure: Regenerated.
37491         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37492         special-casing to...
37493         * sysdeps/gnu/configure.in: ... this new file.
37494         * sysdeps/unix/sysv/linux/configure: Regenerated.
37495         * sysdeps/gnu/configure: New generated file.
37497         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37498         for Linux: use nsec instead of usec, as well as:
37499         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37500         members of type struct timespec.
37501         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37502         New macros.
37503         (struct stat64): Likewise.
37504         (_STATBUF_ST_NSEC): New macro.
37505         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37507         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37508         __strtoul_internal rather than strtoul.
37510 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37512         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37513         and reject them.
37515 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37517         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37518         which preserves existing values.
37519         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37521 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37523         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37524         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37525         greater than FD_SETSIZE.
37527 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37529         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37530         allocated, call __vm_protect to finish enabling the existing space, and
37531         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37532         allocate the remainder.
37534 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37536         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37537         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37539 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37541         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37542         sysdeps/mach/hurd/readlink.c.
37544         * posix/tst-sysconf.c (posix_options): Only use
37545         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37546         _POSIX_SYNCHRONIZED_IO when they are defined
37547         * sysdeps/mach/hurd/bits/posix_opt.h:
37548         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37549         (_XOPEN_REALTIME): Undefine macro.
37550         (_XOPEN_REALTIME_THREADS): Undefine macro.
37551         (_XOPEN_SHM): Undefine macro.
37552         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37553         macro to -1.
37554         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37555         macro to -1.
37556         (_POSIX_ASYNC_IO): Undefine macro.
37557         (_POSIX_PRIORITIZED_IO): Undefine macro.
37558         (_POSIX_SPIN_LOCKS): Define macro to -1.
37560         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37561         SA_NODEFER, SA_RESETHAND.
37562         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37563         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37564         F_DUPFD_CLOEXEC.
37566 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37568         * elf/Makefile (pldd-modules): Define unconditionally.
37570 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37572         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37574 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37576         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37577         Return ENOENT when name is empty.
37578         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37580 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37582         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37584         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37586 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37588         Fix mlock in all cases except non-readable pages.
37589         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37590         instead of VM_PROT_ALL as parameter to __vm_wire function.
37592         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37593         (__mkdir): When path is `/', just fail with EEXIST.
37594         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37596 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37598         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37599         <sys/uio.h> (for writev).
37600         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37601         and <sys/param.h> (for MIN).
37603 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37605         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37606         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37607         if interrupted.
37609 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37611         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37612         Depend on against $(link-rpcuserlibs).
37614 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37616         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37617         (__libc_stack_end): Do not use attribute_relro.
37618         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37619         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37620         to libthread-provided value.
37621         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37622         attribute_relro.
37624 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37626         [BZ #3748]
37627         * bits/libc-lock.h (__libc_once_get): New macro.
37628         * sysdeps/mach/bits/libc-lock.h: Likewise.
37629         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37630         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37631         instead of using implementation details.
37633         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37634         * libio/freopen.c: Likewise.
37635         * libio/freopen64.c: Likewise.
37636         * misc/syslog.c: Likewise.
37637         * nscd/connections.c: Likewise.
37638         * nscd/netgroupcache.c: Likewise.
37639         * sysdeps/posix/getcwd.c: Likewise.
37641 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37643         * math/w_ilogbf.c: Add #include <limits.h>.
37645 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37647         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37648         path instead of returning without unlocking.
37650         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37651         immediate-write ioctls.
37652         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37654 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37656         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37657         __builtin_frame_address instead of making assumptions about the
37658         location of the return address relative to DATA.  Force early load of
37659         the return address.
37660         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37661         __builtin_frame_address.
37663         dup3 for GNU Hurd.
37664         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37665         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37666         implement dup3 and do some further code clean-ups.
37667         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37668         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37670 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37672         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37674         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37675         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37676         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37677         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37678         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37679         d->port.lock.
37681         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37682         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37683         when handler == SIG_ERR, not when handler != SIG_ERR.
37685 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37687         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37688         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37689         definitions.
37691         accept4 for GNU Hurd.
37692         * include/sys/socket.h (__libc_accept4): New prototype.
37693         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37694         to implement __libc_accept4.
37695         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37696         __libc_accept4.
37697         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37699         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37700         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37701         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37702         signal-defines.sym.
37704 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37706         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37708 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37710         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37711         assertion on O_CLOEXEC flag.
37712         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37713         * hurd/intern-fd.c: Likewise.
37714         * hurd/port2fd.c: Likewise.
37716 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37718         [BZ #3906]
37719         * bits/in.h (IPV6_PKTINFO): Define new macro.
37720         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37722 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37724         [BZ #13954]
37725         [BZ #13955]
37726         [BZ #13956]
37727         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37728         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37729         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37730         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37731         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37732         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37733         * math/libm-test.inc (logb_test) : Additional logb tests.
37735 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37736             Andreas Jaeger  <aj@suse.de>
37738         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37739         * configure: Regenerated.
37740         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37741         * config.make.in (link-obsolete-rpc): New substituted variable.
37742         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37743         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37744         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37745         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37746         so that libc.a contains the symbols.
37747         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37748         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37749         * sunrpc/auth_none.c: Likewise.
37750         * sunrpc/auth_unix.c: Likewise.
37751         * sunrpc/authdes_prot.c: Likewise.
37752         * sunrpc/authuxprot.c: Likewise.
37753         * sunrpc/clnt_gen.c: Likewise.
37754         * sunrpc/clnt_perr.c: Likewise.
37755         * sunrpc/clnt_raw.c: Likewise.
37756         * sunrpc/clnt_simp.c: Likewise.
37757         * sunrpc/clnt_tcp.c: Likewise.
37758         * sunrpc/clnt_udp.c: Likewise.
37759         * sunrpc/clnt_unix.c: Likewise.
37760         * sunrpc/des_crypt.c: Likewise.
37761         * sunrpc/des_soft.c: Likewise.
37762         * sunrpc/get_myaddr.c: Likewise.
37763         * sunrpc/key_call.c: Likewise.
37764         * sunrpc/key_prot.c: Likewise.
37765         * sunrpc/netname.c: Likewise.
37766         * sunrpc/pm_getmaps.c: Likewise.
37767         * sunrpc/pm_getport.c: Likewise.
37768         * sunrpc/pmap_clnt.c: Likewise.
37769         * sunrpc/pmap_prot.c: Likewise.
37770         * sunrpc/pmap_prot2.c: Likewise.
37771         * sunrpc/pmap_rmt.c: Likewise.
37772         * sunrpc/publickey.c: Likewise.
37773         * sunrpc/rpc_cmsg.c: Likewise.
37774         * sunrpc/rpc_common.c: Likewise.
37775         * sunrpc/rpc_dtable.c: Likewise.
37776         * sunrpc/rpc_prot.c: Likewise.
37777         * sunrpc/rpc_thread.c: Likewise.
37778         * sunrpc/rtime.c: Likewise.
37779         * sunrpc/svc.c: Likewise.
37780         * sunrpc/svc_auth.c: Likewise.
37781         * sunrpc/svc_raw.c: Likewise.
37782         * sunrpc/svc_run.c: Likewise.
37783         * sunrpc/svc_tcp.c: Likewise.
37784         * sunrpc/svc_udp.c: Likewise.
37785         * sunrpc/svc_unix.c: Likewise.
37786         * sunrpc/svcauth_des.c: Likewise.
37787         * sunrpc/xcrypt.c: Likewise.
37788         * sunrpc/xdr.c: Likewise.
37789         * sunrpc/xdr_array.c: Likewise.
37790         * sunrpc/xdr_float.c: Likewise.
37791         * sunrpc/xdr_intXX_t.c: Likewise.
37792         * sunrpc/xdr_mem.c: Likewise.
37793         * sunrpc/xdr_rec.c: Likewise.
37794         * sunrpc/xdr_ref.c: Likewise.
37795         * sunrpc/xdr_sizeof.c: Likewise.
37796         * sunrpc/xdr_stdio.c: Likewise.
37798 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37800         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37801         change.  Update copyright years.
37803 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37805         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37807 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37808             Joseph Myers  <joseph@codesourcery.com>
37809             Paul Pluzhnikov  <ppluzhnikov@google.com>
37811         [BZ #14012]
37812         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37813         requiring rpcgen.
37814         [cross-compiling] (extra-libs): Likewise.
37815         [cross-compiling] (extra-libs-others): Likewise.
37816         [cross-compiling] (librpcsvc-routines): Likewise.
37817         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37818         [cross-compiling] (omit-deps): Likewise.
37819         (sunrpc-CPPFLAGS): New variable.
37820         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37821         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37822         (cross-rpcgen-objs): New variable.
37823         (extra-objs): Append $(cross-rpcgen-objs).
37824         ($(cross-rpcgen-objs)): New rule.
37825         ($(objpfx)cross-rpcgen): Likewise.
37826         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37827         comment.
37828         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37829         ($(objpfx)x%.stmp): Likewise.
37830         * sunrpc/proto.h [IS_IN_build] (_): Define.
37831         [IS_IN_build] (_libc_intl_domainname): Likewise.
37833 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37835         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37836         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37837         and R_X86_64_TPOFF64.
37839 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37841         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37842         sysdeps/unix/sysv/syscalls.list.
37843         (stime): Likewise.
37844         (utime): Likewise.
37845         * sysdeps/unix/sysv/syscalls.list: Remove file.
37847 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37849         [BZ #3440]
37850         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37851         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37852         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37853         (__LC_IDENTIFICATION): Make these macros useful in #if
37854         expressions, as required by C99.
37856 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37858         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37859         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37860         after this.
37862 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37864         * stdlib/longlong.h: Updated from GCC.
37866 2012-05-09  Andreas Jaeger  <aj@suse.de>
37868         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37869         default is first entry.
37870         (run_mode): Set type.
37871         (main): Remove informal message about syslog.
37872         (options): Fix typo.
37874         [BZ #14053]
37875         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37876         to asm.
37877         (lrint): Likewise.
37878         (llrintf): Likewise.
37879         (llrint): Likewise.
37880         (rint): Likewise.
37881         (rintf): Likewise.
37882         (nearbyint): Likewise.
37883         (nearbyintf): Likewise.
37885 2012-05-09  Andreas Jaeger  <aj@suse.de>
37886             Pedro Alves  <palves@redhat.com>
37888         * nscd/nscd.c (run_mode): Use enum.
37889         (main): Cleanup coding style issue.
37891 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37892             Andreas Jaeger  <aj@suse.de>
37894         * nscd/nscd.c (go_background): Replaced with...
37895         (run_mode): ... this.
37896         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37897         (options): Add -F --foreground.
37898         (main): Implement it.
37899         (parse_opt): Parse it.
37901 2012-05-09  Andreas Jaeger  <aj@suse.de>
37903         [BZ #14083]
37904         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37905         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37906         -Wconversion warning.
37907         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37908         Likewise.
37910 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37912         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37913         == 0.
37914         (LC_ALL): Use macro-int-constant.
37915         (LC_COLLATE): Likewise.
37916         (LC_CTYPE): Likewise.
37917         (LC_MESSAGES): Likewise.
37918         (LC_MONETARY): Likewise.
37919         (LC_NUMERIC): Likewise.
37920         (LC_TIME): Likewise.
37921         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37922         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37923         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37924         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37925         Specify type.
37926         [C99-based standards] (float_t): Expect type.
37927         [C99-based standards] (double_t): Expect type.
37928         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37929         type.
37930         [C99-based standards] (HUGE_VALL): Likewise.
37931         [C99-based standards] (INFINITY): Likewise.
37932         [C99-based standards] (NAN): Likewise.
37933         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37934         [C99-based standards] (FP_NAN): Likewise.
37935         [C99-based standards] (FP_NORMAL): Likewise.
37936         [C99-based standards] (FP_SUBNORMAL): Likewise.
37937         [C99-based standards] (FP_ZERO): Likewise.
37938         [C99-based standards] (FP_FAST_FMA): Use
37939         optional-macro-int-constant.  Specify type.  Require == 1.
37940         [C99-based standards] (FP_FAST_FMAF): Likewise.
37941         [C99-based standards] (FP_FAST_FMAL): Likewise.
37942         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37943         [C99-based standards] (FP_ILOGBNAN): Likewise.
37944         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37945         Specify type.
37946         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37947         [C99-based standards] (math_errhandling): Specify type.
37948         [ISO99 || ISO11] (signgam): Do not allow.
37949         [non-C99-based standards] (copysignf): Do not allow.
37950         [non-C99-based standards] (exp2f): Likewise.
37951         [non-C99-based standards] (log2f): Likewise.
37952         [non-C99-based standards] (modff): Allow.
37953         [non-C99-based standards] (erff): Do not allow.
37954         [non-C99-based standards] (erfcf): Likewise.
37955         [non-C99-based standards] (gammaf): Likewise.
37956         [non-C99-based standards] (hypotf): Likewise.
37957         [non-C99-based standards] (j0f): Likewise.
37958         [non-C99-based standards] (j1f): Likewise.
37959         [non-C99-based standards] (jnf): Likewise.
37960         [non-C99-based standards] (lgammaf): Likewise.
37961         [non-C99-based standards] (tgammaf): Likewise.
37962         [non-C99-based standards] (y0f): Likewise.
37963         [non-C99-based standards] (y1f): Likewise.
37964         [non-C99-based standards] (ynf): Likewise.
37965         [non-C99-based standards] (isnanf): Likewise.
37966         [non-C99-based standards] (acoshf): Likewise.
37967         [non-C99-based standards] (asinhf): Likewise.
37968         [non-C99-based standards] (atanhf): Likewise.
37969         [non-C99-based standards] (cbrtf): Likewise.
37970         [non-C99-based standards] (expm1f): Likewise.
37971         [non-C99-based standards] (ilogbf): Likewise.
37972         [non-C99-based standards] (log1pf): Likewise.
37973         [non-C99-based standards] (logbf): Likewise.
37974         [non-C99-based standards] (nextafterf): Likewise.
37975         [non-C99-based standards] (remainderf): Likewise.
37976         [non-C99-based standards] (rintf): Likewise.
37977         [non-C99-based standards] (scalbf): Likewise.
37978         [non-C99-based standards] (copysignl): Likewise.
37979         [non-C99-based standards] (exp2l): Likewise.
37980         [non-C99-based standards] (log2l): Likewise.
37981         [non-C99-based standards] (modfl): Allow.
37982         [non-C99-based standards] (erfl): Do not allow.
37983         [non-C99-based standards] (erfcl): Likewise.
37984         [non-C99-based standards] (gammal): Likewise.
37985         [non-C99-based standards] (hypotl): Likewise.
37986         [non-C99-based standards] (j0l): Likewise.
37987         [non-C99-based standards] (j1l): Likewise.
37988         [non-C99-based standards] (jnl): Likewise.
37989         [non-C99-based standards] (lgammal): Likewise.
37990         [non-C99-based standards] (tgammal): Likewise.
37991         [non-C99-based standards] (y0l): Likewise.
37992         [non-C99-based standards] (y1l): Likewise.
37993         [non-C99-based standards] (ynl): Likewise.
37994         [non-C99-based standards] (isnanl): Likewise.
37995         [non-C99-based standards] (acoshl): Likewise.
37996         [non-C99-based standards] (asinhl): Likewise.
37997         [non-C99-based standards] (atanhl): Likewise.
37998         [non-C99-based standards] (cbrtl): Likewise.
37999         [non-C99-based standards] (expm1l): Likewise.
38000         [non-C99-based standards] (ilogbl): Likewise.
38001         [non-C99-based standards] (log1pl): Likewise.
38002         [non-C99-based standards] (logbl): Likewise.
38003         [non-C99-based standards] (nextafterl): Likewise.
38004         [non-C99-based standards] (remainderl): Likewise.
38005         [non-C99-based standards] (rintl): Likewise.
38006         [non-C99-based standards] (scalbl): Likewise.
38007         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38008         [non-C99-based standards] (FP_*): Do not allow.
38009         [C99-based standards] (FP_*): Change to
38010         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38011         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38012         allow.
38013         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
38014         (SIG_ERR): Likewise.
38015         [X/Open-based standards] (SIG_HOLD): Likewise.
38016         (SIG_IGN): Likewise.
38017         (SIGABRT): Use macro-int-constant.  Specify type.  Require
38018         positive value.
38019         (SIGFPE): Likewise.
38020         (SIGILL): Likewise.
38021         (SIGINT): Likewise.
38022         (SIGSEGV): Likewise.
38023         (SIGTER): Likewise.
38024         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
38025         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
38026         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
38027         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
38028         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
38029         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
38030         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
38031         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
38032         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
38033         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
38034         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
38035         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
38036         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
38037         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
38038         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
38039         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
38040         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
38041         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
38042         [X/Open-based standards] (SIGTRAP): Likewise.
38043         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
38044         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
38045         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
38046         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
38047         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38048         allow.
38050 2012-05-08  Ian Wienand  <ianw@vmware.com>
38052         [BZ #14080]
38053         * time/tzset.c (__tzset_parse_tz): Update default rules for
38054         daylight time changes in the Energy Policy Act of 2005.
38056 2012-05-09  Andreas Jaeger  <aj@suse.de>
38058         [BZ #13983]
38059         * elf/ldconfig.c (parse_conf): Change string to make clear that
38060         ldconfig only issued a warning if ld.so.conf does not exist.
38062 2012-05-08  David S. Miller  <davem@davemloft.net>
38064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
38065         movxtod instead of popping the value on the stack.
38067         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38069 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
38071         * config.h.in: Add HAVE_ARM_PCS_VFP.
38073 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
38075         [BZ #13979]
38076         * include/features.h: Warn if user requests __FORTIFY_SOURCE
38077         checking but the checks are disabled for any reason.
38079 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
38081         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
38082         and ELF64_R_TYPE with ELFW(R_TYPE).
38084 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
38086         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
38087         (ulimit): Likewise.
38089         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
38090         (settimeofday): Likewise.
38092 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
38094         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
38095         a struct th_u2 inside the union, and move tu_block/tu_code into
38096         a new th_u3 union of tu_block/tu_code inside of that.  Move
38097         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
38098         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
38099         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
38100         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
38101         (th_stuff): Change to th_u1.tu_stuff.
38102         (th_data): Define.
38103         (th_msg): Change to th_u1.th_u2.tu_data.
38105 2012-05-07  David S. Miller  <davem@davemloft.net>
38107         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38109         [BZ #14074]
38110         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
38111         (SETUP_PIC_REG): Use it.
38112         (SETUP_PIC_REG_LEAF): Use it.
38114 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
38116         [BZ #13885]
38117         [BZ #13923]
38118         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38119         USE_AS_EXPM1L.
38120         (EXPL_FINITE): Likewise.
38121         (FLDLOG): Likewise.
38122         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38123         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38124         e_expl.S.
38125         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38126         USE_AS_EXPM1L.
38127         (EXPL_FINITE): Likewise.
38128         (FLDLOG): Likewise.
38129         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38130         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38131         e_expl.S.
38132         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
38133         test of -max_value argument for long double.
38134         * sysdeps/i386/fpu/libm-test-ulps: Update.
38135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38137 2012-05-06  David S. Miller  <davem@davemloft.net>
38139         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
38140         quad soft-float symbols whose references which are compiler
38141         generated.
38142         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
38144 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
38146         [BZ #13884]
38147         [BZ #13914]
38148         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38149         USE_AS_EXP10L.
38150         (EXPL_FINITE): Likewise.
38151         (FLDLOG): Likewise.
38152         (c0): Likewise.
38153         (c1): Likewise.
38154         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38155         Adjust comments for base varying.
38156         (__expl_finite): Change alias to EXPL_FINITE.
38157         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
38158         e_expl.S.
38159         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
38160         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
38161         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38162         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
38163         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38164         USE_AS_EXP10L.
38165         (EXPL_FINITE): Likewise.
38166         (FLDLOG): Likewise.
38167         (c0): Likewise.
38168         (c1): Likewise.
38169         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38170         Adjust comments for base varying.
38171         (__expl_finite): Change alias to EXPL_FINITE.
38172         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
38173         tests for bugs.
38174         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38176         [BZ #14064]
38177         * math/libm-test.inc (check_float_internal): Correct ulp
38178         calculation for subnormal expected results.
38180 2012-05-06  Andreas Jaeger  <aj@suse.de>
38182         * Makeconfig (+math-flags): New, set to -frounding-math.
38183         (+cflags): Add +math-flags so that all of glibc gets compiled with
38184         it.
38186         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
38188 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
38190         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
38191         Disable one test.
38193         [BZ #13787]
38194         [BZ #13922]
38195         [BZ #14036]
38196         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
38197         (__ieee754_expl): Allow for and saturate large arguments.
38198         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
38199         (u_threshold): Likewise.
38200         (__exp): Call __ieee754_exp before checking for overflow and
38201         underflow.
38202         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
38203         (u_threshold): Likewise.
38204         (__expf): Call __ieee754_expf before checking for overflow and
38205         underflow.
38206         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
38207         (u_threshold): Likewise.
38208         (__expl): Call __ieee754_expl before checking for overflow and
38209         underflow.
38210         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
38211         (__ieee754_expl): Allow for and saturate large arguments.
38212         * math/libm-test.inc (exp_test): Add another test.  Do not allow
38213         missing overflow exception on overflow.
38214         (expm1_test): Do not allow missing overflow exception on overflow.
38216         * sysdeps/i386/fpu/e_expl.c: Move to ...
38217         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
38218         rather than using inline asm.
38219         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38220         * sysdeps/x86_64/fpu/e_expl.S: Copy from
38221         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38223         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38224         (nice): Likewise.
38225         (poll): Likewise.
38226         (signal): Likewise.
38227         (time): Likewise.
38228         (times): Likewise.
38230 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38232         * sysdeps/unix/syscalls.list (adjtime): Add entry from
38233         sysdeps/unix/common/syscalls.list.
38234         (fchmod): Likewise.
38235         (fchown): Likewise.
38236         (ftruncate): Likewise.
38237         (getrusage): Likewise.
38238         (gettimeofday): Likewise.
38239         (setpgid): Likewise.
38240         (setregid): Likewise.
38241         (setreuid): Likewise.
38242         (sigaction): Likewise.
38243         (truncate): Likewise.
38244         (vhangup): Likewise.
38245         * sysdeps/unix/common/syscalls.list: Remove file.
38246         * sysdeps/unix/bsd/Implies: Don't include unix/common.
38247         * sysdeps/unix/sysv/linux/Implies: Likewise.
38249 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
38251         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38252         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38253         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38254         Moved to ...
38255         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38256         Here.
38257         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38258         to ...
38259         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38260         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38261         to ...
38262         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38263         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38264         to ...
38265         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38266         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38267         to ...
38268         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38269         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38270         to ...
38271         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38272         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38273         to ...
38274         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38275         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38276         to ...
38277         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38278         Here.
38279         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38280         to ...
38281         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38282         Here.
38283         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38284         to ...
38285         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38286         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38287         Moved to ...
38288         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38289         Here.
38290         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38291         to ...
38292         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38294 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38296         * sysdeps/unix/common/bits/dirent.h: Remove file.
38297         * sysdeps/unix/common/bits/fcntl.h: Likewise.
38299         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38300         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38301         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38302         * sysdeps/unix/bsd/isatty.c: Likewise.
38303         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38304         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38305         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38307 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38309         [BZ #13563]
38310         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38311         long double comparison inaccuracies.
38312         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38313         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38315 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38317         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38318         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38320 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38322         [BZ #14049]
38323         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38324         nonzero digits before rounding a hex value.
38325         * stdlib/tst-strtod.c (tests): Add another test.
38327 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38329         * sysdeps/s390/fpu/libm-test-ulps: Update.
38331 2012-05-03  Andreas Jaeger  <aj@suse.de>
38333         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38334         does not get optimized out.
38335         (malloc_opt_barrier): New.
38337 2012-05-03  Andreas Jaeger  <aj@suse.de>
38338             Roland McGrath  <roland@hack.frob.com>
38340         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38341         intermediate file deletion.
38342         (generated): Add .symlist files.
38344 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38346         [BZ #13775]
38347         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38348         Redirect under this condition.
38349         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38350         [__USE_GNU] (__dprintf_chk): Not under this condition.
38351         [__USE_GNU] (__vdprintf_chk): Likewise.
38352         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38353         under this condition.
38354         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38355         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38356         [__USE_XOPEN2K8] (vdprintf): Likewise.
38357         [__USE_GNU] (__dprintf_chk): Not under this condition.
38358         [__USE_GNU] (__vdprintf_chk): Likewise.
38359         [__USE_GNU] (dprintf): Likewise.
38360         [__USE_GNU] (vdprintf): Likewise.
38362 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38364         * elf/Makefile (common-generated): Set this instead of generated for
38365         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38366         $(all-built-dso)-derived lists.
38368 2012-05-03  Andreas Jaeger  <aj@suse.de>
38370         * sysdeps/i386/fpu/libm-test-ulps: Update.
38372         * FAQ: Removed.
38373         * FAQ.in: Likewise.
38374         * scripts/gen-FAQ.pl: Likewise.
38375         * manual/install.texi (Installation): Point to online location of
38376         FAQ.
38377         * Makefile (files-for-dist): Remove FAQ.
38378         (FAQ): Remove.
38380 2012-05-02  Allan McRae  <allan@archlinux.org>
38382         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38383         (LDFLAGS-reldepmod5.so): Likewise.
38384         (LDFLAGS-reldep6mod1.so): Likewise.
38385         (LDFLAGS-reldep6mod4.so): Likewise.
38386         (LDFLAGS-reldep8mod3.so): Likewise.
38387         (LDFLAGS-unload4mod1.so): Likewise.
38388         (LDFLAGS-unload4mod2.so): Likewise.
38389         (LDFLAGS-tst-initorder): Likewise.
38390         (LDFLAGS-tst-initordera2.so): Likewise.
38391         (LDFLAGS-tst-initordera3.so): Likewise.
38392         (LDFLAGS-tst-initordera4.so): Likewise.
38393         (LDFLAGS-tst-initorderb2.so): Likewise.
38394         (LDFLAGS-noload): Likewise.
38395         (LDFLAGS-next): Likewise.
38396         (LDFLAGS-order2mod1.so): Likewise.
38397         (LDFLAGS-order2mod2.so): Likewise.
38398         (LDFLAGS-tst-initorder2): Likewise.
38399         (LDFLAGS-tst-initorder2a.so): Likewise.
38400         (LDFLAGS-tst-initorder2b.so): Likewise.
38401         (LDFLAGS-tst-initorder2c.so): Likewise.
38402         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38404 2012-05-02  David S. Miller  <davem@davemloft.net>
38406         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38408 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38410         [BZ #14055]
38411         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38413 2012-05-02  Andreas Jaeger  <aj@suse.de>
38415         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38416         since we manipulate rounding mode.
38417         (CPPFLAGS-test-idouble.c): Likewise.
38418         (CPPFLAGS-test-ifloat.c): Likewise.
38419         (CFLAGS-test-ldouble.c): Likewise.
38420         (CFLAGS-test-double.c): Likewise.
38421         (CFLAGS-test-float.c): Likewise.
38422         (CFLAGS-test-misc.c): Likewise.
38423         (CFLAGS-test-test-fenv.c): Likewise.
38425 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38427         [BZ #2550]
38428         [BZ #2570]
38429         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38430         comparisons to determine direction to adjust input.
38432 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38434         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38435         output to the target.
38437         * scripts/localplt.awk: New file.
38438         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38439         (check-localplt-CFLAGS): Variable removed.
38440         ($(all-built-dso:=.jmprel)): New static pattern rule.
38441         (generated): Add those targets.
38442         (localplt-built-dso): New variable.
38443         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38445         * elf/check-localplt.c: File removed.
38447         * scripts/check-execstack.awk: New file.
38448         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38449         (check-execstack-CFLAGS): Variable removed.
38450         ($(objpfx)check-execstack.h): Target removed.
38451         ($(objpfx)execstack-default): New target.
38452         (generated): Add that instead of check-execstack.h.
38453         ($(all-built-dso:=.phdr)): New static pattern rule.
38454         (generated): Add those targets.
38455         * elf/check-execstack.c: File removed.
38457         * scripts/check-textrel.awk: New file.
38458         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38459         (check-textrel-CFLAGS): Variable removed.
38460         (all-built-dso): Use := to define.o
38461         ($(all-built-dso:=.dyn)): New static pattern rule.
38462         (generated): Add those targets.
38463         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38464         * config.make.in (READELF): New substituted variable.
38465         * elf/check-textrel.c: File removed.
38467 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38469         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38470         allow.
38471         * conform/data/ctype.h-data [C99-based standards] (isblank):
38472         Expect function.
38473         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38474         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38475         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38476         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38477         Specify type.  Require positive value.
38478         (EILSEQ): Likewise.
38479         (ERANGE): Likewise.
38480         [ISO || POSIX] (EILSEQ): Do not expect.
38481         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38482         Specify type.  Require positive value.
38483         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38484         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38485         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38486         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38487         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38488         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38489         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38490         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38491         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38492         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38493         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38494         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38495         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38496         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38497         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38498         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38499         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38500         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38501         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38502         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38503         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38504         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38505         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38506         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38507         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38508         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38509         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38510         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38511         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38512         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38513         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38514         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38515         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38516         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38517         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38518         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38519         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38520         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38521         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38522         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38523         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38524         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38525         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38526         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38527         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38528         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38529         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38530         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38531         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38532         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38533         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38534         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38535         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38536         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38537         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38538         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38539         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38540         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38541         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38542         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38543         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38544         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38545         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38546         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38547         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38548         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38549         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38550         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38551         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38552         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38553         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38554         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38555         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38556         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38557         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38558         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38559         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38560         Require >= 2.
38561         (FLT_ROUNDS): Expect as macro, not constant.
38562         (FLT_MANT_DIG): Use macro-int-constant.
38563         (DBL_MANT_DIG): Likewise.
38564         (LDBL_MANT_DIG): Likewise.
38565         (FLT_DIG): Likewise.
38566         (DBL_DIG): Likewise.
38567         (LDBL_DIG): Likewise.
38568         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38569         (DBL_MIN_EXP): Likewise.
38570         (LDBL_MIN_EXP): Likewise.
38571         (FLT_MAX_EXP): Use macro-int-constant.
38572         (DBL_MAX_EXP): Likewise.
38573         (LDBL_MAX_EXP): Likewise.
38574         (FLT_MAX_10_EXP): Likewise.
38575         (DBL_MAX_10_EXP): Likewise.
38576         (LDBL_MAX_10_EXP): Likewise.
38577         (FLT_MAX): Use macro-constant.
38578         (DBL_MAX): Likewise.
38579         (LDBL_MAX): Likewise.
38580         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38581         (DBL_EPSILON): Likewise.
38582         (LDBL_EPSILON): Likewise.
38583         (FLT_MIN): Likewise.
38584         (DBL_MIN): Likewise.
38585         (LDBL_MIN): Likewise.
38586         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38587         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38588         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38589         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38590         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38591         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38592         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38593         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38594         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38595         [ISO11] (FLT_TRUE_MIN): Likewise.
38596         [ISO11] (LDBL_TRUE_MIN): Likewise.
38597         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38598         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38599         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38600         (SCHAR_MAX): Likewise.
38601         (UCHAR_MAX): Likewise.
38602         (CHAR_MIN): Likewise.
38603         (CHAR_MAX): Likewise.
38604         (MB_LEN_MAX): Use macro-int-constant.
38605         (SHRT_MIN): Use macro-int-constant.  Specify type.
38606         (SHRT_MAX): Likewise.
38607         (USHRT_MAX): Likewise.
38608         (INT_MAX): Likewise.
38609         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38610         bound negative.
38611         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38612         bound with "U".
38613         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38614         bound with "L".
38615         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38616         bound negative.  Suffix upper bound with "L".
38617         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38618         bound with "UL".
38619         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38620         Specify type.
38621         [C99-based standards] (LLONG_MAX): Likewise.
38622         [C99-based standards] (ULLONG_MAX): Likewise.
38623         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38624         == 0.
38625         [ISO11] (max_align_t): Require type.
38626         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38628         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38629         from $CFLAGS, without defining away __attribute__ calls.
38630         (checknamespace): Use $CFLAGS_namespace.
38632         * conform/conformtest.pl (@keywords): Only include C99 keywords
38633         for standards based on C99 or C11.
38635         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38636         Disable tests.
38637         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38638         UNIX98]: Likewise.
38640         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38641         usability of symbols in #if.
38643         * conform/conformtest.pl: If macro or constant types start
38644         "promoted:", expect the symbol to be of the following type
38645         promoted by the integer promotions.
38647         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38648         in one place.  Also handle "macro-constant".
38650         * conform/conformtest.pl: Only accept expected macro values with
38651         "==".  Parse all "macro" lines in one place.
38652         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38654         * conform/conformtest.pl: Handle braced types on "constant" lines
38655         instead of handling "typed-constant".
38656         * conform/data/signal.h-data: Use "constant" instead of
38657         "typed-constant".
38659         * conform/conformtest.pl: Handle "optional-" at start of lines in
38660         one place rather than duplicating several cases.  Handle each
38661         format of "macro" line with initial "optional-".
38663         * conform/conformtest.pl: Only accept expected constant or
38664         optional-constant values with "==".  Parse all "constant" lines in
38665         one place.  Parse all "optional-constant" lines in one place.
38666         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38667         * conform/data/fmtmsg.h-data: Likewise.
38668         * conform/data/netinet/in.h-data: Likewise.
38669         * conform/data/tar.h-data: Likewise.
38670         * conform/data/limits.h-data: Use "==" form on "constant" and
38671         "optional-constant" lines.
38673         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38674         Use -std=c99 for XOPEN2K.
38675         (@knownproblems): Remove.
38676         (newtoken): Don't check %isknown.
38678         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38679         Do not expect macro.
38680         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38681         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38682         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38683         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38684         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38685         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38686         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38687         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38688         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38689         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38690         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38691         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38692         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38693         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38694         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38695         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38696         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38697         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38698         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38699         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38700         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38701         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38702         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38703         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38704         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38705         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38706         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38707         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38708         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38709         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38710         [XPG3] (acosh): Likewise.
38711         [XPG3] (asinh): Likewise.
38712         [XPG3] (atanh): Likewise.
38713         [XPG3] (cbrt): Likewise.
38714         [XPG3] (expm1): Likewise.
38715         [XPG3] (ilogb): Likewise.
38716         [XPG3] (log1p): Likewise.
38717         [XPG3] (logb): Likewise.
38718         [XPG3] (nextafter): Likewise.
38719         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38720         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38721         [XPG3] (remainder): Likewise.
38722         [XPG3] (rint): Likewise.
38723         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38724         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38725         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38726         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38727         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38728         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38729         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38730         [UNIX98 || XOPEN2K] (scalb): Expect.
38731         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38732         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38733         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38734         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38735         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38736         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38737         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38738         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38739         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38740         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38741         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38742         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38743         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38744         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38745         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38746         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38747         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38748         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38749         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38750         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38751         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38752         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38753         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38754         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38755         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38756         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38757         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38758         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38759         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38760         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38761         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38762         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38763         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38764         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38765         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38766         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38767         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38768         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38769         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38770         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38771         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38772         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38773         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38774         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38775         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38776         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38777         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38778         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38779         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38780         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38781         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38782         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38783         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38784         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38785         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38786         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38787         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38788         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38789         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38790         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38791         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38792         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38793         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38794         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38795         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38796         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38797         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38798         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38799         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38800         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38801         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38802         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38803         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38804         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38805         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38806         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38807         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38808         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38809         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38810         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38811         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38812         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38813         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38814         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38815         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38816         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38817         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38818         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38819         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38820         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38821         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38822         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38823         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38824         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38825         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38826         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38827         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38828         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38829         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38830         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38831         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38832         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38833         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38834         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38835         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38836         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38837         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38838         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38839         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38840         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38841         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38842         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38843         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38844         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38845         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38846         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38847         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38848         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38849         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38850         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38851         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38852         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38853         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38854         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38855         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38856         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38857         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38858         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38859         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38860         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38861         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38862         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38863         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38864         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38865         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38866         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38867         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38869         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38870         _XOPEN_SOURCE_EXTENDED for XPG4.
38872         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38874         * Makeconfig (localtime): Remove variable.
38875         (inst_localtime-file): Likewise.
38877 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38880         Update.
38881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38882         Update.
38883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38884         Update.
38885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38886         Update.
38887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38888         Update.
38889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38890         Update.
38891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38892         Update.
38893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38894         Update.
38895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38896         Update.
38898 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38900         [BZ #2550]
38901         [BZ #2570]
38902         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38903         comparisons to determine direction to adjust input.
38904         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38905         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38906         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38907         Likewise.
38908         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38909         Likewise.
38910         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38911         Likewise.
38912         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38913         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38914         Likewise.
38915         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38916         Likewise.
38917         * math/libm-test.inc (nexttoward_test): Add more tests.
38919 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38921         [BZ #14040]
38922         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38923         in version GLIBC_2.1, not GLIBC_2.0.
38924         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38925         Likewise.
38927 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38929         [BZ #13942]
38930         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38931         (1 - x) * (1 + x).
38932         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38933         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38934         * math/libm-test.inc (acos_test): Add more tests.
38935         (asin_test): Likewise.
38936         * sysdeps/i386/fpu/libm-test-ulps: Update.
38937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38939         [BZ #14034]
38940         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38941         of square root.
38942         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38943         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38944         * math/libm-test.inc (acos_test_tonearest): New function.
38945         (acos_test_towardzero): Likewise.
38946         (acos_test_downward): Likewise.
38947         (acos_test_upward): Likewise.
38948         (asin_test_tonearest): Likewise.
38949         (asin_test_towardzero): Likewise.
38950         (asin_test_downward): Likewise.
38951         (asin_test_upward): Likewise.
38952         (main): Call the new functions.
38953         * sysdeps/i386/fpu/libm-test-ulps: Update.
38954         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38956         [BZ #13884]
38957         [BZ #13924]
38958         * math/e_exp10.c: Include <float.h>.
38959         (__ieee754_exp10): Handle underflow here rather than multiplying
38960         large negative argument by M_LN10.
38961         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38962         of __ieee754_expf.
38963         * math/e_exp10l.c: Include <float.h>.
38964         (__ieee754_exp10l): Handle underflow here rather than multiplying
38965         large negative argument by M_LN10l.
38966         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38967         spurious overflow exception on underflow.
38969 2012-04-29  Marek Polacek  <polacek@redhat.com>
38971         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38972         (__fortify_function): New macro.
38973         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38974         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38975         __extern_always_inline.
38976         * libio/bits/stdio2.h: Likewise.
38977         * libio/bits/stdio.h: Likewise.
38978         * string/string.h: Likewise.
38979         * string/bits/string3.h: Likewise.
38980         * include/stdio.h: Likewise.
38981         * stdlib/bits/stdlib.h: Likewise.
38982         * stdlib/stdlib.h: Likewise.
38983         * rt/bits/mqueue2.h: Likewise.
38984         * rt/mqueue.h: Likewise.
38985         * posix/bits/unistd.h: Likewise.
38986         * posix/unistd.h: Likewise.
38987         * io/bits/poll2.h: Likewise.
38988         * io/bits/fcntl2.h: Likewise.
38989         * io/fcntl.h: Likewise.
38990         * io/sys/poll.h: Likewise.
38991         * misc/bits/syslog.h: Likewise.
38992         * misc/bits/syslog-ldbl.h: Likewise.
38993         * misc/sys/syslog.h: Likewise.
38994         * socket/bits/socket2.h: Likewise.
38995         * socket/sys/socket.h: Likewise.
38996         * debug/tst-chk1.c: Likewise.
38997         * wcsmbs/bits/wchar2.h: Likewise.
38998         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38999         * wcsmbs/wchar.h: Likewise.
39001 2012-04-29  Andreas Jaeger  <aj@suse.de>
39003         * Makerules (tests): Remove enable-check-abi protection.
39004         (check-abi-warn): Remove.
39005         (check-abi-%): Remove check-abi-warn usage.
39007         * configure.in: Remove check-abi configure option.
39008         * configure: Regenerated.
39009         * config.make.in (enable-check-abi): Remove.
39011 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
39013         [BZ #14033]
39014         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
39015         double functions to double *_finite functions.
39017         [BZ #13941]
39018         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
39019         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
39020         LDBL_MIN_EXP.
39021         * stdio-common/Makefile (tests): Add tst-sprintf3.
39022         * stdio-common/tst-sprintf3.c: New file.
39024         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
39025         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
39027 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39029         * conform/conformtest.pl: Remove duplicate typed-constant
39030         handling.
39032 2012-04-28  David S. Miller  <davem@davemloft.net>
39034         * Makerules (%.abilist): Add vpath on sysdep_dirs.
39035         (check-abi-%): Remove AWK script prerequisite and explicit
39036         abilist directory.
39037         (check-abi): Rewrite to just diff the symlist with the abilist.
39038         (config-tls, config-abi-config): Delete, no longer used.
39039         (update-abi-%): Remove AWK script and explicit abilist directory.
39040         (update-abi): Rewrite to simply compare and conditionally copy the
39041         symlist and the sysdep abilist file.  Remove update-abi-config
39042         checks.
39043         * abilist/ld.abilist: Remove.
39044         * abilist/libBrokenLocale.abilist: Remove.
39045         * abilist/libanl.abilist: Remove.
39046         * abilist/libcrypt.abilist: Remove.
39047         * abilist/libdl.abilist: Remove.
39048         * abilist/librt.abilist: Remove.
39049         * abilist/libthread_db.abilist: Remove.
39050         * abilist/libutil.abilist: Remove.
39051         * scripts/extract-abilist.awk: Remove.
39052         * scripts/merge-abilist.awk: Remove.
39053         * sysdeps/generic/libcidn.abilist: New file.
39054         * sysdeps/generic/libnss_compat.abilist: New file.
39055         * sysdeps/generic/libnss_db.abilist: New file.
39056         * sysdeps/generic/libnss_dns.abilist: New file.
39057         * sysdeps/generic/libnss_files.abilist: New file.
39058         * sysdeps/generic/libnss_hesiod.abilist: New file.
39059         * sysdeps/generic/libnss_nis.abilist: New file.
39060         * sysdeps/generic/libnss_nisplus.abilist: New file.
39061         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
39062         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
39063         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
39064         file.
39065         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
39066         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
39067         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
39068         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
39069         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
39070         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
39071         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
39072         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
39073         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
39074         file.
39075         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
39076         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
39077         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
39078         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
39079         file.
39080         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
39081         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
39082         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
39083         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
39084         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
39085         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
39086         file.
39087         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
39088         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
39089         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
39090         file.
39091         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
39092         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
39093         New file.
39094         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
39095         New file.
39096         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
39097         New file.
39098         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
39099         New file.
39100         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
39101         New file.
39102         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
39103         New file.
39104         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
39105         New file.
39106         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
39107         New file.
39108         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
39109         New file.
39110         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
39111         New file.
39112         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
39113         New file.
39114         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
39115         New file.
39116         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
39117         New file.
39118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
39119         file.
39120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
39121         New file.
39122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
39123         New file.
39124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
39125         file.
39126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
39127         New file.
39128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
39129         New file.
39130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
39131         file.
39132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
39133         New file.
39134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39135         New file.
39136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
39137         New file.
39138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
39139         New file.
39140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
39141         New file.
39142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
39143         New file.
39144         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
39145         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
39146         file.
39147         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
39148         New file.
39149         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
39150         file.
39151         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
39152         file.
39153         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
39154         file.
39155         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
39156         file.
39157         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
39158         file.
39159         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39160         New file.
39161         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
39162         file.
39163         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
39164         file.
39165         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
39166         New file.
39167         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
39168         file.
39169         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
39170         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
39171         file.
39172         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
39173         New file.
39174         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
39175         file.
39176         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
39177         file.
39178         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
39179         file.
39180         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
39181         file.
39182         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
39183         file.
39184         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39185         New file.
39186         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
39187         file.
39188         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
39189         file.
39190         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
39191         New file.
39192         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
39193         file.
39194         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39195         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
39196         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
39197         file.
39198         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
39199         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
39200         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
39201         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
39202         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
39203         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
39204         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
39205         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
39206         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
39207         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
39208         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
39209         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
39210         file.
39211         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39212         New file.
39213         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39214         file.
39215         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39216         file.
39217         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39218         file.
39219         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39220         file.
39221         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39222         file.
39223         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39224         New file.
39225         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39226         New file.
39227         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39228         file.
39229         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39230         New file.
39231         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39232         file.
39233         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39234         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39235         file.
39236         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39237         New file.
39238         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39239         file.
39240         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39241         file.
39242         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39243         file.
39244         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39245         file.
39246         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39247         file.
39248         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39249         New file.
39250         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39251         New file.
39252         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39253         file.
39254         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39255         New file.
39256         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39257         file.
39259 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39261         * conform/conformtest.pl: Fix typo in handling typed-constant from
39262         allow-header.
39264 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39266         * README: Cut down references to pre-2.6 Linux kernels and
39267         Linuxthreads.  Update lists of configurations in libc and ports
39268         and sort alphabetically.  Say "or newer" with Linux kernel version
39269         requirements.
39271         * config.h.in [IS_IN_build]: Allow compiling without optimization.
39273 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39275         [BZ #887]
39276         * math/libm-test.inc (logb_test_downward): New test to expose
39277         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39278         rounding mode.
39280 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39282         [BZ #14027]
39283         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39284         to be done.
39285         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39286         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39288 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
39290         * sysdeps/unix/i386/brk.S: Remove file.
39291         * sysdeps/unix/i386/dl-brk.S: Likewise.
39292         * sysdeps/unix/i386/pipe.S: Likewise.
39293         * sysdeps/unix/i386/sigreturn.S: Likewise.
39294         * sysdeps/unix/i386/syscall.S: Likewise.
39295         * sysdeps/unix/i386/vfork.S: Likewise.
39296         * sysdeps/unix/i386/wait.S: Likewise.
39298         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39299         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39301         * configure.in (arm*-none*): Do not allow without
39302         --enable-hacker-mode.
39303         (netbsd*): Remove case setting base_os.
39304         (386bsd*): Likewise.
39305         (freebsd*): Likewise.
39306         (bsdi*): Likewise.
39307         (osf*): Likewise.
39308         (sunos*): Likewise.
39309         (ultrix*): Likewise.
39310         (newsos*): Likewise.
39311         (dynix*): Likewise.
39312         (*bsd*): Likewise.
39313         (sysv*): Likewise.
39314         (isc*): Likewise.
39315         (esix*): Likewise.
39316         (sco*): Likewise.
39317         (minix*): Likewise.
39318         (irix4*): Likewise.
39319         (irix6*): Likewise.
39320         (solaris[2-9]*): Likewise.
39321         (none): Likewise.
39322         * configure: Regenerated.
39324 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39326         [BZ #11521]
39327         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39328         overflow or cancellation in calculating denominator.
39329         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39330         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39331         down expression to avoid unexpected rounding in newer GCCs.
39332         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39334 2012-04-26  David S. Miller  <davem@davemloft.net>
39336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39337         long-double compat symbols.
39338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39343         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39344         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39345         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39346         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39347         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39348         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39349         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39350         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39352 2012-04-25  David S. Miller  <davem@davemloft.net>
39354         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39355         HWCAP_* values only after the memory barriers have been defined.
39356         (atomic_full_barrier): Define.
39357         (atomic_read_barrier): Define.
39358         (atomic_write_barrier): Define.
39360 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39362         * shlib-versions: Add libgcc_s version information.
39363         * sysdeps/generic/libgcc_s.h: Remove.
39364         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39365         libgcc_s.h.
39366         * sysdeps/gnu/unwind-resume.c: Likewise.
39367         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39369 2012-04-25  David S. Miller  <davem@davemloft.net>
39371         * sysdeps/unix/sparc/brk.S: Delete.
39372         * sysdeps/unix/sparc/dl-brk.S: Delete.
39373         * sysdeps/unix/sparc/pipe.S: Delete.
39374         * sysdeps/unix/sparc/sysdep.S: Delete.
39375         * sysdeps/unix/sparc/sysdep.h: Delete.
39376         * sysdeps/unix/sparc/vfork.S: Delete.
39377         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39378         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39379         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39380         (ret_ERRVAL, r0, r1, MOVE): Define.
39381         (JUMPTARGET): Remove.
39382         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39383         sysdeps/unix/sparc/sysdep.h
39384         (ENTRY, END): Remove.
39385         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39387 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39389         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39390         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39391         -DIS_IN_build.
39393         * timezone/README: Update upstream location and email address for
39394         tzcode and tzdata.
39395         * timezone/zdump.c: Update from tzcode 2012b.
39396         * timezone/zic.c: Likewise.
39398         * configure.in (libc_cv_as_needed): Remove test.
39399         * configure: Regenerated.
39400         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39401         conditional definition.
39402         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39403         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39404         * config.make.in (have-as-needed): Remove variable.
39406 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39407             Paul Pluzhnikov  <ppluzhnikov@google.com>
39409         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39410         strings correctly.
39412 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39414         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39415         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39416         * sysdeps/sh/strlen.S: Likewise.
39418 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39420         * sysdeps/unix/fork.S: Remove file.
39421         * sysdeps/unix/i386/fork.S: Likewise.
39422         * sysdeps/unix/sparc/fork.S: Likewise.
39424         * sysdeps/unix/system.c: Remove file.
39425         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39427         * sysdeps/unix/getegid.S: Remove file.
39428         * sysdeps/unix/geteuid.S: Likewise.
39430 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39432         * scripts/check-localplt.awk: New file.
39433         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39434         of diff.
39435         * scripts/data/localplt-generic.data: Add a comment.
39437         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39438         NODE when __dir_mkfile failed.
39439         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39440         Reported by Ludovic Courtès <ludo@gnu.org>.
39442 2012-04-24  Andreas Jaeger  <aj@suse.de>
39444         * Makerules (common-clean): Also remove gen-as-const-headers
39445         files.
39447 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39449         * Makerules (native-compile): Do not change working directory for
39450         build.  Use $(OUTPUT_OPTION) in command.
39451         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39453 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39455         [BZ #13886]
39456         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39457         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39458         * math/libm-test.inc (floor_test): Add more tests.
39459         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39461 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39463         * sysdeps/unix/getdents.c: Remove file.
39464         * sysdeps/unix/sysv/getdents.c: Likewise.
39465         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39467         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39468         sysdeps/unix/mman/syscalls.list.
39469         (mmap): Likewise.
39470         (mprotect): Likewise.
39471         (msync): Likewise.
39472         (munmap): Likewise.
39473         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39474         * sysdeps/unix/mman/syscalls.list: Remove.
39475         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39477         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39478         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39479         * configure: Regenerated.
39480         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39481         $(libgcc_s_suffix).
39482         * config.make.in (libgcc_s_suffix): Remove variable.
39484 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39486         * sysdeps/unix/sysv/gethostname.c: Move to ...
39487         * sysdeps/posix/gethostname.c: ... here.
39489         * sysdeps/unix/execve.S: Remove file.
39491         * sysdeps/unix/_exit.S: Remove file.
39493 2012-04-23  Andreas Jaeger  <aj@suse.de>
39495         [BZ #13739]
39496         * manual/Makefile: Remove make dist support, there's no
39497         need for a stand-alone documentation tar ball.
39498         (TEXI2DVI): Define always, it's not in Makeconfig.
39499         (dist): Removed.
39500         (tar-it): Removed.
39501         (edition): Removed.
39502         (glibc-doc-$(edition).tar): Removed
39503         (%.Z): Removed.
39504         (%.gz): Removed.
39505         (%.uu): Removed.
39506         (ETAGS): Remove, it's in Makeconfig.
39507         (move-if-change): Remove, it's in Makeconfig.
39509 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39511         [BZ #13970]
39512         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39513         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39514         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39515         (strtod_l, strtof_l, strtold_l): Remove __wur.
39516         It is not necessarily an error to ignore strtol's return value.
39517         One can reliably look at the stored endptr to decide whether
39518         the number had valid syntax.
39520 2012-04-21  Andreas Jaeger  <aj@suse.de>
39522         [BZ #13739]
39523         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39525 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39527         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39528         * sysdeps/unix/sysv/Versions: Remove file.
39530 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39532         [BZ #13927]
39533         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39535 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39537         [BZ #7064]
39538         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39539         version from __vm86.
39541 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39543         * sysdeps/unix/common/lxstat.c: Remove file.
39544         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39546         * sysdeps/unix/sysv/Makefile: Remove file.
39548         * sysdeps/unix/sysv/direct.h: Remove file.
39550         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39551         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39552         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39553         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39554         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39555         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39556         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39558         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39560         * sysdeps/unix/xmknod.c: Remove file.
39561         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39563         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39565         * sysdeps/unix/sysv/i386/time.S: Remove file.
39567         * sysdeps/unix/fxstat.c: Remove file.
39568         * sysdeps/unix/xstat.c: Likewise.
39569         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39571         * sysdeps/unix/sysv/sigaction.c: Remove file.
39573         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39574         (sysdep_headers): Remove variable.
39575         [termio.h not in sysdep_headers] (generated): Likewise.
39576         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39577         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39578         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39579         * sysdeps/unix/sysv/tcflow.c: Likewise.
39580         * sysdeps/unix/sysv/tcflush.c: Likewise.
39581         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39582         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39583         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39584         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39585         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39587         * sysdeps/unix/siglist.c: Remove file.
39589         * sysdeps/unix/getppid.S: Remove file.
39591         * sysdeps/unix/mkdir.c: Remove file.
39592         * sysdeps/unix/rmdir.c: Likewise.
39594 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39596         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39597         ERR_MAX value.
39598         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39599         errlist-compat value.
39601 2012-04-18  David S. Miller  <davem@davemloft.net>
39603         * sysdeps/generic/memcopy.h (reg_char): Delete.
39604         * debug/strcat_chk.c: Use char, not reg_char.
39605         * debug/strcpy_chk.c: Likewise.
39606         * debug/strncat_chk.c: Likewise.
39607         * debug/strncpy_chk.c: Likewise.
39608         * string/memchr.c: Likewise.
39609         * string/memrchr.c: Likewise.
39610         * string/rawmemchr.c: Likewise.
39611         * string/strcat.c: Likewise.
39612         * string/strchr.c: Likewise.
39613         * string/strchrnul.c: Likewise.
39614         * string/strcmp.c: Likewise.
39615         * string/strcpy.c: Likewise.
39616         * string/strncat.c: Likewise.
39617         * string/strncmp.c: Likewise.
39618         * string/strncpy.c: Likewise.
39620 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39622         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39623         __builtin_memcopy is called when src and dest ranges are known to not
39624         overlap.
39626 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39628         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39629         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39630         fwd_align_merge macro call.
39631         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39632         bwd_align_merge macro call.
39633         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39635 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39637         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39638         bwd_align_merge macros.
39639         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39640         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39641         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39643 2012-04-18  David S. Miller  <davem@davemloft.net>
39645         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39647 2012-04-18  Andreas Jaeger  <aj@suse.de>
39649         [BZ# 6794]
39650         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39651         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39652         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39654         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39655         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39656         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39658         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39659         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39660         Adjust for changed ldbl-128 files.
39662         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39663         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39664         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39666 2012-04-17  David S. Miller  <davem@davemloft.net>
39668         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39670 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39672         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39673         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39674         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39675         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39676         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39677         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39679 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39681         [BZ #6794]
39682         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39683         * math/libm-test.inc: Add ilogb errno and exception tests.
39684         * math/w_ilogb.c: New file: ilogb wrapper.
39685         * math/w_ilogbf.c: New file: ilogbf wrapper.
39686         * math/w_ilogbl.c: New file: ilogbl wrapper.
39687         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39688         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39689         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39690         exception being thrown with 0.0 as argument.
39691         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39692         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39693         exception being thrown with 0.0 as argument.
39694         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39695         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39696         exception being thrown with 0.0 as argument.
39697         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39698         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39699         exception being thrown with 0.0 as argument.
39700         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39701         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39702         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39703         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39704         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39705         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39706         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39707         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39708         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39710 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39712         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39713         with altivec.
39715 2012-04-16  Marek Polacek  <polacek@redhat.com>
39717         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39719 2012-04-16  Marek Polacek  <polacek@redhat.com>
39721         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39722         operands of fdivp instruction.
39724 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39726         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39727         * elf/tst-auditmod3b.c: Likewise.
39728         * elf/tst-auditmod4b.c: Likewise.
39729         * elf/tst-auditmod5b.c: Likewise.
39730         * elf/tst-auditmod6b.c: Likewise.
39731         * elf/tst-auditmod6c.c: Likewise.
39732         * elf/tst-auditmod7b.c: Likewise.
39733         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39734         * sysdeps/x86_64/preconfigure.in: Likewise.
39735         * sysdeps/x86_64/preconfigure: Regenerated.
39737 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39739         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39740         __ILP32__.
39742 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39744         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39745         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39747 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39749         [BZ #13973]
39750         * locale/iso-639.def: Fix gl language name. Spotted by
39751         Yaron Shahrabani.
39753 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39755         [BZ #2074]
39756         * libio/libio.h (__io_write_fn): Update comment.
39758 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39760         [BZ #2074]
39761         * stdio.texi (Hook Functions): The user provided writer function
39762         is not allowed to return -1.
39764 2012-04-11  David S. Miller  <davem@davemloft.net>
39766         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39768 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39770         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39771         Add a leading slash to rtkaio.
39773 2012-04-11  Jim Meyering  <meyering@redhat.com>
39775         [BZ #11959]
39776         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39777         It is not necessarily an error to ignore fwrite's return
39778         value.  One can reliably use ferror to test for errors after
39779         the fact.
39781 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39783         * bits/types.h (__snseconds_t): New type.
39784         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39786         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39787         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39788         (__SNSECONDS_T_TYPE): Likewise.
39789         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39790         (__SNSECONDS_T_TYPE): Likewise.
39791         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39792         (__SNSECONDS_T_TYPE): Likewise.
39794 2012-04-10  Andreas Jaeger  <aj@suse.de>
39796         [BZ #2636]
39797         * manual/time.texi (Processor Time): Return type of times is
39798         elapsed real time since an arbitrary point in the past.
39799         (CPU Time): Move CLK_TCK from here...
39800         (Processor Time): ...to here.  Correct description.
39801         * manual/conf.texi (Constants for Sysconf): Correct description of
39802         _SC_CLK_TCK.
39804 2012-04-10  David S. Miller  <davem@davemloft.net>
39806         [BZ #13967]
39807         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39808         where the is a gap between DT_REL(A) and DT_JMPREL.
39810 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39812         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39813         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39814         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39816 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39818         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39819         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39820         (dl_main): Handle --inhibit-cache.
39821         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39822         _dl_inhibit_cache.
39823         * elf/dl-load.c (_dl_map_object): Use it.
39824         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39826 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39828         [BZ #13872]
39829         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39830         (__ieee754_powl): Saturate large exponents rather than testing for
39831         overflow of y*log2(x).
39832         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39833         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39834         exceptions.
39836         [BZ #11521]
39837         * math/s_ctan.c: Include <float.h>.
39838         (__ctan): Avoid internal overflow or cancellation in calculating
39839         denominator.
39840         * math/s_ctanf.c: Likewise.
39841         * math/s_ctanl.c: Likewise.
39842         * math/s_ctanh.c: Likewise.
39843         * math/s_ctanhf.c: Likewise.
39844         * math/s_ctanhl.c: Likewise.
39845         * math/libm-test.inc (ctan_test): Add more tests.
39846         (ctanh_test): Likewise.
39847         * sysdeps/i386/fpu/libm-test-ulps: Update.
39848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39850 2012-04-09  Andreas Jaeger  <aj@suse.de>
39852         [BZ #6894]
39853         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39854         is an optional BSD extension.
39856         [BZ #10254]
39857         * manual/stdio.texi (Opening Streams): Document additional fopen
39858         parameters.
39860 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39862         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39863         %eax without telling the compiler.
39865 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39867         [BZ # 13963]
39868         * manual/install.texi: Use sourceware.org.
39870 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39872         [BZ #13873]
39873         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39874         (__ieee754_pow): Generate overflow and underflow using huge*huge
39875         and tiny*tiny rather than just returning constant infinity or zero
39876         for large exponents.
39877         * math/libm-test.inc (pow_test): Require overflow exceptions for
39878         applicable cases of large exponents.
39880         [BZ #706]
39881         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39882         (__ieee754_pow): Use iterative multiplication algorithm only for
39883         integer exponents with absolute value below 1024.  Check for odd
39884         integer exponents when using algorithm for real exponents.
39885         * math/libm-test.inc (pow_test): Add more tests.
39886         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39888 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39890         [BZ #13705]
39891         * math/libm-test.inc (exp_test): Do not allow overflow exception
39892         on underflow test.
39894 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39896         [BZ #13705]
39897         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39898         instead of __kernel_standard_f.
39900 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39902         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39903         * sysdeps/x86_64/memset_chk.S: Likewise.
39905 2012-04-08  Andreas Jaeger  <aj@suse.de>
39907         [BZ #10153]
39908         * manual/startup.texi (Environment Access): Describe return value
39909         for putenv and setenv.
39911         [BZ #6895]
39912         * manual/filesys.texi (Directory Entries): Add description for
39913         DT_LNK.
39915         [BZ #6890]
39916         * manual/filesys.texi (Directory Entries): Clarify that it's file
39917         system not operating system in the description of DT_UNKNOWN.
39919         [BZ #6578]
39920         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39922 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39924         [BZ #6649]
39925         * manual/llio.texi (Opening and Closing Files): Add cross
39926         reference to explain mode argument.
39928 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39930         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39931         * sysdeps/x86_64/memset_chk.S: Likewise.
39933 2012-04-07  David S. Miller  <davem@davemloft.net>
39935         * elf/elf.h (R_SPARC_WDISP10): Define.
39936         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39937         R_SPARC_SIZE32.
39938         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39939         R_SPARC_SIZE64 and R_SPARC_H34.
39941 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39943         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39944         conditions and remove no longer applicable assertion.
39946 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39948         * bits/byteswap.h: Include <features.h>.
39949         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39950         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39952 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39954         * bits/byteswap.h (__bswap_16): Removed.
39955         Include <bits/byteswap-16.h> to get __bswap_16.
39956         * sysdeps/i386/bits/byteswap.h: Likewise.
39957         * sysdeps/s390/bits/byteswap.h: Likewise.
39958         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39959         * bits/byteswap-16.h: New file.
39960         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39961         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39962         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39963         * string/Makefile (headers): Add bits/byteswap-16.h.
39965 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39967         [BZ #13895]
39968         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39969         extra indirection.
39970         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39971         * nss/tst-nss-static.c: New.
39973 2012-04-06  Robert Millan  <rmh@gnu.org>
39975         [BZ #6486]
39976         * manual/llio.texi (File Position Primitive): lseek
39977         refers to WHENCE when it really means OFFSET.
39979 2012-04-06  Andreas Jaeger  <aj@suse.de>
39981         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39982         strncmp declarations.
39984         * abilist/libc.abilist: Add __poll and __ppoll.
39986 2012-04-05  David S. Miller  <davem@davemloft.net>
39988         * scripts/check-local-headers.sh: Accept a host triplet in the
39989         path matched by the exclude regexp.
39991         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39992         definition.
39993         * sysdeps/powerpc/powerpc32/dl-machine.h
39994         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39995         * sysdeps/s390/s390-32/dl-machine.h
39996         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39997         * sysdeps/sparc/sparc32/dl-machine.h
39998         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39999         * sysdeps/sparc/sparc64/dl-machine.h
40000         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40002         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
40003         lazy binding.
40004         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
40005         undefined symbol errors.
40007         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
40008         DT_NEEDED entries.
40010 2012-04-05  Michael Matz  <matz@suse.de>
40012         [BZ #13592]
40013         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
40015 2012-04-05  Andreas Jaeger  <aj@suse.de>
40017         [BZ #13908]
40018         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
40019         comment.
40021 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40023         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
40024         which ROUND is no valid rounding mode.
40026 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40028         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
40029         read again.
40030         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
40032 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40034         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
40035         an exception using FPU order intentionally.
40037 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40039         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
40040         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
40041         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
40042         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
40044 2012-04-05  Simon Josefsson  <simon@josefsson.org>
40046         [BZ #12340]
40047         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
40048         EINVAL when BUFLEN is too smal.
40050 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
40052         [BZ #13553]
40053         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
40054         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
40056 2012-04-03  Andreas Jaeger  <aj@suse.de>
40058         [BZ #13938]
40059         * manual/setjmp.texi (System V contexts): Fix sentence.
40061         [BZ #13926]
40062         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
40063         New macro for this case.
40064         [!__GNUC__] (__bswap_64): New inline function for this case.
40065         * sysdeps/x86_64/bits/byteswap.h: Likewise.
40066         * bits/byteswap.h: Likewise.
40067         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
40068         ull, guard with __GLIBC_HAVE_LONG_LONG.
40070         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
40071         __GLIBC_HAVE_LONG_LONG.
40073         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
40074         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
40076 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
40078         [BZ #13691]
40079         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
40080         inptr and inend, rather than using last_ch.
40082 2012-04-02  David S. Miller  <davem@davemloft.net>
40084         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
40085         * stdio-common/printf-parse.h (read_int): Change return type to
40086         'int', return -1 on INT_MAX overflow.
40087         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
40088         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
40089         overflows INT_MAX.  Check for overflow of in-format-string precision
40090         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
40091         SIZE_MAX not INT_MAX for integer overflow test.
40092         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
40093         skip the construct in the format string but do not record anything.
40094         * stdio-common/bug22.c: Adjust to test both width/prevision
40095         INT_MAX overflow as well as total length INT_MAX overflow.  Check
40096         explicitly for proper errno values.
40098 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
40100         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
40101         CHAR_MAX.
40102         * string/test-strcmp.c [! WIDE]: Likewise.
40103         * time/tst-mktime2.c: Likewise for INT_MAX.
40104         * string/test-string.h: #include <sys/param.h> for MIN.
40106         * csu/init-first.c (__libc_init_first): Call __ctype_init.
40107         * sysdeps/i386/init-first.c (init): Likewise.
40108         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
40109         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
40110         * sysdeps/sh/init-first.c (init): Likewise.
40112 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
40114         * po/ru.po: Update from translation team.
40115         * po/vi.po: Likewise.
40117 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
40119         * resolv/nss_dns/dns-host.c: Merge copyright years.
40121 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40123         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
40124         Optimize memcpy with prefetch if
40125         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
40126         src, dst pointers have unequal 16 byte alignments.
40128 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
40130         [BZ #13928]
40131         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
40132         from a CNAME entry and return the minimum ttl for the query.
40133         (gaih_getanswer_slice): Likewise.
40135 2012-03-30  Jeff Law  <law@redhat.com>
40137         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
40138         due to long keys.
40139         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
40140         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
40142         * resolv/nss_dns/dns-host.c: Update copyright year.
40144 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
40146         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
40147         requests to save a system call.  Fix check that all bytes are sent.
40149         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
40150         comments for sendmmsg.
40152 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40154         [BZ #13691]
40155         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
40156         with only 1 character between 0x0041 and 0x01b0.
40157         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
40158         * wcsmbs/tst-mbsnrtowcs.c: New file.
40160 2012-03-29  David S. Miller  <davem@davemloft.net>
40162         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
40163         small copies by hand.
40165 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
40167         [BZ #13761]
40168         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
40169         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
40170         group memberships.
40172 2012-03-28  David S. Miller  <davem@davemloft.net>
40174         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
40175         that branches into memcpy.
40176         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
40177         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
40178         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40179         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
40180         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
40181         bits.
40182         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
40183         implementation too.
40184         * sysdeps/sparc/mempcpy.S: New file.
40186         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
40187         the IFUNC routine in the libc case.
40188         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40190         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
40191         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
40192         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
40193         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
40194         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
40195         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
40196         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
40197         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
40199         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
40200         loop to 256 bytes instead of 64 bytes and fix test signedness.
40202         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
40203         * sysdeps/sparc/sparc32/Makefile: rather than here...
40204         * sysdeps/sparc/sparc64/Makefile: and here.
40206 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
40208         * malloc/mallocbug.c: Avoid warnings about unused variables.
40210 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
40212         [BZ #13760]
40213         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40214         in the right place. Discard and retry query if response is
40215         larger than input buffer size.
40217 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
40219         [BZ #369]
40220         [BZ #2678]
40221         [BZ #3866]
40222         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40223         x for large integer exponent.
40224         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40225         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
40226         sign of result as needed afterwards.
40227         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40228         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40229         result for underflowing pow the same as for overflow.
40230         (__kernel_standard_l): Handle powl overflow and underflow here
40231         rather than calling __kernel_standard.
40232         * math/libm-test.inc (pow_test): Add more tests.
40234         [BZ #3868]
40235         [BZ #13879]
40236         [BZ #13910]
40237         [BZ #13911]
40238         [BZ #13912]
40239         [BZ #13913]
40240         [BZ #13915]
40241         [BZ #13916]
40242         [BZ #13917]
40243         [BZ #13918]
40244         [BZ #13919]
40245         [BZ #13920]
40246         [BZ #13921]
40247         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40248         * sysdeps/ieee754/k_standard.c: Include <float.h>.
40249         (__kernel_standard_l): New function.
40250         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40251         __kernel_standard.
40252         * math/w_acosl.c (__acosl): Likewise.
40253         * math/w_asinl.c (__asinl): Likewise.
40254         * math/w_atan2l.c (__atan2l): Likewise.
40255         * math/w_atanhl.c (__atanhl): Likewise.
40256         * math/w_coshl.c (__coshl): Likewise.
40257         * math/w_exp10l.c (__exp10l): Likewise.
40258         * math/w_exp2l.c (__exp2l): Likewise.
40259         * math/w_fmodl.c (__fmodl): Likewise.
40260         * math/w_hypotl.c (__hypotl): Likewise.
40261         * math/w_j0l.c (__j0l, __y0l): Likewise.
40262         * math/w_j1l.c (__j1l, __y1l): Likewise.
40263         * math/w_jnl.c (__jnl, __ynl): Likewise.
40264         * math/w_lgammal.c (__lgammal): Likewise.
40265         * math/w_log10l.c (__log10l): Likewise.
40266         * math/w_log2l.c (__log2l): Likewise.
40267         * math/w_logl.c (__logl): Likewise.
40268         * math/w_powl.c (__powl): Likewise.
40269         * math/w_remainderl.c (__remainderl): Likewise.
40270         * math/w_scalbl.c (sysv_scalbl): Likewise.
40271         * math/w_sinhl.c (__sinhl): Likewise.
40272         * math/w_sqrtl.c (__sqrtl): Likewise.
40273         * math/w_tgammal.c (__tgammal): Likewise.
40274         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40275         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40276         * math/libm-test.inc (acos_test): Add more tests.
40277         (acosh_test): Likewise.
40278         (asin_test): Likewise.
40279         (atanh_test): Likewise.
40280         (exp_test): Likewise.
40281         (exp10_test): Likewise.
40282         (exp2_test): Likewise.
40283         (expm1_test): Likewise.
40284         (lgamma_test): Likewise.
40285         (log_test): Likewise.
40286         (log10_test): Likewise.
40287         (log1p_test): Likewise.
40288         (log2_test): Likewise.
40289         (pow_test): Do not allow some spurious overflow exceptions.
40290         (sqrt_test): Add more tests.
40291         (tgamma_test): Likewise.
40292         (y0_test): Likewise.
40293         (y1_test): Likewise.
40294         (yn_test): Likewise.
40296 2012-03-27  Anton Blanchard  <anton@samba.org>
40298         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40299         MAP_HUGETLB.
40300         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40301         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40302         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40304 2012-03-27  David S. Miller  <davem@davemloft.net>
40306         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40308         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40309         have-as-vis3 check.
40311 2012-03-27  Andreas Jaeger  <aj@suse.de>
40313         * sysdeps/x86_64/elf/configure.in: Moved to ...
40314         * sysdeps/x86_64/configure.in: ... here.
40315         * sysdeps/x86_64/elf/start.S: Moved to ...
40316         * sysdeps/x86_64/start.S: ... here.
40317         * sysdeps/x86_64/elf/configure: Delete.
40319         * sysdeps/x86_64/configure.in: Merge contents from
40320         sysdeps/i386/configure.in (without i686 check).
40322         * sysdeps/i386/elf/Versions: Merge into ...
40323         * sysdeps/i386/Versions: ... this.
40324         * sysdeps/i386/elf/Versions: Delete file.
40325         * sysdeps/i386/elf/start.S: Moved to ...
40326         * sysdeps/i386/start.S: ...here.
40327         * sysdeps/i386/elf/configure.in: Merge into...
40328         * sysdeps/i386/configure.in: ...here.
40329         * sysdeps/i386/elf/configure.in: Delete file.
40330         * sysdeps/i386/elf/configure: Delete file.
40332         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40333         * debug/backtracesyms.c: ... here.
40334         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40335         * debug/backtracesymsfd.c: ... here.
40336         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40337         * sysdeps/generic/ifunc-sel.h: ... here.
40339         * sysdeps/unix/i386/start.c: Delete file.
40340         * sysdeps/unix/sparc/start.c: Delete file.
40341         * sysdeps/unix/start.c: Delete file.
40343         * sysdeps/sh/elf/configure.in: Moved to ...
40344         * sysdeps/sh/configure.in: ... here.
40345         * sysdeps/sh/elf/start.S: Moved to ...
40346         * sysdeps/sh/start.S: ... here.
40347         * sysdeps/sh/elf/configure: Delete file.
40349         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40350         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40351         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40352         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40353         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40354         * sysdeps/powerpc/powerpc64/start.S: here.
40355         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40356         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40357         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40358         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40359         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40361         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40362         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40363         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40364         * sysdeps/powerpc/powerpc32/start.S: ... here.
40365         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40366         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40367         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40369         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40370         * sysdeps/powerpc/ifunc-sel.h: ... here.
40371         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40372         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40374         * sysdeps/sparc/elf/configure.in: Moved to ...
40375         * sysdeps/sparc/configure.in: ... here.
40376         * sysdeps/sparc/elf/configure: Delete file.
40377         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40378         * sysdeps/sparc/sparc32/start.S: ... here.
40379         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40380         * sysdeps/sparc/sparc64/start.S: ... here.
40381         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40382         * sysdeps/sparc/sparc32/Makefile: ... this.
40383         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40384         * sysdeps/sparc/sparc64/Makefile: ... this.
40386         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40387         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40388         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40389         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40390         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40391         * sysdeps/s390/s390-32/setjmp.S: ... here.
40392         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40393         * sysdeps/s390/s390-32/configure.in: ... here.
40394         * sysdeps/s390/s390-32/elf/configure: Delete file.
40395         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40396         * sysdeps/s390/s390-32/start.S: ... here.
40398         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40399         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40400         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40401         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40402         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40403         * sysdeps/s390/s390-64/setjmp.S: ... here.
40404         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40405         * sysdeps/s390/s390-64/configure.in: ... here
40406         * sysdeps/s390/s390-64/elf/configure: Delete file.
40407         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40408         * sysdeps/s390/s390-64/start.S: ... here.
40409         * sysdeps/s390/s390-64/elf/configure: Delete.
40411         * configure.in: Remove support for elf directories in sysdeps.
40413         * configure: Regenerated.
40414         * sysdeps/i386/configure: Regenerated.
40415         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40416         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40417         * sysdeps/s390/s390-32/configure: Regenerated.
40418         * sysdeps/s390/s390-64/configure: Regenerated.
40419         * sysdeps/sh/configure: Regenerated.
40420         * sysdeps/sparc/configure: Regenerated.
40421         * sysdeps/x86_64/configure: Regenerated.
40423 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40425         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40427         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40428         denormal result into account.
40430 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40432         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40433         Reported by Allan McRae <allan@archlinux.org>.
40435 2012-03-23  Jeff Law  <law@redhat.com>
40437         * nss/getnssent.c (__nss_getent): Fix typo.
40439 2012-03-23  David S. Miller  <davem@davemloft.net>
40441         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40443 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40445         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40446         to pad to uint64_t for each field.
40447         (dl_tls_index): Replace unsigned long with uint64_t.
40449 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40450         Paul Pluzhnikov  <ppluzhnikov@google.com>
40452         [BZ #6528]
40453         * grp/Makefile (otherlibs): Don't set it.
40454         * inet/Makefile (otherlibs): Likewise.
40455         * login/Makefile (otherlibs): Likewise.
40456         * nscd/Makefile (otherlibs): Likewise.
40457         * posix/Makefile (otherlibs): Likewise.
40458         * pwd/Makefile (otherlibs): Likewise.
40459         * rt/Makefile (otherlibs): Likewise.
40460         * sunrpc/Makefile (otherlibs): Likewise.
40461         * nss/Makefile (otherlibs): Likewise.
40462         Add libnss_files to routines and static-only-routines.
40463         ($(objpfx)getent): Remove rule.
40464         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40465         static-only-routines.
40467 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40469         [BZ #13892]
40470         * math/s_cexp.c: Include <float.h>.
40471         (__cexp): Handle exp result overflowing not necessarily
40472         overflowing both real and imaginary parts of result.
40473         * math/s_cexpf.c: Likewise.
40474         * math/s_cexpl.c: Likewise.
40475         * math/libm-test.inc (cexp_test): Add more tests.
40476         * sysdeps/i386/fpu/libm-test-ulps: Update.
40477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40479 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40481         * include/link.h (ELFW): New macro.
40482         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40483         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40485 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40487         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40488         with uint64_t.
40490 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40492         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40493         declaration.
40494         (struct La_x32_retval): Likewise.
40496 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40498         * sysdeps/x86_64/preconfigure.in: New file.
40499         * sysdeps/x86_64/preconfigure: New generated file.
40501 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40503         [BZ #13824]
40504         * math/e_exp2l.c: Include <float.h>.
40505         (__ieee754_exp2l): Handle overflow and underflow cases
40506         separately.  Only pass fractional part of argument to
40507         __ieee754_expl.
40508         * math/libm-test.inc (exp2_test): Add more tests.
40510         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40511         negating x to take absolute value.
40512         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40513         Likewise.
40514         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40515         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40516         Likewise.
40517         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40518         computing low part if x was negated.
40519         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40521 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40523         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40524         la_x32_gnu_pltexit.
40525         (pltexit): Cast int_retval to ptrdiff_t.
40526         * elf/tst-auditmod3b.c: Likewise.
40527         * elf/tst-auditmod4b.c: Likewise.
40528         * elf/tst-auditmod5b.c: Likewise.
40529         * elf/tst-auditmod6b.c: Likewise.
40530         * elf/tst-auditmod6c.c: Likewise.
40531         * elf/tst-auditmod7b.c: Likewise.
40533         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40534         and x32_gnu_pltexit.
40536         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40537         __ELF_NATIVE_CLASS.
40538         (La_x32_regs): New macro.
40539         (La_x32_retval): Likewise.
40540         (la_x32_gnu_pltenter): New function prototype.
40541         (la_x32_gnu_pltexit): Likewise.
40543 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40545         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40546         exponent.
40548         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40550         * configure.in (libc_cv_cc_nofma): Check for option to disable
40551         generation of FMA instructions.
40552         * configure: Regenerate.
40553         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40554         * sysdeps/ieee754/dbl-64/Makefile: New file.
40555         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40556         Remove brandred-fma4.
40557         (CFLAGS-brandred-fma4.c): Remove.
40558         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40559         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40560         define.
40561         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40562         define.
40564 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40566         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40567         LLONG_MAX != LONG_MAX.
40568         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40569         (_fitoa_word): Likewise.
40570         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40571         LLONG_MAX != LONG_MAX.
40572         * stdio-common/_itowa.h: Include <_itoa.h>.
40573         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40574         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40575         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40576         only if not defined.
40577         (_ITOA_WORD_TYPE): Likewise.
40578         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40579         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40581 2012-03-21  David S. Miller  <davem@davemloft.net>
40583         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40585 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40587         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40588         of x86_64 when setting libc_cv_slibdir, libdir and
40589         libc_cv_localedir.
40590         * sysdeps/unix/sysv/linux/configure: Regenerated.
40592 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40594         * manual/lang.texi (Old Varargs): Remove section.
40595         (How Variadic): Update menu.
40596         (va_start): Do not mention varargs.h.
40598 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40599             Joseph Myers  <joseph@codesourcery.com>
40601         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40602         link test.
40603         * configure: Regenerated.
40605 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40607         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40608         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40609         conformtest.pl
40611 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40613         * NOTES: Remove.
40614         * Makefile (files-for-dist): Remove NOTES.
40615         (NOTES): Remove rule.
40616         * README: Don't refer to NOTES.
40617         * manual/creature.texi: Don't include macros.texi.
40618         * manual/intro.texi (creature.texi): Remove comment referring to
40619         NOTES.
40621         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40622         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40623         * configure: Regenerated.
40624         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40625         LIBC_TRY_CC_OPTION.
40626         (libc_cv_as_i686): Likewise.
40627         (libc_cv_cc_avx): Likewise.
40628         (libc_cv_cc_sse2avx): Likewise.
40629         (libc_cv_cc_fma4): Likewise.
40630         (libc_cv_cc_novzeroupper): Likewise.
40631         * sysdeps/i386/configure: Regenerated.
40633         [BZ #13883]
40634         * sysdeps/i386/fpu/s_cexp.S: Remove.
40635         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40636         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40637         * math/libm-test.inc (cexp_test): Add more tests.
40638         * sysdeps/i386/fpu/libm-test-ulps: Update.
40639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40641 2012-03-21  Allan McRae  <allan@archlinux.org>
40643         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40645 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40647         [BZ #13871]
40648         * math/w_exp2.c: Do not include <float.h>.
40649         (o_threshold, u_threshold): Remove.
40650         (__exp2): Calculate result before checking finiteness and calling
40651         __kernel_standard.
40652         * math/w_exp2f.c: Likewise.
40653         * math/w_exp2l.c: Likewise.
40654         * math/libm-test.inc (exp2_test): Require overflow exception for
40655         1e6 input.
40657         [BZ #3866]
40658         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40659         range of signed 64-bit integers before using fistpll.  Remove
40660         checks for whether integers fit in mantissa bits.
40661         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40662         the range of signed 32-bit integers before using fistpl.  Remove
40663         checks for whether integers fit in mantissa bits.
40664         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40665         (__ieee754_powl): Test for y outside the range of signed 64-bit
40666         integers before using fistpll.  Reduce 64-bit values to 63-bit
40667         ones as needed.
40668         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40669         divide-by-zero is raised for zero to large negative powers.
40670         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40671         (__ieee754_powl): Test for y outside the range of signed 64-bit
40672         integers before using fistpll.  Reduce 64-bit values to 63-bit
40673         ones as needed.
40674         * math/libm-test.inc (pow_test): Add more tests.
40676 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40678         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40679         <stdio-common/_itoa.h>.
40680         * debug/segfault.c: Likewise.
40681         * elf/dl-cache.c: Likewise.
40682         * elf/dl-minimal.c: Likewise.
40683         * elf/dl-misc.c: Likewise.
40684         * elf/dl-sysdep.c: Likewise.
40685         * elf/dl-version.c: Likewise.
40686         * elf/rtld.c: Likewise.
40687         * hurd/hurdsock.c: Likewise.
40688         * hurd/lookup-retry.c: Likewise.
40689         * malloc/malloc.c: Likewise.
40690         * malloc/mtrace.c: Likewise.
40691         * nscd/nscd_getgr_r.c: Likewise.
40692         * nscd/nscd_getpw_r.c: Likewise.
40693         * nscd/nscd_getserv_r.c: Likewise.
40694         * posix/getopt_init.c: Likewise.
40695         * posix/wordexp.c: Likewise.
40696         * stdio-common/_itoa.c: Likewise.
40697         * stdio-common/printf_fphex.c: Likewise.
40698         * stdio-common/vfprintf.c: Likewise.
40699         * string/_strerror.c: Likewise.
40700         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40701         * sysdeps/i386/i686/hp-timing.h: Likewise.
40702         * sysdeps/mach/_strerror.c: Likewise.
40703         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40704         * sysdeps/mach/hurd/sethostid.c: Likewise.
40705         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40706         * sysdeps/mach/xpg-strerror.c: Likewise.
40707         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40708         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40709         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40710         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40711         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40712         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40713         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40714         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40715         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40716         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40717         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40718         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40719         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40720         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40721         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40722         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40723         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40724         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40725         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40726         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40727         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40729         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40731         * stdio-common/_itoa.h: Moved to ...
40732         * sysdeps/generic/_itoa.h: Here.
40734         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40736         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40737         instead of "_itoa.h" and "_itowa.h".
40738         * stdio-common/vfprintf.: Likewise.
40740 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40742         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40743         <bits/wordsize.h>.
40744         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40745         (__signbit): Likwise.
40746         (llrintf): Likwise.
40747         (llrint): Likwise.
40749 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40751         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40752         __WORDSIZE != 64.
40754 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40756         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40757         OVERFLOW_EXCEPTION_OK.
40758         * math/libm-test.inc ("Philosophy"): Update comment about
40759         exception testing.
40760         (OVERFLOW_EXCEPTION): Define.
40761         (OVERFLOW_EXCEPTION_OK): Likewise.
40762         (INVALID_EXCEPTION_OK): Renumber.
40763         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40764         (IGNORE_ZERO_INF_SIGN): Likewise.
40765         (test_exceptions): Handle FE_OVERFLOW.
40766         (exp10_test): Expect overflow exceptions.
40767         (exp2_test): Likewise.
40768         (expm1_test): Likewise.
40769         (nextafter_test): Likewise.
40770         (pow_test): Likewise.
40771         (scalbn_test): Likewise.
40772         (scalbln_test): Likewise.
40774 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40776         * sysdeps/x86_64/bits/atomic.h
40777         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40778         64bit integer.
40779         (atomic_exchange_acq): Likewise.
40780         (__arch_exchange_and_add_body): Likewise.
40781         (__arch_add_body): Likewise.
40782         (atomic_add_negative): Likewise.
40783         (atomic_add_zero): Likewise.
40785 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40787         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40788         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40790 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40792         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40793         Check __x86_64__ instead of __WORDSIZE.
40795 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40797         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40799 2012-03-19  David S. Miller  <davem@davemloft.net>
40801         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40803         * sysdeps/sparc/fpu/fenv_private.h: New file.
40804         * sysdeps/sparc/fpu/math_private.h: Use it.
40805         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40806         Remove.
40807         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40808         (libc_feholdexcept_setroundl): Remove.
40809         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40810         Remove.
40811         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40812         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40814 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40816         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40817         int64_t instead of long int.
40818         (INSERT_WORDS64): Likwise.
40820 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40822         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40823         _Unwind_GetCFA return to _Unwind_Ptr first.
40825 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40827         [BZ #13629]
40828         * math/s_clog.c: Include <float.h>.
40829         (__clog): Scale large or subnormal inputs.
40830         * math/s_clogf.c: Likewise.
40831         * math/s_clogl.c: Likewise.
40832         * math/s_clog10.c: Include <float.h>.
40833         (M_LOG10_2): Define.
40834         (__clog10): Scale large or subnormal inputs.
40835         * math/s_clog10f.c: Likewise.
40836         * math/s_clog10l.c: Likewise.
40837         * math/libm-test.inc (clog_test): Add more tests.
40838         (clog10_test): Likewise.
40839         * sysdeps/i386/fpu/libm-test-ulps: Update.
40840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40842         [BZ #11451]
40843         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40844         x and y.
40845         * math/libm-test.inc (atan2_test): Add another test.
40847         * Makerules (common-objdir-compile): Remove.
40848         * sysdeps/unix/Makefile (config-generated): Do not add
40849         $(unix-generated) to variable.
40850         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40851         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40852         Remove rule.
40853         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40854         Likewise.
40855         [generic bits/local_lim.h] (before-compile): Do not append to
40856         variable.
40857         [generic bits/local_lim.h] (common-generated): Likewise.
40858         [generic sys/param.h] (before-compile): Do not append to variable.
40859         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40860         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40861         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40862         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40863         include.
40864         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40865         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40866         [generic sys/param.h] ($(addprefix
40867         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40868         [generic sys/param.h] (common-generated): Do not append to
40869         variable.
40870         [generic sys/param.h] (sysdep_headers): Likewise.
40871         [generic bits/errno.h] (before-compile): Do not append to
40872         variable.
40873         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40874         rule.
40875         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40876         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40877         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40878         [generic bits/errno.h] (common-generated): Do not append to
40879         variable.
40880         [generic bits/ioctls.h] (before-compile): Do not append to
40881         variable.
40882         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40883         rule.
40884         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40885         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40886         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40887         rule.
40888         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40889         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40890         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40891         [generic bits/ioctls.h] (common-generated): Do not append to
40892         variable.
40893         [generic sys/syscall.h] (syscall.h): Remove variable.
40894         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40895         rule.
40896         [generic sys/syscall.h] (before-compile): Do not append to
40897         variable.
40898         [generic sys/syscall.h] (common-generated): Likewise.
40899         * sysdeps/unix/errnos-tmpl.c: Remove file.
40900         * sysdeps/unix/errnos.awk: Likewise.
40901         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40902         * sysdeps/unix/ioctls.awk: Likewise.
40903         * sysdeps/unix/mk-local_lim.c: Likewise.
40904         * sysdeps/unix/snarf-ioctls: Likewise.
40906 2012-03-19  Richard Henderson  <rth@twiddle.net>
40908         * sysdeps/i386/fpu/fenv_private.h: New file.
40909         * sysdeps/i386/fpu/math_private.h: Use it.
40910         (math_opt_barrier, math_force_eval): Remove.
40911         (libc_feholdexcept_setround_53bit): Remove.
40912         (libc_feupdateenv_53bit): Remove.
40913         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40914         (math_opt_barrier, math_force_eval): Remove.
40915         (libc_feholdexcept): Remove.
40916         (libc_feholdexcept_setround): Remove.
40917         (libc_fetestexcept, libc_fesetenv): Remove.
40918         (libc_feupdateenv_test): Remove.
40919         (libc_feupdateenv, libc_feholdsetround): Remove.
40920         (libc_feresetround): Remove.
40922         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40923         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40925         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40926         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40927         (libc_feupdateenv_testl): New.
40928         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40929         (libc_feupdateenv_testf): New.
40930         (libc_feupdateenv): Use libc_feupdateenv_test.
40931         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40932         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40934         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40935         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40936         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40937         (libc_feresetround_noex): New.
40938         (libc_feresetround_noexf): New.
40939         (libc_feresetround_noexl): New.
40940         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40941         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40942         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40943         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40944         SET_RESTORE_ROUND.
40945         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40946         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40947         (__cos): Likewise.
40948         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40949         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40950         SET_RESTORE_ROUND_NOEX.
40951         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40952         SET_RESTORE_ROUND_NOEXF.
40953         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40954         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40955         (libc_feholdsetroundf): New.
40956         (libc_feresetround, libc_feresetroundf): New.
40958         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40959         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40960         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40962         * sysdeps/generic/math_private.h: Include <fenv.h>.
40963         (default_libc_feholdexcept): New.
40964         (default_libc_feholdexcept_setround): New.
40965         (default_libc_fesetenv, default_libc_feupdateenv): New.
40966         (libc_feholdexcept): Only define if undefined.
40967         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40968         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40969         (libc_feholdexcept_setroundl): Likewise.
40970         (libc_feholdexcept_setround_53bit): Likewise.
40971         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40972         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40973         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40974         (libc_feupdateenv_53bit): Likewise.
40975         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40976         (libc_feholdexcept): Convert from macro to inline function.
40977         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40978         (libc_fesetenv, libc_feupdateenv): Likewise.
40980         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40981         not previously defined.
40982         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40983         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40984         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40985         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40986         * sysdeps/ieee754/flt-32/math_private.h: New file.
40987         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40988         math_private.h below SET_FLOAT_WORD.
40989         (__isnan, __isinf_ns, __finite): Remove.
40990         (__isnanf, __isinf_nsf, __finitef): Remove.
40992 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40994         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40996 2012-03-17  David S. Miller  <davem@davemloft.net>
40998         [BZ #6471]
40999         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
41000         for 2.16.
41002 2012-03-16  David S. Miller  <davem@davemloft.net>
41004         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
41005         warnings.
41007         [BZ #6471]
41008         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
41009         properly.
41010         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
41011         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
41012         sysdep_routines when subdir is sysvipc.
41013         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
41014         __getshmlba helper.
41016         * sysdeps/sparc/fpu/libm-test/ulps: Update.
41018 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41020         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
41021         [__LP64__].
41023 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41025         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
41026         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
41027         (__lround): Renamed to ...
41028         (__llround): This.  Replace long int with long long int.
41029         Define lround functions as aliases of llround functions.
41030         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
41032 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41034         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
41035         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
41036         adresses to uintptr_t.  Replace "long int" and "unsigned long
41037         int" with "greg_t" on va_arg.
41039 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41041         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
41042         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
41044         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
41045         Move e_machine check before EI_CLASS check.  Handle x32
41046         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
41047         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
41048         SKIP_EM_IA_64 and include
41049         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
41051         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
41052         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
41053         (add_system_dir): New macro.
41055         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
41056         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
41058 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
41060         [BZ #2551]
41061         [BZ #2552]
41062         [BZ #2553]
41063         [BZ #2554]
41064         [BZ #2562]
41065         [BZ #2563]
41066         [BZ #2565]
41067         [BZ #2566]
41068         [BZ #2576]
41069         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
41070         (y0): Likewise.
41071         * math/w_j0f.c (j0f): Likewise.
41072         (y0f): Likewise.
41073         * math/w_j0l.c (__j0l): Likewise.
41074         (__y0l): Likewise.
41075         * math/w_j1.c (j1): Likewise.
41076         (y1): Likewise.
41077         * math/w_j1f.c (j1f): Likewise.
41078         (y1f): Likewise.
41079         * math/w_j1l.c (__j1l): Likewise.
41080         (__y1l): Likewise.
41081         * math/w_jn.c (jn): Likewise.
41082         (yn): Likewise.
41083         * math/w_jnf.c (jnf): Likewise.
41084         (ynf): Likewise.
41085         * math/w_jnl.c (__jnl): Likewise.
41086         (__ynl): Likewise.
41087         * math/libm-test.inc (j0_test): Add more tests.
41088         (j1_test): Likewise.
41089         (jn_test): Likewise.  Add trailing semicolon to existing test.
41090         (y0_test): Likewise.
41091         (y1_test): Likewise.
41092         * sysdeps/i386/fpu/libm-test-ulps: Update.
41093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41095         [BZ #13851]
41096         [BZ #13854]
41097         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
41098         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
41099         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
41100         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
41101         (__tanl): Set errno for infinite argument.
41102         * sysdeps/i386/fpu/mptan.c: Remove.
41103         * sysdeps/i386/fpu/s_tan.S: Likewise.
41104         * sysdeps/i386/fpu/s_tanl.S: Likewise.
41105         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
41106         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
41107         * math/libm-test.inc (tan_test): Add more tests and enable more
41108         tests for double and long double.
41109         * sysdeps/i386/fpu/libm-test-ulps: Update.
41110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41112 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
41114         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
41115         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
41117 2012-03-16  Roland McGrath  <roland@hack.frob.com>
41119         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
41120         * configure.in: Use it for both main tree and add-ons.
41121         * configure: Regenerated.
41123 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41125         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
41127 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
41129         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
41130         in comment.
41132         [BZ #13851]
41133         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
41134         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
41135         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
41136         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
41137         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
41138         infinite argument.
41139         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
41140         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
41141         != 0 for prec == 2.
41142         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
41143         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
41144         * sysdeps/i386/fpu/s_cosl.S: Likewise.
41145         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
41146         * sysdeps/i386/fpu/s_sinl.S: Likewise.
41147         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
41148         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
41149         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
41150         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
41151         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
41152         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
41153         * math/libm-test.inc (cos_test): Add more tests and enable more
41154         tests for long double.
41155         (sin_test): Likewise.
41156         (sincos_test): Likewise.
41157         * sysdeps/i386/fpu/libm-test-ulps: Update.
41158         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41160 2012-03-16  David S. Miller  <davem@davemloft.net>
41162         * sysdeps/sparc/fpu/math_private.h: New file.
41164 2012-03-15  David S. Miller  <davem@davemloft.net>
41166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
41167         file.
41168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
41169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
41170         file.
41171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
41172         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
41173         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
41174         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
41175         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
41176         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
41177         sysdep routines.
41178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41180         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
41181         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
41183         * sysdeps/sparc/sparc-ifunc.h: New file.
41184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
41185         sparc-ifunc.h
41186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
41187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
41188         Likewise.
41189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
41190         Likewise.
41191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
41192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
41193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
41195         Likewise.
41196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
41198         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
41200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
41201         Likewise.
41202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
41203         Likewise.
41204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
41206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
41207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
41208         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
41209         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
41210         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
41211         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41212         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41213         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41214         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41215         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41216         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41217         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41218         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41219         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41220         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41221         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41222         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41223         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41224         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41225         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41226         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41227         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41229 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41231         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41232         scaling.
41233         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41235 2012-03-15  Andreas Jaeger  <aj@suse.de>
41237         [BZ #13852]
41238         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41239         ieee754/flt-32 implementation for sin, cos and sincos.
41240         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41241         * sysdeps/i386/fpu/s_cosf.S: Likewise.
41242         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41243         * sysdeps/i386/fpu/s_sinf.S: Likewise.
41244         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41245         ieee754/flt-32 implementation for tan.
41247         * math/libm-test.inc (cos_test): Enable some large input tests for
41248         float as well
41249         (sin_test): Likewise.
41250         (sincos_test): Likewise.
41251         (tan_test): Add tests for large input.
41253         * sysdeps/i386/fpu/libm-test-ulps: Update.
41255 2012-03-15  Andreas Jaeger  <aj@suse.de>
41257         [BZ #13658]
41258         * math/libm-test.inc (cos_test): Add more test cases.
41259         (sin_test): Likewise.
41260         (sincos_test): Likewise.
41262 2012-03-15  Andreas Jaeger  <aj@suse.de>
41264         [BZ #13837]
41265         * math/libm-test.inc (cos_test): Add a test case for large input
41266         value.
41267         (sin_test): Likewise.
41268         (sincos_test): Likewise.
41270 2012-03-15  Andreas Jaeger  <aj@suse.de>
41271             Joseph Myers  <joseph@codesourcery.com>
41273         [BZ #13658]
41274         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
41275         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41276         * sysdeps/i386/fpu/branred.c: Likewise.
41277         * sysdeps/i386/fpu/dosincos.c: Likewise.
41278         * sysdeps/i386/fpu/mpa.c: Likewise.
41279         * sysdeps/i386/fpu/s_cos.S: Likewise.
41280         * sysdeps/i386/fpu/s_sin.S: Likewise.
41281         * sysdeps/i386/fpu/s_sincos.S: Likewise.
41282         * sysdeps/i386/fpu/sincos32.c: Likewise.
41284         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41285         Define.
41286         (libc_feupdateenv_53bit): Define.
41287         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41288         Define.
41289         (libc_feupdateenv_53bit): Define.
41291         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41292         53 bit (without extend i386 double precision).
41294         * math/libm-test.inc (sincos_test): Add tests for large input.
41295         (sin): Likewise.
41296         (cos): Likewise.
41298         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41300 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41302         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41304 2012-03-15  David S. Miller  <davem@davemloft.net>
41306         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41307         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41308         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41309         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41310         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41311         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41312         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41313         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41314         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41315         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41316         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41317         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41318         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41319         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41320         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41322         file.
41323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41325         file.
41326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41328         file.
41329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41331         file.
41332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41333         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41334         fmin/fmax sysdep routines.
41335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41337 2012-03-14  David S. Miller  <davem@davemloft.net>
41339         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41340         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41341         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41342         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41343         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41344         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41345         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41346         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41347         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41348         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41349         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41350         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41351         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41352         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41353         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41354         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41355         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41356         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41357         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41358         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41359         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41360         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41361         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41362         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41363         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41364         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41365         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41366         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41367         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41368         routines.
41369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41370         file.
41371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41373         file.
41374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41375         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41376         file.
41377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41379         file.
41380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41382         file.
41383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41385         file.
41386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41387         file.
41388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41389         file.
41390         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41391         file.
41392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41393         New file.
41394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41395         file.
41396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41397         file.
41398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41400         file.
41401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41403         file.
41404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41405         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41406         file.
41407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41409         VIS3 routines.
41411         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41412         New file.
41414         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41416         * sysdeps/sparc/configure.in: New file.
41417         * sysdeps/sparc/configure: Generate.
41418         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41419         * configure: Regenerate.
41420         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41421         * config.make.in (have-as-vis3): New.
41422         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41423         available use -Av9d instead of -Av9a.
41424         * sysdeps/sparc/sparc64/Makefile: Likewise.
41425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41427         New file.
41428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41429         file.
41430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41431         New file.
41432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41433         file.
41434         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41435         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41436         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41437         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41438         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41440         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41441         fzeros/fnegs to load 0x80000000 into a float register instead of
41442         using the stack.
41443         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41445 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41447         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41448         bits/syscall.h.
41449         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41450         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41451         ($(inst_includedir)/bits/syscall.h): Remove rule.
41452         ($(objpfx)bits/syscall.d): Include instead of
41453         $(objpfx)syscall-list.d.
41454         (generated): Change syscall-list.h and syscall-list.d to
41455         bits/syscall.h and bits/syscall.d.
41457 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41459         [BZ #13846]
41460         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41462 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41464         [BZ #13841]
41465         * math/s_csqrt.c: Include <float.h>.
41466         (__csqrt): Scale large or subnormal inputs.
41467         * math/s_csqrtf.c: Likewise.
41468         * math/s_csqrtl.c: Likewise.
41469         * math/libm-test.inc (csqrt_test): Add more tests.
41470         * sysdeps/i386/fpu/libm-test-ulps: Update.
41471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41473         [BZ #13840]
41474         * math/libm-test.inc (hypot_test): Add more tests.
41476 2012-03-13  David S. Miller  <davem@davemloft.net>
41478         [BZ #13840]
41479         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41480         double-precision for the calculation instead of scaling.
41482 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41484         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41485         manipulate bits before adding and subtracting TWO52[sx].
41486         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41487         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41488         Likewise.
41489         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41491 2012-03-13  David S. Miller  <davem@davemloft.net>
41493         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41494         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41495         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41496         rtld-global-offsets.h
41497         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41499         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41500         large parameters.
41502         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41504         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41505         'err' in the ifdef scope in which it is actually used.
41507         * nss/nss_db/db-init.c: Include string.h
41509 2012-03-12  David S. Miller  <davem@davemloft.net>
41511         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41512         masking out of the most significant byte of random value used.
41513         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41514         Fix coding style in previous change.
41516         * sysdeps/unix/sysv/linux/kernel-features.h
41517         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41518         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41519         expression.
41520         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41521         later.
41523 2012-03-11  David S. Miller  <davem@davemloft.net>
41525         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41526         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41527         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41528         for 'resultvar' otherwise things get truncated on 64-bit.
41530         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41531         Fix masking out of the most significant byte of random value used.
41533         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41535 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41537         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41539 2012-03-09  David S. Miller  <davem@davemloft.net>
41541         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41542         variables with appropriate CPP guards.
41543         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41544         from the frame pointer, not the stack pointer.  Correct layout
41545         comments.  Fix test on resulting framesize and the management of
41546         the outregs buffer for pltexit.  Preserve floating point return
41547         values across _dl_call_pltexit call.
41548         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41549         framesize and the management of the outregs buffer for pltexit.
41550         Preserve floating point return values across _dl_call_pltexit
41551         call.
41552         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41553         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41554         (la_sparc64_gnu_pltexit): New functions.
41555         (print_exit): Fix format string for return register value.
41557 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41559         * sunrpc/Makefile (others): Add rpcgen.
41560         ($(objpfx)rpcgen): Remove special build rule and dependency on
41561         libc.
41562         * sunrpc/rpcgen.c: New file.
41564 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41566         [BZ #13673]
41567         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41568         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41569         * sysdeps/i386/crti.S: Likewise.
41570         * sysdeps/i386/crtn.S: Likewise.
41571         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41572         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41573         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41574         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41575         * sysdeps/sh/crti.S: Likewise.
41576         * sysdeps/sh/crtn.S: Likewise.
41577         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41579         [BZ #13673]
41580         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41581         with URL.
41582         * locale/programs/locfile-kw.gperf: Likewise.
41583         * locale/programs/charmap-kw.h: Regenerated.
41584         * locale/programs/locfile-kw.h: Likewise.
41586         [BZ #13673]
41587         * intl/plural.y: Replace FSF snail mail address with URL.
41588         * intl/plural.c: Regenerated.
41590 2012-03-09  Richard Henderson  <rth@twiddle.net>
41592         * include/math_private.h: Remove file.
41593         * math/math_private.h: Move file ...
41594         * sysdeps/generic/math_private.h: ... here.
41596         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41597         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41598         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41600         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41601         and <math_private.h>.
41602         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41603         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41604         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41605         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41606         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41607         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41608         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41609         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41610         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41611         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41612         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41613         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41614         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41615         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41616         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41617         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41618         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41619         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41620         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41621         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41622         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41623         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41624         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41625         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41626         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41627         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41628         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41629         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41630         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41631         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41632         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41633         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41634         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41635         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41636         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41637         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41638         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41639         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41640         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41641         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41642         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41643         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41644         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41645         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41646         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41647         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41648         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41649         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41650         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41651         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41652         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41653         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41654         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41655         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41656         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41657         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41658         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41659         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41660         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41661         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41662         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41663         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41664         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41665         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41666         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41667         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41668         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41669         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41670         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41671         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41672         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41673         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41674         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41675         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41676         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41677         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41678         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41679         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41680         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41681         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41682         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41683         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41684         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41685         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41686         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41687         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41688         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41689         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41690         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41691         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41692         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41693         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41694         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41695         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41696         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41697         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41698         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41699         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41700         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41701         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41702         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41703         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41704         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41705         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41706         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41707         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41708         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41709         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41710         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41711         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41712         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41713         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41714         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41715         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41716         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41717         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41718         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41719         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41720         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41721         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41722         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41723         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41724         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41725         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41726         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41727         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41728         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41729         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41730         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41731         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41732         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41733         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41734         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41735         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41736         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41737         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41738         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41739         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41740         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41741         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41742         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41743         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41744         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41745         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41746         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41747         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41748         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41749         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41750         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41751         * sysdeps/ieee754/k_standard.c: Likewise.
41752         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41753         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41754         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41755         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41756         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41757         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41758         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41759         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41760         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41761         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41762         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41763         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41764         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41765         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41766         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41767         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41768         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41769         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41770         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41771         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41772         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41773         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41774         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41775         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41776         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41777         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41778         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41779         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41780         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41781         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41782         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41783         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41784         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41785         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41786         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41787         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41788         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41789         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41790         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41791         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41792         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41793         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41794         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41795         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41796         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41797         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41798         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41799         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41800         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41801         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41802         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41803         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41804         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41805         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41806         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41807         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41808         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41809         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41810         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41811         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41812         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41813         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41814         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41815         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41816         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41817         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41818         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41819         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41820         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41821         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41822         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41823         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41824         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41825         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41826         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41827         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41828         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41829         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41830         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41831         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41832         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41833         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41834         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41835         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41836         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41837         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41838         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41839         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41840         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41841         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41842         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41843         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41844         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41845         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41846         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41847         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41848         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41849         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41850         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41851         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41852         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41853         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41854         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41855         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41856         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41857         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41858         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41859         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41860         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41861         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41862         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41863         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41864         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41865         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41866         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41867         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41868         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41869         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41870         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41871         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41872         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41873         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41874         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41875         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41876         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41877         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41878         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41879         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41880         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41881         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41882         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41883         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41884         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41885         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41886         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41887         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41888         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41889         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41890         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41891         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41892         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41893         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41894         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41895         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41896         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41897         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41898         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41899         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41900         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41901         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41902         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41903         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41904         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41905         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41906         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41907         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41908         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41909         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41910         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41911         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41912         * sysdeps/ieee754/s_lib_version.c: Likewise.
41913         * sysdeps/ieee754/s_matherr.c: Likewise.
41914         * sysdeps/ieee754/s_signgam.c: Likewise.
41915         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41916         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41917         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41918         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41919         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41920         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41921         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41922         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41923         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41924         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41925         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41926         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41927         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41928         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41929         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41930         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41931         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41932         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41933         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41934         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41935         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41937 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41939         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41940         * sunrpc/rpc_main.c: Likewise.
41941         * sunrpc/rpc_svcout.c: Likewise.
41943 2012-03-09  David S. Miller  <davem@davemloft.net>
41945         * include/math_private.h: New file.
41947 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41949         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41950         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41951         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41952         from <bits/socket_type.h>.
41953         (enum __socket_type): Don't define here.
41954         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41955         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41956         bits/socket_type.h.
41958         [BZ #13566]
41959         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41960         checking __USE_GNU.
41962         * Makerules ($(inst_includedir)/%.h): New rule.
41963         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41964         (install-others): Remove variable setting.
41965         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41967 2012-03-08  Richard Henderson  <rth@twiddle.net>
41969         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41970         from macro to inline function; merge with the
41971         !__LIBC_INTERNAL_MATH_INLINES version.
41972         (__ieee754_sqrtf): Likewise.
41974         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41975         to inline function.
41976         (__rintf, __floor, __floorf): Likewise.
41978         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41979         macro to inline function.
41980         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41982         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41983         not <math/math_private.h>.
41985 2012-03-08  David S. Miller  <davem@davemloft.net>
41987         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41988         copyright year.
41989         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41991 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41993         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41994         normalization.
41995         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41996         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41998 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
42000         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
42001         be defined individually, they must be defined as a block.  Define
42002         S for printing a string instead of hidint the different by using a
42003         macro for adding the 'l'.
42004         * stdio-common/tst-fphex-wide.c: Adjust.
42006 2012-03-07  Marek Polacek  <polacek@redhat.com>
42008         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
42010 2012-03-08  Marek Polacek  <polacek@redhat.com>
42012         [BZ #13806]
42013         * stdio-common/Makefile (tests): Add tst-fphex-wide.
42014         * stdio-common/tst-fphex.c: Define a few macros to make the
42015         test reusable.  Use them.
42016         * stdio-common/tst-fphex-wide.c: New file.
42018 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
42020         [BZ #6911]
42021         * manual/macros.texi (gnusystems): New macro.
42022         (nongnusystems): Likewise.
42023         (gnulinuxhurdsystems): Likewise.
42024         (gnuhurdsystems): Likewise..
42025         (gnulinuxsystems): Likewise.
42026         * manual/charset.texi: Use new macros or @theglibc{} to refer to
42027         variants of the GNU system, not "GNU system".
42028         * manual/conf.texi: Likewise.
42029         * manual/errno.texi: Likewise.  Update example of errno macro
42030         expansion.
42031         * manual/filesys.texi: Likewise.
42032         (getumask): Document as specific to GNU/Hurd.
42033         * manual/install.texi: Likewise.  Reword some references to
42034         GNU/Linux.
42035         * manual/intro.texi: Likewise.
42036         * manual/io.texi: Likewise.
42037         (File Name Portability): Detail which constraints are inapplicable
42038         to all GNU systems and which are only inapplicable to GNU/Hurd.
42039         * manual/job.texi: Likewise.
42040         * manual/llio.texi: Likewise.
42041         (O_NOCTTY): Document as present on GNU/Linux.
42042         * manual/maint.texi: Likewise.
42043         * manual/memory.texi: Likewise.
42044         * manual/pattern.texi: Likewise.
42045         * manual/pipe.texi: Likewise.
42046         * manual/process.texi: Likewise.
42047         * manual/resource.texi: Likewise.
42048         (RUSAGE_CHILDREN): Remove statement about specifying a particular
42049         child on GNU/Hurd.
42050         * manual/setjmp.texi: Likewise.
42051         * manual/signal.texi: Likewise.
42052         * manual/startup.texi: Likewise.
42053         * manual/stdio.texi: Likewise.
42054         * manual/terminal.texi: Likewise.
42055         (ONLCR): Document as POSIX.
42056         (OXTABS): Document availability on GNU/Linux as XTABS.
42057         (ONOEOT): Document availability separately from other bits.
42058         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
42059         * manual/time.texi: Likewise.
42060         * manual/users.texi: Likewise.
42061         * INSTALL: Regenerated.
42062         * sysdeps/gnu/errlist.c: Regenerated.
42064         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
42065         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
42066         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
42067         puts.
42068         * configure: Regenerated.
42070 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
42072         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
42073         default includes instead of AC_HEADER_CHECK.
42074         * sysdeps/i386/configure: Regenerated.
42076         [BZ #10716]
42077         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
42078         * math/s_cacoshf.c (__cacoshf): Likewise.
42079         * math/s_cacoshl.c (__cacoshl): Likewise.
42080         * math/s_casinh.c (__casinh): Set signs of result from argument.
42081         * math/s_casinhf.c (__casinhf): Likewise.
42082         * math/s_casinhl.c (__casinhl): Likewise.
42083         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
42084         (casinh_test): Add more tests.
42085         * sysdeps/i386/fpu/libm-test-ulps: Update.
42086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42088 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
42090         * po/zh_TW.po: Update from translation team.
42092         * login/Makefile (distribute): Remove variable.
42093         * catgets/Makefile: Likewise.
42094         * mach/Makefile: Likewise.
42095         * malloc/Makefile: Likewise.
42096         * misc/Makefile: Likewise.
42097         * iconv/Makefile: Likewise.
42098         * nscd/Makefile: Likewise.
42099         * hurd/Makefile: Likewise.
42100         * manual/Makefile: Likewise.
42101         * locale/Makefile: Likewise.
42102         * intl/Makefile: Likewise.
42103         * conform/Makefile: Likewise.
42104         * nss/Makefile: Likewise.
42105         * time/Makefile: Likewise.
42106         * soft-fp/Makefile: Likewise.
42107         * dirent/Makefile: Likewise.
42108         * gmon/Makefile: Likewise.
42109         * po/Makefile: Likewise.
42110         * rt/Makefile: Likewise.
42111         * socket/Makefile: Likewise.
42112         * math/Makefile: Likewise.
42113         * signal/Makefile: Likewise.
42114         * debug/Makefile: Likewise.
42115         * elf/Makefile: Likewise.
42116         * timezone/Makefile: Likewise.
42117         * stdlib/Makefile: Likewise.
42118         * iconvdata/Makefile: Likewise.
42119         * sunrpc/Makefile: Likewise.
42120         * io/Makefile: Likewise.
42121         * argp/Makefile: Likewise.
42122         * inet/Makefile: Likewise.
42123         * hesiod/Makefile: Likewise.
42124         * grp/Makefile: Likewise.
42125         * csu/Makefile: Likewise.
42126         * wctype/Makefile: Likewise.
42127         * crypt/Makefile: Likewise.
42128         * libio/Makefile: Likewise.
42129         * string/Makefile: Likewise.
42130         * nis/Makefile: Likewise.
42131         * resolv/Makefile: Likewise.
42132         * stdio-common/Makefile: Likewise.
42133         * wcsmbs/Makefile: Likewise.
42134         * dlfcn/Makefile: Likewise.
42135         * posix/Makefile: Likewise.
42137         [BZ #6959]
42138         * timezone/Makefile: Don't install timezone files, just the programs
42139         and scripts.
42141 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
42143         * nss/databases.def: Add missing gshadow entry.
42145         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
42147 2012-03-06  Marek Polacek  <polacek@redhat.com>
42149         [BZ #13726]
42150         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
42151         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
42152         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
42153         * stdio-common/tst-long-dbl-fphex.c: New file.
42155 2012-03-06  David S. Miller  <davem@davemloft.net>
42157         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42158         (set_obp_int): New function.
42159         (get_obp_int): New function.
42160         (__get_clockfreq_via_dev_openprom): Likewise.
42161         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
42162         Avoid unused variable warnings on 'val' and use builtin_expect.
42163         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
42164         __builtin_expect.
42165         (INLINE_CLONE_SYSCALL): Likewise.
42167 2012-03-05  David S. Miller  <davem@davemloft.net>
42169         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42171 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
42173         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42175         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
42176         only for |x| >= 40.
42177         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42179 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
42181         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
42182         Replace gettimeofday with __vdso_gettimeofday.
42184         * sysdeps/unix/sysv/linux/x86_64/init-first.c
42185         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
42186         __vdso_clock_gettime and __vdso_getcpu.
42188         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
42189         time with __vdso_time.
42191 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42193         * manual/lang.texi (size_t): Note types to which size_t may be
42194         equivalent with the GNU C Library, but do not describe when
42195         differences between them are significant.
42197 2012-03-05  Andreas Jaeger  <aj@suse.de>
42199         * sysdeps/i386/fpu/libm-test-ulps: Update.
42201 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42203         [BZ #3976]
42204         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
42205         (__ieee754_pow): Save and restore rounding mode and use
42206         round-to-nearest for main computations.
42207         * math/libm-test.inc (pow_test_tonearest): New function.
42208         (pow_test_towardzero): Likewise.
42209         (pow_test_downward): Likewise.
42210         (pow_test_upward): Likewise.
42211         (main): Call the new functions.
42212         * sysdeps/i386/fpu/libm-test-ulps: Update.
42213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42215         [BZ #3976]
42216         * math/libm-test.inc (cosh_test_tonearest): New function.
42217         (cosh_test_towardzero): Likewise.
42218         (cosh_test_downward): Likewise.
42219         (cosh_test_upward): Likewise.
42220         (sinh_test_tonearest): Likewise.
42221         (sinh_test_towardzero): Likewise.
42222         (sinh_test_downward): Likewise.
42223         (sinh_test_upward): Likewise.
42224         (main): Call the new functions.
42225         * sysdeps/i386/fpu/libm-test-ulps: Update.
42226         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42228 2012-03-05  Tom de Vries  <tom@codesourcery.com>
42230         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42231         default stack guard is set in last bytes.
42232         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42234 2012-03-05  Kees Cook  <keescook@chromium.org>
42236         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
42238         [BZ #13656]
42239         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42240         possibly allocate from heap instead of stack.
42241         * stdio-common/bug-vfprintf-nargs.c: New file.
42242         * stdio-common/Makefile (tests): Add nargs overflow test.
42244 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
42246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42248 2012-03-03  Marek Polacek  <polacek@redhat.com>
42250         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42251         * math/math_private.h: Likewise.
42252         * stdlib/tst-strtod.c: Likewise.
42253         * sysdeps/i386/i486/bits/atomic.h: Likewise.
42254         * sysdeps/x86_64/bits/atomic.h: Likewise.
42256 2012-03-02  David S. Miller  <davem@davemloft.net>
42258         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42259         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42260         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42261         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42262         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42263         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42264         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42265         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42267 2012-03-02  Roland McGrath  <roland@hack.frob.com>
42269         [BZ #13792]
42270         * manual/examples/README: New file, says the example source files
42271         can be used under GPL>=2.
42272         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42273         line containing just "*/".
42274         * manual/examples/add.c: Add copyright header (GPL>=2).
42275         * manual/examples/argp-ex1.c: Likewise.
42276         * manual/examples/argp-ex2.c: Likewise.
42277         * manual/examples/argp-ex3.c: Likewise.
42278         * manual/examples/argp-ex4.c: Likewise.
42279         * manual/examples/atexit.c: Likewise.
42280         * manual/examples/db.c: Likewise.
42281         * manual/examples/dir.c: Likewise.
42282         * manual/examples/dir2.c: Likewise.
42283         * manual/examples/execinfo.c: Likewise.
42284         * manual/examples/filecli.c: Likewise.
42285         * manual/examples/filesrv.c: Likewise.
42286         * manual/examples/fmtmsgexpl.c: Likewise.
42287         * manual/examples/genpass.c: Likewise.
42288         * manual/examples/inetcli.c: Likewise.
42289         * manual/examples/inetsrv.c: Likewise.
42290         * manual/examples/isockad.c: Likewise.
42291         * manual/examples/longopt.c: Likewise.
42292         * manual/examples/memopen.c: Likewise.
42293         * manual/examples/memstrm.c: Likewise.
42294         * manual/examples/mkfsock.c: Likewise.
42295         * manual/examples/mkisock.c: Likewise.
42296         * manual/examples/mygetpass.c: Likewise.
42297         * manual/examples/pipe.c: Likewise.
42298         * manual/examples/popen.c: Likewise.
42299         * manual/examples/rprintf.c: Likewise.
42300         * manual/examples/search.c: Likewise.
42301         * manual/examples/select.c: Likewise.
42302         * manual/examples/setjmp.c: Likewise.
42303         * manual/examples/sigh1.c: Likewise.
42304         * manual/examples/sigusr.c: Likewise.
42305         * manual/examples/stpcpy.c: Likewise.
42306         * manual/examples/strdupa.c: Likewise.
42307         * manual/examples/strftim.c: Likewise.
42308         * manual/examples/strncat.c: Likewise.
42309         * manual/examples/subopt.c: Likewise.
42310         * manual/examples/swapcontext.c: Likewise.
42311         * manual/examples/termios.c: Likewise.
42312         * manual/examples/testopt.c: Likewise.
42313         * manual/examples/testpass.c: Likewise.
42314         * manual/examples/timeval_subtract.c: Likewise.
42316         [BZ #13792]
42317         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42318         function to ...
42319         * manual/timeval_subtract.c.texi: ... here, new file.
42321 2012-03-02  David S. Miller  <davem@davemloft.net>
42323         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42325 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42327         [BZ #3976]
42328         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42329         (__sin): Save and restore rounding mode and use round-to-nearest
42330         for all computations.
42331         (__cos): Save and restore rounding mode and use round-to-nearest
42332         for all computations.
42333         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42334         <fenv.h>.
42335         (tan): Save and restore rounding mode and use round-to-nearest for
42336         all computations.
42337         * math/libm-test.inc (cos_test_tonearest): New function.
42338         (cos_test_towardzero): Likewise.
42339         (cos_test_downward): Likewise.
42340         (cos_test_upward): Likewise.
42341         (sin_test_tonearest): Likewise.
42342         (sin_test_towardzero): Likewise.
42343         (sin_test_downward): Likewise.
42344         (sin_test_upward): Likewise.
42345         (tan_test_tonearest): Likewise.
42346         (tan_test_towardzero): Likewise.
42347         (tan_test_downward): Likewise.
42348         (tan_test_upward): Likewise.
42349         (main): Call the new functions.
42350         * sysdeps/i386/fpu/libm-test-ulps: Update.
42351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42353         [BZ #10135]
42354         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42355         small n, then large n, before computing and testing k+n.
42356         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42357         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42358         Likewise.
42359         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42360         Likewise.
42361         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42362         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42363         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42364         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42365         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42366         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42367         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42368         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42369         * math/libm-test.inc (scalbn_test): Add more tests.
42370         (scalbln_test): Likewise.
42372         * manual/filesys.texi (mode_t): Describe constraints on size and
42373         signedness, not exact equivalence to a particular type.
42374         (ino_t): Likewise.
42375         (ino64_t): Likewise.
42376         (dev_t): Likewise.
42377         (nlink_t): Likewise.
42378         (blkcnt_t): Likewise.
42379         (blkcnt64_t): Likewise.
42380         * manual/llio.texi (off_t): Likewise.
42382         [BZ #3976]
42383         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42384         (__ieee754_exp): Save and restore rounding mode and use
42385         round-to-nearest for all computations.
42386         * math/libm-test.inc (exp_test_tonearest): New function.
42387         (exp_test_towardzero): Likewise.
42388         (exp_test_downward): Likewise.
42389         (exp_test_upward): Likewise.
42390         (main): Call the new functions.
42391         * sysdeps/i386/fpu/libm-test-ulps: Update.
42392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42394 2012-03-01  Chris Demetriou  <cgd@google.com>
42396         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42397         have predictable order.
42399 2012-03-01  David S. Miller  <davem@davemloft.net>
42401         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42403         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42404         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42405         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42406         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42408         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42409         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42410         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42411         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42412         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42413         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42414         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42415         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42416         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42418         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42420         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42421         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42422         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42424         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42425         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42426         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42427         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42428         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42429         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42430         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42431         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42432         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42433         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42434         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42435         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42436         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42437         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42438         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42439         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42440         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42441         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42442         * sysdeps/sparc/elf/configure: Regenerated.
42444 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42446         * configure.in (AS, LD): Require binutils 2.20 or later.
42447         * configure: Regenerated.
42448         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42449         as required minimum version.
42450         * INSTALL: Regenerated.
42452         [BZ #2541]
42453         [BZ #4108]
42454         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42455         before squaring exponent.
42456         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42457         bottom long double and 27 bits of top long double before squaring
42458         exponent.
42459         * math/libm-test.inc (erfc_test): Add more tests.
42460         * sysdeps/i386/fpu/libm-test-ulps: Update.
42461         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42464 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42466         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42467         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42468         containing bit-fields.
42469         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42470         * soft-fp/single.h (_FP_UNION_S): Likewise.
42471         * soft-fp/double.h (_FP_UNION_D): Likewise.
42473 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42475         [BZ #13786]
42476         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42477         not include ../strcmp.S.
42478         [USE_AS_STRNCASECMP_L]: Likewise.
42479         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42480         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42481         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42482         (__strncasecmp_l_ia32): Define as alias to
42483         __strncasecmp_l_nonascii.
42485         [BZ #5794]
42486         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42487         * sysdeps/i386/fpu/libm-test-ulps: Update.
42488         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42490         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42493 2012-02-29  Jeff Law  <law@redhat.com>
42495         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42496         out of bounds read.
42498 2012-02-29  Marek Polacek  <polacek@redhat.com>
42500         [BZ #13706]
42501         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42502         * elf/Makefile: Add rules to run tst-unused-dep.out.
42504 2012-02-28  David S. Miller  <davem@davemloft.net>
42506         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42507         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42508         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42509         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42510         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42511         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42513 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42515         * math/libm-test.inc (llround_test): Move one test from
42516         lround_test.  Use TEST_f_L in moved test.
42517         (lround_test): Move misplaced test to llround_test.  Add testcase
42518         from bug 2561.
42520 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42522         * sysdeps/x86_64/fpu/e_expf.S: New file.
42523         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42525 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42527         [BZ #13637]
42528         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42529         of remain_len that may cause incomplete multi-byte character and
42530         false match.
42531         * posix/bug-regex33.c: New file.
42532         * posix/Makefile (tests): Add bug-regex33.
42534 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42536         * manual/macros.texi: New file.
42537         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42538         * manual/libc.texinfo: Include macros.texi.
42539         * manual/creatute.texi: Likewise.
42540         * manual/install.texi: Likewise.
42541         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42542         @glibcadj{} in references to the GNU C Library.
42543         * manual/charset.texi: Likewise.
42544         * manual/conf.texi: Likewise.
42545         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42546         when not using those macros.
42547         * manual/creature.texi: Likewise.
42548         * manual/crypt.texi: Likewise.
42549         * manual/errno.texi: Likewise.
42550         * manual/filesys.texi: Likewise.
42551         * manual/header.texi: Likewise.
42552         * manual/install.texi: Likewise.
42553         * manual/intro.texi: Likewise.
42554         * manual/io.texi: Likewise.
42555         * manual/job.texi: Likewise.
42556         * manual/lang.texi: Likewise.
42557         * manual/libc.texiinfo: Likewise.
42558         * manual/llio.texi: Likewise.
42559         * manual/locale.texi: Likewise.
42560         * manual/maint.texi: Likewise.
42561         * manual/math.texi: Likewise.
42562         * manual/memory.texi: Likewise.
42563         * manual/message.texi: Likewise.
42564         * manual/nss.texi: Likewise.
42565         * manual/pattern.texi: Likewise.
42566         * manual/process.texi: Likewise.
42567         * manual/resource.texi: Likewise.
42568         * manual/search.texi: Likewise.
42569         * manual/setjmp.texi: Likewise.
42570         * manual/signal.texi: Likewise.
42571         * manual/socket.texi: Likewise.
42572         * manual/startup.texi: Likewise.
42573         * manual/stdio.texi: Likewise.
42574         * manual/string.texi: Likewise.
42575         * manual/sysinfo.texi: Likewise.
42576         * manual/syslog.texi: Likewise.
42577         * manual/terminal.texi: Likewise.
42578         * manual/time.texi: Likewise.
42579         * manual/users.texi: Likewise.
42580         * INSTALL: Regenerated.
42581         * NOTES: Regenerated.
42582         * sysdeps/gnu/errlist.c: Regenerated.
42584 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42586         * include/dirent.h: Include <dirstream.h> before
42587         <dirent/dirent.h>.
42589 2012-02-28  David S. Miller  <davem@davemloft.net>
42591         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42592         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42593         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42594         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42596 2012-02-27  David S. Miller  <davem@davemloft.net>
42598         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42599         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42600         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42601         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42603         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42604         frame pointer instead of stack pointer relative arg slot.
42605         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42606         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42607         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42609 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42611         [BZ #3992]
42612         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42614 2012-02-27  David S. Miller  <davem@davemloft.net>
42616         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42617         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42618         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42619         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42620         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42621         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42622         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42623         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42625 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42627         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42628         later.  Allow versions 5-9.
42629         * configure: Regenerated.
42630         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42631         required minimum version and 4.6 as recommended version.  Do not
42632         mention bugs in GCC 2.7 and 2.8.
42633         * INSTALL: Regenerated.
42635 2012-02-27  David S. Miller  <davem@davemloft.net>
42637         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42638         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42639         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42640         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42641         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42642         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42643         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42644         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42646         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42647         manipulate bits before adding and subtracting TWO112[sx].
42648         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42650 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42652         [BZ #13775]
42653         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42654         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42655         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42656         being in POSIX, because they are in 1003.1-2008.
42658         * rt/tst-aio.c: Include <fcntl.h>.
42659         * rt/tst-aio7.c: Likewise.
42660         * rt/tst-aio64.c: Likewise.
42662         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42664 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42666         * manual/install.texi (--with-headers): Describe headers as
42667         interface headers, not private headers.
42668         (Specific advice for GNU/Linux systems): Describe use of headers
42669         from "make headers_install", not private headers from older
42670         kernels.
42671         * INSTALL: Regenerated.
42672         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42673         Change to 2.6.19.
42674         * sysdeps/unix/sysv/linux/configure: Regenerated.
42676         * manual/llio.texi (fclean): Remove documentation.
42678         * manual/Makefile (libc-texi-generated): New variable.  Include
42679         version.texi.
42680         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42681         $(libc-texi-generated), not duplicated list of files.
42682         (version.texi, stamp-version): New rules.
42683         (realclean): Remove $(libc-texi-generated), not individual files
42684         from that list.  Do not remove dir-add.texinfo.
42685         * manual/libc.texinfo: Comment out uses of edition numbers and
42686         references to printed manual.  Remove last-updated dates.
42687         (EDITION): Comment out.
42688         (ISBN): Likewise.
42689         (VERSION, UPDATED): Remove.
42690         (version.texi): Include.
42692 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42694         * sysdeps/posix/spawni.c: Include <signal.h>.
42695         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42696         * sysdeps/pthread/aio_fsync.c: Likewise.
42698 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42700         * conform/Makefile (tests): Run only when not cross-compiling and
42701         when fast-check is not defined.
42703         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42704         * conform/data/limits.h-data: Fixes for POSIX2008.
42705         * conform/run-conformtest.sh: Run all tests.
42706         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42707         headers.
42708         * include/bits/dlfcn.h: Likewise.
42709         * include/langinfo.h: Likewise.
42710         * include/monetary.h: Likewise.
42711         * include/sys/poll.h: Likewise.
42713         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42714         for __USE_GNU.
42715         * posix/spawn.h: Define __need_sigset_t.
42716         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42717         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42718         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42719         to get sigevent_t only.
42720         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42721         only for __USE_GNU.
42722         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42723         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42724         process_vm_writev only for __USE_GNU.
42725         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42727         * conform/Makefile: For now ignore errors from run-conformtest.
42728         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42729         POSIX to avoid namespace pollution.  Don't prepend headers.
42730         * conform/data/aio.h-data: Fixes for POSIX testing.
42731         * conform/data/fcntl.h-data: Likewise.
42732         * conform/data/glob.h-data: Likewise.
42733         * conform/data/grp.h-data: Likewise.
42734         * conform/data/pthread.h-data: Likewise.
42735         * conform/data/pwd.h-data: Likewise.
42736         * conform/data/signal.h-data: Likewise.
42737         * conform/data/spawn.h-data: Likewise.
42738         * conform/data/stdio.h-data: Likewise.
42739         * conform/data/stdlib.h-data: Likewise.
42740         * conform/data/stropts.h-data: Likewise.
42741         * conform/data/sys/mman.h-data: Likewise.
42742         * conform/data/sys/stat.h-data: Likewise.
42743         * conform/data/sys/types.h-data: Likewise.
42744         * conform/data/sys/wait.h-data: Likewise.
42745         * conform/data/time.h-data: Likewise.
42746         * conform/data/unistd.h-data: Likewise.
42747         * conform/data/utime.h-data: Likewise.
42749         * io/sys/stat.h: fchmod was always in POSIX.
42750         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42751         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42752         * rt/aio.h: Define __need_timespec before including <time.h>.
42753         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42754         struct.  Add forward declaration of pthread_attr_t and use it in
42755         sigevent.
42756         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42757         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42758         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42759         always remove CLK_TCK definition.
42761 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42763         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42765 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42767         * conform/run-conformtest.sh: New file.
42768         * conform/Makefile: Run run-conformtest for tests.
42769         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42770         support.
42772         * conform/data/uchar.h-data: New file.
42773         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42774         * conform/data/arpa/inet.h-data: Likewise.
42775         * conform/data/assert.h-data: Likewise.
42776         * conform/data/complex.h-data: Likewise.
42777         * conform/data/cpio.h-data: Likewise.
42778         * conform/data/ctype.h-data: Likewise.
42779         * conform/data/dirent.h-data: Likewise.
42780         * conform/data/dlfcn.h-data: Likewise.
42781         * conform/data/errno.h-data: Likewise.
42782         * conform/data/fcntl.h-data: Likewise.
42783         * conform/data/float.h-data: Likewise.
42784         * conform/data/fmtmsg.h-data: Likewise.
42785         * conform/data/fnmatch.h-data: Likewise.
42786         * conform/data/ftw.h-data: Likewise.
42787         * conform/data/glob.h-data: Likewise.
42788         * conform/data/grp.h-data: Likewise.
42789         * conform/data/iconv.h-data: Likewise.
42790         * conform/data/inttypes.h-data: Likewise.
42791         * conform/data/langinfo.h-data: Likewise.
42792         * conform/data/libgen.h-data: Likewise.
42793         * conform/data/limits.h-data: Likewise.
42794         * conform/data/locale.h-data: Likewise.
42795         * conform/data/math.h-data: Likewise.
42796         * conform/data/monetary.h-data: Likewise.
42797         * conform/data/mqueue.h-data: Likewise.
42798         * conform/data/ndbm.h-data: Likewise.
42799         * conform/data/net/if.h-data: Likewise.
42800         * conform/data/netdb.h-data: Likewise.
42801         * conform/data/netinet/in.h-data: Likewise.
42802         * conform/data/nl_types.h-data: Likewise.
42803         * conform/data/poll.h-data: Likewise.
42804         * conform/data/pthread.h-data: Likewise.
42805         * conform/data/pwd.h-data: Likewise.
42806         * conform/data/regex.h-data: Likewise.
42807         * conform/data/sched.h-data: Likewise.
42808         * conform/data/search.h-data: Likewise.
42809         * conform/data/semaphore.h-data: Likewise.
42810         * conform/data/setjmp.h-data: Likewise.
42811         * conform/data/signal.h-data: Likewise.
42812         * conform/data/spawn.h-data: Likewise.
42813         * conform/data/stdarg.h-data: Likewise.
42814         * conform/data/stdio.h-data: Likewise.
42815         * conform/data/stdlib.h-data: Likewise.
42816         * conform/data/string.h-data: Likewise.
42817         * conform/data/strings.h-data: Likewise.
42818         * conform/data/stropts.h-data: Likewise.
42819         * conform/data/sys/ipc.h-data: Likewise.
42820         * conform/data/sys/mman.h-data: Likewise.
42821         * conform/data/sys/msg.h-data: Likewise.
42822         * conform/data/sys/resource.h-data: Likewise.
42823         * conform/data/sys/select.h-data: Likewise.
42824         * conform/data/sys/sem.h-data: Likewise.
42825         * conform/data/sys/shm.h-data: Likewise.
42826         * conform/data/sys/socket.h-data: Likewise.
42827         * conform/data/sys/stat.h-data: Likewise.
42828         * conform/data/sys/statvfs.h-data: Likewise.
42829         * conform/data/sys/time.h-data: Likewise.
42830         * conform/data/sys/timeb.h-data: Likewise.
42831         * conform/data/sys/times.h-data: Likewise.
42832         * conform/data/sys/types.h-data: Likewise.
42833         * conform/data/sys/uio.h-data: Likewise.
42834         * conform/data/sys/un.h-data: Likewise.
42835         * conform/data/sys/utsname.h-data: Likewise.
42836         * conform/data/sys/wait.h-data: Likewise.
42837         * conform/data/syslog.h-data: Likewise.
42838         * conform/data/tar.h-data: Likewise.
42839         * conform/data/termios.h-data: Likewise.
42840         * conform/data/utime.h-data: Likewise.
42841         * conform/data/utmpx.h-data: Likewise.
42842         * conform/data/varargs.h-data: Likewise.
42843         * conform/data/wchar.h-data: Likewise.
42844         * conform/data/wctype.h-data: Likewise.
42845         * conform/data/wordexp.h-data: Likewise.
42847         * include/stropts.h: New file.
42848         * include/uchar.h: New file.
42849         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42850         * include/assert.h: Likewise.
42851         * include/ctype.h: Likewise.
42852         * include/dirent.h: Likewise.
42853         * include/dlfcn.h: Likewise.
42854         * include/fcntl.h: Likewise.
42855         * include/fnmatch.h: Likewise.
42856         * include/glob.h: Likewise.
42857         * include/grp.h: Likewise.
42858         * include/libio.h: Likewise.
42859         * include/locale.h: Likewise.
42860         * include/math.h: Likewise.
42861         * include/net/if.h: Likewise.
42862         * include/netdb.h: Likewise.
42863         * include/netinet/in.h: Likewise.
42864         * include/pthread.h: Likewise.
42865         * include/pwd.h: Likewise.
42866         * include/regex.h: Likewise.
42867         * include/sched.h: Likewise.
42868         * include/search.h: Likewise.
42869         * include/setjmp.h: Likewise.
42870         * include/signal.h: Likewise.
42871         * include/stdio.h: Likewise.
42872         * include/stdlib.h: Likewise.
42873         * include/string.h: Likewise.
42874         * include/sys/cdefs.h: Likewise.
42875         * include/sys/mman.h: Likewise.
42876         * include/sys/msg.h: Likewise.
42877         * include/sys/resource.h: Likewise.
42878         * include/sys/select.h: Likewise.
42879         * include/sys/socket.h: Likewise.
42880         * include/sys/stat.h: Likewise.
42881         * include/sys/statvfs.h: Likewise.
42882         * include/sys/time.h: Likewise.
42883         * include/sys/times.h: Likewise.
42884         * include/sys/uio.h: Likewise.
42885         * include/sys/utsname.h: Likewise.
42886         * include/sys/wait.h: Likewise.
42887         * include/termios.h: Likewise.
42888         * include/time.h: Likewise.
42889         * include/ulimit.h: Likewise.
42890         * include/unistd.h: Likewise.
42891         * include/utime.h: Likewise.
42892         * include/wchar.h: Likewise.
42893         * include/wctype.h: Likewise.
42894         * include/wordexp.h: Likewise.
42896         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42898         * time/time.h: TIME_UTC must be a macro.
42899         Make timespec_get available for ISO C11 only as well.
42901 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42903         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42904         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42906 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42908         * configure.in: Use -o not -a in test for unsupported multi-arch.
42910 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42912         * manual/texinfo.tex: Update to version 2012-01-19.16.
42914 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42916         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42918 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42920         [BZ #13738]
42921         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42922         * manual/fdl-1.3.texi: New file.
42923         * manual/fdl-1.1.texi: File removed.
42925         [BZ #13738]
42926         * manual/libc.texinfo (FDL_VERSION): New @set.
42927         Use it for mention of FDL in cover text.
42928         (Documentation License): Use it in @include file name.
42930 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42931             Roland McGrath  <roland@hack.frob.com>
42933         [BZ #5461]
42934         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42935         (not LONG_LONG_MAX and LONG_LONG_MIN.
42936         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42937         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42938         name.
42939         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42941 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42943         [BZ #2547]
42944         [BZ #11365]
42945         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42946         manipulate bits before adding and subtracting TWO23[sx].
42947         * math/libm-test.inc (nearbyint_test): Add more tests.
42949 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42951         [BZ #2548]
42952         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42953         bits before adding and subtracting TWO23[sx].
42954         * math/libm-test.inc (rint_test): Add more tests.
42955         (rint_test_tonearest): Likewise.
42956         (rint_test_towardzero): Likewise.
42957         (rint_test_downward): Likewise.
42958         (rint_test_upward: Likewise.
42960 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42962         [BZ #10110]
42963         * include/stdc-predef.h: New file.  Extracted from features.h.
42964         * include/features.h: Include stdc-predef.h.
42965         * Makefile (headers): Add stdc-predef.h.
42966         * CONFORMANCE (Compiler limitations): Update.
42968 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42970         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42972 2012-02-21  David S. Miller  <davem@davemloft.net>
42974         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42975         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42977 2012-02-20  David S. Miller  <davem@davemloft.net>
42979         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42980         using a normal save/restore sequence, rather than allocating a
42981         dummy stack frame just to store a frame pointer and restore.
42982         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42984 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42986         * manual/install.texi: Fix stray word in line-wrapped comment.
42988 2012-02-20  David S. Miller  <davem@davemloft.net>
42990         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42991         both binutils and gcc support GOTDATA.
42993         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42994         "rd %pc" in the PIC register setup sequences.
42996         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42997         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42998         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42999         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
43000         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
43001         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43002         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43003         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43004         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
43005         (SYSCALL_ERROR_HANDLER): Likewise.
43006         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
43007         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
43008         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
43009         (SYSCALL_ERROR_HANDLER): Likewise.
43011         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
43012         (HAVE_GCC_GOTDATA): New.
43013         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
43014         relocation support in both binutils and gcc.
43015         * sysdeps/sparc/elf/configure: Regenerate.
43017         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
43018         * sysdeps/sparc/sparc32/elf/configure: Delete.
43019         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
43020         * sysdeps/sparc/sparc64/elf/configure: Delete.
43021         * sysdeps/sparc/elf/configure.in: New file.
43022         * sysdeps/sparc/elf/configure: Generate.
43024         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
43025         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
43026         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
43027         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
43028         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
43030 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43032         * manual/install.texi: Do not mention specific glibc version
43033         numbers.
43034         * manual/libc.texinfo (VERSION, UPDATED): Update.
43035         (@copying): Use @copyright{} and range of years.
43037 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43039         [BZ #13695]
43040         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
43041         [crti.S not in sysdirs] (generated): Do not append.
43042         [crti.S not in sysdirs] (omit-deps): Likewise.
43043         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
43044         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
43045         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
43046         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
43047         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
43048         Likewise.
43049         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
43050         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
43051         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
43052         * csu/defs.awk: Remove file.
43053         * sysdeps/generic/initfini.c: Likewise.
43054         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
43055         variable.
43056         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
43057         Likewise.
43059 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43061         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
43062         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
43063         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
43064         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
43065         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43066         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
43067         <bits/epoll.h>.
43068         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
43069         (__EPOLL_PACKED): Define to empty if not defined by
43070         <bits/epoll.h>.
43071         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
43072         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43073         bits/epoll.h.
43075 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43077         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
43078         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
43079         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
43080         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
43081         <bits/timerfd.h>.
43082         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
43083         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43084         bits/timerfd.h.
43086 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43088         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
43089         in C locale.
43090         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43091         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
43092         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
43093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43095 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
43097         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43098         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43100 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
43102         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
43103         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
43104         defined.
43105         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
43106         Likewise.
43107         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
43108         entry for 2.16.
43110 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
43112         * math/w_acos.c: Use non-signaling floating-point comparisons.
43113         * math/w_acosf.c: Likewise.
43114         * math/w_acosh.c: Likewise.
43115         * math/w_acoshf.c: Likewise.
43116         * math/w_acoshl.c: Likewise.
43117         * math/w_acosl.c: Likewise.
43118         * math/w_asin.c: Likewise.
43119         * math/w_asinf.c: Likewise.
43120         * math/w_asinl.c: Likewise.
43121         * math/w_atanh.c: Likewise.
43122         * math/w_atanhf.c: Likewise.
43123         * math/w_atanhl.c: Likewise.
43124         * math/w_exp2.c: Likewise.
43125         * math/w_exp2f.c: Likewise.
43126         * math/w_exp2l.c: Likewise.
43127         * math/w_j0.c: Likewise.
43128         * math/w_j0f.c: Likewise.
43129         * math/w_j0l.c: Likewise.
43130         * math/w_j1.c: Likewise.
43131         * math/w_j1f.c: Likewise.
43132         * math/w_j1l.c: Likewise.
43133         * math/w_jn.c: Likewise.
43134         * math/w_jnf.c: Likewise.
43135         * math/w_log.c: Likewise.
43136         * math/w_log10.c: Likewise.
43137         * math/w_log10f.c: Likewise.
43138         * math/w_log10l.c: Likewise.
43139         * math/w_log2.c: Likewise.
43140         * math/w_log2f.c: Likewise.
43141         * math/w_log2l.c: Likewise.
43142         * math/w_logf.c: Likewise.
43143         * math/w_logl.c: Likewise.
43144         * math/w_sqrt.c: Likewise.
43145         * math/w_sqrtf.c: Likewise.
43146         * math/w_sqrtl.c: Likewise.
43147         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43148         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
43149         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43150         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43151         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43153 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43155         [BZ #9739]
43156         * manual/string.texi (strnlen): Use correct parameter name in
43157         equivalent expression.
43159 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43161         [BZ #11174]
43162         * manual/users.texi (seteuid): Consistently use neweuid for
43163         argument name.
43165 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43167         [BZ #13704]
43168         * manual/nss.texi (Services in the NSS configuration): Correct
43169         list of services in example configuration file.
43171 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
43173         [BZ #11322]
43174         * manual/arith.texi: Remove statements about negative zero
43175         behaving identically to zero.
43177 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43179         [BZ #5993]
43180         * manual/install.texi: Do not document upgrading from libc5.
43182 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43184         [BZ #4596]
43185         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
43187 2012-02-18  David S. Miller  <davem@davemloft.net>
43189         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
43190         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
43191         %o7 across the call.
43192         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
43193         instead.
43194         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
43195         SETUP_PIC_REG_LEAF.
43196         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43197         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
43198         * sysdeps/sparc/crtn.S: Likewise.
43200 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
43202         * aout/Makefile: Remove.
43204 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
43206         [BZ #13058]
43207         * manual/examples/argp-ex1.c (main): Format definition in GNU
43208         style.
43209         * manual/examples/argp-ex2.c (main): Likewise.
43210         * manual/examples/argp-ex3.c (main): Likewise.
43211         * manual/examples/argp-ex4.c (main): Likewise.
43212         * manual/examples/longopt.c (main): Use new-style prototype
43213         definition.
43214         * manual/examples/strncat.c (main): Specify return type and use
43215         (void) for arguments.
43216         * manual/examples/subopt.c (main): Use char **argv argument.
43218 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43220         [BZ #5077]
43221         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43222         rounding modes.
43224 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
43226         [BZ #6907]
43227         * manual/string.texi (strchr): Change when strchrnul is
43228         recommended.
43230 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
43232         [BZ #174]
43233         * manual/locale.texi (setlocale): Document LOCPATH.
43235 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43237         [BZ #10210]
43238         * manual/process.texi (execle): Move @dots{} before last argument.
43240 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
43242         [BZ #12047]
43243         * manual/charset.texi (Generic Charset Conversion): Fix typo
43244         (LC_TYPE -> LC_CTYPE).
43246 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
43248         [BZ #5805]
43249         * manual/arith.texi (scalbn): Use @var{} on parameter names.
43250         (scalbnf): Likewise.
43251         (scalbnl): Likewise.
43252         (scalbln): Likewise.
43253         (scalblnf): Likewise.
43254         (scalblnl): Likewise.
43255         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43256         (vwarnx): Likewise.
43257         (verr): Likewise.
43258         (verrx): Likewise.
43259         * manual/filesys.texi (telldir): Use braces around return type.
43260         * manual/llio.texi (mmap): Add space after comma.
43261         (mmap64): Likewise.
43262         * manual/math.texi (jn): Use @var{} on parameter names.
43263         (jnf): Likewise.
43264         (jnl): Likewise.
43265         (yn): Likewise.
43266         (ynf): Likewise.
43267         (ynl): Likewise.
43268         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43269         line.
43270         * manual/resource.texi (ulimit): Use @dots{} instead of literal
43271         "...".
43272         (sched_get_priority_min): Remove semicolon on @deftypefun line.
43273         (sched_get_priority_max): Likewise.
43274         * manual/signal.texi (sigvec): Add space after comma.
43275         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43276         names.
43277         (if_indextoname): Likewise.
43278         (if_freenameindex): Likewise.
43279         (sendto): Use ',' instead of '.' in prototype.
43280         * manual/startup.texi (syscall): Use @dots{} instead of literal
43281         "...".
43282         * manual/stdio.texi (__fpending): Separate initial words of
43283         paragraph from @deftypefun line.
43284         * manual/syslog.texi (syslog): Use @dots{} instead of literal
43285         "...".
43286         (vsyslog): Use @var{} on parameter names.
43287         * manual/terminal.texi (stty): Use @var{} on parameter names.
43288         * manual/users.texi (getutmp): Use @var{} on parameter names.
43289         (getutmpx): Likewise.
43291 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43293         [BZ #6884]
43294         * manual/stdio.texi (fopen): Fix typos in description of
43295         ",ccs=STRING".
43297 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
43299         [BZ #4026]
43300         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43301         get clock_id definition.
43303 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43305         [BZ #4822]
43306         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43307         (madvise): Cast every argument to void on its own.
43309 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43311         [BZ #9902]
43312         * manual/startup.texi (Exit Status): Fix typo.
43314 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43316         [BZ #10140]
43317         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43318         * manual/examples/argp-ex2.c: Likewise.
43319         * manual/examples/argp-ex3.c: Likewise.
43321 2012-02-16  Richard Henderson  <rth@redhat.com>
43323         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43324         * sysdeps/s390/s390-32/initfini.c: Remove.
43325         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43326         * sysdeps/s390/s390-64/initfini.c: Remove.
43328 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43330         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43331         compiler output for sysdeps/generic/initfini.c.
43332         * sysdeps/sh/elf/initfini.c: Remove file.
43334 2012-02-16  David S. Miller  <davem@davemloft.net>
43336         [BZ #11494]
43337         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43339         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43340         * sysdeps/sparc/crti.S: New file.
43341         * sysdeps/sparc/crtn.S: New file.
43342         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43343         * sysdeps/sparc/sparc64/Makefile: Likewise.
43345 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43347         [BZ #3335]
43348         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43350 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43352         [BZ #4822]
43353         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43355         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43356         (write, read, close): Likewise.
43357         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43359 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43361         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43362         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43363         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43364         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43365         <bits/signalfd.h>.
43366         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43367         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43368         bits/signalfd.h.
43370 2012-02-14  Marek Polacek  <polacek@redhat.com>
43372         * sysdeps/x86_64/crti.S: New file.
43373         * sysdeps/x86_64/crtn.S: New file.
43374         * sysdeps/x86_64/elf/initfini.c: Remove file.
43376 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43378         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43379         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43380         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43381         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43382         <bits/inotify.h>.
43383         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43384         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43385         bits/inotify.h.
43387 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43389         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43390         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43391         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43392         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43393         <bits/eventfd.h>.
43394         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43395         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43396         bits/eventfd.h.
43398 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43400         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43401         __feraiseexcept instead of feraiseexcept.
43403         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43404         nanosleep invocations.
43405         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43406         strings, and add error checking for a nanosleep invocations.
43408 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43410         Replace FSF snail mail address with URLs, as per GNU coding standards.
43411         Most of the snail mail addresses were wrong anyway, and omitting
43412         them makes the source code easier to maintain.  Almost all of the
43413         changes are to license notices and to locale LC_IDENTIFICATION
43414         addresses, except for this one:
43415         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43416         not its snail mail address.
43418 2012-02-09  Richard Henderson  <rth@twiddle.net>
43420         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43421         of kernel-features.h.
43423         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43425 2012-02-08  Marek Polacek  <polacek@redhat.com>
43427         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43428         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43429         * sysdeps/gnu/_G_config.h: Likewise.
43430         * sysdeps/generic/_G_config.h: Likewise.
43432 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43434         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43435         tests.
43436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43438         * sysdeps/powerpc/powerpc32/crti.S: New file.
43439         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43440         * sysdeps/powerpc/powerpc64/crti.S: New file.
43441         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43443         * Makeconfig (have-initfini): Don't set.
43444         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43445         * configure.in (nopic_initfini): Don't substitute.
43446         * config.h.in (HAVE_INITFINI): Don't #undef.
43447         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43448         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43450 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43452         Support crti.S and crtn.S provided directly by architectures.
43453         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43454         [crti.S in sysdirs] (omit-deps): Likewise.
43455         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43456         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43457         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43458         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43459         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43460         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43461         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43462         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43463         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43464         compiler output for sysdeps/generic/initfini.c.
43465         * sysdeps/i386/elf/Makefile: Remove file.
43466         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43468 2012-02-07  Marek Polacek  <polacek@redhat.com>
43470         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43471         * sysdeps/gnu/_G_config.h: Likewise.
43472         * sysdeps/mach/hurd/_G_config.h: Likewise.
43474 2012-02-07  Marek Polacek  <polacek@redhat.com>
43476         * math/Makefile (tests): Add tst-CMPLX2.
43477         * math/tst-CMPLX2.c: New file.
43479 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43481         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43483         * math/libm-test.inc (jn_test): Add missing L suffix.
43485 2012-02-06  Marek Polacek  <polacek@redhat.com>
43487         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43488         * sysdeps/i386/fpu/e_powf.S: Likewise.
43489         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43490         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43491         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43492         * sysdeps/i386/fpu/e_pow.S: Likewise.
43493         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43494         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43495         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43496         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43497         * sysdeps/i386/fpu/e_log2.S: Likewise.
43498         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43499         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43500         * sysdeps/i386/fpu/e_powl.S: Likewise.
43501         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43502         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43503         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43504         * sysdeps/i386/fpu/e_logl.S: Likewise.
43505         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43506         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43507         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43508         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43509         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43510         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43511         * sysdeps/i386/fpu/e_log.S: Likewise.
43512         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43513         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43514         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43515         * sysdeps/i386/fpu/e_logf.S: Likewise.
43516         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43517         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43518         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43519         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43520         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43521         * sysdeps/i386/fpu/e_log10.S: Likewise.
43522         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43523         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43524         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43525         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43526         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43527         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43528         * sysdeps/i386/asm-syntax.h: Likewise.
43529         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43530         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43531         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43532         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43533         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43534         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43535         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43536         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43537         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43538         * sysdeps/powerpc/sysdep.h: Likewise.
43539         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43540         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43542 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43544         [BZ #411]
43545         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43547 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43549         * sysdeps/i386/sysdep.h: Include <features.h>.
43550         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43551         version.
43553 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43555         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43556         Define.
43557         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43558         LOAD_PIC_REG_STR.
43560 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43562         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43563         (SETUP_PIC_REG): Use GET_PC_THUNK.
43564         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43565         macro.
43567 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43569         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43570         for non-PIC compilation.
43571         (SETUP_PIC_REG): Add .p2align directive.
43572         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43573         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43574         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43575         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43576         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43577         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43578         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43579         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43580         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43581         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43582         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43583         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43584         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43585         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43586         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43587         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43588         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43589         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43590         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43591         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43592         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43593         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43594         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43595         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43596         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43597         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43598         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43599         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43600         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43601         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43602         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43603         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43604         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43605         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43606         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43607         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43608         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43609         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43610         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43611         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43612         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43614 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43616         * math/tst-CMPLX.c: Include <stdio.h>.
43618 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43620         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43621         float.
43622         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43623         * sysdeps/sparc/bits/mathdef.h: Likewise.
43625 2012-01-31  Marek Polacek  <polacek@redhat.com>
43627         * libio/libio.h: Don't define _PARAMS.
43628         * locale/programs/config.h: Don't define PARAMS.
43629         * stdlib/strtol_l.c: Likewise.
43630         (__strtol_l): Remove PARAMS from the prototype.
43632 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43634         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43635         names.  Just use the correct names.  Remove unnecessary wrapper
43636         functions.
43637         * malloc/arena.c: Likewise.
43638         * malloc/hooks.c: Likewise.
43640         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43641         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43642         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43644 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43646         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43647         into tail calls.
43648         (update_get_addr): New function.
43649         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43650         GET_ADDR_MODULE parameter.
43652 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43654         * crypt/cert.c: Remove __STDC__ conditionals.
43655         * crypt/crypt-entry.c: Likewise.
43656         * crypt/crypt_util.c: Likewise.
43657         * libio/filedoalloc.c: Likewise.
43658         * libio/fileops.c: Likewise.
43659         * libio/genops.c: Likewise.
43660         * libio/iofclose.c: Likewise.
43661         * libio/iofdopen.c: Likewise.
43662         * libio/iofopen.c: Likewise.
43663         * libio/iofopen64.c: Likewise.
43664         * libio/iogetdelim.c: Likewise.
43665         * libio/iopopen.c: Likewise.
43666         * libio/obprintf.c: Likewise.
43667         * libio/oldfileops.c: Likewise.
43668         * libio/oldiofclose.c: Likewise.
43669         * libio/oldiofdopen.c: Likewise.
43670         * libio/oldiofopen.c: Likewise.
43671         * libio/oldiopopen.c: Likewise.
43672         * libio/wfiledoalloc.c: Likewise.
43673         * libio/wgenops.c: Likewise.
43674         * locale/programs/xmalloc.c: Likewise.
43675         * misc/syslog.c: Likewise.
43676         * stdio-common/xbug.c: Likewise.
43677         * string/memchr.c: Likewise.
43678         * string/memcmp.c: Likewise.
43679         * string/memrchr.c: Likewise.
43680         * string/rawmemchr.c: Likewise.
43681         * sysdeps/posix/getcwd.c: Likewise.
43682         * time/strftime_l.c: Likewise.
43684 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43686         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43687         * config.make.in (config-cflags-sse2avx): Define.
43688         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43689         Fix typo.
43691 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43693         * scripts/config.guess: Update from upstream config git repository.
43694         * scripts/config.sub: Likewise.
43696 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43698         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43699         (EM_NUM): Update.
43700         (R_TILEPRO_*, R_TILEGX_*): New macros.
43702         * scripts/firstversions.awk: Fix bug in version range handling.
43704         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43706         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43708         * include/sys/epoll.h: New file.
43709         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43710         libc_hidden_def.
43712 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43714         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43715         Avoid unnecessary __WORDSIZE == 64 test.
43716         (fmaxf): Use VEX format if possible.
43717         (fmax): Likewise.
43718         (fminf): Likewise.
43719         (fmin): Likewise.
43721         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43722         * math/math_private.h: Remove libc_fegetround* and
43723         libc_fesetround*.
43724         * sysdeps/i386/configure.in: Check for -msse2avx.
43725         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43726         also if SSE2AVX is defined.
43727         Remove libc_fegetround* and libc_fesetround*.
43728         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43729         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43730         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43731         of HAS_YMM_USABLE.
43732         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43733         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43734         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43735         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43736         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43738         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43740 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43742         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43743         size is not set.
43744         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43746 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43748         [BZ #13618]
43749         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43750         relocation.
43751         * Makeconfig (libm): Define.
43752         * elf/Makefile: Add rules to build and run tst-relsort1.
43753         * elf/tst-relsort1.c: New file.
43754         * elf/tst-relsort1mod1.c: New file.
43755         * elf/tst-relsort1mod2.c: New file.
43757 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43759         * math/s_ldexp.c: Remove __STDC__ conditionals.
43760         * math/s_ldexpf.c: Likewise.
43761         * math/s_ldexpl.c: Likewise.
43762         * math/s_nextafter.c: Likewise.
43763         * math/s_nexttowardf.c: Likewise.
43764         * math/s_significand.c: Likewise.
43765         * math/s_significandf.c: Likewise.
43766         * math/s_significandl.c: Likewise.
43767         * math/w_jnl.c: Likewise.
43768         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43769         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43770         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43771         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43772         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43773         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43774         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43775         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43776         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43777         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43778         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43779         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43780         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43781         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43782         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43783         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43784         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43785         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43786         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43787         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43788         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43789         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43790         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43791         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43792         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43793         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43794         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43795         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43796         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43797         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43798         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43799         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43800         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43801         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43802         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43803         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43804         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43805         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43806         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43807         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43808         * sysdeps/ieee754/k_standard.c: Likewise.
43809         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43810         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43811         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43812         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43813         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43814         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43815         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43816         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43817         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43818         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43819         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43820         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43821         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43822         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43823         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43824         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43825         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43826         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43827         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43828         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43829         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43830         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43831         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43832         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43833         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43834         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43835         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43836         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43837         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43838         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43839         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43840         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43841         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43842         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43843         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43844         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43845         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43846         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43847         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43848         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43849         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43850         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43851         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43852         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43853         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43854         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43855         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43856         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43857         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43858         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43859         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43860         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43861         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43862         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43863         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43864         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43865         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43866         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43867         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43868         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43869         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43870         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43871         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43872         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43873         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43874         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43875         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43876         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43877         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43878         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43879         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43880         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43881         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43882         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43883         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43884         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43885         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43886         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43887         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43888         * sysdeps/ieee754/s_matherr.c: Likewise.
43889         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43890         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43891         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43892         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43894 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43896         * crypt/md5.h: Remove __STDC__ conditionals.
43897         * libio/libioP.h: Likewise.
43898         * locale/programs/config.h: Likewise.
43899         * sysdeps/generic/sysdep.h: Likewise.
43900         * sysdeps/i386/asm-syntax.h: Likewise.
43901         * sysdeps/s390/asm-syntax.h: Likewise.
43902         * sysdeps/unix/sysdep.h: Likewise.
43903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43906 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43908         * libio/libio.h: Remove __STDC__ conditionals.
43909         * malloc/obstack.h: Likewise.
43910         * math/complex.h: Likewise.
43911         * math/math.h: Likewise.
43912         * sysdeps/generic/_G_config.h: Likewise.
43913         * sysdeps/gnu/_G_config.h: Likewise.
43914         * sysdeps/mach/hurd/_G_config.h: Likewise.
43915         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43916         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43917         * sysdeps/sparc/bits/mathdef.h: Likewise.
43919 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43921         [BZ #13583]
43922         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43923         Clean up HAS_* macros.
43924         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43925         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43926         possible.
43927         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43928         HAS_AVX.
43929         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43930         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43931         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43932         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43933         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43935 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43937         * elf/tst-unique3.cc (gets): Remove declaration.
43938         * elf/tst-unique3lib.cc (gets): Likewise.
43939         * elf/tst-unique3lib2.cc (gets): Likewise.
43940         * elf/tst-unique4.cc (gets): Likewise.
43942 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43944         * include/stdio.h: Add C++ protection.  Add gets declarations and
43945         definitions.
43946         * debug/tst-chk1.c: Don't declare gets here.
43947         * stdio-common/tst-gets.c: Likewise.
43949 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43951         * posix/glob: Remove directory.
43953 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43955         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43957 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43959         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43960         of the non-standard EPFNOSUPPORT.
43962 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43964         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43965         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43966         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43968 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43970         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43972 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43974         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43975         transient errors.
43976         * nscd/grpcache.c (cache_addgr): Likewise.
43977         * nscd/hstcache.c (cache_addhst): Likewise.
43978         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43979         * nscd/pwdcache.c (cache_addpw): Likewise.
43980         * nscd/servicescache.c (cache_addserv): Likewise.
43982 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43984         * malloc/malloc.c: Various cleanups.
43985         * malloc/hooks.c: Likewise.
43987         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43988         * stdlib/bug-fmtmsg1.c: New file.
43990         * stdlib/fmtmsg.c (init): Add missing unlock.
43991         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43993 2012-01-12  Marek Polacek  <polacek@redhat.com>
43995         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43996         and _GNU_SOURCE.
43998 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
44000         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
44001         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
44002         macro to ensure uniqueness of label name.
44003         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44004         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44006 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
44008         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
44010         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
44011         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44012         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44013         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
44015 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
44017         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
44019         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
44020         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44021         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44023         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
44025         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
44026         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44027         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44028         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
44030         * math/bits/math-finite.h: Add ldexp support.
44032 2012-01-10  Marek Polacek  <polacek@redhat.com>
44034         * locale/programs/localedef.h (show_archive_content): Add noreturn
44035         attribute.
44037 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
44039         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
44041 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44043         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
44045         * io/Makefile (headers): Add bits/poll2.h.
44047 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
44049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
44050         typo #include statement.
44052 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44054         * include/sys/cdefs.h: Define __attribute_alloc_size.
44055         * catgets/gencat.c: Add alloc_size attribute and apply consistently
44056         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
44057         * elf/pldd.c: Likewise.
44058         * iconv/iconv_charmap.c: Likewise.
44059         * iconv/iconvconfig.c: Likewise.
44060         * iconv/strtab.c: Likewise.
44061         * locale/programs/locale.c: Likewise.
44062         * locale/programs/localedef.h: Likewise.
44063         * locale/programs/simple-hash.c: Likewise.
44064         * nscd/nscd.h: Likewise.
44065         * nss/makedb.c: Likewise.
44066         * sysdeps/generic/ldconfig.h: Likewise.
44067         * locale/programs/localedef.c: Remove xmalloc prototype.
44068         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
44070 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
44072         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
44073         appropriate.
44075 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44077         * math/Makefile (tests): Add tst-CMPLX.
44078         * math/tst-CMPLX.c: New file.
44080         * math/complex.h (CMPLXL): Fix typo.
44082         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
44083         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
44084         GLIBC_2.16.
44085         * debug/tst-chk1.c: Add poll and ppoll tests.
44086         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
44087         * include/sys/poll.h: Add hidden proto for ppoll.
44088         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
44089         * sysdeps/mach/hurd/ppoll.c: Likewise.
44090         * io/ppoll.c: Likewise.
44091         * debug/poll_chk.c: New file.
44092         * debug/ppoll_chk.c: New file.
44093         * include/bits/poll2.h: New file.
44094         * io/bits/poll2.h: New file.
44096         [BZ #1350]
44097         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
44099         * configure.in: static is always set to yes.  Remove.
44100         * config.make.in: Don't set build-static.
44101         * Makeconfig: Remove use of build-static.
44102         * dlfcn/Makefile: Likewise.
44103         * elf/Makefile: Likewise.
44104         * math/Makefile: Likewise.
44105         * misc/Makefile: Likewise.
44106         * nptl/Makefile: Likewise.
44107         * sysdeps/mach/hurd/Makefile: Likewise.
44109         * configure.in: PWD_P is not used anymore.
44110         * config.make.in: Remove PWD_P entry.
44112         * configure.in: Remove last remnants of RANLIB.
44113         No need to check for signed size_t anymore.
44114         Don't set libc_commonpagesize and libc_relro_required here for Alpha
44115         and IA-64.
44116         Remove __builtin_expect test because we require at least gcc 3.4.
44117         * aclocal.m4: Likewise.
44119         * wcsmbs/mbrtoc16.c: Implement using towc function.
44120         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
44121         * wcsmbs/wcsmbsload.c: Likewise.
44122         * iconv/gconv_simple.c: Likewise.
44123         * iconv/gconv_int.h: Likewise.
44124         * iconv/gconv_builtin.h: Likewise.
44125         * iconv/iconv_prog.c: Remove CHAR16 handling.
44127         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
44129         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
44131         * configure.in: Remove --with-elf and --enable-bounded options.
44132         Dont set base_machine for ia64.  More non-ELF conditions removed.
44133         Remove testing and setting of leading underscore information.
44134         * config.make.in (build-bounded): Set to no.
44135         * config.h.in: Remove NO_UNDERSCORES entry.
44136         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
44137         them.
44138         * csu/start.c: Remove !NO_UNDERSCORE code.
44139         * locale/localeinfo.h: Likewise.
44140         * sysdeps/generic/machine-gmon.h: Likewise.
44141         * sysdeps/generic/sysdep.h: Likewise.
44142         * sysdeps/i386/sysdep.h: Likewise.
44143         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44144         * sysdeps/mach/sysdep.h: Likewise.
44145         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44146         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44147         * sysdeps/sh/sysdep.h: Likewise.
44148         * sysdeps/sparc/sparc32/alloca.S: Likewise.
44149         * sysdeps/unix/i386/sysdep.S: Likewise.
44150         * sysdeps/unix/sparc/start.c: Likewise.
44151         * sysdeps/unix/sparc/sysdep.S: Likewise.
44152         * sysdeps/unix/sparc/sysdep.h: Likewise.
44153         * sysdeps/unix/start.c: Likewise.
44154         * sysdeps/unix/x86_64/sysdep.S: Likewise.
44155         * sysdeps/x86_64/sysdep.h: Likewise.
44157 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
44159         [BZ #13553]
44160         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
44161         for non-gcc.
44162         * argp/argp-fmtstream.h: Use const instead __const.
44163         * argp/argp.h: Likewise.
44164         * assert/assert.h: Likewise.
44165         * bits/fenv.h: Likewise.
44166         * bits/sched.h: Likewise.
44167         * bits/sigset.h: Likewise.
44168         * bits/sigthread.h: Likewise.
44169         * catgets/nl_types.h: Likewise.
44170         * conform/data/pthread.h-data: Likewise.
44171         * crypt/crypt-private.h: Likewise.
44172         * crypt/crypt.h: Likewise.
44173         * crypt/crypt_util.c: Likewise.
44174         * ctype/ctype.h: Likewise.
44175         * debug/execinfo.h: Likewise.
44176         * debug/mbsnrtowcs_chk.c: Likewise.
44177         * debug/mbsrtowcs_chk.c: Likewise.
44178         * debug/wcsnrtombs_chk.c: Likewise.
44179         * debug/wcsrtombs_chk.c: Likewise.
44180         * debug/wcstombs_chk.c: Likewise.
44181         * dirent/dirent.h: Likewise.
44182         * dlfcn/dlfcn.h: Likewise.
44183         * elf/neededtest4.c: Likewise.
44184         * grp/grp.h: Likewise.
44185         * gshadow/gshadow.h: Likewise.
44186         * iconv/gconv.h: Likewise.
44187         * iconv/gconv_int.h: Likewise.
44188         * iconv/gconv_simple.c: Likewise.
44189         * iconv/iconv.h: Likewise.
44190         * iconv/loop.c: Likewise.
44191         * iconv/skeleton.c: Likewise.
44192         * include/aio.h: Likewise.
44193         * include/aliases.h: Likewise.
44194         * include/argz.h: Likewise.
44195         * include/arpa/inet.h: Likewise.
44196         * include/assert.h: Likewise.
44197         * include/dirent.h: Likewise.
44198         * include/dlfcn.h: Likewise.
44199         * include/execinfo.h: Likewise.
44200         * include/fcntl.h: Likewise.
44201         * include/fenv.h: Likewise.
44202         * include/glob.h: Likewise.
44203         * include/grp.h: Likewise.
44204         * include/libintl.h: Likewise.
44205         * include/mntent.h: Likewise.
44206         * include/netdb.h: Likewise.
44207         * include/pwd.h: Likewise.
44208         * include/rpc/netdb.h: Likewise.
44209         * include/sched.h: Likewise.
44210         * include/search.h: Likewise.
44211         * include/shadow.h: Likewise.
44212         * include/signal.h: Likewise.
44213         * include/stdio.h: Likewise.
44214         * include/stdlib.h: Likewise.
44215         * include/string.h: Likewise.
44216         * include/sys/socket.h: Likewise.
44217         * include/sys/stat.h: Likewise.
44218         * include/sys/statfs.h: Likewise.
44219         * include/sys/statvfs.h: Likewise.
44220         * include/sys/syslog.h: Likewise.
44221         * include/sys/time.h: Likewise.
44222         * include/sys/uio.h: Likewise.
44223         * include/time.h: Likewise.
44224         * include/unistd.h: Likewise.
44225         * include/utmp.h: Likewise.
44226         * include/wchar.h: Likewise.
44227         * include/wctype.h: Likewise.
44228         * inet/aliases.h: Likewise.
44229         * inet/arpa/inet.h: Likewise.
44230         * inet/netinet/ether.h: Likewise.
44231         * inet/netinet/in.h: Likewise.
44232         * intl/libintl.h: Likewise.
44233         * io/bits/fcntl2.h: Likewise.
44234         * io/fcntl.h: Likewise.
44235         * io/ftw.h: Likewise.
44236         * io/sys/poll.h: Likewise.
44237         * io/sys/stat.h: Likewise.
44238         * io/sys/statfs.h: Likewise.
44239         * io/sys/statvfs.h: Likewise.
44240         * io/utime.h: Likewise.
44241         * libio/bits/stdio.h: Likewise.
44242         * libio/bits/stdio2.h: Likewise.
44243         * libio/libio.h: Likewise.
44244         * libio/libioP.h: Likewise.
44245         * libio/stdio.h: Likewise.
44246         * locale/lc-ctype.c: Likewise.
44247         * locale/locale.h: Likewise.
44248         * login/utmp.h: Likewise.
44249         * malloc/arena.c: Likewise.
44250         * malloc/malloc.c: Likewise.
44251         * malloc/malloc.h: Likewise.
44252         * malloc/mcheck.c: Likewise.
44253         * malloc/mtrace.c: Likewise.
44254         * math/bits/mathcalls.h: Likewise.
44255         * math/fenv.h: Likewise.
44256         * math/math_private.h: Likewise.
44257         * misc/bits/error.h: Likewise.
44258         * misc/bits/syslog.h: Likewise.
44259         * misc/err.h: Likewise.
44260         * misc/error.h: Likewise.
44261         * misc/fstab.h: Likewise.
44262         * misc/mntent.h: Likewise.
44263         * misc/regexp.h: Likewise.
44264         * misc/search.h: Likewise.
44265         * misc/sgtty.h: Likewise.
44266         * misc/sys/mman.h: Likewise.
44267         * misc/sys/syslog.h: Likewise.
44268         * misc/sys/uio.h: Likewise.
44269         * misc/sys/xattr.h: Likewise.
44270         * misc/ttyent.h: Likewise.
44271         * nis/rpcsvc/ypclnt.h: Likewise.
44272         * nss/nss.h: Likewise.
44273         * posix/bits/unistd.h: Likewise.
44274         * posix/fnmatch.h: Likewise.
44275         * posix/glob.h: Likewise.
44276         * posix/sched.h: Likewise.
44277         * posix/spawn.h: Likewise.
44278         * posix/sys/wait.h: Likewise.
44279         * posix/unistd.h: Likewise.
44280         * posix/wordexp.h: Likewise.
44281         * pwd/pwd.h: Likewise.
44282         * resolv/netdb.h: Likewise.
44283         * resource/sys/resource.h: Likewise.
44284         * rt/aio.h: Likewise.
44285         * rt/bits/mqueue2.h: Likewise.
44286         * rt/mqueue.h: Likewise.
44287         * shadow/shadow.h: Likewise.
44288         * signal/signal.h: Likewise.
44289         * socket/send.c: Likewise.
44290         * socket/sendto.c: Likewise.
44291         * socket/sys/socket.h: Likewise.
44292         * stdio-common/printf.h: Likewise.
44293         * stdlib/bits/stdlib.h: Likewise.
44294         * stdlib/fmtmsg.h: Likewise.
44295         * stdlib/monetary.h: Likewise.
44296         * stdlib/stdlib.h: Likewise.
44297         * stdlib/ucontext.h: Likewise.
44298         * streams/stropts.h: Likewise.
44299         * string/argz.h: Likewise.
44300         * string/bits/string2.h: Likewise.
44301         * string/string.h: Likewise.
44302         * string/strings.h: Likewise.
44303         * sunrpc/rpc/auth.h: Likewise.
44304         * sunrpc/rpc/auth_des.h: Likewise.
44305         * sunrpc/rpc/clnt.h: Likewise.
44306         * sunrpc/rpc/netdb.h: Likewise.
44307         * sunrpc/rpc/pmap_clnt.h: Likewise.
44308         * sunrpc/rpc/xdr.h: Likewise.
44309         * sysdeps/generic/inttypes.h: Likewise.
44310         * sysdeps/generic/net/if.h: Likewise.
44311         * sysdeps/generic/sys/swap.h: Likewise.
44312         * sysdeps/gnu/net/if.h: Likewise.
44313         * sysdeps/gnu/utmpx.h: Likewise.
44314         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44315         * sysdeps/i386/i486/bits/string.h: Likewise.
44316         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44317         * sysdeps/s390/bits/string.h: Likewise.
44318         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44319         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44320         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44321         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44322         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44323         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44324         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44325         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44326         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44327         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44328         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44329         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44330         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44331         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44332         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44333         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44334         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44335         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44336         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44337         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44338         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44339         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44340         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44341         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44342         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44343         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44344         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44345         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44346         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44347         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44348         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44349         * sysvipc/sys/ipc.h: Likewise.
44350         * sysvipc/sys/msg.h: Likewise.
44351         * sysvipc/sys/sem.h: Likewise.
44352         * sysvipc/sys/shm.h: Likewise.
44353         * termios/termios.h: Likewise.
44354         * time/sys/time.h: Likewise.
44355         * time/time.h: Likewise.
44356         * wcsmbs/bits/wchar2.h: Likewise.
44357         * wcsmbs/uchar.h: Likewise.
44358         * wcsmbs/wchar.h: Likewise.
44359         * wctype/wctype.h: Likewise.
44361         [BZ #13551]
44362         * Makeconfig: Remove all but ELF support including AIX support.
44363         * Makerules: Likewise.
44364         * config.h.in: Likewise.
44365         * config.make.in: Likewise.
44366         * configure: Likewise.
44367         * configure.in: Likewise.
44368         * csu/Makefile: Likewise.
44369         * csu/version.c: Likewise.
44370         * debug/Makefile: Likewise.
44371         * dlfcn/Makefile: Likewise.
44372         * elf/Makefile: Likewise.
44373         * extra-lib.mk: Likewise.
44374         * iconv/Makefile: Likewise.
44375         * include/libc-symbols.h: Likewise.
44376         * include/shlib-compat.h: Likewise.
44377         * resolv/Makefile: Likewise.
44378         * resolv/res_libc.c: Likewise.
44379         * rt/Makefile: Likewise.
44380         * sysdeps/i386/asm-syntax.h: Likewise.
44381         * sysdeps/i386/sysdep.h: Likewise.
44382         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44383         * sysdeps/mach/sysdep.h: Likewise.
44384         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44385         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44386         * sysdeps/s390/asm-syntax.h: Likewise.
44387         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44388         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44389         * sysdeps/sh/sysdep.h: Likewise.
44390         * sysdeps/unix/sparc/sysdep.h: Likewise.
44391         * sysdeps/wordsize-32/divdi3.c: Likewise.
44392         * sysdeps/x86_64/sysdep.h: Likewise.
44394         * argp/Versions: Remove _argp_unlock_xxx.
44396         [BZ #13559]
44397         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44398         * abilist/libBrokenLocale.abilist: Likewise.
44399         * abilist/libanl.abilist: Likewise.
44400         * abilist/libc.abilist: Likewise.
44401         * abilist/libcrypt.abilist: Likewise.
44402         * abilist/libdl.abilist: Likewise.
44403         * abilist/libm.abilist: Likewise.
44404         * abilist/libnsl.abilist: Likewise.
44405         * abilist/libpthread.abilist: Likewise.
44406         * abilist/libresolv.abilist: Likewise.
44407         * abilist/librt.abilist: Likewise.
44408         * abilist/libthread_db.abilist: Likewise.
44409         * abilist/libutil.abilist: Likewise.
44410         * abilist/libnss_db.abilist: New file.
44412         * scripts/abilist.awk: Add support for indirect functions.
44414         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44416         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44418         * shlib-versions: Remove entries for ports architectures.
44420         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44421         files in ports.
44422         * elf/stackguard-macros.h: Remove support for IA-64.
44423         * elf/tst-auditmod1.c: Likewise.
44424         * sysdeps/generic/ldsodefs.h: Likewise.
44426         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44427         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44428         configure files.
44430         [BZ #13552]
44431         * configure.in: Remove --enable-omitfp support.
44432         * FAQ.in: Adjust.
44433         * config.make.in: Likewise.
44434         * Makeconfig: Likewise.
44435         * manual/install.texi: Likewise.
44437         In case anyone cares, the IA-64 architecture could move to ports.
44438         * sysdeps/ia64/*: Removed.
44439         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44440         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44442         [BZ #13555]
44443         * configure.in: Remove entries for unsupported architectures.
44445         [BZ #13533]
44446         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44447         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44448         routines.
44449         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44450         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44451         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44452         fall back to using wcrtomb.
44453         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44454         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44455         renaming.
44456         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44457         * wcsmbs/tst-c16c32-1.c: New file.
44459         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44460         local variable.
44462         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44464         * elf/tst-unique3.cc: Add explicit declaration of gets.
44465         * elf/tst-unique3lib.cc: Likewise.
44466         * elf/tst-unique3lib2.cc: Likewise.
44467         * elf/tst-unique4.cc: Likewise.
44469         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44471 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44473         [BZ #13566]
44474         * assert/assert.h (static_assert): Don't define for C++.
44475         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44476         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44478 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44480         * iconv/loop.c (single loop): Fix assertion in storing of
44481         remaining bytes.
44483         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44485 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44487         * posix/getconf.c: Update copyright year.
44488         * nss/getent.c: Likewise.
44489         * nss/makedb.c: Likewise.
44490         * iconv/iconvconfig.c: Likewise.
44491         * iconv/iconv_prog.c: Likewise.
44492         * elf/ldconfig.c: Likewise.
44493         * elf/pldd.c: Likewise.
44494         * elf/sotruss.ksh: Likewise.
44495         * catgets/gencat.c: Likewise.
44496         * csu/version.c: Likewise.
44497         * elf/ldd.bash.in: Likewise.
44498         * elf/sprof.c (print_version): Likewise.
44499         * locale/programs/locale.c: Likewise.
44500         * locale/programs/localedef.c: Likewise.
44501         * login/programs/pt_chown.c: Likewise.
44502         * nscd/nscd.c (print_version): Likewise.
44503         * debug/xtrace.sh: Likewise.
44504         * malloc/memusage.sh: Likewise.
44505         * malloc/mtrace.pl: Likewise.
44506         * debug/catchsegv.sh: Likewise.
44508 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44510         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44511         pure attribute.
44513 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44515         [BZ #13533]
44516         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44517         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44518         transformations.
44519         * iconv/gconv_int.h: Likewise.
44520         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44521         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44522         from libc for GLIBC_2.16.
44523         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44524         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44525         * wcsmbs/uchar.h: Really define mbstate_t.
44526         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44527         * wcsmbs/c16rtomb.c: New file.
44528         * wcsmbs/mbrtoc16.c: New file.
44529         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44530         for C/POSIX locale.
44531         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44532         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44534         * wcsmbs/wchar.h: Add missing __restrict.
44536 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44538         [BZ #13532]
44539         * time/Makefile (routines): Add timespec_get.
44540         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44541         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44542         timespec for ISO C11.
44543         * time/timespec_get.c: New file.
44544         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44545         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44547         [BZ #13531]
44548         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44549         * stdlib/stdlib.h: Declare aligned_alloc.
44550         * Versions.def: Add GLIBC_2.16 for libc.
44551         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44553         [BZ 13527]
44554         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44555         ISO C11.
44557         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44558         code.
44560         [BZ #13528]
44561         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44563         [BZ #13529]
44564         * assert/assert.h (static_assert): Define.
44566         * version.h: Update for 2.16 development version.
44568         [BZ #13526]
44569         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44570         _ISOC11_SOURCE.
44572         * version.h (RELEASE): Bump for 2.15 release.
44573         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44575         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44576         Patch by Marek Polacek <mpolacek@redhat.com>.
44578         * bits/byteswap.h: Protect long long constants with __extension__.
44579         * sysdeps/i386/bits/byteswap.h: Likewise.
44580         * sysdeps/ia64/bits/byteswap.h: Likewise.
44581         * sysdeps/s390/bits/byteswap.h: Likewise.
44582         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44584 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44586         [BZ #13540]
44587         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44588         destination buffer.
44589         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44591 2011-12-23  Marek Polacek  <polacek@redhat.com>
44593         * elf/dl-addr.c (determine_info): Add inline keyword.
44594         * elf/tst-auditmod4b.c (check_avx): Likewise.
44595         * elf/tst-auditmod6b.c (check_avx): Likewise.
44596         * elf/tst-auditmod6c.c (check_avx): Likewise.
44597         * elf/tst-auditmod7b.c (check_avx): Likewise.
44599 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44601         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44602         !__SSE_MATH__.
44604 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44606         [BZ #13540]
44607         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44608         processing for last bytes.
44610 2011-08-06  Bruno Haible  <bruno@clisp.org>
44612         [BZ #13061]
44613         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44614         U+0385, not to U+1FEE.
44616         [BZ #13062]
44617         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44618         entry for U+00A5 U+0301.
44620 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44622         [BZ #13166]
44623         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44624         buffer for the output is too small.
44626         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44627         optimization.
44629         [BZ #13185]
44630         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44631         SSE flags if possible.
44633 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44635         [BZ #13540]
44636         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44637         processing for last bytes.
44639 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44641         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44642         (syscall-list-default-options, syscall-list-default-condition)
44643         (syscall-list-includes): Define.
44644         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44645         list of ABIs and options and #if conditions for each ABI.  Do not
44646         handle common syscalls between ABIs specially.
44647         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44648         Remove.
44649         (syscall-list-variants, syscall-list-32bit-options)
44650         (syscall-list-32bit-condition, syscall-list-64bit-options)
44651         (syscall-list-64bit-condition): Define.
44652         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44653         (syscall-list-variants, syscall-list-32bit-options)
44654         (syscall-list-32bit-condition, syscall-list-64bit-options)
44655         (syscall-list-64bit-condition): Define.
44656         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44657         Remove.
44658         (syscall-list-variants, syscall-list-32bit-options)
44659         (syscall-list-32bit-condition, syscall-list-64bit-options)
44660         (syscall-list-64bit-condition): Define.
44661         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44662         Remove.
44663         (syscall-list-variants, syscall-list-32bit-options)
44664         (syscall-list-32bit-condition, syscall-list-64bit-options)
44665         (syscall-list-64bit-condition): Define.
44667 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44669         * locale/iso-639.def: Add brx entry.
44671         [BZ #13328]
44672         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44673         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44675         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44676         __feraiseexcept_renamed.
44678 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44680         [BZ #13538]
44681         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44682         EPOLLET with unsigned values.
44683         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44684         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44686         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44687         to large cancellation.
44688         * math/s_cacoshf.c: Likewise.
44689         * math/s_cacoshl.c: Likewise.
44691 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44693         [BZ #13305]
44694         [BZ #12786]
44695         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44696         * math/s_cacoshf.c: Likewise.
44697         * math/s_cacoshl.c: Likewise.
44699 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44701         [BZ #13439]
44702         * iconv/gconv.h: Define __GCONV_SWAP.
44703         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44704         * iconvdata/utf-16.c: Likewise.
44705         * iconvdata/utf-32.c: Likewise.
44707 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44709         [BZ #13524]
44710         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44711         numerator after shifting it by one limb.
44713 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44715         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44716         under [__USE_EXTERN_INLINES].
44718 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44720         [BZ #13446]
44721         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44723 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44725         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44726         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44727         optimized code.
44728         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44729         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44730         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44731         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44732         for strncasecmp/strncasecmp_l compilation.
44733         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44734         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44736 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44738         [BZ #13484]
44739         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44740         of __asm__.
44742 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44744         [BZ #13506]
44745         * time/tzfile.c (__tzfile_read): Check values from file header.
44747 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44749         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44750         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44751         * powerpc/powerpc32/dl-start.S: Likewise.
44752         * powerpc/powerpc32/elf/start.S: Likewise.
44753         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44754         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44755         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44756         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44757         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44758         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44759         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44760         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44761         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44762         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44763         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44764         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44765         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44766         * powerpc/powerpc32/memset.S: Likewise.
44767         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44768         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44769         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44770         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44771         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44772         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44773         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44774         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44775         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44776         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44777         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44778         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44779         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44781 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44783         * math/libm-test.inc: Added more nearbyint tests.
44784         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44785         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44786         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44787         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44789 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44791         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44792         FD_CLOEXEC.
44794 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44796         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44797         Add wcscpy-ssse3 wcscpy-c.
44798         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44799         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44800         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44801         * sysdeps/x86_64/wcschr.S: New file.
44802         * sysdeps/x86_64/wcsrchr.S: New file.
44803         * string/test-strcmp.c: Remove checking of wcscmp function for
44804         wrong alignments.
44805         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44806         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44807         wcsrchr-sse2 wcsrchr-c.
44808         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44809         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44810         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44811         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44812         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44813         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44814         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44815         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44816         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44817         * wcsmbc/wcschr.c (WCSCHR): New macro.
44819 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44821         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44822         * wcsmbs/test-wcsrchr.c: New file.
44823         * string/test-strrchr.c: Add wcsrchr support.
44824         (WIDE): New macro.
44825         * wcsmbs/test-wcscpy.c: New file.
44826         * string/test-strcpy.c: Add wcscpy support.
44827         (WIDE): New macro.
44829 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44831         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44832         the inner loop.
44834 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44836         [BZ #13472]
44837         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44839 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44841         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44842         Minor optimizations.
44844         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44845         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44846         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44848 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44850         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44851         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44852         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44853         for gcc to avoid warnings.
44854         * inet/Makefile (tests): Add tst-checks.
44855         * inet/tst-checks.c: New file.
44857         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44858         warning.
44860         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44861         __wmemcmp_sse2.
44863         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44864         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44866         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44868 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44870         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44871         problem.
44873         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44875 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44877         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44878         conditional on GCC version.
44879         (__arch_compare_and_exchange_val_8_acq)
44880         (__arch_compare_and_exchange_val_16_acq)
44881         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44882         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44883         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44885 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44887         * sysdeps/sh/backtrace.c: New file.
44889 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44891         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44892         parenthesis.
44894 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44896         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44897         falling back to utime.
44899 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44901         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44902         expectations for float.
44904 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44906         * locale/weight.h (findidx): Add parameter len.
44907         * locale/weightwc.h (findidx): Likewise.
44908         * posix/fnmatch_loop.c (FCT): Adjust caller.
44909         * posix/regcomp.c (build_equiv_class): Likewise.
44910         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44911         * posix/regexec.c (check_node_accept_bytes): Likewise.
44912         * string/strcoll_l.c (STRCOLL): Likewise.
44913         * string/strxfrm_l.c (STRXFRM): Likewise.
44915 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44917         * Makefile.in: Remove CVSOPT handling.
44918         * configure.in: Remove use of AC_REVISION.
44919         * iconvdata/Makefile (distribute): No need to filter out CVS.
44920         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44921         handling.
44923 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44925         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44926         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44927         [USE_AS_STRNCASECMP_L]: Likewise.
44928         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44929         NO_TLS_DIRECT_SEG_REFS.
44930         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44931         Fix argument offsets for non-PIC.
44932         [USE_AS_STRNCASECMP_L]: Likewise.
44933         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44934         NO_TLS_DIRECT_SEG_REFS.
44936 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44938         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44939         O_CLOEXEC.
44940         * locale/loadlocale.c (_nl_load_locale): Likewise.
44942 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44944         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44945         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44946         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44947         (SYSCALL_GETTIME): Set errno on error.
44949         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44950         count references to noai6ai_cached.
44952 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44954         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44956         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44957         FD_CLOEXEC for /proc/self/maps.
44959         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44960         FD_CLOEXEC for /proc/meminfo.
44962         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44963         gai.conf.
44965         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44966         FD_CLOEXEC for given file.
44968         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44970         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44971         FD_CLOEXEC for /etc/hosts.
44972         (_gethtent): Likewise.
44974         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44976         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44977         cancellation and set FD_CLOEXEC for /etc/netgroup.
44979         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44980         reading /etc/publickey.
44982         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44983         allow cancellation when reading /etc/group.
44985         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44986         cancellation.
44987         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44989         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44990         when using data file.
44992         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44994         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44995         (write_nis_obj): Use "c" and "e" in fopen.
44997         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44999         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
45001         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
45003         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
45005         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
45006         locale.alias.
45008         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
45010         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
45012         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
45014         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
45015         file parsing and set FD_CLOEXEC.
45017 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
45019         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
45021 2011-11-14  Andreas Schwab  <schwab@redhat.com>
45023         * malloc/arena.c (arena_get2): Don't call reused_arena when
45024         _int_new_arena failed.
45026 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
45028         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
45029         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
45030         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
45031         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45032         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45033         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
45034         to compile strcasecmp and strncasecmp.
45035         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
45036         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
45038         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
45040 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
45042         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
45043         locale-defines.sym to gen-as-const-headers.
45044         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
45045         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
45046         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
45047         to compile strcasecmp and strncasecmp.
45048         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
45049         strcasecmp_l and strncasecmp_l.
45050         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
45051         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
45052         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
45053         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
45054         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
45055         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
45056         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
45057         * sysdeps/i386/i686/multiarch/strncase.S: New file.
45058         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
45059         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
45060         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
45062 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
45064         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
45065         result of SYSDEP_GETTIME_CPU to retval.
45066         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
45067         parameter list to macro.  Remove trailing semicolon.  Adjust users.
45069         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
45070         variable.
45072         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
45073         mantissa words.
45074         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
45076         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
45077         from unused variable.
45079         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
45080         DWARF definitions.
45081         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
45082         for assembling.
45084         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
45085         over namespaces.
45087         * sunrpc/rpc_prot.c (rejected): Fix case value.
45089         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
45090         unsigned long long int to avoid warnings in shift.
45092         * posix/regex_internal.c (re_string_reconstruct): Actually use result
45093         of use of trans.
45094         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
45095         variable tmp.
45097         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
45098         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
45099         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
45101         * nis/nis_table.c (nis_list): Use variable of correct type for
45102         result of __follow_path call.
45104 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45106         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
45107         of math functions ceil, trunc, floor, round, and sqrt, when
45108         avaliable on the platform.
45109         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
45110         name clash.
45111         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45112         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45113         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45115 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
45117         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
45118         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
45120 2011-11-11  Roland McGrath  <roland@hack.frob.com>
45122         * include/unistd.h: Fix __readlink return type.
45123         Reported by Chris Metcalf <cmetcalf@tilera.com>.
45125 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
45127         * stdlib/ucontext.h: Undo last change for makecontext.
45129 2011-11-11  Andreas Schwab  <schwab@redhat.com>
45131         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
45133         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
45134         * setjmp/setjmp.h: Mark functions as non-leaf.
45135         * setjmp/bits/setjmp2.h: Likewise.
45136         * stdlib/ucontext.h: Likewise.
45138 2011-11-10  Andreas Schwab  <schwab@redhat.com>
45140         * malloc/arena.c (_int_new_arena): Don't increment narenas.
45141         (reused_arena): Don't check arena limit.
45142         (arena_get2): Atomically check arena limit.
45144 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
45146         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
45147         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
45149         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
45150         instructions.
45152 2011-11-07  Andreas Schwab  <schwab@redhat.com>
45154         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
45155         handler when locking.
45157         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45158         Fix size of allocated buffer.
45160 2011-11-04  Andreas Schwab  <schwab@redhat.com>
45162         [BZ #10103]
45163         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
45164         declarations for long double functions.
45165         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
45167         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
45169 2011-11-03  Andreas Schwab  <schwab@redhat.com>
45171         * nscd/nscd.c (main): Don't start AVC thread until credentials are
45172         installed.
45174         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
45175         is disabled.
45177 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45179         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
45181 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
45183         * include/alloca.h (stackinfo_alloca_round): Define.
45184         (extend_alloca): Use it.
45185         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
45186         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
45187         here.
45189         * scripts/check-local-headers.sh: Ignore libaudit.h.
45191         * nscd/Makefile (extra-objs): Make recursively expanded.
45193 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
45195         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
45196         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
45198         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
45199         * posix/tst-rfc3484-2.c: Likewise.
45200         * posix/tst-rfc3484-3.c: Likewise.
45202         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45203         process_vm_writev.
45204         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
45205         process_vm_writev.
45206         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
45207         process_vm_writev from libc using GLIBC_2.15 version.
45209         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
45211 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
45213         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45214         stack usage.
45216 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
45218         [BZ #13367]
45219         * nss/getent.c (initgroups_keys): Show error message in case no group
45220         names are given.
45222         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45223         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45224         __bump_nl_timestamp.
45225         * nscd/connections (nscd_init): When host database is served open
45226         netlink socket and request notification about configuration changes.
45227         (main_loop_poll): Track netlink file descriptor and bump timestamp
45228         in case data becomes available.
45229         (main_loop_epoll): Likewise.
45230         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45231         (database_pers_head): Add extra_data fileds.
45232         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45233         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45234         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45235         Adjust caller.
45236         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45237         in6ai data, call __free_in6ai.
45238         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45239         Add -DHAVE_NETLINK.
45240         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
45241         interface information.  Reuse previous data if netlink timestamp
45242         is not changed.
45243         (__bump_nl_timestamp): New function.
45244         (__free_in6ai): New function.
45246 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
45248         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45249         close_not_cancel_no_status here.
45250         (__check_pf): Reorganize code a bit to not call close twice if OOM.
45252 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45254         [BZ #13276]
45255         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45256         return value.
45258         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
45259         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45260         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45262 2011-07-03  Andreas Jaeger  <aj@suse.de>
45264         [BZ #10709]
45265         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45266         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45267         * math/libm-test.inc (sin_test): Add test case.
45269 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45271         [BZ #13337]
45272         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45273         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45275         * elf/chroot_canon.c (chroot_canon): Cleanups.
45277         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45279         [BZ #13335]
45280         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45281         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45283         * string/test-strchr.c: Make usable for strchrnul testing.
45284         * string/test-strchrnul.c: New file.
45285         * string/Makefile (strop-tests): Add strchrnul.
45287         * po/it.po: Update from translation team.
45288         * po/es.po: Likewise.
45290 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
45292         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45293         the three constants needed as parameters.  Drop the others.
45294         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45295         __m128i_strloadu_tolower.
45296         Create and initialize variable zero and use it in all the places
45297         where _mm_setzero_si128 was used.
45299         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45300         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45301         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45302         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45303         anymore.
45304         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45305         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45306         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45307         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45308         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45309         __mpranred, __mptan.
45310         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45311         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45312         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45313         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45314         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45315         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45316         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45317         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45318         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45320 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45322         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45323         redefine if SHARED.
45324         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45326         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45327         wide char related routines to wcsmbs subdir.
45329 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45331         [BZ #13344]
45332         * misc/sys/cdefs.h (__THROWNL): Define.
45333         * posix/unistd.h: Use __THREADNL instead of __THREAD
45334         for memory synchronization functions.
45336 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45338         [BZ #13349]
45339         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45340         doesn't exist.
45341         * manual/stdio.texi (Obstack Streams): Node removed.
45343 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45345         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45346         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45347         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45349         * math/math_private.h (math_force_eval): Allow non-addressable
45350         arguments.
45351         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45353 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45355         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45356         file is not needed.
45358         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45359         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45360         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45361         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45362         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45363         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45364         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45365         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45366         Add AVX variants.
45367         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45368         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45369         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45370         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45371         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45372         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45373         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45374         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45375         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45376         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45377         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45378         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45379         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45380         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45381         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45382         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45383         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45384         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45385         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45387         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45388         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45390         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45391         place.  Use VEX encoding when compiling for AVX.
45393 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45395         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45396         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45398         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45400 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45402         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45403         useless if() expression.
45404         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45405         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45406         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45407         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45408         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45409         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45410         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45411         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45412         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45413         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45414         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45415         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45416         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45417         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45418         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45419         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45420         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45421         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45422         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45424         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45426 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45428         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45429         condition.
45430         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45432 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45434         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45435         .text section.  Avoid duplicate constants.
45436         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45437         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45438         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45439         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45440         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45441         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45442         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45443         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45444         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45445         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45446         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45447         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45448         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45449         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45450         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45451         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45452         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45453         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45454         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45455         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45456         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45457         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45458         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45459         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45460         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45461         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45462         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45463         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45464         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45465         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45466         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45467         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45468         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45469         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45470         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45471         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45472         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45473         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45474         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45475         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45476         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45477         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45478         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45479         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45480         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45482 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45484         * sysdeps/x86_64/dla.h: Move to ...
45485         * sysdeps/x86_64/fpu/dla.h: ...here.
45486         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45487         situations.  Use __builtin_fma only for gcc 4.6 and up.
45489         * config.make.in: Add have-mfma4 entry.
45490         * configure.in: Substitute libc_cv_cc_fma4.
45491         * math/Makefile (dbl-only-routines): Add sincostab.
45492         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45493         Use __sincostab not sincos.
45494         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45495         name is a macro.
45496         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45497         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45498         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45499         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45500         using __copysign.
45501         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45502         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45503         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45504         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45505         and __inv.
45506         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45507         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45508         __copysign.
45509         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45510         define aliases when function name is a macro.
45511         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45512         sysdeps/ieee754/dbl-64/sincos.tbl.
45513         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45514         fma4-enabled routines.
45515         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45516         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45517         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45518         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45519         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45520         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45521         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45522         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45523         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45524         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45525         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45526         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45527         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45528         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45529         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45530         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45531         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45532         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45533         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45534         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45535         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45536         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45537         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45538         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45539         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45540         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45541         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45542         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45543         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45544         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45546         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45547         rename.
45548         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45549         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45550         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45551         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45552         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45553         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45554         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45555         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45557 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45559         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45561 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45563         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45565         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45566         prediction.
45567         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45569         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45570         Remove unused variable magic_bits.
45571         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45573         * string/strnlen.c: Define and use STRNLEN macro.
45574         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45575         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45576         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45577         * wcsmbs/wcslen.c: Define and use WCSLEN.
45578         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45579         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45580         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45581         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45582         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45583         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45584         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45586 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45588         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45589         strnlen-sse2-no-bsf.
45590         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45591         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45592         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45593         Add strnlen support.
45594         (USE_AS_STRNLEN): New macro.
45595         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45596         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45597         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45598         * sysdeps/x86_64/wcslen.S: New file.
45600 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45602         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45603         XMM-moves are used for copying on small sizes.
45605 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45607         * wcsmbs/Makefile (strop-tests): Add wcschr.
45608         * wcsmbs/test-wcschr.c: New file.
45609         * string/test-strchr.c: Update.
45610         Add wcschr support.
45611         (WIDE): New macro.
45613 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45615         * wcsmbs/Makefile (strop-tests): Add wcslen.
45616         * wcsmbs/test-wcslen.c: New file.
45617         * string/test-strlen.c: Update.
45618         Add wcslen support.
45619         (WIDE): New macro.
45621 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45623         * po/it.po: Update from translation team.
45625 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45627         * sysdeps/x86_64/wcscmp.S: Update.
45628         Fix wrong comparison semantics.
45629         wcscmp shall use signed comparison not unsigned.
45630         Don't use substraction to avoid overflow bug.
45631         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45632         * wcsmbc/wcscmp.c: Likewise.
45633         * string/test-strcmp.c: Likewise.
45634         Add new tests to check cases with negative values.
45636 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45638         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45639         * sysdeps/x86_64/dla.h: ...here.  New file.
45640         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45641         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45642         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45643         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45644         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45645         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45646         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45647         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45648         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45650 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45652         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45653         __ynl_finite aliases.
45655 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45657         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45659         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45660         define DLA_FMA.
45661         [DLA_FMA] (EMULV): Use DLA_FMA.
45662         [DLA_FMA] (MUL12): Use EMULV.
45663         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45664         that are not needed.
45665         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45666         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45667         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45668         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45669         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45670         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45671         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45673 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45675         * math/s_nan.c: Undef __nan.
45676         * math/s_nanf.c: Undef __nanf.
45677         * math/s_nanl.c: Undef __nanl.
45678         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45679         "math_private.h".
45681 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45683         * math/s_catan.c: Add branch predictions.
45684         * math/s_catanf.c: Likewise.
45685         * math/s_catanh.c: Likewise.
45686         * math/s_catanhf.c: Likewise.
45687         * math/s_catanhl.c: Likewise.
45688         * math/s_catanl.c: Likewise.
45689         * math/s_cexp.c: Likewise.
45690         * math/s_cexpf.c: Likewise.
45691         * math/s_cexpl.c: Likewise.
45692         * math/s_clog.c: Likewise.
45693         * math/s_clog10.c: Likewise.
45694         * math/s_clog10f.c: Likewise.
45695         * math/s_clog10l.c: Likewise.
45696         * math/s_clogf.c: Likewise.
45697         * math/s_clogl.c: Likewise.
45698         * math/s_csqrt.c: Likewise.
45699         * math/s_csqrtf.c: Likewise.
45700         * math/s_csqrtl.c: Likewise.
45701         * math/s_ctanf.c: Likewise.
45702         * math/s_ctanh.c: Likewise.
45703         * math/s_ctanhf.c: Likewise.
45704         * math/s_ctanhl.c: Likewise.
45705         * math/s_ctanl.c: Likewise.
45707         * math/math_private.h: Define __nan, __nanf, __nanl.
45708         * math/s_cacosh.c: Include <math_private.h>.
45709         * math/s_cacoshl.c: Likewise.
45710         * math/s_casinh.c: Likewise.
45711         * math/s_casinhf.c: Likewise.
45712         * math/s_casinhl.c: Likewise.
45713         * math/s_ccos.c: Rely entire on ccosh.
45714         * math/s_ccosf.c: Rely entire on ccoshf.
45715         * math/s_ccosl.c: Rely entirely on ccoshl.
45716         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45717         Remove tests for FE_INVALID.
45718         * math/s_ccoshf.c: Likewise.
45719         * math/s_ccoshl.c: Likewise.
45720         * math/s_csin.c: Likewise.
45721         * math/s_csinf.c: Likewise.
45722         * math/s_csinh.c Likewise.
45723         * math/s_csinhf.c: Likewise.
45724         * math/s_csinhl.c: Likewise.
45725         * math/s_csinl.c: Likewise.
45726         * math/s_ctan.c: Likewise.
45727         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45728         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45729         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45731 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45733         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45734         compilation problems.
45736         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45737         __builtin_expect.
45739 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45741         * sysdeps/i386/configure.in: Test for -mfma4 option.
45742         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45743         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45744         COMMON_CPUID_INDEX_80000001.
45745         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45746         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45747         use it if FMA3 is not supported.
45748         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45750         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45751         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45753 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45755         [BZ #12892]
45756         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45757         it would create a cycle with a link time dependency.
45759 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45761         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45762         instruction.
45763         * string/Makefile (strop-tests): Add rawmemchr.
45764         * string/test-rawmemchr.c: New file.
45766         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45767         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45768         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45769         when compiling str{,n}casecmp and when AVX is available.  Hook up
45770         new optimized code in initializers.
45772 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45774         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45775         __feraiseexcept instead of feraiseexcept.
45777 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45779         * math/math_private.h: Define defaults for libc_fetestexcept and
45780         libc_feupdateenv.
45781         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45782         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45783         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45784         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45785         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45786         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45787         libc_fetestexcept and libc_feupdateenv.
45789         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45790         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45791         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45792         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45793         libc_feholdexcept_setround.
45795         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45796         Add s_nearbyint-c and s_nearbyintf-c.
45797         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45798         nearbyintf inlines.
45799         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45800         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45801         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45802         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45804         * math/math_private.h: Define defaults for libc_fegetround,
45805         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45806         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45807         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45808         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45809         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45810         standard functions.
45811         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45812         Remove comments and hacks for old compiler versions.
45813         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45814         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45815         libc_feholdexceptl.
45817 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45819         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45820         (__feraiseexcept_renamed): Add __NTH.
45821         (feraiseexcept): Add __NTH.  Rename local variables to fix
45822         namespace violations.
45824 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45826         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45828         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45830         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45831         recently added interfaces.
45832         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45834         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45835         about macro parameter expansion.
45837         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45838         __NO_MATH_INLINES is defined.  Cleanups.
45840         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45841         and __floorf is target has SSE4.1.
45842         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45843         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45844         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45845         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45847         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45848         name.
45849         (floorf): Likewise.
45851         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45853 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45855         * misc/sys/cdefs.h: Fix last change.
45857         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45858         database lookup.
45860 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45862         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45864         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45865         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45866         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45867         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45868         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45869         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45870         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45871         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45872         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45873         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45874         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45875         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45876         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45877         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45878         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45879         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45880         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45881         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45882         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45883         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45884         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45885         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45887         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45888         ceil, ceilf, floor, floorf.
45890         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45891         Perform IRELATIVE relocations last.
45893         * elf/do-rel.h: Add another parameter nrelative, replacing the
45894         local variable with the same name.  Change name of the function
45895         to end in Rel or Rela (uppercase).
45896         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45897         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45898         elf_dynamic_do_##reloc function.
45900 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45902         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45903         is sufficient, at least on modern CPUs.
45905         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45907         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45908         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45910         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45911         __expl_finite.
45912         * math/bits/math-finite.h: Add entries for exp.
45913         * math/e_expl.c: Add __*_finite alias.
45914         * sysdeps/i386/fpu/e_exp.S: Likewise.
45915         * sysdeps/i386/fpu/e_expf.S: Likewise.
45916         * sysdeps/i386/fpu/e_expl.c: Likewise.
45917         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45918         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45919         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45920         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45921         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45922         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45923         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45925         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45926         is sufficient, at least on modern CPUs.
45928         * ctype/ctype-info.c (__ctype_init): Define.
45929         * include/ctype.h (__ctype_init): Declare.
45930         (__ctype_b_loc): The variable is always initialized.
45931         (__ctype_toupper_loc): Likewise.
45932         (__ctype_tolower_loc): Likewise.
45933         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45934         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45936 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45938         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45940         * configure.in: Also look in $cxxmachine/include for C++ system
45941         headers.
45943 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45945         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45946         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45947         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45948         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45949         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45950         (USE_AS_WMEMCMP): New macro.
45951         Fixing indents.
45952         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45953         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45954         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45955         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45956         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45957         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45958         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45959         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45960         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45961         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45962         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45963         (USE_AS_WMEMCMP): New macro.
45964         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45965         * sysdeps/string/test-memcmp.c: Update.
45966         Fix simple_wmemcmp.
45967         Add new tests.
45968         * wcsmbs/wmemcmp.c: Update.
45969         (WMEMCMP): New macro.
45970         Fix overflow bug.
45972 2011-10-12  Andreas Jaeger  <aj@suse.de>
45974         [BZ #13268]
45975         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45977 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45979         * libio/iofwide.c (do_length): Avoid warning.
45981         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45983 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45985         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45987         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45988         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45989         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45990         * sysdeps/i386/i686/fpu/e_log.S: New file.
45991         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45992         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45994         * ctype/ctype.h: Add support for inlined isXXX functions when
45995         compiling C++ code.
45997 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45999         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46001         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
46003 2011-10-13  Roland McGrath  <roland@hack.frob.com>
46005         [BZ #13291]
46006         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
46008 2011-10-13  Andreas Schwab  <schwab@redhat.com>
46010         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
46011         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
46012         feraiseexcept.
46014         * sysdeps/x86_64/memrchr.S: Check for zero size.
46016         * string/stratcliff.c: Add memrchr tests.
46018 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46020         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46021         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
46022         rawmemchr-sse2 rawmemchr-sse2-bsf.
46023         * sysdeps/i386/i686/multiarch/memchr.S: New file.
46024         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
46025         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
46026         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
46027         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
46028         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
46029         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
46030         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
46031         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
46032         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
46033         * string/memrchr.c (MEMRCHR): New macro.
46035 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
46037         Add integration with gcc's -ffinite-math-only and optimize wrapper
46038         functions in libm.
46039         * Versions.def: Define GLIBC_2.15 version for libm.
46040         * math/Makefile (headers): Add bits/math-finite.h.
46041         * math/bits/math-finite.h: New file.
46042         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
46043         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
46044         * math/e_acoshl.c: Add __*_finite alias.
46045         * math/e_acosl.c: Likewise.
46046         * math/e_asinl.c: Likewise.
46047         * math/e_atan2l.c: Likewise.
46048         * math/e_atanhl.c: Likewise.
46049         * math/e_coshl.c: Likewise.
46050         * math/e_exp10.c: Likewise.
46051         * math/e_exp10f.c: Likewise.
46052         * math/e_exp10l.c: Likewise.
46053         * math/e_exp2l.c: Likewise.
46054         * math/e_fmodl.c: Likewise.
46055         * math/e_gammal_r.c: Likewise.
46056         * math/e_hypotl.c: Likewise.
46057         * math/e_j0l.c: Likewise.
46058         * math/e_j1l.c: Likewise.
46059         * math/e_jnl.c: Likewise.
46060         * math/e_lgammal_r.c: Likewise.
46061         * math/e_log10l.c: Likewise.
46062         * math/e_log2l.c: Likewise.
46063         * math/e_logl.c: Likewise.
46064         * math/e_powl.c: Likewise.
46065         * math/e_sinhl.c: Likewise.
46066         * math/e_sqrtl.c: Likewise.
46067         * math/e_scalb.c: Completely rewritten and optimized.
46068         * math/e_scalbf.c: Likewise.
46069         * math/e_scalbl.c: Likewise.
46070         * math/w_acos.c: Likewise.
46071         * math/w_acosf.c: Likewise.
46072         * math/w_acosl.c: Likewise.
46073         * math/w_acosh.c: Likewise.
46074         * math/w_acoshf.c: Likewise.
46075         * math/w_acoshl.c: Likewise.
46076         * math/w_asin.c: Likewise.
46077         * math/w_asinf.c: Likewise.
46078         * math/w_asinl.c: Likewise.
46079         * math/w_atan2.c: Likewise.
46080         * math/w_atan2f.c: Likewise.
46081         * math/w_atan2l.c: Likewise.
46082         * math/w_atanh.c: Likewise.
46083         * math/w_atanhf.c: Likewise.
46084         * math/w_atanhl.c: Likewise.
46085         * math/w_exp10.c: Likewise.
46086         * math/w_exp10f.c: Likewise.
46087         * math/w_exp10l.c: Likewise.
46088         * math/w_fmod.c: Likewise.
46089         * math/w_fmodf.c: Likewise.
46090         * math/w_fmodl.c: Likewise.
46091         * math/w_j0.c: Likewise.
46092         * math/w_j0f.c: Likewise.
46093         * math/w_j0l.c: Likewise.
46094         * math/w_j1.c: Likewise.
46095         * math/w_j1f.c: Likewise.
46096         * math/w_j1l.c: Likewise.
46097         * math/w_jn.c: Likewise.
46098         * math/w_jnf.c: Likewise.
46099         * math/w_log.c: Likewise.
46100         * math/w_logf.c: Likewise.
46101         * math/w_logl.c: Likewise.
46102         * math/w_log10.c: Likewise.
46103         * math/w_log10f.c: Likewise.
46104         * math/w_log10l.c: Likewise.
46105         * math/w_log2.c: Likewise.
46106         * math/w_log2f.c: Likewise.
46107         * math/w_log2l.c: Likewise.
46108         * math/w_pow.c: Likewise.
46109         * math/w_powf.c: Likewise.
46110         * math/w_powl.c: Likewise.
46111         * math/w_remainder.c: Likewise.
46112         * math/w_remainderf.c: Likewise.
46113         * math/w_remainderl.c: Likewise.
46114         * math/w_scalb.c: Likewise.
46115         * math/w_scalbf.c: Likewise.
46116         * math/w_scalbl.c: Likewise.
46117         * math/w_sqrt.c: Likewise.
46118         * math/w_sqrtf.c: Likewise.
46119         * math/w_sqrtl.c: Likewise.
46120         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
46121         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
46122         used.
46123         * math/math_private.h: Declare __kernel_standard_f.
46124         * math/w_cosh.c: Remove cruft and optimize a bit.
46125         * math/w_coshf.c: Likewise.
46126         * math/w_coshl.c: Likewise.
46127         * math/w_exp2.c: Likewise.
46128         * math/w_exp2f.c: Likewise.
46129         * math/w_exp2l.c: Likewise.
46130         * math/w_hypot.c: Likewise.
46131         * math/w_hypotf.c: Likewise.
46132         * math/w_hypotl.c: Likewise.
46133         * math/w_lgamma.c: Likewise.
46134         * math/w_lgamma_r.c: Likewise.
46135         * math/w_lgammaf.c: Likewise.
46136         * math/w_lgammaf_r.c: Likewise.
46137         * math/w_lgammal.c: Likewise.
46138         * math/w_lgammal_r.c: Likewise.
46139         * math/w_sinh.c: Likewise.
46140         * math/w_sinhf.c: Likewise.
46141         * math/w_sinhl.c: Likewise.
46142         * math/w_tgamma.c: Likewise.
46143         * math/w_tgammaf.c: Likewise.
46144         * math/w_tgammal.c: Likewise.
46145         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46146         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46147         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
46148         Minor optimizations.  Pretty printing.  Remove cruft.
46149         * sysdeps/i386/fpu/e_acosf.S: Likewise.
46150         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46151         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46152         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46153         * sysdeps/i386/fpu/e_acosl.c: Likewise.
46154         * sysdeps/i386/fpu/e_asin.S: Likewise.
46155         * sysdeps/i386/fpu/e_asinf.S: Likewise.
46156         * sysdeps/i386/fpu/e_atan2.S: Likewise.
46157         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
46158         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
46159         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46160         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46161         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46162         * sysdeps/i386/fpu/e_exp10.S: Likewise.
46163         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
46164         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
46165         * sysdeps/i386/fpu/e_exp2.S: Likewise.
46166         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
46167         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
46168         * sysdeps/i386/fpu/e_fmod.S: Likewise.
46169         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
46170         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
46171         * sysdeps/i386/fpu/e_hypot.S: Likewise.
46172         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
46173         * sysdeps/i386/fpu/e_log.S: Likewise.
46174         * sysdeps/i386/fpu/e_log10.S: Likewise.
46175         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46176         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46177         * sysdeps/i386/fpu/e_log2.S: Likewise.
46178         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46179         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46180         * sysdeps/i386/fpu/e_logf.S: Likewise.
46181         * sysdeps/i386/fpu/e_logl.S: Likewise.
46182         * sysdeps/i386/fpu/e_pow.S: Likewise.
46183         * sysdeps/i386/fpu/e_powf.S: Likewise.
46184         * sysdeps/i386/fpu/e_powl.S: Likewise.
46185         * sysdeps/i386/fpu/e_remainder.S: Likewise.
46186         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
46187         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
46188         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46189         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46190         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46191         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
46192         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
46193         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
46194         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46195         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46196         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46197         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46198         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46199         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46200         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
46201         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46202         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46203         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46204         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46205         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46206         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46207         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46208         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46209         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46210         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46211         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46212         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46213         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46214         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46215         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46216         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46217         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46218         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46219         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46220         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46221         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46222         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46223         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46224         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46225         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46226         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46227         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46228         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46229         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46230         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46231         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46232         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46233         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46234         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46235         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46236         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46237         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46238         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46239         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46240         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46241         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46242         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46243         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46244         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46245         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46246         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46247         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46248         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46249         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46250         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46251         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46252         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46253         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46254         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46255         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46256         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46257         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46258         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46259         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46260         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46261         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46262         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46263         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46264         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46265         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46266         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46267         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46268         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46269         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46270         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46271         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46272         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46273         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46274         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46275         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46276         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46277         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46278         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46279         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46280         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46281         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46282         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46283         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46284         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46285         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46286         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46287         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46288         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46289         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46290         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46291         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46292         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46293         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46294         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46295         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46296         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46297         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46298         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46299         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46300         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46301         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46302         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46303         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46304         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46305         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46306         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46307         (__isnanf): Likewise.
46308         (__isinf_ns): Likewise.
46309         (__isinf_nsf): Likewise.
46310         (__finite): Likewise.
46311         (__finitef): Likewise.
46312         (__ieee754_sqrt): Define as macro.
46313         (__ieee754_sqrtf): Define as macro.
46314         (__ieee754_sqrtl): Define as macro.
46315         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46316         inlined copy.
46317         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46318         __FINITE_MATH_ONLY__ consistent.
46319         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46321 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46323         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46324         of rawmemchr.
46326         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46328 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46330         * po/ja.po: Update from translation team.
46332 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46334         * locale/programs/locarchive.c (prepare_address_space): New function.
46335         (create_archive, enlarge_archive, open_archive): Use it.
46337         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46338         inside [SHARED], where it is used.
46340         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46342         * nss/getent.c (netgroup_keys): Remove unused variable.
46343         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46345 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46347         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46348         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46349         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46350         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46351         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46352         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46353         * math/Makefile (libm-calls): Add s_isinf_ns.
46354         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46355         * math/multc3.c: Likewise.
46356         * math/s_casin.c: Likewise.
46357         * math/s_casinf.c: Likewise.
46358         * math/s_casinl.c: Likewise.
46359         * math/s_ccos.c: Likewise.
46360         * math/s_ccosf.c: Likewise.
46361         * math/s_ccosl.c: Likewise.
46362         * math/s_ctan.c: Likewise.
46363         * math/s_ctanf.c: Likewise.
46364         * math/s_ctanh.c: Likewise.
46365         * math/s_ctanhf.c: Likewise.
46366         * math/s_ctanhl.c: Likewise.
46367         * math/s_ctanl.c: Likewise.
46368         * math/w_fmod.c: Likewise.
46369         * math/w_fmodf.c: Likewise.
46370         * math/w_fmodl.c: Likewise.
46371         * math/w_remainder.c: Likewise.
46372         * math/w_remainderf.c: Likewise.
46373         * math/w_remainderl.c: Likewise.
46374         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46375         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46376         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46377         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46378         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46379         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46380         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46381         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46383         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46384         of the number.
46385         * stdio-common/printf_fphex.c: Likewise.
46386         * stdio-common/printf_size.c: Likewise.
46388         * math/e_exp10.c: Include math_private.h using <...> not "...".
46389         * math/e_exp10f.c: Likewise.
46390         * math/e_exp10l.c: Likewise.
46391         * math/e_exp2l.c: Likewise.
46392         * math/e_j0l.c: Likewise.
46393         * math/e_j1l.c: Likewise.
46394         * math/e_jnl.c: Likewise.
46395         * math/e_lgammal_r.c: Likewise.
46396         * math/e_rem_pio2l.c: Likewise.
46397         * math/e_scalb.c: Likewise.
46398         * math/e_scalbf.c: Likewise.
46399         * math/e_scalbl.c: Likewise.
46400         * math/k_cosl.c: Likewise.
46401         * math/k_sinl.c: Likewise.
46402         * math/k_tanl.c: Likewise.
46403         * math/s_cacoshf.c: Likewise.
46404         * math/s_catan.c: Likewise.
46405         * math/s_catanf.c: Likewise.
46406         * math/s_catanh.c: Likewise.
46407         * math/s_catanhf.c: Likewise.
46408         * math/s_catanhl.c: Likewise.
46409         * math/s_catanl.c: Likewise.
46410         * math/s_ccosh.c: Likewise.
46411         * math/s_ccoshf.c: Likewise.
46412         * math/s_ccoshl.c: Likewise.
46413         * math/s_cexp.c: Likewise.
46414         * math/s_cexpf.c: Likewise.
46415         * math/s_cexpl.c: Likewise.
46416         * math/s_clog.c: Likewise.
46417         * math/s_clog10.c: Likewise.
46418         * math/s_clog10f.c: Likewise.
46419         * math/s_clog10l.c: Likewise.
46420         * math/s_clogf.c: Likewise.
46421         * math/s_clogl.c: Likewise.
46422         * math/s_csin.c: Likewise.
46423         * math/s_csinf.c: Likewise.
46424         * math/s_csinh.c: Likewise.
46425         * math/s_csinhf.c: Likewise.
46426         * math/s_csinhl.c: Likewise.
46427         * math/s_csinl.c: Likewise.
46428         * math/s_csqrt.c: Likewise.
46429         * math/s_csqrtf.c: Likewise.
46430         * math/s_csqrtl.c: Likewise.
46431         * math/s_ctan.c: Likewise.
46432         * math/s_ctanf.c: Likewise.
46433         * math/s_ctanh.c: Likewise.
46434         * math/s_ctanhf.c: Likewise.
46435         * math/s_ctanhl.c: Likewise.
46436         * math/s_ctanl.c: Likewise.
46437         * math/s_ldexp.c: Likewise.
46438         * math/s_ldexpf.c: Likewise.
46439         * math/s_ldexpl.c: Likewise.
46440         * math/s_significand.c: Likewise.
46441         * math/s_significandf.c: Likewise.
46442         * math/s_significandl.c: Likewise.
46443         * math/w_acos.c: Likewise.
46444         * math/w_acosf.c: Likewise.
46445         * math/w_acosh.c: Likewise.
46446         * math/w_acoshf.c: Likewise.
46447         * math/w_acoshl.c: Likewise.
46448         * math/w_acosl.c: Likewise.
46449         * math/w_asin.c: Likewise.
46450         * math/w_asinf.c: Likewise.
46451         * math/w_asinl.c: Likewise.
46452         * math/w_atan2.c: Likewise.
46453         * math/w_atan2f.c: Likewise.
46454         * math/w_atan2l.c: Likewise.
46455         * math/w_atanh.c: Likewise.
46456         * math/w_atanhf.c: Likewise.
46457         * math/w_atanhl.c: Likewise.
46458         * math/w_cosh.c: Likewise.
46459         * math/w_coshf.c: Likewise.
46460         * math/w_coshl.c: Likewise.
46461         * math/w_dremf.c: Likewise.
46462         * math/w_exp10.c: Likewise.
46463         * math/w_exp10f.c: Likewise.
46464         * math/w_exp10l.c: Likewise.
46465         * math/w_exp2.c: Likewise.
46466         * math/w_exp2f.c: Likewise.
46467         * math/w_fmod.c: Likewise.
46468         * math/w_fmodf.c: Likewise.
46469         * math/w_fmodl.c: Likewise.
46470         * math/w_hypot.c: Likewise.
46471         * math/w_hypotf.c: Likewise.
46472         * math/w_hypotl.c: Likewise.
46473         * math/w_j0.c: Likewise.
46474         * math/w_j0f.c: Likewise.
46475         * math/w_j0l.c: Likewise.
46476         * math/w_j1.c: Likewise.
46477         * math/w_j1f.c: Likewise.
46478         * math/w_j1l.c: Likewise.
46479         * math/w_jn.c: Likewise.
46480         * math/w_jnf.c: Likewise.
46481         * math/w_jnl.c: Likewise.
46482         * math/w_lgamma.c: Likewise.
46483         * math/w_lgamma_r.c: Likewise.
46484         * math/w_lgammaf.c: Likewise.
46485         * math/w_lgammaf_r.c: Likewise.
46486         * math/w_lgammal.c: Likewise.
46487         * math/w_lgammal_r.c: Likewise.
46488         * math/w_log.c: Likewise.
46489         * math/w_log10.c: Likewise.
46490         * math/w_log10f.c: Likewise.
46491         * math/w_log10l.c: Likewise.
46492         * math/w_log2.c: Likewise.
46493         * math/w_log2f.c: Likewise.
46494         * math/w_log2l.c: Likewise.
46495         * math/w_logf.c: Likewise.
46496         * math/w_logl.c: Likewise.
46497         * math/w_pow.c: Likewise.
46498         * math/w_powf.c: Likewise.
46499         * math/w_powl.c: Likewise.
46500         * math/w_remainder.c: Likewise.
46501         * math/w_remainderf.c: Likewise.
46502         * math/w_remainderl.c: Likewise.
46503         * math/w_scalb.c: Likewise.
46504         * math/w_scalbf.c: Likewise.
46505         * math/w_scalbl.c: Likewise.
46506         * math/w_sinh.c: Likewise.
46507         * math/w_sinhf.c: Likewise.
46508         * math/w_sinhl.c: Likewise.
46509         * math/w_sqrt.c: Likewise.
46510         * math/w_sqrtf.c: Likewise.
46511         * math/w_sqrtl.c: Likewise.
46512         * math/w_tgamma.c: Likewise.
46513         * math/w_tgammaf.c: Likewise.
46514         * math/w_tgammal.c: Likewise.
46516         * po/ja.po: Update from translation team.
46518 2011-09-29  Andreas Jaeger  <aj@suse.de>
46520         [BZ #13179]
46521         * sunrpc/netname.c (netname2host): Fix logic.
46523         [BZ #6779]
46524         [BZ #6783]
46525         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46526         correctly.
46527         * math/w_remainder.c (__remainder): Likewise.
46528         * math/w_remainderf.c (__remainderf): Likewise.
46529         * math/libm-test.inc (remainder_test): Add test cases.
46531 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46533         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46534         sdiv_qrnnd.
46536 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46538         * string/test-memcmp.c: Avoid unncessary #defines.
46539         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46541 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46543         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46544         Use new sse2 version for core i3 - i7 as it's faster
46545         than sse42 version.
46546         (bit_Prefer_PMINUB_for_stringop): New.
46547         * sysdeps/x86_64/rawmemchr.S: Update.
46548         Replace with faster SSE2 version.
46549         * sysdeps/x86_64/memrchr.S: New file.
46550         * sysdeps/x86_64/memchr.S: Update.
46551         Replace with faster SSE2 version.
46553 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46555         * elf/dl-load.c (lose): Add cast to avoid warning.
46557 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46559         * po/ca.po: Update from translation team.
46561         * inet/getnetgrent_r.c: Hook up nscd.
46562         * nscd/Makefile (routines): Add nscd_netgroup.
46563         (nscd-modules): Add netgroupcache.
46564         (CFLAGS-netgroupcache.c): Define.
46565         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46566         (cache_search): Add const to second parameter.
46567         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46568         INNETGR.
46569         (dbs): Add netgrdb entry.
46570         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46571         (verify_persistent_db): Handle netgrdb.
46572         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46573         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46574         GETFDNETGR.
46575         (netgroup_response_header): Define.
46576         (innetgroup_response_header): Define.
46577         (datahead): Add netgroup_response_header and innetgroup_response_header
46578         elements.
46579         * nscd/nscd.conf: Add entries for netgroup cache.
46580         * nscd/nscd.h (dbtype): Add netgrdb.
46581         (_PATH_NSCD_NETGROUP_DB): Define.
46582         (netgroup_iov_disabled): Declare.
46583         (xmalloc, xcalloc, xrealloc): Move declarations here.
46584         (cache_search): Adjust prototype.
46585         Add netgroup-related prototypes.
46586         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46587         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46588         (__nscd_innetgr): Declare.
46589         * nscd/selinux.c (perms): Use access_vector_t as element type and
46590         add netgroup-related initializers.
46591         * nscd/netgroupcache.c: New file.
46592         * nscd/nscd_netgroup.c: New file.
46593         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46594         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46595         For four parameters use innetgr.
46596         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46597         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46598         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46599         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46601         * nscd/connections.c (register_traced_file): Don't register file
46602         for disabled databases.
46604 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46606         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46608         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46609         from tree and freeing node.
46611 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46613         * nss/nsswitch.c (__nss_database_lookup): Handle
46614         nss_parse_service_list out of memory case.
46616 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46618         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46619         out of memory case.
46621 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46623         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46624         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46625         pass it down.
46626         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46627         elf_machine_rela, elf_machine_lazy_rel.
46628         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46629         (ELF_DYNAMIC_DO_REL): Likewise.
46630         (ELF_DYNAMIC_DO_RELA): Likewise.
46631         (ELF_DYNAMIC_RELOCATE): Likewise.
46632         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46633         to ELF_DYNAMIC_DO_REL.
46634         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46635         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46636         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46637         elf_machine_rela.
46638         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46639         skip_ifunc, don't call ifunc function if non-zero.
46640         (elf_machine_rela): Likewise.
46641         (elf_machine_lazy_rel): Likewise.
46642         (elf_machine_lazy_rela): Likewise.
46643         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46644         (elf_machine_lazy_rel): Likewise.
46645         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46646         Likewise.
46647         (elf_machine_lazy_rel): Likewise.
46648         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46649         Likewise.
46650         (elf_machine_lazy_rel): Likewise.
46651         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46652         (elf_machine_lazy_rel): Likewise.
46653         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46654         (elf_machine_lazy_rel): Likewise.
46655         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46656         (elf_machine_lazy_rel): Likewise.
46657         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46658         (elf_machine_lazy_rel): Likewise.
46659         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46660         (elf_machine_lazy_rel): Likewise.
46661         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46662         (elf_machine_lazy_rel): Likewise.
46664 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46666         * nss/nss_files/files-init.c (_nss_files_init): Use static
46667         initialization for all the *_traced_file variables.
46669 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46671         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46673 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46675         [BZ #13226]
46676         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46678 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46680         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46681         Reread the line before reparsing it.
46683 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46685         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46687 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46688             Maxim Kuvyrkov  <maxim@codesourcery.com>
46689             Joseph Myers  <joseph@codesourcery.com>
46691         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46692         if needed for __stack_chk_guard.
46694 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46696         * sysdeps/posix/spawni.c (script_execute): Always define it.
46697         It will be optimized away if unused.
46698         (maybe_script_execute): New function.
46699         (__spawni): Call it.
46701         * Makerules: Don't include tls.make.
46702         (config-tls): Always set to thread.
46703         * tls.make.c: File removed.
46705 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46707         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46708         * config.make.in (CPPFLAGS-config): New substituted variable.
46710 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46712         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46714         [BZ #13192]
46715         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46716         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46718 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46720         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46721         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46722         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46723         (CALL_FAIL): Likewise.
46724         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46725         (CALL_FAIL): Macro removed.
46726         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46728 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46730         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46731         for __FINITE_MATH_ONLY__ == 1.
46733 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46735         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46736         __ieee754_sqrt instead of sqrt.
46737         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46738         __ieee754_sqrtf instead of sqrtf.
46739         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46740         __floorf instead of floorf.
46741         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46742         __floorf, __truncf instead of floorf, truncf.
46744 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46746         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46748         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46749         __extern_always_inline.
46750         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46751         32-bit.
46753 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46755         * elf/rtld.c (dl_main): Also relocate in dependency order when
46756         doing symbol dependency testing.
46758 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46760         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46761         Always define `refsym'.
46763 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46765         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46766         (__FD_ELT): Renamed from __FDELT.
46767         * misc/bits/select2.h (__FD_ELT): Likewise.
46768         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46769         __FD_MASK instead of __FDELT, __FDMASK.
46770         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46771         Likewise.
46772         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46773         Likewise.
46775         * elf/Makefile (gen-ldd): Fix pattern.
46777         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46778         (init_tls): Likewise.
46780 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46782         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46784 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46786         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46787         `struct cmsghdr *' instead of `void *'.
46788         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46789         Likewise.
46791 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46793         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46794         if non-absolute.
46795         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46796         ldd_rewrite_script.
46798 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46800         * configure.in: Remove --with-tls option.
46801         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46802         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46803         out in case it is missing.
46804         * sysdeps/ia64/elf/configure.in: Likewise.
46805         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46806         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46807         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46808         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46809         * sysdeps/sh/elf/configure.in: Likewise.
46810         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46811         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46812         * sysdeps/x86_64/elf/configure.in: Likewise.
46813         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46814         * sysdeps/mach/hurd/tls.h: Likewise.
46816         [BZ #13067]
46817         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46819         [BZ #13090]
46820         * configure.in: Fix use of AC_INIT.
46822         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46824 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46826         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46827         __set_errno.
46828         * malloc/hooks.c: Likewise.
46830         [BZ #11929]
46831         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46832         variables statically.
46833         (narenas): Initialize.
46834         (list_lock): Initialize.
46835         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46836         initializtion of main_arena and list_lock.  Small cleanups.
46837         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46838         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46839         Add initializers to main_arena and mp_.
46840         (malloc_state): Remove pagesize member.  Change all users to use
46841         GLRO(dl_pagesize).
46843         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46844         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46845         is always initialized.
46847         * malloc/malloc.c: Removed unused configurations and dead code.
46848         * malloc/arena.c: Likewise.
46849         * malloc/hooks.c: Likewise.
46850         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46852         * include/tls.h: Removed.  USE___THREAD must always be defined.
46853         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46854         * elf/dl-libc.c: Likewise.
46855         * elf/dl-tsd.c: Likewise.
46856         * include/errno.h: Likewise.
46857         * include/netdb.h: Likewise.
46858         * include/resolv.h: Likewise.
46859         * inet/herrno-loc.c: Likewise.
46860         * inet/herrno.c: Likewise.
46861         * malloc/arena.c: Likewise.
46862         * malloc/hooks.c: Likewise.
46863         * malloc/malloc.c: Likewise.
46864         * resolv/res-state.c: Likewise.
46865         * resolv/res_libc.c: Likewise.
46866         * sysdeps/i386/dl-machine.h: Likewise.
46867         * sysdeps/ia64/dl-machine.h: Likewise.
46868         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46869         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46870         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46871         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46872         * sysdeps/sh/dl-machine.h: Likewise.
46873         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46874         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46875         * sysdeps/unix/i386/sysdep.S: Likewise.
46876         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46877         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46878         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46879         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46880         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46881         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46882         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46883         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46884         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46885         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46886         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46887         * sysdeps/x86_64/dl-machine.h: Likewise.
46888         * tls.make.c: Likewise.
46890         * configure.in: Remove --with-__thread option.  Make tests for
46891         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46892         tls_model attribute fail if no support is available.  Remove
46893         USE_IN_LIBIO.
46894         * Makeconfig: Adjust for dropped configure option.  All features are
46895         now mandatory.
46896         * Makerules: Likewise.
46897         * Versions.def: Likewise.
46898         * argp/argp-fmtstream.c: Likewise.
46899         * argp/argp-fmtstream.h: Likewise.
46900         * argp/argp-help.c: Likewise.
46901         * assert/assert.c: Likewise.
46902         * config.h.in: Likewise.
46903         * config.make.in: Likewise.
46904         * configure: Likewise.
46905         * configure.in: Likewise.
46906         * csu/Versions: Likewise.
46907         * csu/init.c: Likewise.
46908         * elf/tst-audit2.c: Likewise.
46909         * elf/tst-tls10.c: Likewise.
46910         * elf/tst-tls10.h: Likewise.
46911         * elf/tst-tls11.c: Likewise.
46912         * elf/tst-tls12.c: Likewise.
46913         * elf/tst-tls14.c: Likewise.
46914         * elf/tst-tlsmod11.c: Likewise.
46915         * elf/tst-tlsmod12.c: Likewise.
46916         * elf/tst-tlsmod13.c: Likewise.
46917         * elf/tst-tlsmod13a.c: Likewise.
46918         * elf/tst-tlsmod14a.c: Likewise.
46919         * elf/tst-tlsmod15b.c: Likewise.
46920         * elf/tst-tlsmod16a.c: Likewise.
46921         * elf/tst-tlsmod16b.c: Likewise.
46922         * elf/tst-tlsmod7.c: Likewise.
46923         * elf/tst-tlsmod8.c: Likewise.
46924         * elf/tst-tlsmod9.c: Likewise.
46925         * gmon/gmon.c: Likewise.
46926         * grp/fgetgrent_r.c: Likewise.
46927         * grp/putgrent.c: Likewise.
46928         * hurd/fopenport.c: Likewise.
46929         * include/libc-symbols.h: Likewise.
46930         * include/tls.h: Likewise.
46931         * intl/gettextP.h: Likewise.
46932         * intl/loadinfo.h: Likewise.
46933         * locale/global-locale.c: Likewise.
46934         * locale/localeinfo.h: Likewise.
46935         * mach/devstream.c: Likewise.
46936         * malloc/arena.c: Likewise.
46937         * malloc/set-freeres.c: Likewise.
46938         * misc/err.c: Likewise.
46939         * misc/getttyent.c: Likewise.
46940         * misc/mntent_r.c: Likewise.
46941         * posix/getopt.c: Likewise.
46942         * posix/wordexp.c: Likewise.
46943         * pwd/fgetpwent_r.c: Likewise.
46944         * resolv/Versions: Likewise.
46945         * resolv/res_hconf.c: Likewise.
46946         * shadow/fgetspent_r.c: Likewise.
46947         * shadow/putspent.c: Likewise.
46948         * stdio-common/printf_fphex.c: Likewise.
46949         * stdio-common/tmpfile.c: Likewise.
46950         * stdlib/abort.c: Likewise.
46951         * stdlib/fmtmsg.c: Likewise.
46952         * sunrpc/auth_unix.c: Likewise.
46953         * sunrpc/clnt_perr.c: Likewise.
46954         * sunrpc/clnt_tcp.c: Likewise.
46955         * sunrpc/clnt_udp.c: Likewise.
46956         * sunrpc/clnt_unix.c: Likewise.
46957         * sunrpc/openchild.c: Likewise.
46958         * sunrpc/svc_simple.c: Likewise.
46959         * sunrpc/svc_tcp.c: Likewise.
46960         * sunrpc/svc_udp.c: Likewise.
46961         * sunrpc/svc_unix.c: Likewise.
46962         * sunrpc/xdr.c: Likewise.
46963         * sunrpc/xdr_array.c: Likewise.
46964         * sunrpc/xdr_rec.c: Likewise.
46965         * sunrpc/xdr_ref.c: Likewise.
46966         * sunrpc/xdr_stdio.c: Likewise.
46968 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46970         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46972 2011-07-03  Andreas Jaeger  <aj@suse.de>
46974         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46975         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46976         regenerate with gen-libm-tests.pl.
46978 2010-05-12  Petr Baudis  <pasky@suse.cz>
46980         [BZ #11589]
46981         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46982         around j0() zero points by switching to j1().
46983         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46984         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46988 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46990         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46991         instead of 0.
46992         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46993         instead of 0.
46994         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46995         Patch in part by Pavel Roskin <proski@gnu.org>.
46997         [BZ #13138]
46998         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46999         realloc.
47000         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
47001         Free memory block if necessary.
47003         [BZ #12847]
47004         * libio/genops.c (INTDEF): For string streams the _lock pointer can
47005         be NULL.  Don't lock in this case.
47007 2011-09-09  Roland McGrath  <roland@hack.frob.com>
47009         * elf/elf.h (ELFOSABI_GNU): New macro.
47010         (ELFOSABI_LINUX): Define to that.
47012 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
47014         * string/strncat.c (strncat): Undef the symbol in case it has been
47015         defined in bits/string.h.
47017 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47019         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
47021         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
47022         link map.
47024 2011-08-17  Andreas Jaeger  <aj@suse.de>
47026         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
47028 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
47029             Ian Lance Taylor  <iant@google.com>
47031         * math/libm-test.inc (lround_test): New testcase.
47032         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
47034 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
47036         * Makefile: Remove support for automatic cvs check-ins.
47037         * Makerules: Likewise.
47038         * config.make.in: Likewise.
47039         * configure.in: Likewise.
47040         * intl/Makefile: Likewise.
47041         * locale/Makefile: Likewise.
47042         * po/Makefile: Likewise.
47043         * posix/Makefile: Likewise.
47044         * sysdeps/gnu/Makefile: Likewise.
47045         * sysdeps/mach/hurd/Makefile: Likewise.
47046         * sysdeps/sparc/sparc32/Makefile: Likewise.
47048         [BZ #13118]
47049         * posix/Makefile (bug-regex32-ENV): Define.
47050         Patch by John Stanley <jpsinthemix@verizon.net>.
47052         * misc/Makefile (headers): Add bits/select2.h.
47053         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
47054         * misc/bits/select2.h: New file.
47055         * include/bits/select2.h: New file.
47056         * debug/Makefile (routines): Add fdelt_chk.
47057         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
47058         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
47059         FD_ISSET.
47060         * debug/fdelt_chk.c: New file.
47062         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
47063         * wcsmbs/test-wmemcmp.c: Likewise.
47064         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
47065         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
47067 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47069         * string/Makefile (strop-tests): Add memcmp.
47070         * string/test-wmemcmp.c: New file.
47071         * string/test-memcmp.c: Add wmemcmp support.
47073 2011-09-08  Roland McGrath  <roland@hack.frob.com>
47075         [BZ #13153]
47076         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
47077         2011-07-19 change.
47079         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
47080         garbage value in a __mach_port_mod_refs call in the cases of the
47081         task-self and thread-self ports.
47083 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47085         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
47087 2011-09-08  Andreas Schwab  <schwab@redhat.com>
47089         * elf/dl-load.c (lose): Check for non-null L.
47091 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47093         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
47095         * elf/dl-libc.c (dlerror_run): Pass back error code from
47096         dl_catch_error.
47098         [BZ #13123]
47099         * elf/dl-load.c (lose): Free l_origin if it is valid.
47101         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
47102         names.
47103         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
47104         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47105         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47106         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47107         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
47108         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
47110 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47112         * sysdeps/powerpc/fpu/e_hypot.c: New file.
47113         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
47114         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
47115         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
47116         * sysdeps/powerpc/fpu/k_cosf.c: New file.
47117         * sysdeps/powerpc/fpu/k_sinf.c: New file.
47118         * sysdeps/powerpc/fpu/s_cosf.c: New file.
47119         * sysdeps/powerpc/fpu/s_sinf.c: New file.
47120         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
47121         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
47123 2011-08-15  Alan Modra  <amodra@gmail.com>
47125         [BZ #13092]
47126         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
47127         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
47128         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
47129         ppc_mcount to static-only-routines.
47130         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
47131         __mcount_internal.
47132         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
47133         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
47135 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
47137         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
47138         for finite and infinity parameters.
47140 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47142         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
47143         and add nop instructions for throughput optimization.
47144         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47146 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
47148         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
47149         aligned copy for power7 with vector-scalar instructions.
47150         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
47152 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
47154         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
47155         AVX check.
47157 2011-09-07  Andreas Schwab  <schwab@redhat.com>
47159         [BZ #13144]
47160         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
47161         last change.
47163 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47165         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47166         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
47167         syscall wrapper around clock_gettime in __vdso_clock_gettime.
47168         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
47169         clock_gettime.
47171 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47173         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
47174         Forgot to demangle the pointer.
47176         * sysdeps/i386/sysdep.h: Define atom_text_section.
47177         * sysdeps/x86_64/sysdep.h: Likewise.
47178         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
47179         section with atom_text_section.
47180         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47181         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47182         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
47183         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47184         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
47186         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
47187         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
47188         already be defined.  Change to take two parameters and don't assign
47189         result to variable.  Adjust all users.
47190         Define INTERNAL_GETTIME if not already defined.
47191         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
47192         call.
47193         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
47194         HAVE_CLOCK_GETTIME_VSYSCALL.
47195         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
47197         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
47198         gettimeofday vsyscall, just use time.
47200 2011-09-06  Andreas Schwab  <schwab@redhat.com>
47202         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
47203         <errno.h>.
47205 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47207         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
47208         syscall on x86-64.
47209         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
47210         syscall.
47211         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47212         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47213         syscall if possible.
47215 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47217         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47218         e_ident.  Don't pass to find_mapsXX.
47219         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47221 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47223         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47224         strchr-sse2-no-bsf strrchr-sse2-no-bsf
47225         * sysdeps/x86_64/multiarch/strchr.S: Update.
47226         Check bit_slow_BSF bit.
47227         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47228         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47229         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47231 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47233         [BZ #13134]
47234         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47235         before glibc 2.15.
47236         (tryshell): Define.
47237         (__spawni): Change last parameter to be flag.  Test
47238         SPAWN_XFLAGS_USE_PATH flag to use path or not.
47239         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47240         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47241         * posix/spawni.c: Likewise.
47242         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47243         * posix/spawnp.c: Likewise.  Change normal version to use
47244         SPAWN_XFLAGS_USE_PATH.
47245         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47246         SPAWN_XFLAGS_TRY_SHELL.
47248         [BZ #13150]
47249         * posix/glob.h: Remove gcc 1.x support.
47251         [BZ #13068]
47252         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47254 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47256         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47257         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47258         strrchr-sse2-bsf
47259         * sysdeps/i386/i686/multiarch/strchr.S: New file.
47260         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47261         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47262         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47263         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47264         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47266 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47268         * sysdeps/x86_64/wcscmp.S: New file.
47270         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47271         wcscmp-c wcscmp-sse2
47272         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47273         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47274         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47275         * wcsmbs/wcscmp.c: Allow renaming.
47277 2011-09-05  David S. Miller  <davem@davemloft.net>
47279         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47280         stack slot, rather than the struct return pointer slot.
47281         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47282         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47283         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47284         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47286 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47288         * po/ja.po: Update from translation team.
47290         [BZ #13144]
47291         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47292         kernel in 64-bit binaries.
47294 2011-09-01  David S. Miller  <davem@davemloft.net>
47296         * elf/elf.h (HWCAP_SPARC_*): Move to..
47297         * sysdeps/sparc/sysdep.h: this new file and add new values.
47298         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47299         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47300         _DL_HWCAP_COUNT to 24.
47301         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47302         entries.
47303         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47304         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47305         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47306         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47307         instead of magic constants.
47308         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47310 2011-08-31  David S. Miller  <davem@davemloft.net>
47312         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47313         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47314         Reimplement to do errno handling inline.
47315         (SYSCALL_ERROR_HANDLER): New macro.
47316         (__SYSCALL_STRING): Do not do errno handling in asm.
47317         (__CLONE_SYSCALL_STRING): Delete.
47318         (__INTERNAL_SYSCALL_STRING): Delete.
47319         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47320         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47321         (PSEUDO): Reimplement to do errno handling inline.
47322         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47323         (SYSCALL_ERROR_HANDLER): New macro.
47324         (__SYSCALL_STRING): Do not do errno handling in asm.
47325         (__CLONE_SYSCALL_STRING): Delete.
47326         (__INTERNAL_SYSCALL_STRING): Delete.
47327         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47328         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47329         i386.
47330         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47331         (inline_syscall*): Add 'err' argument.
47332         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47333         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47334         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47335         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47337         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47338         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47340 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47342         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47344 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47346         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47347         directive.
47349 2011-08-24  David S. Miller  <davem@davemloft.net>
47351         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47353 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47355         * elf/Makefile: Add rules to build and run unload8 test.
47356         * elf/unload8.c: New file.
47357         * elf/unload8mod1.c: New file.
47358         * elf/unload8mod1x.c: New file.
47359         * elf/unload8mod2.c: New file.
47360         * elf/unload8mod3.c: New file.
47362         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47363         it wasn't used.
47365 2011-08-23  David S. Miller  <davem@davemloft.net>
47367         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47368         subtract stack bias.
47369         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47370         %sp not %fp in calculations.
47371         (_JMPBUF_UNWINDS_ADJ): Likewise.
47373         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47374         (aio_suspend): Call it to force an exception region around the
47375         AIO_MISC_WAIT() invocation.
47377 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47379         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47380         backslash.
47382 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47384         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47385         protection macro.
47386         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47387         and <dl-machine.h>.
47388         (Elf64_FuncDesc): Remove.
47390 2011-08-22  David S. Miller  <davem@davemloft.net>
47392         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47393         sigaltstack check, add missing cfi directives.
47394         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47395         missing cfi directives, and sigaltstack handling.
47397 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47399         [BZ #11724]
47400         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47401         object is seen twice.
47402         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47404         * elf/Makefile (distribute): Add tst-initorder2.c.
47405         (tests): Add tst-initorder2.
47406         (modules-names): Add tst-initorder2a tst-initorder2b
47407         tst-initorder2c tst-initorder2d.  Add rules to build them.
47408         ($(objpfx)tst-initorder2.out): New rule.
47409         * elf/tst-initorder2.c: New file.
47410         * elf/tst-initorder2.exp: New file.
47412 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47414         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47416         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47417         dependencies back to end of function.
47419         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47420         $(elfobjdir)/ld.so.
47422 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47424         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47425         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47426         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47427         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47428         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47429         of __vdso_gettimeofday.
47430         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47431         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47432         attribute_hidden.
47433         (_libc_vdso_platform_setup): Remove initialization of
47434         __vdso_gettimeofday and __vdso_time.
47436 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47438         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47439         and fgetc_unlocked.
47440         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47441         getc_unlocked.
47443         * elf/dl-open.c (add_to_global): Report additions to the global scope
47444         for LD_DEBUG=scopes.
47445         (dl_open_worker): Also print scope of newly loaded dependencies.
47446         (_dl_show_scope): Indicate if there is no scope.
47448         [BZ #13114]
47449         * stdio-common/Makefile (tests): Add bug24.
47450         * stdio-common/bug24.c: New file.
47452 2011-08-19  Andreas Jaeger  <aj@suse.de>
47454         [BZ #13114]
47455         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47456         non-existant file when using close-on-exec mode.
47458 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47460         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47461         the very first instruction.
47463         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47464         the CFI state in the end.
47465         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47466         inclusion of dl-trampoline.h.
47467         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47469 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47471         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47472         expectations for long double.
47474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47475         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47477 2011-08-14  David S. Miller  <davem@davemloft.net>
47479         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47480         artificual limit depends upon the system page size.
47482 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47484         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47485         * resolv/Makefile: Define CFLAGS-libresolv.
47487 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47489         * nss/makedb.c (compute_tables): Make variables used in nested
47490         function static.
47492 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47494         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47495         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47496         if buffer was too small.
47498         * elf/pldd.c (main): Attach to all threads in the process.
47499         Rewrite /proc handling to use *at functions.
47501 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47503         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47504         specifies first scope to show.
47505         (dl_open_worker): Update callers.  Move printing scope of new
47506         object to before the relocation.
47507         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47508         * sysdeps/generic/ldsodefs.h: Update declaration.
47510         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47511         string for the scope number.
47513 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47515         * nscd/servicescache.c (cache_addserv): Make sure written is always
47516         initialized.
47518 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47520         * sysdeps/i386/i486/bits/atomic.h
47521         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47522         statement expression, so as to suppress "set but not used" warning.
47523         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47525         * string/strncat.c (STRNCAT): Use prototype definition.
47527         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47528         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47529         -Iprograms here.
47530         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47531         (localedef-modules): Add localedef.
47532         (locale-modules): Add locale.
47534         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47535         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47536         to avoid a warning.
47538 2011-08-14  David S. Miller  <davem@davemloft.net>
47540         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47541         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47543 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47545         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47546         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47547         * elf/rtld.c (dl_main): Set l_name of vDSO.
47548         Call _dl_show_scope when DL_DEBUG_SCOPES.
47549         (process_dl_debug): Recognize scopes flag and also set it for all.
47550         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47551         Declare _dl_show_scope.
47553         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47554         (do_dlopen): Pass caller_dlopen to dl_open.
47555         (__libc_dlopen_mode): Initialize caller_dlopen.
47557         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47558         of libc.  Make tolower call locale-independent.  Optimize a bit by
47559         using isdigit instead of isalnum.
47560         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47562 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47564         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47565         was a dependency or dynamically loaded.
47567 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47569         * intl/l10nflist.c: Allow architecture-specific pop function.
47570         * sysdeps/x86_64/l10nflist.c: New file.
47572         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47573         classification.
47575 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47577         * include/dirent.h: Add libc_hidden_proto for scandirat and
47578         scandirat64.  Don't declare __scandirat64.
47579         * dirent/scandirat.c: Add libc_hidden_def.
47580         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47581         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47583 2011-08-10  David S. Miller  <davem@davemloft.net>
47585         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47586         enum.
47587         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47588         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47589         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47591 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47593         * Versions.def [libc]: Add GLIBC_2.15.
47594         * dirent/Makefile (routines): Add scandirat and scandirat64.
47595         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47596         GLIBC_2.15.
47597         * dirent/dirent.h: Declare scandirat and scandirat64.
47598         * dirent/scandirat.c: New file.
47599         * dirent/scandirat64.c: New file.
47600         * sysdeps/wordsize-64/scandirat.c: New file.
47601         * sysdeps/wordsize-64/scandirat64.c: New file.
47602         * dirent/opendir.c: Define opendirat.
47603         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47604         using scandirat.
47605         * dirent/scandir64.c: Adjust for scandir.c change.
47606         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47607         __scandirat64, and __scandir_cancel_handler.
47608         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47609         additional parameter and use openat instead of open (outside of ld.so).
47610         Add new __opendir as wrapper around __opendirat.
47611         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47612         here without requiring old scandirat implementation.
47614 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47616         * dirent/scandir.c (cancel_handler): Renamed to
47617         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47618         defined.  Adjust users.
47619         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47620         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47622 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47624         * string/test-string.h (IMPL): Use __STRING to expand name and then
47625         stringify it.
47627         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47628         of cleanups.
47630 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47632         * string/Makefile: Update.
47633         (strop-tests): Append strncat.
47634         * string/test-wcscmp.c: New file.
47635         New comprehensive test for wcscmp.
47636         * string/test-strcmp.c: Update.
47637         (WIDE): New define.
47639 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47641         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47642         line.
47644 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47646         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47647         encoding to ACE if AI_IDN.
47649 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47651         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47652         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47654 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47656         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47657         Fix overflow bug in strncat.
47658         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47660         * string/test-strncat.c: Update.
47661         Add new tests for checking overflow bugs.
47663 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47665         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47666         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47667         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47668         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47669         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47670         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47671         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47672         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47673         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47675         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47676         (USE_AS_STRCAT): Define.
47677         Add strcat and strncat support.
47678         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47680 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47682         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47683         __n bigger than INT_MAX+1.
47684         (__strncmp_g): Likewise.
47686 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47688         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47689         * libio/stido.h: Likewise.
47691         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47692         (AF_NFC): Define.
47693         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47694         (AF_NFC): Define.
47696         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47697         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47698         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47699         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47700         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47702         [BZ #13021]
47703         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47704         installed.
47706         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47707         typo.
47708         (_dl_x86_64_save_sse): Likewise.
47710 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47712         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47713         OSXSAVE.
47714         (_dl_x86_64_save_sse): Likewise.
47716         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47718         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47720 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47722         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47723         change.
47724         (_dl_x86_64_save_sse): Use correct AVX check.
47726 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47728         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47729         bug in strncpy/strncat.
47730         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47732 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47734         * string/tester.c (test_strcat): Add tests for different alignments
47735         of source and destination.
47736         (test_strncat): Likewise.
47738 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47740         [BZ #12852]
47741         * posix/glob.c (glob): Check passed in values before using them in
47742         expressions to avoid some overflows.
47743         (glob_in_dir): Likewise.
47745         [BZ #13007]
47746         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47747         check for AVX enablement so that we don't crash with old kernels and
47748         new hardware.
47749         * elf/tst-audit4.c: Add same checks here.
47750         * elf/tst-audit6.c: Likewise.
47752         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47754 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47756         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47758 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47760         * po/cs.po: Update from translation team.
47761         * po/bg.po: Likewise.
47763 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47765         * misc/sys/cdefs.h: Add support for const attribute.
47766         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47767         to gnu_dev_{major,minor,makedev} functions.
47769 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47771         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47773 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47775         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47776         strlen results.
47778 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47780         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47781         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47782         register in order to avoid conflicts with the soft frame pointer
47783         being held in r11 when necessary.
47784         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47785         (INTERNAL_VSYSCALL_NCS): Likewise.
47787 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47789         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47790         * elf/dl-fini.c (_dl_fini): Adjust caller.
47791         * elf/dl-close.c (_dl_close_worker): Likewise.
47792         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47794 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47796         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47797         "aux_cache->nlibs < 0".
47799         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47800         in the reload-count case.
47802 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47804         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47805         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47806         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47807         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47808         * sysdeps/x86_64/multiarch/strcat.S: New file.
47809         * sysdeps/x86_64/multiarch/strncat.S: New file.
47810         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47811         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47812         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47813         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47814         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47815         (USE_AS_STRCAT): Define.
47816         Add strcat and strncat support.
47817         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47818         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47819         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47820         * string/strncat.c: Update.
47821         (USE_AS_STRNCAT): Define.
47822         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47823         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47824         and i7.
47825         * sysdeps/x86_64/multiarch/init-arch.h
47826         (bit_Prefer_PMINUB_for_stringop): New.
47827         (index_Prefer_PMINUB_for_stringop): Likewise.
47828         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47829         bit_Prefer_PMINUB_for_stringop.
47831 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47833         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47834         buffer64.
47835         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47836         of casting of buffer.
47837         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47838         buffer32 and buffer64.
47839         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47840         writes instead of casting of buffer.
47841         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47842         buffer32.
47843         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47844         casting of buffer.
47846 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47848         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47850 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47852         * nscd/nscd.c (termination_handler): Don't do anything for a database
47853         if it has not yet been initialized.
47855 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47857         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47859 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47861         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47863 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47865         * po/nl.po: Update from translation team.
47866         * po/sv.po: Likewise.
47868 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47870         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47871         now disallowed by GCC.
47873         * configure.in (use-default-link): Default to yes if a test -shared
47874         link meets our qualifications.
47875         * configure: Regenerated.
47877         * config.make.in (output-format): New variable.
47878         * configure.in: Check for ld --print-output-format support.
47879         * configure: Regenerated.
47880         * Makerules ($(common-objpfx)format.lds)
47881         [$(output-format) != unknown]: Just use $(output-format),
47882         instead of the linker-script munging.
47884 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47886         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47887         of $(common-objpfx)shlib.lds.
47888         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47890         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47891         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47893         * configure.in (-z relro check): Adjust test code to add a large
47894         writable data section after it.
47895         * configure: Regenerated.
47897 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47899         * configure.in (-z relro check): Fix test code to make the variable
47900         truly const.
47901         * configure: Regenerated.
47903 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47905         * nscd/nscd.h (struct traced_file): Define.
47906         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47907         elements.  Add traced_files.
47908         (inotify_fd): Declare.
47909         (register_traced_file): Declare.
47910         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47911         (inotify_fd): Export.
47912         (resolv_conf_descr): Remove.
47913         (nscd_init): Move inotify descriptor creation to main.
47914         Don't register files for notification here.
47915         (register_traced_file): New function.
47916         (invalidate_cache): Don't use reset_res to determine whether to call
47917         res_init, go through the list of registered files.
47918         (main_loop_poll): The inotify descriptors are now stored in the
47919         structures for the traced files.
47920         (main_loop_epoll): Likewise
47921         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47922         to __nss_disable_nscd.
47923         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47924         for a database anymore.  Check the records for all the registered
47925         files instead.
47926         * nss/Makefile (libnss_files-routines): Add files-init.
47927         (libnss_db-routines): Add db-init.
47928         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47929         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47930         * nss/nss_db/db-init.c: New file.
47931         * nss/nss_files/files-init.c: New file.
47932         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47933         __nss_lookup_function.
47934         (__nss_lookup_function): Call nss_load_library.
47935         (nss_load_all_libraries): New function.
47936         (__nss_disable_nscd): Take parameter with callback function for files
47937         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47938         used for the cached services.
47939         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47940         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47941         options for features to all the files in nscd.
47943         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47945 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47947         * csu/elf-init.c (__libc_csu_init): Comment typo.
47949 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47951         * po/pl.po: Update from translation team.
47952         * po/ja.po: Likewise.
47953         * po/ru.po: Likewise.
47954         * po/ko.po: Likewise.
47955         * po/fr.po: Likewise.
47957 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47959         * configure.in (.ctors/.dtors header and trailer check):
47960         Use an empirical test on a built program.
47961         * configure: Regenerated.
47963         * configure.in (-z relro check): Use an empirical test on a built DSO.
47964         Detect, but do not require, on ia64.
47965         * configure: Regenerated.
47967         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47968         Update tests that use readelf to use $READELF instead.
47969         * configure: Regenerated.
47971 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47973         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47974         if the result is not used.
47976 2011-07-05  Andreas Jaeger  <aj@suse.de>
47978         [BZ#9696]
47979         * stdlib/tst-strtod.c: Add testcase.
47981 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47983         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47984         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47985         The latter has a higher limit.  Take additional parameter to pass to
47986         the new function.
47987         (__pathconf): Pass file to __statfs_link_max.
47988         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47989         __statfs_link_max.
47990         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47991         __statfs_link_max.
47993         [BZ #12868]
47994         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47995         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47996         Handle Lustre.
47997         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47998         (__statfs_filesize_max): Likewise.
47999         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
48001 2011-07-05  Andreas Jaeger  <aj@suse.de>
48003         * resolv/res_comp.c (dn_skipname): Remove unused variable.
48005 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
48007         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
48008         `status' variable.
48009         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
48010         Likewise.
48012 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
48014         * Makefile (strop-tests): Add strncat.
48015         * string/test-strncat.c: New file.
48017 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
48019         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
48021 2011-06-21  Andreas Jaeger  <aj@suse.de>
48023         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
48024         Copy rule from iconvdata/Makefile.
48026 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
48028         [BZ #12922]
48029         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
48030         but no long options are defined, just return 'W'.
48032 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
48034         [BZ #9696]
48035         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
48037 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
48039         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
48040         netgroups to read.
48041         (innetgr): Likewise.
48043 2011-07-05  Roland McGrath  <roland@hack.frob.com>
48045         * config.make.in (install_root): Default to $(DESTDIR).
48047 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
48049         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
48051 2011-07-02  Roland McGrath  <roland@hack.frob.com>
48053         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
48055         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
48056         containing directory rather than embedding absolute directory names.
48058         * scripts/check-local-headers.sh: Rewritten using awk.
48059         Match by word, not by line.  Print error messages for matches.
48060         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
48062         * Makerules [shlib-lds-flags empty]:
48063         ($(common-objpfx)libc_pic.opts): New target.
48064         ($(common-objpfx)libc_pic.os.clean): New target.
48065         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
48067         * config.make.in (OBJCOPY): New variable.
48068         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
48069         * configure: Regenerated.
48071         * config.make.in (use-default-link): New variable.
48072         * configure.in (use_default_link): Grok --with-default-link to set it.
48073         * configure: Regenerated.
48074         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
48075         (shlib-lds, shlib-lds-flags): Define to empty.
48077         * Makerules (shlib-lds): New variable.
48078         (shlib-lds-flags): New variable.
48079         (build-shlib, build-moduile, build-module-asneeded): Use it.
48080         ($(common-objpfx)libc.so): Use $(shlib-lds).
48081         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
48082         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
48084         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
48085         DT_FLAGS/DT_FLAGS_1 with zero flags.
48087         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
48088         linker script munging.
48090 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
48092         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
48093         as 128-bit value.
48094         * crypt/sha512.c (sha512_process_block): Perform total addition using
48095         128-bit if possible.
48096         (__sha512_finish_ctx): Likewise.
48097         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
48098         as 64-bit value.
48099         * crypt/sha256.c (SWAP64): Define.
48100         (sha256_process_block): Perform total addition using 64-bit if
48101         possible.
48102         (__sha256_finish_ctx): Likewise.
48104 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
48106         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
48107         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48108         * nscd/hstcache.c (cache_addhst): Likewise.
48109         * nscd/grpcache.c (cache_addgr): Likewise.
48110         * nscd/aicache.c (addhstaiX): Likewise
48111         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
48113 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
48115         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
48116         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48117         * nscd/hstcache.c (cache_addhst): Likewise.
48118         * nscd/grpcache.c (cache_addgr): Likewise.
48119         * nscd/aicache.c (addhstaiX): Likewise
48121 2011-07-01  Andreas Schwab  <schwab@redhat.com>
48123         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
48124         domain only when needed.
48126 2011-06-30  Andreas Schwab  <schwab@redhat.com>
48128         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
48129         is always restored.
48131 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
48133         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
48134         are re-adding the entry.
48135         * nscd/servicescache.c (cache_addserv): Likewise.
48137 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
48139         * sysdeps/generic/dl-irel.h: fix protection against multiple
48140         inclusions.
48141         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
48143 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
48145         [BZ #12935]
48146         * malloc/memusage.sh: Fix quoting in message.
48147         * debug/xtrace.sh: Likewise.
48149         * configure.in: Remove support for --experimental-malloc option, make
48150         it the default.
48151         * config.make.in: Likewise.
48152         * malloc/Makefile: Likewise.
48154 2011-06-27  Andreas Schwab  <schwab@redhat.com>
48156         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
48157         two-byte characters.
48159 2011-06-27  Roland McGrath  <roland@hack.frob.com>
48161         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
48162         AC_CACHE_CHECK invocation.
48163         * configure: Regenerated.
48165         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
48167 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
48169         [BZ #12350]
48170         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
48171         bit from old_res_options.
48173         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
48175         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
48176         value type for setfct.
48178 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
48180         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48181         __gettimeofday instead of gettimeofday.
48183 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
48185         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
48187 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
48189         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
48191         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
48192         info.
48194 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48196         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48197         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48198         strcpy-sse2-unaligned strncpy-sse2-unaligned
48199         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
48200         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
48201         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
48202         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
48203         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
48204         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
48205         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
48206         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
48207         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
48208         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
48209         (STRCPY): Support SSE2 and SSSE3 versions.
48211 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
48213         [BZ #12874]
48214         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48215         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48216         kernels which artificially limit size of requests.
48218 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48220         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48221         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48222         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48223         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48224         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48225         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48226         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48227         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48228         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48229         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48230         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48231         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48232         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48233         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48234         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48235         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48236         Enable unaligned load optimization for Intel Core i3, i5 and i7
48237         processors.
48238         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48239         Define.
48240         (index_Fast_Unaligned_Load): Define.
48241         (HAS_FAST_UNALIGNED_LOAD): Define.
48243 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
48245         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48247 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48249         [BZ #12907]
48250         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48251         until it is clear that the information is realy needed.
48252         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48254 2011-06-22  Andreas Schwab  <schwab@redhat.com>
48256         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48258 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48260         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48261         /sys/devices/system/cpu/online if it is usable.
48263         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48264         reading the information from the /proc filesystem to once a second.
48266 2011-06-21  Andreas Jaeger  <aj@suse.de>
48268         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48269         NULL after inclusion of kernel headers.
48271 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
48273         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48274         calls to internal_setent.
48276         [BZ #12885]
48277         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48278         addresses using gethostbyname4_r ignore IPv4 addresses.
48280         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48281         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
48283         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48285 2011-06-20  David S. Miller  <davem@davemloft.net>
48287         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48288         inclusions.
48289         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48291         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48292         (elf_irel): Use it.
48293         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48294         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48295         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48296         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48297         * sysdeps/x86_64/dl-irel.h: Likewise.
48299         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48300         * elf/dl-sym.c: Likewise.
48302 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48304         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48305         need to dereference resplen2.
48307 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48309         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48311 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48313         * Makeconfig: Define vardbdir and inst_vardbdir.
48314         * nss/Makefile: Add rules to install db-Makefile.
48316         * nss/nss_db/db-XXX.c: Cleanup.
48318         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48319         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48320         GLIBC_PRIVATE.
48321         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48322         * nss/makedb.c: Implement -g option to specify that value strings
48323         are generated and should not be added to table iterated over for
48324         get*ent calls.
48325         * nss/nss_db/db-initgroups.c: New file.
48327         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48328         interface.
48330         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48331         (internal_getgrouplist): Adjust to name change.
48332         Update use_initgroups_entry if this is not the first call.
48333         * nss/databases.def: Add initgroups entry.
48335         * nss/makedb.c (compute_tables): Check result of multiple hash table
48336         sizes to minimize maximum chain length.
48338 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48340         * Versions.def: Add entry for libnss_db.
48341         * shlib-versions: Likewise.
48342         * nss/Makefile: Add rules to build libnss_db.
48343         * nss/Versions: Add libnss_db information.  Organize libnss_files
48344         entries better.
48345         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48346         makedb progra.  Some minor improvements to generate smaller files.
48347         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48348         here from...
48349         * nss/makedb.c: ...here.
48350         Improve database format to be smaller and require less memory at
48351         runtime.
48352         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48353         db anymore.
48354         * nss/nss_db/db-netgrp.c: Likewise.
48355         * nss/nss_db/db-open.c: Likewise.
48356         * nss/nss_files/flies-XXX.x: Adjust comments.
48357         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48358         * nss/nss_files/files-grp.c: Likewise.
48359         * nss/nss_files/files-hosts.c: Likewise.
48360         * nss/nss_files/files-network.c: Likewise.
48361         * nss/nss_files/files-proto.c: Likewise.
48362         * nss/nss_files/files-pwd.c: Likewise.
48363         * nss/nss_files/files-rpc.c: Likewise.
48364         * nss/nss_files/files-service.c: Likewise.
48365         * nss/nss_files/files-sgrp.c: Likewise.
48366         * nss/nss_files/files-spwd.c: Likewise.
48367         * nss/nss_db/db-alias.c: Removed.
48368         * nss/nss_db/dummy-db.h: Removed.
48370 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48372         * nss/makedb.c: Rewritten to not use database library.
48373         * nss/Makefile: Update to build new makedb program.
48375 2011-06-14  Andreas Jaeger  <aj@suse.de>
48377         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48378         memset declaration.
48380 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48382         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48383         tmpbuf.
48385 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48387         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48388         * elf/Makefile ($(objpfx)ld.so): Likewise.
48390         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48391         Don't list ld.so twice in dependencies.
48393         * posix/bug-regex31.c: Include <stdlib.h>.
48395         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48397         * nis/nss_compat/compat-spwd.c
48398         (getspent_next_nss_netgr): Remove unused variable.
48399         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48401         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48402         nonmembers" output to use the right array.
48404         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48406         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48408         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48409         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48410         * catgets/gencat.c (read_input_file): Likewise.
48411         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48413         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48414         variable definition inside #if's controlling its use.
48416         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48418         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48420         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48422         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48423         unreachable code.
48425         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48427         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48428         * configure: Regenerated.
48430         * Makerules: Revert last change.
48431         * elf/Makefile: Likewise.
48433 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48435         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48436         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48437         (reloc-link): Likewise.
48439 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48441         * elf/Makefile: Add rules to build pldd.
48442         * elf/pldd.c: New file.
48443         * elf/pldd-xx.c: New file.
48445 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48447         * version.h: Update for 2.15 development version.
48449 2011-06-07  David S. Miller  <davem@davemloft.net>
48451         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48452         ifuncs.
48453         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48454         elf_machine_lazy_rel): Likewise.
48455         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48456         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48457         elf_machine_lazy_rel): Likewise.
48458         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48459         dl_hwcap via passed in argument.
48460         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48461         Likewise.
48463 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48465         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48467 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48469         [BZ #12849]
48470         * manual/fdl-1.1.texi: New file, verbatim from:
48471         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48472         * manual/lgpl-2.1.texi: New file, verbatim from:
48473         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48474         * manual/Makefile (licenses): New variable, list those new file names.
48475         (texis): Use it.
48476         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48478         * manual/fdl.texi: File removed.
48479         * manual/lesser.texi: File removed.
48480         * manual/libc.texinfo (Copying, Documentation License):
48481         Use new @include file names, put @appendix directive before @include.
48483 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48485         [BZ #12841]
48486         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48487         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48488         (mq_open): Add __NTH.
48490 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48492         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48493         Assume Intel Core i3/i5/i7 processor if AVX is available.
48495 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48497         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48498         typo.
48500 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48502         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48503         memory.  Use alloca_account.  Fix memory leak when retrying.
48505 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48507         * version.h (RELEASE): Bump for 2.14 release.
48508         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48510         * config.make.in (RANLIB): Remove entry.
48512 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48514         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48515         (libc.pot): Work around missing support for .ksh extension in xgettext.
48517         [BZ #12684]
48518         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48519         if both request failed.
48520         (send_dg): In case of server errors clear resplen or *resplen2.
48522         [BZ #12454]
48523         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48524         when there are multiple maps.
48525         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48526         (_dl_fini): Remove test here.
48528         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48530 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48532         [BZ #12350]
48533         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48534         bit from old_res_options.
48535         (gaih_inet): Likewise.
48537         [BZ #11099]
48538         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48539         as signed.
48541         * resolv/res_init.c (res_setoptions): Make the code more compact.
48543         [BZ #11558]
48544         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48545         set RES_USEVC.
48547         [BZ #11634]
48548         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48550         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48552         [BZ #11781]
48553         * malloc/malloc.h: Declare malloc hook variables as volatile.
48555         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48556         in last patch.
48558         [BZ #11799]
48559         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48560         raise in the comment.
48561         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48562         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48563         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48565 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48567         [BZ #12811]
48568         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48569         grow the buffers more if it already has to be sufficient.
48570         (build_wcs_upper_buffer): Likewise.
48571         * posix/regexec.c (check_matching): Likewise.
48572         (clean_state_log_if_needed): Likewise.
48573         (extend_buffers): Don't enlarge buffers beyond size of the input
48574         buffer.
48575         Patches mostly by Emil Wojak <emil@wojak.eu>.
48576         * posix/bug-regex32.c: New file.
48577         * posix/Makefile (tests): Add bug-regex32.
48579         * locale/findlocale.c (_nl_find_locale): Return right away if
48580         _nl_explode_name failed.
48581         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48583         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48585         * debug/xtrace.sh: Unify messages.
48586         * malloc/memusage.sh: Likewise.
48588         [BZ #12813]
48589         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48590         time symbol from vDSO.  Substitute with vsyscall if not available.
48591         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48592         __vdso_time.
48594         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48595         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48596         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48597         Add sendmmsg and internal_sendmmsg.
48598         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48599         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48600         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48602         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48603         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48604         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48606 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48608         [BZ #12813]
48609         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48610         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48611         available.
48612         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48613         __vdso_getcpu.
48615         [BZ #12814]
48616         * iconvdata/Makefile (tests): Add bug-iconv9.
48617         * iconvdata/bug-iconv9.c: New file.
48619 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48621         [BZ #12814]
48622         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48624 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48626         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48627         (struct user_regs_struct): Change intcs field back to cs.
48629 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48631         * po/ja.po: Update from translation team.
48633 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48635         [BZ #12795]
48636         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48637         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48639 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48641         * stdlib/longlong.h: Update from GCC.
48643 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48645         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48646         parameter name.
48647         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48648         Add parameter name.
48649         (__sysconf): Pass it down.
48651 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48653         [BZ #12671]
48654         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48655         some situations.
48656         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48657         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48658         add in in __libc_use_alloca calls.  Adjust callers.
48659         (glob): Use malloc in some situations.
48661         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48662         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48663         pltexit.
48665 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48667         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48668         and CLOCK_BOOTTIME_ALARM.
48670         [BZ #12782]
48671         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48672         is returned.
48674         * string/_strerror.c (__strerror_r): Print negative errors as signed
48675         numbers.
48677         [BZ #12777]
48678         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48679         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48680         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48682         * configure.in: Fix typo in redirection and correct removal of test
48683         files in two cases.
48685         [BZ #12788]
48686         * locale/setlocale.c (new_composite_name): Fix test to check for
48687         identical name of all categories.
48689         [BZ #12792]
48690         * libio/filedoalloc.c (local_isatty): New function.
48691         (_IO_file_doallocate): Use local_isatty.
48692         * stdio-common/perror.c (perror): In case a new stream is used
48693         forward the stream error.
48694         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48695         error flag.
48697 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48699         [BZ #11869]
48700         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48701         alloca.
48702         * include/alloca.h (extend_alloca_account): Define.
48704         [BZ #11857]
48705         * posix/regex.h: Fix comments with documentation of user-accessible
48706         fields after compilation and describe correct free'ing of pattern
48707         after re_compile_pattern.
48708         Patch by Reuben Thomas <rrt@sc3d.org>.
48710 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48712         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48713         and -mno-altivec to prevent the compiler from using Altivec and/or
48714         VSX instructions when the corresponding registers are not available.
48716 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48718         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48720 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48722         * libio/freopen.c (freopen): Use __dup2, not dup2.
48723         * libio/freopen64.c (freopen64): Likewise.
48725 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48727         [BZ #12775]
48728         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48729         * math/Makefile (tests): Add test-powl.
48730         (CFLAGS-test-powl.c): Define.
48731         * math/test-powl.c: New file.
48733 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48735         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48737 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48739         [BZ #11837]
48740         * iconvdata/gb18030.c: Update to GB18020-2005.
48742 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48744         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48745         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48746         Patch by Aharon Robbins <arnold@skeeve.com>.
48748         [BZ #11892]
48749         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48750         on the stack.
48752         [BZ #11895]
48753         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48754         through underflows.
48756         [BZ #12766]
48757         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48758         point to strings before performing equality test for error_one_per_line
48759         mode.
48761         [BZ #11697]
48762         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48764         [BZ #11820]
48765         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48766         (struct user_fpregs_struct): Avoid __uint*_t types.
48768         [BZ #6420]
48769         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48770         symbol info.  Use it instead of calling _dl_addr locally.
48771         (lock_and_info): New function.
48772         (tr_freehook): Call lock_and_info and pass symbol info as additional
48773         parameter to tr_where.
48774         (tr_mallochook): Likewise.
48775         (tr_reallochook): Likewise.
48776         (tr_memalignhook): Likewise.
48778         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48779         used and couldn't be at all thread-safe.
48781 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48783         * libio/freopen.c (freopen): Don't close old file descriptor
48784         before the new one is opened.  Instead dup the new file descriptor
48785         to the old one after the new stream is created.
48786         * libio/freopen64.c (freopen64): Likewise.
48787         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48788         * libio/fileops.c (_IO_new_file_close_it): Handle new
48789         _IO_FLAGS2_NOCLOSE flag.
48790         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48791         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48792         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48793         _IO_FLAGS2_NOCLOSE flag.
48794         * include/unistd.h: Add hidden_proto for dup3.
48795         Define __have_dup3.
48796         * io/dup3.c: Define hidden symbol.
48797         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48799         [BZ #7101]
48800         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48801         when an incomplete long option is used.
48802         * posix/tst-getopt_long1.c: New file.
48803         * posix/Makefile (tests): Add tst-getopt_long1.
48805         [BZ #10138]
48806         * scripts/config.guess: Update from autoconf-2.68.
48807         * scripts/config.sub: Likewise.
48809         [BZ #10157]
48810         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48811         tests into ...
48812         (has_cpuclock): ...this.  New function.
48813         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48814         macro here based on has_cpuclock code.
48816         [BZ #10149]
48817         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48818         First byte (not low byte) is now always NUL.
48819         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48821         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48822         Use non-cancelable interfaces.
48824         [BZ #9809]
48825         * locale/iso-639.def: Add entry for Sorani.
48827         [BZ #11901]
48828         * include/stdlib.h: Move include protection to the right place.
48829         Define abort_msg_s.  Declare __abort_msg with it.
48830         * stdlib/abort.c (__abort_msg): Adjust type.
48831         * assert/assert.c (__assert_fail_base): New function.  Majority
48832         of code from __assert_fail.  Allocate memory for __abort_msg with
48833         mmap.
48834         (__assert_fail): Now call __assert_fail_base.
48835         * assert/assert-perr.c: Remove bulk of implementation.  Use
48836         __assert_fail_base.
48837         * include/assert.hL Declare __assert_fail_base.
48838         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48839         mmap.
48840         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48842 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48844         [BZ #11952]
48845         [BZ #12453]
48846         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48847         until all modules are registered in the DTV.
48848         * elf/Makefile: Add rules to build and run tst-tls19.
48849         * elf/tst-tls19.c: New file.
48850         * elf/tst-tls19mod1.c: New file.
48851         * elf/tst-tls19mod2.c: New file.
48852         * elf/tst-tls19mod3.c: New file.
48853         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48855         [BZ #12083]
48856         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48857         correctly.
48859         [BZ #12601]
48860         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48861         two-byte sequence errors.
48862         * iconvdata/Makefile (tests): Add bug-iconv8.
48863         * iconvdata/bug-iconv8.c: New file.
48865         [BZ #12626]
48866         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48867         buf2 definition.
48869         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48871         [BZ #12432]
48872         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48873         (dummy_getcfa): New function.
48874         (init): Get _Unwind_GetCFA address, use dummy if not found.
48875         (backtrace_helper): In recursion check, also check whether CFA changes.
48876         (__backtrace): Completely initialize arg.
48878         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48879         storing incomplete byte sequence in state object.  Avoid testing for
48880         guaranteed too small input if we know there is enough data available.
48882 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48884         * Makeconfig (+link-pie): Indent.
48885         * Rules (binaries-pie): Define if $(have-fpie) and
48886         $(build-shared).
48887         (binaries-shared): Also filter out $(binaries-pie).
48888         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48889         * nscd/Makefile (others-pie): Add nscd.
48890         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48891         ($(objpfx)nscd): Remove command override.
48892         * login/Makefile (others-pie): Add pt_chown.
48893         ($(objpfx)pt_chown): Remove command override.
48894         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48895         remove command overrides.
48897 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48899         * libio/tst_putwc.c: Fix error messages.
48901         [BZ #12724]
48902         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48903         currently writing and seek to current position when not.
48904         * libio/Makefile (tests): Add bug-fclose1.
48905         * libio/bug-fclose1.c: New file.
48907 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48909         [BZ #12511]
48910         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48911         don't set DF_1_NODELETE here.
48912         (do_lookup_x): When entering new entry test for copy relocation
48913         and if necessary set DF_1_NODELETE flag.
48914         * elf/tst-unique4.cc: New file.
48915         * elf/tst-unique4.h: New file.
48916         * elf/tst-unique4lib.cc: New file.
48917         * elf/Makefile: Add rules to build and run tst-unique4.
48918         Patch by Piotr Bury <pbury@goahead.com>.
48920 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48922         [BZ #12052]
48923         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48925         [BZ #12625]
48926         * misc/mntent_r.c (addmntent): Flush the stream after the output
48928         [BZ #12393]
48929         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48930         (is_trusted_path_normalize): Skip initial colon.  Append slash
48931         to empty buffer.  Duplicate is_trusted_path code but allow
48932         constructed patch to be prefix.
48933         (is_dst): Allow $ORIGIN followed by /.
48934         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48935         Correct testing of result of is_trusted_path_normalize
48936         (decompose_rpath): Fix warning.
48938 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48940         [BZ #11257]
48941         * grp/initgroups.c (internal_getgrouplist): When we found the service
48942         list through the initgroups entry in nsswitch.conf do not always
48943         continue on a successful lookup.  Don't always use the
48944         __nss_group_database value if it is set.
48945         * nss/nsswitch.conf (initgroups): Change action for successful db
48946         lookup to continue for compatibility.
48948 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48950         [BZ #11532]
48951         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48952         and CP774 modules.
48953         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48954         and CP774 modules.
48955         * iconvdata/tst-tables.sh: Likewise.
48956         * iconvdata/cp770.c: New file.
48957         * iconvdata/cp771.c: New file.
48958         * iconvdata/cp772.c: New file.
48959         * iconvdata/cp773.c: New file.
48960         * iconvdata/cp774.c: New file.
48961         * iconvdata/testdata/CP770: New file.
48962         * iconvdata/testdata/CP770..UTF8: New file.
48963         * iconvdata/testdata/CP771: New file.
48964         * iconvdata/testdata/CP771..UTF8: New file.
48965         * iconvdata/testdata/CP772: New file.
48966         * iconvdata/testdata/CP772..UTF8: New file.
48967         * iconvdata/testdata/CP773: New file.
48968         * iconvdata/testdata/CP773..UTF8: New file.
48969         * iconvdata/testdata/CP774: New file.
48970         * iconvdata/testdata/CP774..UTF8: New file.
48972         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48973         END CHARMAP line.
48974         * iconvdata/gen-8bit-gap.sh: Likewise.
48975         * iconvdata/gen-8bit.sh: Likewise.
48977         * locale/iso-639.def: Add ary entry.
48979         [BZ #11258]
48980         * locale/C-translit.h.in: Add U20A1 transliteration.
48982         [BZ #12178]
48983         * locale/iso-639.def: Add wae entry.
48984         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48986         [BZ #12545]
48987         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48988         for n.
48990         [BZ #12711]
48991         * locale/C-translit.h.in: Add entry for U20B9.
48992         Patch by pravin.d.s@gmail.com.
48994 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48996         [BZ #12713]
48997         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48998         ENAMETOOLONG use generic getcwd.
48999         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
49000         in rtld.  Use *stat64.
49001         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
49002         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
49003         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
49004         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
49005         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
49006         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
49007         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
49008         __fstatat64 macros.
49009         * include/dirent.h: Add libc_hidden_proto for rewinddir.
49010         * dirent/rewinddir.c: Add libc_hidden_def.
49011         * sysdeps/mach/hurd/rewinddir.c: Likewise.
49012         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
49014         * include/dirent.h (__alloc_dir): Add flags parameter.
49015         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
49016         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
49017         __alloc_dir.
49018         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
49019         from fdopendir if O_CLOEXEC is already set.
49021 2011-03-15  Alan Modra  <amodra@gmail.com>
49023         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
49024         l_tls_firstbyte_offset non-zero.  Save padding offset in
49025         l_tls_firstbyte_offset for later use.
49026         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
49027         freeing static tls block.
49029 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
49031         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
49032         where #ifdef was intended.  The intent is to prevent ARG_MAX from
49033         being defined by the kernel headers.
49035 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
49037         [BZ #12734]
49038         * resolv/resolv.h: Define RES_NOTLDQUERY.
49039         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
49040         no-tld-query and set RES_NOTLDQUERY.
49041         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
49042         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
49043         modern BIND to search name as TLD unless forbidden.
49045 2011-05-07  Petr Baudis  <pasky@suse.cz>
49046             Ulrich Drepper  <drepper@gmail.com>
49048         [BZ #12393]
49049         * elf/dl-load.c (fillin_rpath): Move trusted path check...
49050         (is_trusted_path): ...to here.
49051         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
49052         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
49053         using is_trusted_path_normalize() in setuid scripts.
49055 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
49057         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
49058         __BEGIN/__END_DECLS.
49060 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
49062         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
49063         NSS_STATUS_NOTFOUND if no record was found.
49065 2011-05-05  Andreas Schwab  <schwab@redhat.com>
49067         * sunrpc/Makefile (headers): Add rpc/netdb.h.
49068         (headers-not-in-tirpc): Remove rpc/netdb.h
49069         * resolv/netdb.h: Revert last change.
49071 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49073         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
49074         circular dependency between libgcc.a and libc.a.
49076 2011-05-05  Andreas Schwab  <schwab@redhat.com>
49078         * resolv/netdb.h: Don't include <rpc/netdb.h>.
49079         * nis/Makefile: Don't install rpcsvc/*.
49080         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
49081         instead of <rpc/types.h>.
49082         (MAXHOSTNAMELEN): Define.
49084 2011-05-03  Andreas Schwab  <schwab@redhat.com>
49086         * elf/ldconfig.c (add_dir): Don't crash on empty path.
49088 2011-04-28  Maciej Babinski  <mbabinski@google.com>
49090         [BZ #12714]
49091         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
49092         gethostbyname4_r when IPv6 results are possible.
49094 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
49096         [BZ #12723]
49097         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
49098         _PC_PIPE_BUF handling.
49100 2011-04-30  Bruno Haible  <bruno@clisp.org>
49102         [BZ #12717]
49103         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
49104         * resolv/netdb.h (getnameinfo): Change type of flags parameter
49105         to 'int'.
49106         * inet/getnameinfo.c (getnameinfo): Likewise.
49108 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
49110         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
49111         to groups setting in database lookup.
49112         * nss/nsswitch.conf: Add initgroups entry.
49114 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
49116         [BZ #12685]
49117         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
49118         mode string.
49119         Patch by Eric Blake <eblake@redhat.com>.
49121 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
49123         * sunrpc/Makefile (need-export-routines): Add svc_run.
49124         (routines): Remove svc_run.
49125         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
49126         * sunrpc/clnt_perr.c (clnt_perrno): Export.
49127         * sunrpc/svc_run.c (svc_run): Likewise.
49128         * sunrpc/svc_udp.c (svcudp_create): Likewise.
49130 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
49132         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
49133         problem in reallocation in last patch.
49135 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
49137         * sunrpc/Makefile: Move inclusion of Rules.
49139 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
49141         * nss/nss_files/files-initgroups.c: New file.
49142         * nss/Makefile (libnss_files-routines): Add files-initgroups.
49143         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
49144         _nss_files_initgroups_dyn.
49146 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
49148         * elf/elf.h (R_ARM_IRELATIVE): Define.
49150 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
49152         * po/ru.po: Update from translation team.
49154 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49156         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
49157         dependencies.
49159 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
49161         [BZ #12653]
49162         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
49163         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
49164         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49165         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
49166         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
49168 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
49170         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
49171         differing bytes.
49172         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
49173         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
49174         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49176 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49178         [BZ #12420]
49179         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
49180         storing it.
49181         * stdlib/bug-getcontext.c: New file.
49182         * stdlib/Makefile: Add rules to build and run bug-getcontext.
49184 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49186         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
49187         instructions into .machine "z9-109".
49188         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
49189         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
49191 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49193         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
49194         between environment variables and auxiliary vector.
49196 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
49198         * Makefile: Add rules to build linkobj/libc.so.
49199         * include/libc-symbols.h: Define libc_hidden_nolink.
49200         * include/rpc/auth.h: Mark functions which are to be hidden.
49201         * include/rpc/auth_des.h: Likewise.
49202         * include/rpc/auth_unix.h: Likewise.
49203         * include/rpc/clnt.h: Likewise.
49204         * include/rpc/des_crypt.h: Likewise.
49205         * include/rpc/key_prot.h: Likewise.
49206         * include/rpc/pmap_clnt.h: Likewise.
49207         * include/rpc/pmap_prot.h: Likewise.
49208         * include/rpc/pmap_rmt.h: Likewise.
49209         * include/rpc/rpc_msg.h: Likewise.
49210         * include/rpc/svc.h: Likewise.
49211         * include/rpc/svc_auth.h: Likewise.
49212         * include/rpc/xdr.h: Likewise.
49213         * nis/Makefile: Link all DSOs against linkobj/libc.so.
49214         * nss/Makefile: Likewise.
49215         * sunrpc/Makefile: Don't install headers.  Build library with normal
49216         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
49217         * sunrpc/auth_des.c: Hide exported symbols by default, export some
49218         for the compat linking library.  Remove use of INTDEF/INTUSE.
49219         * sunrpc/auth_none.c: Likewise.
49220         * sunrpc/auth_unix.c: Likewise.
49221         * sunrpc/authdes_prot.c: Likewise.
49222         * sunrpc/authuxprot.c: Likewise.
49223         * sunrpc/clnt_gen.c: Likewise.
49224         * sunrpc/clnt_perr.c: Likewise.
49225         * sunrpc/clnt_raw.c: Likewise.
49226         * sunrpc/clnt_simp.c: Likewise.
49227         * sunrpc/clnt_tcp.c: Likewise.
49228         * sunrpc/clnt_udp.c: Likewise.
49229         * sunrpc/clnt_unix.c: Likewise.
49230         * sunrpc/des_crypt.c: Likewise.
49231         * sunrpc/des_soft.c: Likewise.
49232         * sunrpc/get_myaddr.c: Likewise.
49233         * sunrpc/key_call.c: Likewise.
49234         * sunrpc/key_prot.c: Likewise.
49235         * sunrpc/netname.c: Likewise.
49236         * sunrpc/pm_getmaps.c: Likewise.
49237         * sunrpc/pm_getport.c: Likewise.
49238         * sunrpc/pmap_clnt.c: Likewise.
49239         * sunrpc/pmap_prot.c: Likewise.
49240         * sunrpc/pmap_prot2.c: Likewise.
49241         * sunrpc/pmap_rmt.c: Likewise.
49242         * sunrpc/publickey.c: Likewise.
49243         * sunrpc/rpc_cmsg.c: Likewise.
49244         * sunrpc/rpc_common.c: Likewise.
49245         * sunrpc/rpc_dtable.c: Likewise.
49246         * sunrpc/rpc_prot.c: Likewise.
49247         * sunrpc/rpc_thread.c: Likewise.
49248         * sunrpc/rtime.c: Likewise.
49249         * sunrpc/svc.c: Likewise.
49250         * sunrpc/svc_auth.c: Likewise.
49251         * sunrpc/svc_authux.c: Likewise.
49252         * sunrpc/svc_raw.c: Likewise.
49253         * sunrpc/svc_run.c: Likewise.
49254         * sunrpc/svc_simple.c: Likewise.
49255         * sunrpc/svc_tcp.c: Likewise.
49256         * sunrpc/svc_udp.c: Likewise.
49257         * sunrpc/svc_unix.c: Likewise.
49258         * sunrpc/svcauth_des.c: Likewise.
49259         * sunrpc/xcrypt.c: Likewise.
49260         * sunrpc/xdr.c: Likewise.
49261         * sunrpc/xdr_array.c: Likewise.
49262         * sunrpc/xdr_float.c: Likewise.
49263         * sunrpc/xdr_intXX_t.c: Likewise.
49264         * sunrpc/xdr_mem.c: Likewise.
49265         * sunrpc/xdr_rec.c: Likewise.
49266         * sunrpc/xdr_ref.c: Likewise.
49267         * sunrpc/xdr_sizeof.c: Likewise.
49268         * sunrpc/xdr_stdio.c: Likewise.
49270 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
49272         [BZ #12650]
49273         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49274         * sysdeps/ia64/dl-tls.h: Likewise.
49275         * sysdeps/powerpc/dl-tls.h: Likewise.
49276         * sysdeps/s390/dl-tls.h: Likewise.
49277         * sysdeps/sh/dl-tls.h: Likewise.
49278         * sysdeps/sparc/dl-tls.h: Likewise.
49279         * sysdeps/x86_64/dl-tls.h: Likewise.
49280         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49282 2011-03-14  Andreas Schwab  <schwab@redhat.com>
49284         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49285         rpath element also skip the following colon.
49286         (expand_dynamic_string_token): Add is_path parameter and pass
49287         down to DL_DST_REQUIRED and _dl_dst_substitute.
49288         (decompose_rpath): Call expand_dynamic_string_token with
49289         non-zero is_path.  Ignore empty rpaths.
49290         (_dl_map_object_from_fd): Call expand_dynamic_string_token
49291         with zero is_path.
49293 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
49295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49296         Make cancelable.
49298 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49300         [BZ #12655]
49301         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49302         Patch by Filipe David Manana <fdmanana@apache.org>.
49304 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49306         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49307         Maintain aligned stack.
49308         (CHECK_RSP): Remove unused macro.
49310 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49312         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49313         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49315 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49317         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49319         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49321 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49323         [BZ #12518]
49324         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49325         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49326         * sysdeps/x86_64/memmove.c: New file.
49327         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49328         (memcpy): Renamed to ...
49329         (__new_memcpy): This.
49330         (memcpy): Provide GLIBC_2_14 memcpy.
49331         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49332         (memcpy): Provide GLIBC_2_2_5 memcpy.
49334 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49336         [BZ #12631]
49337         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49339 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49341         * misc/syncfs.c: New file.
49342         * misc/Makefile (routines): Add syncfs.
49343         * posix/unistd.h: Declare syncfs.
49344         * sysdeps/unix/syscalls.list: Add syncfs.
49346 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49348         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49349         open_by_handle_at.
49350         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49351         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49352         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49353         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49354         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49355         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49356         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49358 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49360         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49361         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49362         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49363         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49364         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49365         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49366         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49368         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49369         sync_file_range.c with -fexceptions.
49370         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49371         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49372         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49373         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49374         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49375         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49376         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49377         sync_file_range as cancellation point
49378         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49379         now a wrapper around __call_sync_file_range with cancellation handling.
49380         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49381         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49382         function name to __call_sync_file_range.
49383         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49384         Add call_sync_file_range.
49386 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49388         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49389         bits/timex.h.
49391 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49393         * iconv/iconv.h: Fix typo in comment.
49394         * io/fcntl.h: Likewise.
49395         * libio/stdio.h: Likewise.
49396         * posix/spawn.h: Likewise.
49397         * posix/unistd.h: Likewise.
49398         * stdlib/stdlib.h: Likewise.
49399         * time/time.h: Likewise.
49400         * wcsmbs/wchar.h: Likewise.
49402         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49403         open_by_handle): Add.
49404         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49405         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49406         Augment a few comments.
49407         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49408         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49409         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49410         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49411         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49412         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49413         open_by_handle.
49415         * io/fcntl.h (AT_EMPTY_PATH): Define.
49417 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49419         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49420         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49421         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49422         to...
49423         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49424         * Versions.def: Add GLIBC_2.14.
49425         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49426         Export.
49428 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49430         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49431         round counter.
49432         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49434 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49436         [BZ #12597]
49437         * string/test-strncmp.c (do_page_test): New function.
49438         (check2): Likewise.
49439         (test_main): Call check2.
49440         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49442 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49444         [BZ #12587]
49445         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49446         Handle cache information in CPU leaf 4.
49447         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49449 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49451         [BZ #12583]
49452         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49453         character representation.
49454         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49456 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49458         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49459         END(__isnan) to END(__isnanf) to match function entry point/label
49460         EALIGN(__isnanf,...).
49462 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49464         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49466 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49468         [BZ #12510]
49469         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49470         copy from the symbol referenced in the relocation to initialize the
49471         used variable.
49472         Patch by Piotr Bury <pbury@goahead.com>.
49473         * elf/Makefile: Add rules to build and tst-unique3.
49474         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49475         * elf/tst-unique3.cc: New file.
49476         * elf/tst-unique3.h: New file.
49477         * elf/tst-unique3lib.cc: New file.
49478         * elf/tst-unique3lib2.cc: New file.
49480         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49482 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49484         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49485         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49486         to _start.
49488 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49490         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49491         to-be-loaded object along a path to loader is ld.so.
49493 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49494             Ulrich Drepper  <drepper@gmail.com>
49496         * sysdeps/x86_64/memset.S: After aligning destination, code
49497         branches to different locations depending on the value of
49498         misalignment, when multiarch is enabled. Fix this.
49500 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49502         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49503         Set _x86_64_preferred_memory_instruction for AMD processsors.
49504         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49505         Set bit_Prefer_SSE_for_memop for AMD processors.
49507 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49509         * libio/fmemopen.c (fmemopen): Optimize a bit.
49511 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49513         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49515 2011-03-03  Roland McGrath  <roland@redhat.com>
49517         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49519 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49521         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49522         __bzero_ultra1 instead of __memset_ultra1.
49524 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49525             Ulrich Drepper  <drepper@gmail.com>
49527         [BZ #12509]
49528         * include/link.h (struct link_map): Add l_orig_initfini.
49529         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49530         returning unsuccessfully.
49531         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49532         close of a file loaded at startup, restore the original l_initfini
49533         list.
49534         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49535         list, store the pointer.
49536         * elf/Makefile ($(objpfx)noload-mem): New rule.
49537         (noload-ENV): Define.
49538         (tests): Add $(objpfx)noload-mem.
49539         * elf/noload.c: Include <memcheck.h>.
49540         (main): Call mtrace.  Close all opened handles.
49542 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49544         [BZ #12454]
49545         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49546         dependencies are missing.
49548 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49550         Fix __if_freereq crash: Unlike the generic version which uses free,
49551         Hurd needs munmap.
49552         * sysdeps/mach/hurd/ifreq.h: New file.
49554 2011-01-27  Petr Baudis  <pasky@suse.cz>
49555             Ulrich Drepper  <drepper@gmail.com>
49557         [BZ 12445]#
49558         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49559         to extend_alloca().
49560         * stdio-common/bug23.c: New file.
49561         * stdio-common/Makefile (tests): Add bug23.
49563 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49564             Ulrich Drepper  <drepper@gmail.com>
49566         [BZ #12489]
49567         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49568         before performing relro protection.  At old place add assertion
49569         to make sure nothing changed.
49571 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49572             Glauber de Oliveira Costa  <glommer@gmail.com>
49574         * elf/elf.h: Add new ARM TLS relocs.
49576 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49579         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49580         cast from r3.
49581         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49582         'tests' variable.
49583         * sysdeps/wordsize-64/tst-writev.c: New file.
49585 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49587         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49588         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49589         insns in _dl_start to prevent a TOC reference before relocs are
49590         resolved.
49592 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49594         [BZ #12469]
49595         * Makeconfig: Remove RANLIB definition.
49596         * Makerules: Don't use RANLIB.
49597         * aclocal.m4: Remove ranlib test.
49598         * configure.in: No need to check for ranlib.
49599         * elf/rtld-Rules: Don't use RANLIB.
49601 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49603         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49604         protection macro.
49605         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49606         inclusion protection macro.
49608         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49609         SIGRTMIN and SIGRTMAX and print information in that case only when
49610         SIGRTMIN is defined.
49612 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49614         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49615         arginfo fn returning -1.
49617         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49618         and thousands string is zero terminated.
49620 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49622         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49623         sysdeps/unix/sysv/linux/bits/socket.h.
49625 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49627         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49628         (__CPU_COUNT): Remove old macros.
49629         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49630         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49631         (__CPU_ALLOC, __CPU_FREE): Add macros.
49632         (__sched_cpualloc, __sched_cpufree): Add declarations.
49634 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49636         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49637         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49638         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49639         (readdhstai): Return value of addhstaiX call.
49640         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49641         (addgrbyX): Return value returned by cache_addgr.
49642         (readdgrbyname): Return value returned by addgrbyX.
49643         (readdgrbygid): Likewise.
49644         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49645         (addpwbyX): Return value returned by cache_addpw.
49646         (readdpwbyname): Return value returned by addhstbyX.
49647         (readdpwbyuid): Likewise.
49648         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49649         (addservbyX): Return value returned by cache_addserv.
49650         (readdservbyname): Return value returned by addservbyX:
49651         (readdservbyport): Likewise.
49652         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49653         (addhstbyX): Return value returned by cache_addhst.
49654         (readdhstbyname): Return value returned by addhstbyX.
49655         (readdhstbyaddr): Likewise.
49656         (readdhstbynamev6): Likewise.
49657         (readdhstbyaddrv6): Likewise.
49658         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49659         (readdinitgroups): Return value returned by addinitgroupsX.
49660         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49661         (prune_cache): Keep track of timeout value of re-added entries.
49662         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49663         * nscd/nscd.h: Adjust prototypes of readd* functions.
49665 2011-02-04  Roland McGrath  <roland@redhat.com>
49667         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49668         (nis_stats): Likewise.
49669         * nis/nis_modify.c (nis_modify): Likewise.
49670         * nis/nis_remove.c (nis_remove): Likewise.
49671         * nis/nis_add.c (nis_add): Likewise.
49673         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49675         * posix/fnmatch_loop.c: Add some consts.
49677         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49679 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49681         [BZ #12460]
49682         * config.make.in (config-cflags-novzeroupper): Define.
49683         * configure.in: Substitute libc_cv_cc_novzeroupper.
49684         * elf/Makefile (AVX-CFLAGS): Define.
49685         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49686         (CFLAGS-tst-auditmod4a.c): Likewise.
49687         (CFLAGS-tst-auditmod4b.c): Likewise.
49688         (CFLAGS-tst-auditmod6b.c): Likewise.
49689         (CFLAGS-tst-auditmod6c.c): Likewise.
49690         (CFLAGS-tst-auditmod7b.c): Likewise.
49691         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49693 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49695         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49696         function to the callback.
49697         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49699 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49701         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49702         of errno.
49704 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49706         [BZ #11724]
49707         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49708         of constructors.
49709         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49710         of destructors.
49711         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49713         [BZ #11724]
49714         * elf/Makefile: Add rules to build and run new test.
49715         * elf/tst-initorder.c: New file.
49716         * elf/tst-initorder.exp: New file.
49717         * elf/tst-initordera1.c: New file.
49718         * elf/tst-initordera2.c: New file.
49719         * elf/tst-initordera3.c: New file.
49720         * elf/tst-initordera4.c: New file.
49721         * elf/tst-initorderb1.c: New file.
49722         * elf/tst-initorderb2.c: New file.
49723         * elf/tst-order-a1.c: New file.
49724         * elf/tst-order-a2.c: New file.
49725         * elf/tst-order-a3.c: New file.
49726         * elf/tst-order-a4.c: New file.
49727         * elf/tst-order-b1.c: New file.
49728         * elf/tst-order-b2.c: New file.
49729         * elf/tst-order-main.c: New file.
49730         New test case by George Gensure <werkt0@gmail.com>.
49732 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49734         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49735         decoding ACE if AI_CANONIDN.
49737 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49739         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49741 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49743         * version.h (RELEASE): Bump for 2.13 release.
49744         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49746         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49748         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49749         MADV_NOHUGEPAGE.
49750         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49751         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49752         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49753         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49754         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49755         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49757         * posix/getconf.c: Update copyright year.
49758         * catgets/gencat.c: Likewise.
49759         * csu/version.c: Likewise.
49760         * debug/catchsegv.sh: Likewise.
49761         * debug/xtrace.sh: Likewise.
49762         * elf/ldconfig.c: Likewise.
49763         * elf/ldd.bash.in: Likewise.
49764         * elf/sprof.c (print_version): Likewise.
49765         * iconv/iconv_prog.c: Likewise.
49766         * iconv/iconvconfig.c: Likewise.
49767         * locale/programs/locale.c: Likewise.
49768         * locale/programs/localedef.c: Likewise.
49769         * malloc/memusage.sh: Likewise.
49770         * malloc/mtrace.pl: Likewise.
49771         * nscd/nscd.c (print_version): Likewise.
49772         * nss/getent.c: Likewise.
49774         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49775         PF_CAIF, and PF_ALG.
49776         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49778 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49780         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49781         (modules-names): Use them.
49782         (ifunc-test-modules, ifunc-pie-tests): Define.
49783         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49784         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49785         (test-extras): Likewise.
49786         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49787         $(compile-command.c).
49788         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49789         (all-built-dso): Define.
49790         (check-textrel.out, check-execstack.out): Depend on it.
49792         * configure.in: Don't override --enable-multi-arch.
49794 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49796         [BZ #6812]
49797         * nscd/hstcache.c (tryagain): Define.
49798         (cache_addhst): Return tryagain not notfound for temporary errors.
49799         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49800         failed.
49802 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49804         [BZ #10563]
49805         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49806         to make the syscall.
49807         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49809         [BZ #12378]
49810         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49811         and fall back to matching as normal character if the string ends before
49812         the matching ']' is found.  This is what POSIX requires.
49813         * posix/testfnm.c: Adjust test result.
49814         * posix/globtest.sh: Adjust test result.  Add new test.
49815         * posix/tst-fnmatch.input: Likewise.
49816         * posix/tst-fnmatch2.c: Add new test.
49818 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49820         * elf/Makefile (check-execstack): Revert last change.  Depend on
49821         check-execstack.h.
49822         (check-execstack.h): New target.
49823         (generated): Add check-execstack.h.
49824         * elf/check-execstack.c: Include "check-execstack.h".
49825         (main): Revert last change.
49826         (handle_file): Return zero if GNU_STACK is absent and
49827         DEFAULT_STACK_PERMS doesn't include PF_X.
49829 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49831         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49832         in child fails because the descriptor is already closed.
49833         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49834         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49835         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49837         [BZ #12397]
49838         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49839         syscall.
49841         [BZ #10484]
49842         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49843         temporary buffer used to handle multi lookups locally.
49844         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49846 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49848         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49849         loader is ld.so.
49851 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49853         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49854         alignment for SSE2.
49856 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49858         [BZ #12394]
49859         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49860         characters.  When rounding increased number of integer digits recompute
49861         number of groups.
49862         * stdio-common/tst-grouping.c: New file.
49863         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49865 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49867         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49868         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49870         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49871         void.
49872         * bits/select.h: Likewise.
49874 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49876         * po/ja.po: Update from translation team.
49878 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49880         [BZ #11155]
49881         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49882         implementation just like for lxstat, fxstatat, et al.
49884 2010-12-27  Jim Meyering  <meyering@redhat.com>
49886         [BZ #12348]
49887         * posix/regexec.c (build_trtable): Return failure indication upon
49888         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49890 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49892         [BZ #12201]
49893         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49894         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49895         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49896         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49898         [BZ #12207]
49899         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49901         [BZ #12204]
49902         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49903         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49905 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49907         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49908         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49909         script has SORT_BY_INIT_PRIORITY.
49910         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49911         NO_CTORS_DTORS_SECTIONS is defined.
49912         * elf/soinit.c: Likewise.
49913         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49914         NO_CTORS_DTORS_SECTIONS is defined.
49915         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49916         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49917         * sysdeps/sh/init-first.c: Likewise.
49918         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49920 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49922         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49923         always use the slow path.
49925 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49927         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49928         similar rule which adds the sysdep directories to the header search in
49929         order to pick up the correct platform stackinfo.h.
49930         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49931         perform test if it is, otherwise return successfully without testing.
49932         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49933         DEFAULT_STACK_PERMS define in stackinfo.h.
49934         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49935         defined in stackinfo.h.
49936         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49937         DEFAULT_STACK_PERMS defined in stackinfo.h.
49938         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49939         * sysdeps/ia64/stackinfo.h: Likewise.
49940         * sysdeps/s390/stackinfo.h: Likewise.
49941         * sysdeps/sh/stackinfo.h: Likewise.
49942         * sysdeps/sparc/stackinfo.h: Likewise.
49943         * sysdeps/x86_64/stackinfo.h: Likewise.
49944         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49945         PF_X for powerpc64.  Retain PF_X for powerpc32.
49947 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49949         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49950         accurately.
49951         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49952         GETDENTS_64BIT_ALIGNED.
49954 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49956         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49958 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49960         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49961         _GNU_SOURCE.
49963         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49964         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49965         Remove __restrict.
49966         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49967         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49969 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49971         [BZ #11655]
49972         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49973         are initialized.
49975 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49977         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49979 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49981         * po/it.po: Update from translation team.
49983 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49985         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49986         unused codes.
49988 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49990         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49992 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49994         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49995         specially.
49996         (gaih_getanswer_slice): Likewise.
49998 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
50000         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
50002 2010-05-31  Petr Baudis  <pasky@suse.cz>
50004         [BZ #11149]
50005         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
50006         silently even in the chroot mode.
50008 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
50010         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
50011         last patch a bit.  Pretty printing
50013 2010-05-31  Petr Baudis <pasky@suse.cz>
50015         [BZ #10085]
50016         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
50017         initialization of skip_initgroups_dyn.
50019 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
50021         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
50022         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
50024 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
50026         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
50028 2010-11-11  Andreas Schwab  <schwab@redhat.com>
50030         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
50031         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
50032         (tst-fnmatch-ENV): Set MALLOC_TRACE.
50033         ($(objpfx)tst-fnmatch-mem): New rule.
50034         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
50035         * posix/tst-fnmatch.c (main): Call mtrace.
50037 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
50039         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50040         Support Intel processor model 6 and model 0x2c.
50042 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
50044         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
50045           signed comparison.
50047 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
50049         [BZ #12205]
50050         * string/test-strncasecmp.c (check_result): New function.
50051         (do_one_test): Use it.
50052         (check1): New function.
50053         (test_main): Use it.
50054         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
50055         Support strcasecmp and strncasecmp.
50057 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
50059         [BZ #12194]
50060         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
50061         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50063 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
50065         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
50066         IFUNC support.
50067         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50068         memset-x86-64.
50069         * sysdeps/x86_64/multiarch/bzero.S: New file.
50070         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
50071         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
50072         * sysdeps/x86_64/multiarch/memset.S: New file.
50073         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
50074         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50075         Set bit_Prefer_SSE_for_memop for Intel processors.
50076         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
50077         Define.
50078         (index_Prefer_SSE_for_memop): Define.
50079         (HAS_PREFER_SSE_FOR_MEMOP): Define.
50081 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
50083         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
50084         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
50086 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
50088         [BZ #12191]
50089         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50090         (__x86_64_raw_data_cache_size_half): Likewise.
50091         (__x86_64_raw_shared_cache_size): Likewise.
50092         (__x86_64_raw_shared_cache_size_half): Likewise.
50094         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50095         (__x86_64_raw_data_cache_size_half): Likewise.
50096         (__x86_64_raw_shared_cache_size): Likewise.
50097         (__x86_64_raw_shared_cache_size_half): Likewise.
50098         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
50099         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
50100         and __x86_64_raw_shared_cache_size_half.  Round
50101         __x86_64_data_cache_size_half, __x86_64_data_cache_size
50102         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
50103         to multiple of 256 bytes.
50105 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
50107         [BZ #12167]
50108         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
50109         of inacessible symlinks.  Verify result of symlink before returning it.
50110         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
50111         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
50113 2010-10-28  Erich Ritz  <erichritz@gmail.com>
50115         * math/math.h (isinf): Fix typo in comment.
50117 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
50119         * po/da.po: Update from translation team.
50121 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
50123         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
50124         is added to the list.
50126 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50127             Ulrich Drepper  <drepper@gmail.com>
50129         * elf/dl-object.c (_dl_new_object): Don't append the new object to
50130         the global list here.  Move code to...
50131         (_dl_add_to_namespace_list): ...here.  New function.
50132         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
50133         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
50134         * elf/dl-load.c (lose): Don't remove the element from the list.
50135         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
50136         (_dl_map_object): Likewise.
50138 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
50140         [BZ #12159]
50141         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
50142         into all bytes of SSE register.
50143         Patch by Richard Li <richardpku@gmail.com>.
50145 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
50147         [BZ #12140]
50148         * malloc/malloc.c (_int_free): Fill correct number of bytes when
50149         perturbing.
50151 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
50153         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
50154         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
50155         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
50156         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
50158         submachine.
50159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
50161 2010-10-22  Andreas Schwab  <schwab@redhat.com>
50163         * include/dlfcn.h (__RTLD_SECURE): Define.
50164         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
50165         mode & __RTLD_SECURE instead.
50166         (open_path): Rename preloaded parameter to secure.
50167         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
50168         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
50169         * elf/dl-deps.c (openaux): Likewise.
50170         * elf/rtld.c (struct map_args): Remove is_preloaded.
50171         (map_doit): Don't use it.
50172         (dl_main): Likewise.
50173         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
50174         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
50176 2010-09-09  Andreas Schwab  <schwab@redhat.com>
50178         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
50179         (sysd-rules-targets): Remove duplicates.
50180         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
50181         rtld-%.$o dependency.
50183 2010-10-18  Andreas Schwab  <schwab@redhat.com>
50185         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
50186         _dl_map_object do it.
50188 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
50190         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
50191         fast fma builtins, define the macros in the C99 standard.
50192         (FP_FAST_FMAF): Likewise.
50193         (FP_FAST_FMAL): Likewise.
50194         * sysdeps/x86_64/bits/mathdef.h: Likewise.
50196         * bits/mathdef.h: Update copyright year.
50197         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50199 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
50201         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
50202         builtins, define the macros in the C99 standard.
50203         (FP_FAST_FMAF): Likewise.
50204         (FP_FAST_FMAL): Likewise.
50205         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
50206         multiply/add.
50207         (FP_FAST_FMAF): Likewise.
50209 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
50211         [BZ #3268]
50212         * math/libm-test.inc (fma_test): Some new testcases.
50213         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50214         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50215         y and infinite z.  Do multiplication by C already in long double.
50216         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50217         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50218         y and infinite z.  Do bitwise or of inexact bit into u.d.
50219         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50220         * sysdeps/i386/fpu/s_fmaf.S: Removed.
50221         * sysdeps/i386/fpu/s_fma.S: Removed.
50222         * sysdeps/i386/fpu/s_fmal.S: Removed.
50224 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
50226         [BZ #3268]
50227         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50228         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50229         computation is not scheduled after fetestexcept.  Fix value
50230         of minimum denormal long double.
50232 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
50234         [BZ #3268]
50235         * math/libm-test.inc (fma_test): Add some more tests.
50236         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50237         correctly.
50239 2010-10-15  Andreas Schwab  <schwab@redhat.com>
50241         * scripts/data/localplt-s390-linux-gnu.data: New file.
50242         * scripts/data/localplt-s390x-linux-gnu.data: New file.
50244 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
50246         [BZ #3268]
50247         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50248         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50249         instead of dbl-64.
50250         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50251         inlines.
50252         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50253         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50254         if one of x and y is very large and the other is subnormal.
50255         * sysdeps/s390/fpu/s_fmaf.c: New file.
50256         * sysdeps/s390/fpu/s_fma.c: New file.
50257         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50258         * sysdeps/powerpc/fpu/s_fma.S: New file.
50259         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50260         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50261         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50263 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
50265         [BZ #3268]
50266         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50267         fma tests.
50268         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50269         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50270         * sysdeps/i386/i686/multiarch/s_fma.c: Include
50271         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50272         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50273         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50274         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50276 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
50278         [BZ #12078]
50279         * posix/regcomp.c (parse_branch): One more memory leak plugged.
50280         * posix/bug-regex31.input: Add test case.
50282 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50284         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50285         * posix/bug-regex31.input: New file.
50287         [BZ #12078]
50288         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50289         (parse_sub_exp): Fix last change, use postorder.
50291         * posix/bug-regex31.c: New file.
50292         * posix/Makefile: Add rules to build and run bug-regex31.
50294         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50296         [BZ #12078]
50297         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50299         [BZ #12108]
50300         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50301         to have entries in sys_siglist.
50303         [BZ #12093]
50304         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50305         be NULL.
50307 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50309         [BZ #3268]
50310         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50311         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50312         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50313         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50314         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50315         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50316         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50317         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50318         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50319         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50320         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50321         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50322         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50323         * math/ftestexcept.c (fetestexcept): Likewise.
50324         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50325         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50326         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50327         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50328         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50329         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50330         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50332 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50334         [BZ #12107]
50335         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50336         newline.
50338 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50340         * string/bug-strstr1.c: New file.
50341         * string/Makefile: Add rules to build and run bug-strstr1.
50343 2010-10-05  Eric Blake  <eblake@redhat.com>
50345         [BZ #12092]
50346         * string/str-two-way.h (two_way_long_needle): Always clear memory
50347         when skipping input due to the shift table.
50349 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50351         [BZ #12005]
50352         * malloc/mcheck.c: Handle large requests.
50354         [BZ #12077]
50355         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50356         for strncmp and strncasecmp.
50357         * string/stratcliff.c: Add tests for strcmp and strncmp.
50358         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50360 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50362         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50363         __set_fpscr.
50365 2010-09-30  Andreas Jaeger  <aj@suse.de>
50367         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50368         (CGROUP_SUPER_MAGIC): Define.
50369         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50370         Handle btrfs and cgroup file systems.
50371         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50372         Likewise.
50374 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50376         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50377         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50379 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50381         [BZ #12067]
50382         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50383         trying to locate the ELF header.
50385 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50387         [BZ #11611]
50388         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50389         Mask out sign-bit copies when constructing f_fsid.
50391 2010-09-24  Petr Baudis <pasky@suse.cz>
50393         * debug/stack_chk_fail_local.c: Add missing licence exception.
50394         * debug/warning-nop.c: Likewise.
50396 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50398         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50399         implementing getdents64 using getdents syscall, set d_type if
50400         __ASSUME_GETDENTS32_D_TYPE.
50402 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50404         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50405         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50407 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50409         [BZ #12037]
50410         * posix/unistd.h: Undo change of feature selection for ftruncate from
50411         2010-01-11.
50413 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50415         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50416         detection.
50418 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50420         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50421         fanotify_mark.
50422         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50424 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50426         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50427         variables after CHECK_SP call.
50428         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50430 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50431             Ulrich Drepper  <drepper@redhat.com>
50433         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50434         re-relocationg ld.so.
50435         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50436         _dl_init_paths call.
50437         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50438         here anymore.
50440 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50442         * resolv/res_init.c (__res_vinit): Count the default server we added.
50444 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50445             Ulrich Drepper  <drepper@redhat.com>
50447         [BZ #11968]
50448         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50449         (____longjmp_chk): Use %ebx for saving value across system call.
50450         Add unwind info.
50452 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50454         * manual/Makefile: Don't mix pattern rules with normal rules.
50456 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50458         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50459         operation.
50460         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50461         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50462         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50463         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50464         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50465         Likewise.
50467 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50469         [BZ #11979]
50470         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50471         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50473 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50475         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50476         * sysdeps/x86_64/addmul_1.S: Likewise.
50477         * sysdeps/x86_64/lshift.S: Likewise.
50478         * sysdeps/x86_64/mul_1.S: Likewise.
50479         * sysdeps/x86_64/rshift.S: Likewise.
50480         * sysdeps/x86_64/sub_n.S: Likewise.
50481         * sysdeps/x86_64/submul_1.S: Likewise.
50483 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50485         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50486         Define __sched_param instead of SCHED_* and sched_param when
50487         <bits/sched.h> is included with __need_schedparam defined.
50488         * bits/sched.h [__need_schedparam]
50489         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50490         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50491         (__defined_schedparam): Define to 1.
50492         (__sched_param): New structure, identical to sched_param.
50493         (__need_schedparam): Undefine.
50495 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50497         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50498         (epoll_create1): Declare.
50500         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50502 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50504         [BZ #7066]
50505         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50506         shifting retval into place.
50508 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50510         * nis/rpcsvc/nis.h: Update copyright notice.
50511         * nis/rpcsvc/nis.x: Likewise.
50512         * nis/rpcsvc/nis_callback.h: Likewise.
50513         * nis/rpcsvc/nis_callback.x: Likewise.
50514         * nis/rpcsvc/nis_object.x: Likewise.
50515         * nis/rpcsvc/nis_tags.h: Likewise.
50516         * nis/rpcsvc/yp.h: Likewise.
50517         * nis/rpcsvc/yp.x: Likewise.
50518         * nis/rpcsvc/ypupd.h: Likewise.
50519         * nis/yp_xdr.c: Likewise.
50520         * nis/ypupdate_xdr.c: Likewise.
50522         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50523         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50524         (pmap_getport): Use __libc_rpc_getport.
50525         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50526         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50527         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50529 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50532         fanotify_mark.
50534 2010-08-27  Roland McGrath  <roland@redhat.com>
50536         * sysdeps/i386/i686/multiarch/Makefile
50537         (CFLAGS-varshift.c): New variable.
50539 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50541         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50542         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50544         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50546         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50548 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50550         * sysdeps/x86_64/strlen.S: Unroll the loop.
50551         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50552         strlen-sse2 strlen-sse2-bsf.
50553         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50554         __strlen_no_bsf if bit_Slow_BSF is set.
50555         (__strlen_sse42): Removed.
50556         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50557         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50559 2010-08-25  Roland McGrath  <roland@redhat.com>
50561         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50562         * sysdeps/x86_64/multiarch/varshift.c: New file.
50563         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50564         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50565         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50566         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50568 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50570         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50571         strlen-sse2 strlen-sse2-bsf.
50572         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50573         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50574         (__strlen_sse2): Removed.
50575         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50576         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50577         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50578         bit_Slow_BSF for Atom.
50579         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50580         (index_Slow_BSF): Define.
50581         (HAS_SLOW_BSF): Define.
50583 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50585         [BZ #10851]
50586         * resolv/res_init.c (__res_vinit): When no server address at all
50587         is given default to loopback.
50589 2010-08-24  Roland McGrath  <roland@redhat.com>
50591         * configure.in: Remove config-name.h generation.
50592         * configure: Regenerated.
50593         * config-name.in: File removed.
50594         * scripts/config-uname.sh: New file.
50595         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50596         ($(objdir)config-name.h): New target.
50598         * sunrpc/rpc_parse.h: Avoid nested comment.
50600 2010-08-24  Richard Henderson  <rth@redhat.com>
50601             Ulrich Drepper  <drepper@redhat.com>
50602             H.J. Lu  <hongjiu.lu@intel.com>
50604         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50605         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50606         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50607         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50608         _mm_alignr_epi8 with _mm_loadu_si128.
50609         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50610         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50611         (__m128i_shift_right): Removed.
50612         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50613         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50614         * sysdeps/x86_64/multiarch/varshift.h: New file.
50615         * sysdeps/x86_64/multiarch/varshift.S: New file.
50617 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50619         * configure.in: Move assembler checks to before sysdep dir checking.
50621 2010-08-20  Petr Baudis  <pasky@suse.cz>
50623         * LICENSES: Sync the sunrpc license.
50625 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50627         * sunrpc/auth_des.c: Update copyright notice once again.
50628         * sunrpc/auth_none.c: Likewise.
50629         * sunrpc/auth_unix.c: Likewise.
50630         * sunrpc/authdes_prot.c: Likewise.
50631         * sunrpc/authuxprot.c: Likewise.
50632         * sunrpc/bindrsvprt.c: Likewise.
50633         * sunrpc/clnt_gen.c: Likewise.
50634         * sunrpc/clnt_perr.c: Likewise.
50635         * sunrpc/clnt_raw.c: Likewise.
50636         * sunrpc/clnt_simp.c: Likewise.
50637         * sunrpc/clnt_tcp.c: Likewise.
50638         * sunrpc/clnt_udp.c: Likewise.
50639         * sunrpc/clnt_unix.c: Likewise.
50640         * sunrpc/des_crypt.c: Likewise.
50641         * sunrpc/des_soft.c: Likewise.
50642         * sunrpc/get_myaddr.c: Likewise.
50643         * sunrpc/getrpcport.c: Likewise.
50644         * sunrpc/key_call.c: Likewise.
50645         * sunrpc/key_prot.c: Likewise.
50646         * sunrpc/openchild.c: Likewise.
50647         * sunrpc/pm_getmaps.c: Likewise.
50648         * sunrpc/pm_getport.c: Likewise.
50649         * sunrpc/pmap_clnt.c: Likewise.
50650         * sunrpc/pmap_prot.c: Likewise.
50651         * sunrpc/pmap_prot2.c: Likewise.
50652         * sunrpc/pmap_rmt.c: Likewise.
50653         * sunrpc/rpc/auth.h: Likewise.
50654         * sunrpc/rpc/auth_unix.h: Likewise.
50655         * sunrpc/rpc/clnt.h: Likewise.
50656         * sunrpc/rpc/des_crypt.h: Likewise.
50657         * sunrpc/rpc/key_prot.h: Likewise.
50658         * sunrpc/rpc/netdb.h: Likewise.
50659         * sunrpc/rpc/pmap_clnt.h: Likewise.
50660         * sunrpc/rpc/pmap_prot.h: Likewise.
50661         * sunrpc/rpc/pmap_rmt.h: Likewise.
50662         * sunrpc/rpc/rpc.h: Likewise.
50663         * sunrpc/rpc/rpc_des.h: Likewise.
50664         * sunrpc/rpc/rpc_msg.h: Likewise.
50665         * sunrpc/rpc/svc.h: Likewise.
50666         * sunrpc/rpc/svc_auth.h: Likewise.
50667         * sunrpc/rpc/types.h: Likewise.
50668         * sunrpc/rpc/xdr.h: Likewise.
50669         * sunrpc/rpc_clntout.c: Likewise.
50670         * sunrpc/rpc_cmsg.c: Likewise.
50671         * sunrpc/rpc_common.c: Likewise.
50672         * sunrpc/rpc_cout.c: Likewise.
50673         * sunrpc/rpc_dtable.c: Likewise.
50674         * sunrpc/rpc_hout.c: Likewise.
50675         * sunrpc/rpc_main.c: Likewise.
50676         * sunrpc/rpc_parse.c: Likewise.
50677         * sunrpc/rpc_parse.h: Likewise.
50678         * sunrpc/rpc_prot.c: Likewise.
50679         * sunrpc/rpc_sample.c: Likewise.
50680         * sunrpc/rpc_scan.c: Likewise.
50681         * sunrpc/rpc_scan.h: Likewise.
50682         * sunrpc/rpc_svcout.c: Likewise.
50683         * sunrpc/rpc_tblout.c: Likewise.
50684         * sunrpc/rpc_util.c: Likewise.
50685         * sunrpc/rpc_util.h: Likewise.
50686         * sunrpc/rpcinfo.c: Likewise.
50687         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50688         * sunrpc/rpcsvc/key_prot.x: Likewise.
50689         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50690         * sunrpc/rpcsvc/mount.x: Likewise.
50691         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50692         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50693         * sunrpc/rpcsvc/rex.x: Likewise.
50694         * sunrpc/rpcsvc/rstat.x: Likewise.
50695         * sunrpc/rpcsvc/rusers.x: Likewise.
50696         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50697         * sunrpc/rpcsvc/spray.x: Likewise.
50698         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50699         * sunrpc/rtime.c: Likewise.
50700         * sunrpc/svc.c: Likewise.
50701         * sunrpc/svc_auth.c: Likewise.
50702         * sunrpc/svc_authux.c: Likewise.
50703         * sunrpc/svc_raw.c: Likewise.
50704         * sunrpc/svc_run.c: Likewise.
50705         * sunrpc/svc_simple.c: Likewise.
50706         * sunrpc/svc_tcp.c: Likewise.
50707         * sunrpc/svc_udp.c: Likewise.
50708         * sunrpc/svc_unix.c: Likewise.
50709         * sunrpc/svcauth_des.c: Likewise.
50710         * sunrpc/xcrypt.c: Likewise.
50711         * sunrpc/xdr.c: Likewise.
50712         * sunrpc/xdr_array.c: Likewise.
50713         * sunrpc/xdr_float.c: Likewise.
50714         * sunrpc/xdr_mem.c: Likewise.
50715         * sunrpc/xdr_rec.c: Likewise.
50716         * sunrpc/xdr_ref.c: Likewise.
50717         * sunrpc/xdr_sizeof.c: Likewise.
50718         * sunrpc/xdr_stdio.c: Likewise.
50720         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50721         handling.
50723 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50725         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50727 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50729         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50730         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50731         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50732         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50733         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50734         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50735         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50736         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50737         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50738         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50739         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50740         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50741         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50742         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50744 2010-07-26  Anton Blanchard  <anton@samba.org>
50746         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50747         * malloc/arena.c (heap_trim): Likewise.
50749 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50751         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50752         here.  Not...
50753         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50754         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50756 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50758         * sysdeps/i386/elf/Makefile: New file.
50760 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50762         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50763         from fanotify_init.
50764         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50765         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50767 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50769         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50770         of strncasecmp_l.
50771         * sysdeps/multiarch/strcmp.S: Likewise.
50773 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50775         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50776         strncase_l-nonascii.
50777         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50778         Add strncase_l-ssse3.
50779         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50780         * sysdeps/x86_64/strcmp.S: Likewise.
50781         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50782         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50783         * sysdeps/x86_64/strncase.S: New file.
50784         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50785         * sysdeps/x86_64/strncase_l.S: New file.
50786         * string/Makefile (strop-tests): Add strncasecmp.
50787         * string/test-strncasecmp.c: New file.
50789         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50790         warning.
50792         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50793         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50795 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50797         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50799 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50801         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50802         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50803         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50805 2010-05-01  Alan Modra  <amodra@gmail.com>
50807         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50808         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50809         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50810         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50811         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50812         tidying.  Don't tail-call __sigjmp_save for static lib.
50813         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50814         save location.
50815         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50816         (CALL_MCOUNT): Add eh info, and nop after bl.
50817         (TAIL_CALL_SYSCALL_ERROR): New macro.
50818         (PSEUDO_RET): Use it.
50819         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50820         Correct save location of integer regs and cr.
50821         (_dl_profile_resolve): Correct cr save location.  Delete nops
50822         after bl when SHARED.  Reduce cfi size a little by better
50823         placement of cfi directives.
50824         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50825         make a stack frame.  Instead use parm save area as a temp.
50826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50827         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50829         Don't make a stack frame for parent, use parm save area.
50830         Increase child stack frame to 112 bytes.  Don't save unused reg,
50831         and adjust reg usage.  Set up cfi on error recovery and
50832         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50834         (__makecontext): Add dummy nop after jump to exit.
50835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50836         Use correct parm save area and cr save, reduce stack frame.
50837         Correct cfi for possible PSEUDO_RET frame setup.
50838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50839         Branch to local label emitted by PSEUDO_RET rather than
50840         __syscall_error.
50842 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50844         [BZ #11904]
50845         * locale/programs/locale.c (print_assignment): New function.
50846         (show_locale_vars): Use it.
50848 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50850         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50851         field.
50852         (struct statfs64): Likewise.
50853         (_STATFS_F_FLAGS): Define.
50854         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50855         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50856         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50857         (ST_VALID): Define locally.
50858         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50859         __statvfs_getflags, use the provided value.
50860         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50861         __ASSUME_STATFS_F_FLAGS.
50863         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50865         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50866         Add sys/fanotify.h.
50867         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50868         fanotify_mask for GLIBC_2.13.
50869         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50870         fanotify_init and fanotify_mark.
50871         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50872         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50874         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50875         Add prlimit.
50876         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50877         prlimit64 for GLIBC_2.13.
50878         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50879         prlimit64.
50880         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50881         syscall.
50882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50883         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50884         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50885         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50886         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50887         add prlimit alias.
50888         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50890         [BZ #11903]
50891         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50892         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50894         * nss/Makefile: Add rules to build and run tst-nss-test1.
50895         * shlib-versions: Add entry for libnss_test1.
50896         * nss/nss_test1.c: New file.
50897         * nss/tst-nss-test1.c: New file.
50899         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50900         (__nss_configure_lookup): Set appropriate entry in
50901         __nss_configure_lookup to true.
50902         * nss/nsswitch.h: Define enum with indeces of databases in
50903         databases and __nss_database_custom arrays.  Declare
50904         __nss_database_custom.
50905         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50906         to avoid using nscd when custom rules are installed.
50907         * nss/getXXbyYY_r.c: Likewise.
50908         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50910         * nss/nss_files/files-parse.c: Whitespace fixes.
50912 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50914         [BZ #11883]
50915         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50916         * posix/fnmatch_loop.c: Likewise.
50918 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50920         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50921         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50922         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50923         * Versions.def [GLIBC_2.13]: Add.
50925 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50927         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50928         Also fail if tpwd after pwuid call is NULL.
50930 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50932         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50933         when converting to ms.
50935 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50937         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50938         EOPNOTSUPP errors with ENOTTY.
50939         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50940         EOPNOTSUPP errors with ENOTTY.
50942 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50944         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50945         Add strcasecmp_l-ssse3.
50946         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50947         strcasecmp.
50948         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50949         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50950         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50952 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50954         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50956         * string/Makefile (strop-tests): Add strcasecmp.
50957         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50958         strcasecmp_l-nonascii.
50959         (gen-as-const-headers): Add locale-defines.sym.
50960         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50961         * sysdeps/x86_64/strcasecmp.S: New file.
50962         * sysdeps/x86_64/strcasecmp_l.S: New file.
50963         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50964         * sysdeps/x86_64/locale-defines.sym: New file.
50965         * string/test-strcasecmp.c: New file.
50967         * string/test-strcasestr.c: Test both ends of the range of characters.
50968         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50970 2010-07-29  Roland McGrath  <roland@redhat.com>
50972         [BZ #11856]
50973         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50975 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50977         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50978         for ld.so.
50980 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50982         * manual/memory.texi (Malloc Tunable Parameters): Document
50983         M_PERTURB.
50985 2010-07-26  Roland McGrath  <roland@redhat.com>
50987         [BZ #11840]
50988         * configure.in (-fgnu89-inline check): Set and substitute
50989         gnu89_inline, not libc_cv_gnu89_inline.
50990         * configure: Regenerated.
50991         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50993 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50995         * string/test-strnlen.c: New file.
50996         * string/Makefile (strop-tests): Add strnlen.
50997         * string/tester.c (test_strnlen): Add a few more test cases.
50998         * string/tst-strlen.c: Better error reporting.
51000         * sysdeps/x86_64/strnlen.S: New file.
51002 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
51004         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
51005         lower-latency instructions.
51007 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
51009         * string/test-strcasestr.c: New file.
51010         * string/test-strstr.c: New file.
51011         * string/Makefile (strop-tests): Add strstr and strcasestr.
51012         * string/str-two-way.h: Don't undefine MAX.
51013         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
51015 2010-07-21  Andreas Schwab  <schwab@redhat.com>
51017         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51018         strcasestr-nonascii.
51019         (CFLAGS-strcasestr-nonascii.c): Define.
51020         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
51021         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
51022         Remove unused attribute.
51024 2010-07-20  Roland McGrath  <roland@redhat.com>
51026         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
51027         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
51028         ld.so.cache was broken.  With it, there is no way to disable dsocaps
51029         like LD_HWCAP_MASK can disable hwcaps.
51031 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51033         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
51035 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
51037         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
51038         call in strcasestr.
51039         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
51040         __strcasestr_sse42_nonascii.
51041         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
51042         strcasestr-nonascii.c.
51043         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
51045 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
51047         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
51048         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
51049         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
51050         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
51052 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
51054         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
51055         fcntl.
51057 2010-07-06  Andreas Schwab  <schwab@redhat.com>
51059         [BZ #11577]
51060         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
51061         dl_signal_cerror.
51063 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
51065         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
51066         _PC_PIPE_BUF using F_GETPIPE_SZ.
51068 2010-07-05  Roland McGrath  <roland@redhat.com>
51070         * manual/arith.texi (Rounding Functions): Fix rint description
51071         implicit in round description.
51073 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
51075         * elf/Makefile: Fix linking for a few tests to make recent linker
51076         happy.
51078 2010-06-30  Andreas Schwab  <schwab@redhat.com>
51080         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
51081         $(common-objpfx)libc_nonshared.a.
51083 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
51085         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
51086         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
51087         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51088         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51089         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
51090         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
51091         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51092         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
51094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
51095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
51096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
51098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
51100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
51101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
51102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
51103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
51105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
51107         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
51108         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
51109         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
51110         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
51111         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
51112         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
51113         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
51114         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
51115         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
51116         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
51117         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
51118         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
51119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
51120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
51121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
51122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
51123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
51124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
51125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
51126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
51127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
51128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
51129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
51130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
51131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
51132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
51134 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
51136         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
51137         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
51138         * string/memmove.c (memmove): Renamed to ...
51139         (MEMMOVE): ...this.  Default to memmove.
51140         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
51141         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
51142         (END_CHK): Define.
51143         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51144         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
51145         mempcpy-ssse3-back memmove-ssse3-back.
51146         * sysdeps/x86_64/multiarch/bcopy.S: New file .
51147         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
51148         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
51149         * sysdeps/x86_64/multiarch/memcpy.S: New file.
51150         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
51151         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
51152         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
51153         * sysdeps/x86_64/multiarch/memmove.c: New file.
51154         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
51155         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
51156         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
51157         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
51158         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
51159         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
51160         Define.
51161         (index_Fast_Copy_Backward): Define.
51162         (HAS_ARCH_FEATURE): Define.
51163         (HAS_FAST_REP_STRING): Define.
51164         (HAS_FAST_COPY_BACKWARD): Define.
51166 2010-06-21  Andreas Schwab  <schwab@redhat.com>
51168         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51169         Restore proper fallback handling.
51171 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
51173         [BZ #11701]
51174         * posix/group_member.c (__group_member): Correct checking loop.
51176         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
51177         OOM in getpwuid_r correctly.  Return error number when the caller
51178         should return, otherwise -1.
51179         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
51180         call returning > 0 value.
51181         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
51183 2010-06-07  Andreas Schwab  <schwab@redhat.com>
51185         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
51186         libc_nonshared.a from targets in modules-names.
51188 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
51190         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
51191         requires it.
51193 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
51195         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
51196         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
51197         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
51198         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
51200 2010-06-02  Andreas Schwab  <schwab@redhat.com>
51202         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
51204 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
51206         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
51207         and F_GETPIPE_SZ.
51208         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51209         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51210         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51211         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51212         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51213         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51215 2010-06-14  Roland McGrath  <roland@redhat.com>
51217         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51219 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
51221         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51222         __REDIRECT followed by __THROW.
51223         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51224         * posix/getopt.h (getopt): Likewise.
51226 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51228         * hurd/lookup-at.c (__file_name_lookup_at): Accept
51229         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
51230         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51231         in AT_FLAGS.
51232         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51233         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51235 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
51237         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51239 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
51241         [BZ #11640]
51242         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51243         Properly check family and model.
51245 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
51247         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51249 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
51251         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51253 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
51255         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51256         symbol reference.
51258 2010-05-19  Andreas Schwab  <schwab@redhat.com>
51260         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51261         symbol reference.
51263 2010-05-21  Andreas Schwab  <schwab@redhat.com>
51265         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51266         and internal_recvmmsg.
51267         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51268         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51269         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51270         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51272         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51273         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51274         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51276 2010-05-20  Andreas Schwab  <schwab@redhat.com>
51278         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51280 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
51282         POWER7 optimizations.
51283         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51284         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51286 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
51288         * version.h: Update for 2.13 development version.
51290 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
51292         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51293         exceptions.  Return 0.
51295 2010-05-07  Roland McGrath  <roland@redhat.com>
51297         * elf/ldconfig.c (main): Add a const.
51299 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51301         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51302         (args_options): Add no-idn option.
51303         (ahosts_keys_int): Add idn_flags to ai_flags.
51304         (parse_option): Handle 'i' option to clear idn_flags.
51306         * malloc/malloc.c (_int_free): Possible race in the most recently
51307         added check.  Only act on the data if no current modification
51308         happened.
51310 See ChangeLog.17 for earlier changes.