Clean up internal ctype.h header.
[glibc.git] / ChangeLog
blobef67160e1b0d82cb9e0837ab21c2c426f73db8a4
1 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4         after defining inlines.  Instead, just use parens to defeat macro
5         expansion of __isctype in its declaration.
7 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
9         * include/sys/uio.h (__libc_readv): Remove declaration.
10         (__libc_writev): Likewise.
11         * misc/readv.c (__libc_readv): Rename to __readv.
12         (__readv): Do not define as alias.
13         (readv): Define as alias of __readv.
14         * misc/writev.c (__libc_writev): Rename to __writev.
15         (__writev): Do not define as alias.
16         (writev): Define as alias of __writev.
17         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
18         (__readv): Do not define as alias.
19         (readv): Define unconditionally as alias of __readv.
20         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
21         (__writev): Do not define as alias.
22         (writev): Define unconditionally as alias of __writev.
23         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
24         name.
25         (writev): Do not define __libc_writev name.
27 2014-10-30  Roland McGrath  <roland@hack.frob.com>
29         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
30         (convert_charseq): New function, broken out of ...
31         (use_from_charmap): ... here.  Call it.
32         (use_to_charmap): Use convert_charseq and free instead of duplicating
33         its code with a variable-length stack struct.
35 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
37         * include/fcntl.h (__libc_creat): Remove declaration.
38         * io/creat.c (__libc_creat): Rename to creat.
39         (creat): Do not define as alias.
40         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
41         of creat instead of __libc_creat.
42         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
43         to creat.
44         (creat): Do not define as alias.
45         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
46         __libc_creat.
47         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
48         __libc_creat name.
49         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
50         Likewise.
52 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
54         * manual/llio.texi: Add comments discussing why write() may be
55         considered MT-unsafe on Linux.
57 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
59         * dl-load.c (local_strdup): Remove.
60         (expand_dynamic_string_token): Use __strdup.
61         (decompose_rpath): Likewise.
62         (_dl_map_object): Likewise.
64 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
66         [BZ #14132]
67         * sysdeps/generic/unwind-dw2-fde.c
68         (__register_frame_info_bases_internal): Do not declare.
69         (__register_frame_info_table_bases_internal): Likewise.
70         (__deregister_frame_info_bases_internal): Likewise.
71         (__register_frame_info_bases): Declare and use hidden_proto before
72         definition.  Use hidden_def instead of INTDEF.
73         (__register_frame_info_table_bases): Likewise.
74         (__deregister_frame_info_bases): Likewise.
75         (__register_frame_info): Do not use INTUSE.
76         (__register_frame): Likewise.
77         (__register_frame_info_table): Likewise.
78         (__register_frame_table): Likewise.
79         (__deregister_frame_info): Likewise.
80         (__deregister_frame): Likewise.
82 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
84         * sysdeps/unix/sysv/linux/arm/kernel-features.h
85         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
86         not undefine.
87         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
88         Likewise.
89         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
90         Likewise.
92 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
94         [BZ #14138]
95         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
96         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
97         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
98         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
99         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
100         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
101         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
102         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
103         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
104         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
105         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
106         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
107         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
108         syscall.
109         (setfsuid): Likewise.
110         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
111         (setfsuid): Likewise.
112         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
113         (setfsuid): Likewise.
114         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
115         Likewise.
116         (setfsuid): Likewise.
117         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
118         (setfsuid): Likewise.
119         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
120         Likewise.
121         (setfsuid): Likewise.
123 2014-10-27  Andreas Schwab  <schwab@suse.de>
125         [BZ #17501]
126         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
127         check for Slow_SSE4_2 feature bit.
128         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
129         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
130         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
131         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
133 2014-10-24  Roland McGrath  <roland@hack.frob.com>
135         * configure.ac: Validate compiler version with a empirical test of
136         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
137         $CC -v output.
138         * configure: Regenerated.
140         * inet/htons.c (htons): Prototypify.
141         * inet/htonl.c (htonl): Likewise.
143 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
145         * string/strncat.c (strncat): Improve performance by using strlen.
147 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
149         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
151 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
153         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
154         Call libc_fetestexcept_aarch64.
156 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
158         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
159         Call libc_feholdexcept_aarch64.
161 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
163         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
164         Call get_rounding_mode.
166 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
168         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
169         Simplify logic.
171 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
173         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
174         Simplify logic.
176 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
178         [BZ #14138]
179         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
180         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
181         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
182         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
183         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
184         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
185         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
186         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
187         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
188         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
189         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
190         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
191         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
192         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
193         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
194         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
195         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
196         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
197         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
198         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
199         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
200         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
201         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
202         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
203         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
204         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
205         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
206         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
207         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
208         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
209         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
210         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
211         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
212         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
213         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
214         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
215         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
216         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
217         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
218         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
219         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
220         syscall.
221         (geteuid): Likewise.
222         (getgid): Likewise.
223         (getuid): Likewise.
224         (getresgid): Likewise.
225         (getresuid): Likewise.
226         (getgroups): Likewise.
227         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
228         (geteuid): Likewise.
229         (getgid): Likewise.
230         (getuid): Likewise.
231         (getresgid): Likewise.
232         (getresuid): Likewise.
233         (getgroups): Likewise.
234         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
235         (geteuid): Likewise.
236         (getgid): Likewise.
237         (getuid): Likewise.
238         (getresgid): Likewise.
239         (getresuid): Likewise.
240         (getgroups): Likewise.
241         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
242         Likewise.
243         (geteuid): Likewise.
244         (getgid): Likewise.
245         (getuid): Likewise.
246         (getresgid): Likewise.
247         (getresuid): Likewise.
248         (getgroups): Likewise.
249         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
250         (geteuid): Likewise.
251         (getgid): Likewise.
252         (getuid): Likewise.
253         (getresgid): Likewise.
254         (getresuid): Likewise.
255         (getgroups): Likewise.
256         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
257         Likewise.
258         (geteuid): Likewise.
259         (getgid): Likewise.
260         (getuid): Likewise.
261         (getgroups): Likewise.
263         [BZ #14138]
264         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
265         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
266         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
267         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
268         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
269         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
270         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
271         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
272         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
273         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
274         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
275         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
276         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
277         __chown.
278         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
279         (lchown): Likewise.
280         (fchown): Likewise.
281         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
282         Likewise.
283         (lchown): Likewise.
284         (fchown): Likewise.
285         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
286         (lchown): Likewise.
287         (fchown): Likewise.
288         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
289         Likewise.
290         (lchown): Likewise.
291         (fchown): Likewise.
293 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
295         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
296         Simplify logic.
298 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
300         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
301         Cleanup logic.
303 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
305         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
306         Remove unused include.
308 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
310         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
311         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
312         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
313         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
315 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
316             Helge Deller <deller@gmx.de>
318         [BZ #17508]
319         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
320         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
321         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
323 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
325         [BZ #14132]
326         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
327         Remove macro definition.
328         (__ashrdi3_v_glibc20): Likewise.
329         (__lshrdi3_v_glibc20): Likewise.
330         (__cmpdi2_v_glibc20): Likewise.
331         (__ucmpdi2_v_glibc20): Likewise.
332         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
333         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
334         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
335         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
336         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
337         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
339 2014-10-22  Roland McGrath  <roland@hack.frob.com>
341         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
342         old GNU extension [0] syntax.
343         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
344         alloca rather than an array member with variable length.
345         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
346         * nscd/nscd.c (invalidate_db): New function, broken out of ...
347         (parse_opt): ... here.  Likewise use alloca there.
348         Validate the -i argument before checking for rootness.
349         (send_shutdown): New function, broken out of ...
350         (parse_opt): ... here.
352 2014-10-22  Roland McGrath  <roland@hack.frob.com>
354         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
355         macro to get at the _rt_local_ro field.
356         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
357         ([PIC] case) or _dl_hwcap ([!PIC] case).
358         * sysdeps/arm/setjmp.S: Likewise.
360         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
361         * sysdeps/arm/configure.ac: New check to define it.
362         * sysdeps/arm/configure: Regenerated.
363         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
364         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
365         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
366         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
367         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
368         Use move/movt pair instead of a load.
369         (LDST_GLOBAL): Macro removed.
370         (LDR_GLOBAL): New macro replaces it.
371         (LDR_HIDDEN): New macro.
372         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
373         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
375         * setjmp/tst-setjmp-static.c: New file.
376         * setjmp/Makefile (tests): Add it.
377         (tests-static): New variable.
379 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
381         [BZ #17485]
382         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
384 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
386         [BZ #14132]
387         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
389 2014-10-21  Roland McGrath  <roland@hack.frob.com>
391         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
393 2014-10-20  Roland McGrath  <roland@hack.frob.com>
395         * io/fts.c (dirent_not_directory): New function.
396         (fts_build): Call it.
398 2014-10-20  Roland McGrath  <roland@hack.frob.com>
400         * nptl/version.c (__nptl_main): Use normal __write rather than
401         INTERNAL_SYSCALL.
402         (banner): Update copyright years.
404         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
405         gettimeofday.
406         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
407         * nptl/pthread_cond_timedwait.c: Likewise.
408         * nptl/pthread_mutex_timedlock.c: Likewise.
409         * nptl/sem_timedwait.c: Likewise.
411         * sysdeps/nptl/bits/libc-lock.h
412         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
413         (__libc_lock_init_recursive): Return void, not 0.
414         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
415         (__libc_rwlock_init): Likewise.
416         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
418 2014-10-20  Torvald Riegel  <triegel@redhat.com>
420         [BZ #15215]
421         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
422         (__pthread_once_slow): ... here.
423         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
424         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
426 2014-10-20  Torvald Riegel  <triegel@redhat.com>
428         [BZ #15215]
429         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
430         __PTHREAD_ONCE_FORK_GEN_INCR): New.
431         * sysdeps/nptl/fork.c (__libc_fork): Use them.
432         * nptl/pthread_once.c (__pthread_once): Likewise.
433         Update comments.
435 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
437         [BZ #14138]
438         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
439         name.
440         (writev): Use __libc_writev as strong name.
441         * sysdeps/unix/sysv/linux/readv.c: Remove file.
442         * sysdeps/unix/sysv/linux/writev.c: Likewise.
444 2014-10-17  Roland McGrath  <roland@hack.frob.com>
446         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
448         * sysdeps/i386/nptl/tls.h
449         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
450         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
451         New macros.
452         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
453         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
454         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
455         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
456         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
457         Call CHECK_THREAD_SYSINFO instead of doing an assert.
459         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
460         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
461         on [__NR_futex].
462         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
463         broken out of ...
464         (__pthread_mutex_init): ... here.  Call it.
465         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
466         Conditionalize PI cases on [__NR_futex].
467         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
468         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
469         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
471         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
472         conditional on [SIGSETXID].
473         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
474         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
475         is defined.  Likewise for SIGSETXID.
476         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
477         Conditionalize definitions on [SIGSETXID].
478         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
479         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
480         unblocking on [SIGCANCEL].
482         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
483         [__NR_set_robust_list].
485 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
487         * string/strcoll_l.c (get_next_seq): Fix up formatting.
488         (do_compare): Likewise.
490 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
492         [BZ #15884]
493         * string/strcoll_l.c: Don't include stdio.h.
494         (coll_seq): Remove members idxarr and rulearr.
495         (get_next_seq_cached): Remove function.
496         (get_next_seq): Likewise.
497         (get_next_seq_nocache): Rename to get_next_seq.
498         (do_compare): Remove function.
499         (do_compare_nocache): Rename to do_compare.
500         (STRCOLL): Remove weight and rules cache.
502 2014-10-16  Roland McGrath  <roland@hack.frob.com>
504         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
505         * sysdeps/arm/sfp-machine.h: ... to here.
506         * sysdeps/arm/Implies: Remove arm/soft-fp.
508 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
510         * conform/data/sys/utsname.h-data (*_t): Allow.
511         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
512         [POSIX] (WEXITED): Do not expect constant.
513         [POSIX] (WSTOPPED): Likewise.
514         [POSIX] (WNOHANG): Likewise.
515         [POSIX] (WNOWAIT): Likewise.
516         [POSIX] (siginfo_t): Do not expect type or elements.
517         [POSIX] (pid_t): Do not expect type.
518         [POSIX] (signal.h): Do not allow header.
519         [POSIX] (sys/resource.h): Likewise.
520         [POSIX] (si_*): Do not allow pattern.
521         [POSIX] (W*): Likewise.
522         [POSIX] (P_*): Likewise.
523         [POSIX] (BUS_*): Likewise.
524         [POSIX] (CLD_*): Likewise.
525         [POSIX] (FPE_*): Likewise.
526         [POSIX] (ILL_*): Likewise.
527         [POSIX] (POLL_*): Likewise.
528         [POSIX] (SEGV_*): Likewise.
529         [POSIX] (SI_*): Likewise.
530         [POSIX] (TRAP_*): Likewise.
531         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
532         variable.
534 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
536         [BZ #12926]
537         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
538         infinite loop when __recvmsg returns 0.
540 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
542         * CANCEL-FCT-WAIVE: Remove file.
543         * CANCEL-FILE-WAIVE: Likewise.
545         [BZ #14132]
546         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
547         instead of INTVARDEF.
548         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
549         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
550         rtld_hidden_data_def instead of INTVARDEF.
551         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
552         * elf/dl-deps.c (expand_dst): Likewise.
553         * elf/dl-load.c (_dl_dst_count): Likewise.
554         (_dl_dst_substitute): Likewise.
555         (decompose_rpath): Likewise.
556         (_dl_init_paths): Likewise.
557         (open_path): Likewise.
558         (_dl_map_object): Likewise.
559         * elf/rtld.c (dl_main): Likewise.
560         (process_dl_audit): Likewise.
561         (process_envvars): Likewise.
562         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
563         Remove declaration.
564         (__libc_enable_secure): Use rtld_hidden_proto.
566 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
568         * elf/dl-load.c
569         (add_path): New function broken out of _dl_rtld_di_serinfo.
570         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
572 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
574         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
575         parentheses around macro arguments.
576         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
577         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
578         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
579         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
580         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
581         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
582         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
583         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
584         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
585         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
586         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
587         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
588         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
589         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
590         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
591         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
592         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
593         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
594         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
595         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
596         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
597         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
598         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
599         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
600         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
601         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
602         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
603         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
604         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
605         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
606         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
607         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
608         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
609         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
610         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
611         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
612         Likewise.
613         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
614         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
615         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
616         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
617         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
618         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
619         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
620         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
621         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
622         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
623         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
624         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
625         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
626         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
627         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
628         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
629         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
630         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
631         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
632         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
633         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
634         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
635         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
636         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
637         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
638         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
639         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
640         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
641         (_FP_FRAC_SRS_1): Likewise.
642         (_FP_FRAC_CLZ_1): Likewise.
643         (_FP_MUL_MEAT_1_imm): Likewise.
644         (_FP_MUL_MEAT_1_wide): Likewise.
645         (_FP_MUL_MEAT_1_hard): Likewise.
646         (_FP_SQRT_MEAT_1): Likewise.
647         (_FP_FRAC_ASSEMBLE_1): Likewise.
648         (_FP_FRAC_DISASSEMBLE_1): Likewise.
649         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
650         (__FP_CLZ_2): Likewise.
651         (_FP_MUL_MEAT_2_wide): Likewise.
652         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
653         (_FP_MUL_MEAT_2_gmp): Likewise.
654         (_FP_MUL_MEAT_2_120_240_double): Likewise.
655         (_FP_SQRT_MEAT_2): Likewise.
656         (_FP_FRAC_ASSEMBLE_2): Likewise.
657         (_FP_FRAC_DISASSEMBLE_2): Likewise.
658         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
659         (_FP_FRAC_CLZ_4): Likewise.
660         (_FP_MUL_MEAT_4_wide): Likewise.
661         (_FP_MUL_MEAT_4_gmp): Likewise.
662         (_FP_SQRT_MEAT_4): Likewise.
663         (_FP_FRAC_ASSEMBLE_4): Likewise.
664         (_FP_FRAC_DISASSEMBLE_4): Likewise.
665         * soft-fp/op-common.h (_FP_CMP): Likewise.
666         (_FP_CMP_EQ): Likewise.
667         (_FP_CMP_UNORD): Likewise.
668         (_FP_TO_INT): Likewise.
669         (_FP_FROM_INT): Likewise.
670         [!__FP_CLZ] (__FP_CLZ): Likewise.
671         (_FP_DIV_HELP_imm): Likewise.
672         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
673         Likewise.
674         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
675         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
676         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
677         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
678         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
679         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
680         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
681         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
682         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
683         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
684         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
685         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
686         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
687         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
688         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
689         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
690         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
691         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
692         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
693         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
694         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
695         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
696         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
697         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
698         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
699         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
700         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
701         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
702         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
703         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
704         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
705         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
706         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
707         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
708         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
709         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
710         (FP_UNPACK_RAW_SP): Likewise.
711         (FP_PACK_RAW_S): Likewise.
712         (FP_PACK_RAW_SP): Likewise.
713         (FP_UNPACK_S): Likewise.
714         (FP_UNPACK_SP): Likewise.
715         (FP_UNPACK_SEMIRAW_S): Likewise.
716         (FP_UNPACK_SEMIRAW_SP): Likewise.
717         (FP_PACK_S): Likewise.
718         (FP_PACK_SP): Likewise.
719         (FP_PACK_SEMIRAW_S): Likewise.
720         (FP_PACK_SEMIRAW_SP): Likewise.
721         (_FP_SQRT_MEAT_S): Likewise.
722         (FP_CMP_S): Likewise.
723         (FP_CMP_EQ_S): Likewise.
724         (FP_CMP_UNORD_S): Likewise.
725         (FP_TO_INT_S): Likewise.
726         (FP_FROM_INT_S): Likewise.
728         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
730         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
731         (FP_EX_INVALID_IMZ): Likewise.
732         (FP_EX_INVALID_IMZ_FMA): Likewise.
733         (FP_EX_INVALID_ISI): Likewise.
734         (FP_EX_INVALID_ZDZ): Likewise.
735         (FP_EX_INVALID_IDI): Likewise.
736         (FP_EX_INVALID_SQRT): Likewise.
737         (FP_EX_INVALID_CVI): Likewise.
738         (FP_EX_INVALID_VC): Likewise.
739         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
740         "invalid" exceptions.
741         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
742         (_FP_ADD_INTERNAL): Likewise.
743         (_FP_MUL): Likewise.
744         (_FP_FMA): Likewise.
745         (_FP_DIV): Likewise.
746         (_FP_CMP_CHECK_NAN): Likewise.
747         (_FP_SQRT): Likewise.
748         (_FP_TO_INT): Likewise.
749         (FP_EXTEND): Likewise.
751 2014-10-09  Allan McRae  <allan@archlinux.org>
753         * po/fr.po: Update French translation from translation project.
755 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
757         [BZ #14132]
758         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
759         of INTDEF.
760         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
761         (__cxa_atexit): Use libc_hidden_proto.
762         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
764         [BZ #14132]
765         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
766         declaration.
767         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
768         [!_ISOMAC] (__iswspace_l_internal): Likewise.
769         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
770         [!_ISOMAC] (__iswctype_internal): Likewise.
771         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
772         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
773         alias.
774         (fcntl): Remove __fcntl_internal alias.
775         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
776         __connect_internal alias.
777         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
778         Likewise.
780         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
781         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
782         FP_DENORM_ZERO.
783         (_FP_CHECK_FLUSH_ZERO): New macro.
784         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
785         (_FP_CMP): Likewise.
786         (_FP_CMP_EQ): Likewise.
787         (_FP_TO_INT): Do not set inexact for subnormal arguments if
788         FP_DENORM_ZERO.
789         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
790         (FP_TRUNC): Likewise.
792         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
793         treated as invalid conversion, not as normal exponent.
795         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
796         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
797         (_FP_CMP_EQ): Likewise.
798         (_FP_CMP_UNORD): Likewise.
799         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
800         (FP_CMP_EQ_D): Likewise.
801         (FP_CMP_UNORD_D): Likewise.
802         * soft-fp/extended.h (FP_CMP_E): Likewise.
803         (FP_CMP_EQ_E): Likewise.
804         (FP_CMP_UNORD_E): Likewise.
805         * soft-fp/quad.h (FP_CMP_Q): Likewise.
806         (FP_CMP_EQ_Q): Likewise.
807         (FP_CMP_UNORD_Q): Likewise.
808         * soft-fp/single.h (FP_CMP_S): Likewise.
809         (FP_CMP_EQ_S): Likewise.
810         (FP_CMP_UNORD_S): Likewise.
811         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
812         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
813         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
814         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
815         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
816         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
817         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
818         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
819         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
820         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
821         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
822         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
823         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
824         to FP_CMP_Q.
825         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
826         FP_CMP_Q.
827         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
828         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
829         FP_CMP_EQ_Q.
830         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
831         FP_CMP_Q.
832         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
833         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
834         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
835         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
836         FP_CMP_EQ_Q.
837         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
838         FP_CMP_Q.
839         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
840         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
841         FP_CMP_EQ_Q.
842         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
843         FP_CMP_Q.
844         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
845         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
846         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
847         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
848         FP_CMP_EQ_Q.
850         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
851         a subnormal result, set the underflow exception if trapping on
852         underflow is enabled.
853         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
854         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
855         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
856         redefine to 0.
857         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
858         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
859         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
860         * soft-fp/extendxftf2.c (__extendxftf2): Use
861         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
863         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
864         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
865         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
866         FP_HANDLE_EXCEPTIONS.
867         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
868         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
869         FP_HANDLE_EXCEPTIONS.
870         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
871         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
872         FP_HANDLE_EXCEPTIONS.
873         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
874         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
875         FP_HANDLE_EXCEPTIONS.
877 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
879         [BZ #14132]
880         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
881         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
882         use INTUSE.
883         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
884         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
885         Remove alias.
886         (__adjtimex): Define using libc_hidden_ver.
887         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
888         Remove declaration.
889         (ntp_gettime): Call __adjtimex directly.
890         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
891         Remove declaration.
892         (ntp_gettimex): Call __adjtimex directly.
893         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
894         __adjtimex_internal alias.
896 2014-10-08  Roland McGrath  <roland@hack.frob.com>
898         [BZ #17460]
899         * nscd/nscd.c (more_help): Rewrite list of tables collection
900         using xstrdup and asprintf.
902         * nscd/nscd_conf.c: Remove local xstrdup declaration.
904 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
905             Roland McGrath  <roland@hack.frob.com>
907         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
908         (do_lookup_unique): ... local function 'enter' here; update callers.
910 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
912         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
913         compat_symbol calls on [SHARED].
914         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
915         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
916         Remove.
917         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
918         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
919         (oldsetrlimit): Remove.
920         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
922         (lchown): New syscall entry.
923         (oldsetrlimit): Remove.
924         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
925         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
926         (oldsetrlimit): Remove.
927         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
929         [BZ #14138]
930         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
931         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
932         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
933         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
934         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
935         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
936         (fchown): Likewise.
937         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
938         (fchown): Likewise.
939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
940         Likewise.
942 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
944         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
945         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
946         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
947         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
948         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
949         Likewise.
950         (__old_sem_post): Likewise.
952 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
954         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
955         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
956         HAVE_CLOCK_GETTIME_VSYSCALL macros.
957         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
958         Use INLINE_VSYSCALL macro.
959         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
960         __vdso_clock_gettime.
961         * sysdeps/unix/sysv/linux/tile/init-first.c
962         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
963         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
964         __vdso_clock_gettime.
966         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
967         to set up frame more cleanly.
969         * sysdeps/tile/memcmp.c: New file.
971         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
973         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
974         * sysdeps/tile/tilegx/strcasestr.c: New file.
975         * sysdeps/tile/tilegx/strnlen.c: New file.
976         * sysdeps/tile/tilegx/strstr.c: New file.
978         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
980 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
982         * nptl/tst-setuid3.c: Write errors to stdout.
984 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
986         * elf/dl-deps.c
987         (preload): New functions broken out of _dl_map_object_deps.
988         (_dl_map_object_deps):  Remove a nested function. Update call sites.
990 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
992         [BZ #14138]
993         * sysdeps/unix/sysv/linux/execve.c: Remove file.
994         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
996 2014-10-01  Steve Ellcey  <sellcey@mips.com>
998         * sysdeps/mips/strcmp.S: New.
1000 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
1002         [BZ #14138]
1003         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
1004         (linkat): Likewise.
1005         (mkdirat): Likewise.
1006         (readlinkat): Likewise.
1007         (renameat): Likewise.
1008         (symlinkat): Likewise.
1009         (unlinkat): Likewise.
1010         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
1011         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1012         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1013         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1014         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1015         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1016         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1018 2014-09-30  Will Newton  <will.newton@linaro.org>
1020         * math/math.h: Define long double math functions if
1021         _LIBC_TEST is defined.
1022         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
1024         * localedata/Makefile: Move assignment to tests-special
1025         into an ifdef testing run-built-tests.
1026         * timezone/Makefile: Likewise.
1028 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
1030         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
1031         with $(BASH) not $(SHELL).
1033 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
1034             Matthew LeGendre  <legendre1@llnl.gov>
1036         [BZ #17411]
1037         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
1038         l_reloc_result.
1040 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1042         * stdio-common/printf_fp.c
1043         (hack_digit): New function, broken out of ...
1044         (__printf_fp): ... local function here.  Update call sites.
1045         hack_digit now takes an additional parameter that is a pointer
1046         to a struct of the referenced locals.  Those locals moved inside
1047         the struct and references updated.
1049 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
1051         * aclocal.m4: Require autoconf 2.69.
1052         * configure: Regenerated.
1053         * sysdeps/aarch64/configure: Likewise.
1054         * sysdeps/alpha/configure: Likewise.
1055         * sysdeps/arm/armv7/configure: Likewise.
1056         * sysdeps/arm/configure: Likewise.
1057         * sysdeps/ia64/configure: Likewise.
1058         * sysdeps/mach/configure: Likewise.
1059         * sysdeps/mips/configure: Likewise.
1060         * sysdeps/s390/configure: Likewise.
1061         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
1062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
1064         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
1065         file.
1066         * sysdeps/ia64/configure.ac: Likewise.
1068 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
1070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
1071         specify symbol version for ld.so.  Do not include entry for
1072         libpthread.
1073         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1074         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1075         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1077         [BZ #14171]
1078         * Makeconfig [$(build-shared) = yes]
1079         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
1080         makefiles.
1081         [$(build-shared) = yes && $(soversions.mk-done) = t]
1082         ($(common-objpfx)gnu/lib-names.h): Remove rule.
1083         [$(build-shared) = yes && $(soversions.mk-done) = t]
1084         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
1085         to Makerules.
1086         [$(build-shared) = yes && $(soversions.mk-done) = t]
1087         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
1088         here.
1089         [$(build-shared) = yes && $(soversions.mk-done) = t]
1090         (common-generated): Don't append gnu/lib-names.h and
1091         gnu/lib-names.stmp here.
1092         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
1093         (lib-names-h-abi): New variable.
1094         [$(build-shared) = yes && $(soversions.mk-done) = t]
1095         (lib-names-stmp-abi): Likewise.
1096         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1097         abi-variants] (before-compile): Append
1098         $(common-objpfx)$(lib-names-h-abi).
1099         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1100         abi-variants] (common-generated): Append gnu/lib-names.h.
1101         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1102         abi-variants] (install-others-nosubdir): Depend on
1103         $(inst_includedir)/$(lib-names-h-abi).
1104         [$(build-shared) = yes && $(soversions.mk-done) = t &&
1105         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
1106         [$(build-shared) = yes && $(soversions.mk-done) = t]
1107         ($(common-objpfx)$(lib-names-h-abi)): New rule.
1108         [$(build-shared) = yes && $(soversions.mk-done) = t]
1109         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
1110         [$(build-shared) = yes && $(soversions.mk-done) = t]
1111         (common-generated): Append $(lib-names-h-abi) and
1112         $(lib-names-stmp-abi).
1113         * scripts/lib-names.awk: Do not handle multi being set.
1114         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
1115         Remove variable.
1116         (abi-lp64_be-ld-soname): Likewise.
1117         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
1118         Likewise.
1119         (abi-hard-ld-soname): Likewise.
1120         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
1121         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
1122         Remove variable.
1123         (abi-o32_hard-ld-soname): Likewise.
1124         (abi-o32_soft_2008-ld-soname): Likewise.
1125         (abi-o32_hard_2008-ld-soname): Likewise.
1126         (abi-n32_soft-ld-soname): Likewise.
1127         (abi-n32_hard-ld-soname): Likewise.
1128         (abi-n32_soft_2008-ld-soname): Likewise.
1129         (abi-n32_hard_2008-ld-soname): Likewise.
1130         (abi-n64_soft-ld-soname): Likewise.
1131         (abi-n64_hard-ld-soname): Likewise.
1132         (abi-n64_soft_2008-ld-soname): Likewise.
1133         (abi-n64_hard_2008-ld-soname): Likewise.
1134         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
1135         Likewise.
1136         (abi-64-v2-ld-soname): Likewise.
1137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
1138         ld.so entries.
1139         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
1140         variable.
1141         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
1142         entry.
1143         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
1144         variable.
1145         (abi-64-ld-soname): Likewise.
1146         (abi-x32-ld-soname): Likewise.
1147         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
1148         entry.
1149         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1151 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
1153         [BZ #14138]
1154         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
1155         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
1156         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
1157         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
1158         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
1159         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
1160         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
1161         syscall entry for GLIBC_2.2 symbol version.
1162         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
1163         Likewise.
1164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
1165         (setrlimit): Likewise.
1166         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
1167         Likewise.
1169 2014-09-23  Will Newton  <will.newton@linaro.org>
1171         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
1172         _LINUX_ARM_SYSDEP_H include guard too.
1173         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
1174         define.
1176 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1178         * sysdeps/unix/sysv/linux/eventfd.c:
1179         Make first argument unsigned.
1180         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
1181         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
1183 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
1185         * socket/recvmmsg.c (recvmmsg): Drop const argument.
1186         * socket/sys/socket.h: Likewise
1187         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
1189 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1191         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
1193 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
1195         * time/tst-ftime.c: New test.
1196         * time/Makefile (tests): Add tst-ftime.
1198 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
1200         * soft-fp/extended.h: Fix comment formatting.
1201         * soft-fp/op-1.h: Likewise.
1202         * soft-fp/op-2.h: Likewise.
1203         * soft-fp/op-4.h: Likewise.
1204         * soft-fp/op-8.h: Likewise.
1205         * soft-fp/op-common.h: Likewise.
1206         * soft-fp/soft-fp.h: Likewise.
1208         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
1210 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
1212         [BZ #6652]
1213         * Makeconfig (soversions-default-setname): Remove variable.
1214         ($(common-objpfx)soversions.i): Don't pass default_setname to
1215         soversions.awk.
1216         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
1217         oldest_abi to abi-versions.awk.
1218         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
1219         * config.make.in (oldest-abi): Remove variable.
1220         * configure.ac (--enable-oldest-abi): Remove configure option.
1221         * configure: Regenerated.
1222         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
1223         text.
1224         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
1225         * scripts/soversions.awk: Do not handle default_setname variable.
1226         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
1227         variable.
1228         * sysdeps/mach/hurd/configure: Regenerated.
1229         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
1230         variable.
1231         * sysdeps/unix/sysv/linux/configure: Regenerated.
1233 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1235         * elf/Makefile (CFLAGS-interp.c): Remove.
1236         ($(elf-objpfx)runtime-linker.h): Generate header with linker
1237         path string.
1238         * elf/interp.c: Include generated runtime-linker.h
1240         * Makerules (lib%.so): Don't include $(+interp) in
1241         prerequisites.
1242         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
1243         * dlfcn/eval.c: Remove file.
1245         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
1246         macros.
1248         [BZ #17266]
1249         * misc/sys/cdefs.h: Define __extern_always_inline for clang
1250         4.2 and newer.
1252         [BZ #17370]
1253         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
1255 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1256             Jakub Jelinek  <jakub@redhat.com>
1258         [BZ #17266]
1259         * libio/stdio.h: Check definition of __fortify_function
1260         instead of __extern_always_inline to include bits/stdio2.h.
1261         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
1262         check if __extern_always_inline is defined.
1263         [__USE_MISC || __USE_XOPEN]: Likewise.
1264         [__USE_ISOC99] Likewise.
1265         * misc/sys/cdefs.h (__fortify_function): Define only if
1266         __extern_always_inline is defined.
1267         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
1268         __extern_always_inline and __extern_inline only for g++-4.3
1269         and newer or a compatible gcc.
1271 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
1273         [BZ #17371]
1274         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
1275         last change to handle zero prefix length.
1277 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
1279         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
1280         _SC_REGEX_VERSION.
1282         * posix/getconf.c (vars): Add _POSIX_IPV6 and
1283         _POSIX_RAW_SOCKETS.
1285 2014-09-13  Allan McRae  <allan@archlinux.org>
1287         * po/ru.po: Update Russian translation from translation project.
1289 2014-09-12  Roland McGrath  <roland@hack.frob.com>
1291         * locale/programs/locale.c (show_locale_vars): Inline local function
1292         into its sole call site.  Clean up some style nits.
1293         (print_item): New function, broken out of ...
1294         (show_info): ... local function here.  Clean up style nits.
1296         * locale/programs/ld-ctype.c (set_one_default): New function, broken
1297         out of ...
1298         (set_class_defaults): ... local function set_default here.
1299         Define set_default as a macro locally to pass constant parameters.
1300         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
1301         rather than a shared local.
1303         * stdlib/rpmatch.c (try): New function, broken out of ...
1304         (rpmatch): ... local function here.  Also, prototypify definition.
1306 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
1308         * scripts/soversions.awk: Do not handle configuration names.
1309         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
1310         vendor and os variables to soversions.awk.
1311         * configure.ac: Do not modify gnu-* host_os.
1312         * configure: Regenerated
1313         * shlib-versions: Remove first column with configuration names.
1314         * nptl/shlib-versions: Likewise.
1315         * nptl_db/shlib-versions: Likewise.
1316         * sysdeps/hppa/shlib-versions: Likewise.
1317         * sysdeps/m68k/shlib-versions: Likewise.
1318         * sysdeps/mach/hurd/shlib-versions: Likewise.
1319         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
1320         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
1321         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
1322         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
1323         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
1324         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
1325         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
1326         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
1327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1328         Likewise.
1329         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1330         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1331         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1332         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1333         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1334         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
1335         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1336         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
1339         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
1340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1341         Regenerated.
1342         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
1343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1344         Condition symbol version definitions on [HAVE_ELFV2_ABI].
1346         * shlib-versions: Remove OS-specific entries.  Moved to files in
1347         sysdeps.
1348         * sysdeps/mach/hurd/shlib-versions: New file.
1349         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1351         * nptl/shlib-versions: Remove architecture-specific entries.
1352         Moved to files in sysdeps.
1353         * shlib-versions: Likewise.
1354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
1355         file.
1356         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1357         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1358         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1359         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1361         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
1362         (UDP_NO_CHECK6_RX): Likewise.
1364 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1366         * sysdeps/posix/sysconf.c (__sysconf): Spell
1367         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
1369 2014-08-12  Florian Weimer  <fweimer@redhat.com>
1371         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
1372         loading.
1373         * iconv/Versions (__gconv_transliterate): Export for use from
1374         gconv modules.
1375         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
1376         (struct __gconv_trans_data, __gconv_trans_fct,
1377         __gconv_trans_context_fct, __gconv_trans_query_fct,
1378         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
1379         definitions.
1380         (struct __gconv_step_data): Remove __trans member.
1381         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
1382         longer hidden.  Remove unused trans_data argument.
1383         * iconv/gconv_int.h (struct trans_struct): Remove definition.
1384         (__gconv_translit_find): Remove declaration.
1385         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
1386         prototype.
1387         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
1388         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
1389         trans_data argument.  Add hidden definition.
1390         (__gconv_translit_find): Remove.
1391         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1392         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1393         * iconv/skeleton.c: Remove transliteration initialization.
1394         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1395         __gconv_step_data initialization.
1396         * libio/iofwide.c (__libio_translit_): Remove.
1397         (_IO_fwide): Adjust struct __gconv_step_data initialization.
1398         * wcsmbs/btowc.c (__btowc): Likewise.
1399         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1400         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1401         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1402         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1403         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1404         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1405         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1406         * wcsmbs/wctob.c (wctob): Likewise.
1408 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1410         [BZ #16194]
1411         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1412         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
1413         register usage.
1414         * sysdeps/x86/Makefile: Adjust.
1416 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1417             Roland McGrath  <roland@hack.frob.com>
1419         * locale/weight.h: Add include guard.
1420         (findidx): Make static rather than auto; take new parameters
1421         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1422         * locale/weightwc.h: Likewise.
1423         * posix/fnmatch_loop.c
1424         (FCT): Change type of EXTRA from int32_t to wint_t.
1425         Don't include either header inside the function.
1426         Call FINDIDX rather than findidx, and pass new arguments.
1427         #undef FINDIDX at the end of the file.
1428         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1429         FINDIDX before including fnmatch_loop.c for the non-wide version.
1430         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1431         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1432         for the wide version.
1433         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1434         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1435         Pass new arguments to findidx.
1436         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1437         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1438         Don't #include it inside the function.  Pass new arguments to findidx.
1439         * posix/regex_internal.h
1440         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1441         (re_string_elem_size_at): Don't #include it inside the function.
1442         Pass new arguments to findidx.
1443         * string/strcoll_l.c: #include WEIGHT_H at top level.
1444         (get_next_seq): Don't #include it inside the function.
1445         Pass new arguments to findidx.
1446         (get_next_seq_nocache): Likewise.
1447         * string/strxfrm_l.c: #include WEIGHT_H at top level.
1448         (STRXFRM): Don't #include it inside the function.
1449         Pass new arguments to findidx.
1451 2014-09-11  Florian Weimer  <fweimer@redhat.com>
1453         [BZ #17344]
1454         * malloc/malloc.c (unlink): Turn asserts into a call to
1455         malloc_printerr.
1457 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
1459         [BZ #17370]
1460         * libio/wfileops (do_ftell_wide): Free OUT.
1462 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
1464         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1466 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1468         [BZ #17363]
1469         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1470         group if the current group is empty.
1472 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1474         * benchtests/bench-memset.c (test_main): Add more test from size
1475         from 32 to 512 bytes.
1476         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1477         Add POWER8 memset object.
1478         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1479         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1480         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1481         implementation.
1482         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1483         Likewise.
1484         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1485         multiarch POWER8 memset optimization.
1486         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1487         POWER8 memset optimization.
1489         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1490         Remove bzero multiarch objects.
1491         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1492         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1493         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1494         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1495         Remove define.
1496         [__bzero]: Redefine to specific name.
1497         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1498         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1499         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1500         define.
1501         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1502         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1504 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1506         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1507         warnings into errors.
1509         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1510         __cxa_thread_atexit_impl prototype.
1512 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1514         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1515         Fix capitalization of error message.
1517 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1519         * sysdeps/mips/preconfigure: Modify ABI tests.
1521 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1523         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1525 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1526             Carlos O'Donell  <carlos@systemhalted.org>
1528         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1529         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1530         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1531         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1532         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1533         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1534         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1535         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1536         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1537         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1538         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1539         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1540         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1541         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1542         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1543         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1544         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1545         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1546         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1547         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1548         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1549         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1550         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1551         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1552         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1553         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1554         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1555         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1556         Deconditionalize the code that was previously under [RESET_PID].
1557         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1558         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1559         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1560         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1561         include sysdep.h.
1563 2014-09-08  Allan McRae  <allan@archlinux.org>
1565         * version.h (RELEASE): Set to "development".
1566         (VERSION): Set to "2.20.90"
1568 2014-09-07  Allan McRae  <allan@archlinux.org
1570         * version.h (RELEASE): Set to "stable".
1571         (VERSION): Set to "2.20"
1572         * include/features.h (__GLIBC_MINOR__): Set to 20.
1574         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1575         Liebler.
1577         * po/ko.po: Update Korean translation from translation project.
1579 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1581         [BZ #17354]
1582         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1583         macro for handling signed relocations.
1585 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1587         [BZ #17325]
1588         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1589         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1590         assert.
1591         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1592         * iconvdata/ibm935.c (BODY): Likewise.
1593         * iconvdata/ibm937.c (BODY): Likewise.
1594         * iconvdata/ibm939.c (BODY): Likewise.
1595         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1596         assert.
1597         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1598         script.
1599         * iconvdata/run-iconv-test.sh: New test loop for checking for
1600         decoder crashers.
1602 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1604         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1605         libm_hidden_ver.
1607 2014-09-01  Allan McRae  <allan@archlinux.org>
1609         * po/eo.po: Update Esperanto translation from translation project.
1611         * po/ca.po: Update Catalan translation from translation project.
1613 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1615         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1616         __proc_dostop call.
1618 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1620         [BZ #17319]
1621         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1622         to call set_thread_area instead of hand written asm.
1623         (__NR_set_thread_area): Removed define.
1624         (TLS_FLAG_WRITABLE): Likewise.
1625         (__ASSUME_SET_THREAD_AREA): Remove check.
1626         (TLS_EBX_ARG): Remove define.
1627         (TLS_LOAD_EBX): Likewise.
1629 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1631         Simplify atomicity of socket creation in bind.
1633         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1634         looking up the name after linking the file.
1636 2014-08-27  Allan McRae  <allan@archlinux.org>
1638         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1640 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1642         [BZ #17187]
1643         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1644         trans_compare, open_translit, __gconv_translit_find):
1645         Remove module loading code.
1647 2014-08-26  Allan McRae  <allan@archlinux.org>
1649         * po/vi.po: Update Vietnamese translation from translation project.
1651         * po/uk.po: Update Ukrainian translation from translation project.
1653         * po/fr.po: Update French translation from translation project.
1655         * po/ru.po: Update Russian translation from translation project.
1657         * po/pl.po: Update Polish translation from translation project.
1659         * po/cs.po: Update Czech translation from translation project.
1661         * po/de.po: Update German translation from translation project.
1663         * po/bg.po: Update Bulgarian translation from translation project.
1665         * po/sv.po: Update Sweedish translation from translation project.
1667         * po/nl.po: Update Dutch translation from translation project.
1669         * po/es.po: Update Spanish translation from translation project.
1671 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1673         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1675         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1676         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1677         (CPPFLAGS-iconvconfig): Likewise.
1678         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1680         * include/libc-symbols.h: Remove unnecessary check for
1681         NOT_IN_libc.
1682         * nptl/pthreadP.h: Likewise.
1683         * sysdeps/aarch64/setjmp.S: Likewise.
1684         * sysdeps/alpha/setjmp.S: Likewise.
1685         * sysdeps/arm/sysdep.h: Likewise.
1686         * sysdeps/i386/setjmp.S: Likewise.
1687         * sysdeps/m68k/setjmp.c: Likewise.
1688         * sysdeps/posix/getcwd.c: Likewise.
1689         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1690         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1691         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1692         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1693         * sysdeps/sh/sh3/setjmp.S: Likewise.
1694         * sysdeps/sh/sh4/setjmp.S: Likewise.
1695         * sysdeps/unix/alpha/sysdep.h: Likewise.
1696         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1697         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1698         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1699         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1702         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1703         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1704         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1705         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1706         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1707         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1708         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1709         * sysdeps/x86_64/setjmp.S: Likewise.
1711 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1713         [BZ #17263]
1714         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1715         <stdint.h>.
1716         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1717         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1719 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1721         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1723         [BZ #17262]
1724         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1725         and __x86_64__ when disabling x87 inline functions.
1727 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1729         [BZ #17259]
1730         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1731         asm statement with __cpuid_count.
1733 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1735         * configure.ac: Change __ehdr_start code to dereference the struct.
1736         Run readelf on the output to look for relocations.
1737         * configure: Regenerated.
1739 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1741         [BZ #17261]
1742         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1743         value to 0.
1744         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1746 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1748         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1750 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1752         [BZ #16892]
1753         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1754         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1756 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1758         * malloc/malloc.c: Fix typo in comment.
1760 2014-08-09  Allan McRae  <allan@archlinux.org>
1762         * Regenerate libc.po.
1764 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1766         * intl/tst-gettext2.sh: Check every lang file for creation.
1768 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1770         * sysdeps/aarch64/fpu/math_private.h
1771         (libc_feholdsetround_noex_aarch64_ctx): New function.
1773 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1775         * sysdeps/arm/armv6/strcpy.S (strcpy):
1776         Fix performance issue in misaligned cases.
1778 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1780         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1781         Move definition from termios.h.
1782         (struct termio): Likewise.
1783         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1784         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1785         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1786         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1787         Likewise.
1788         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1789         Move definition to ioctl-types.h
1790         (struct termio): Likewise.
1791         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1792         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1793         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1794         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1795         Likewise.
1797 2014-08-05  Richard Henderson  <rth@redhat.com>
1799         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1800         exceptions.
1801         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1802         Add fraiseexcpt.
1803         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1804         Use __feraiseexcept.
1805         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1806         Protect libm symbols with IS_IN_libm.
1808         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1810 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1812         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1814 2014-08-04  Will Newton  <will.newton@linaro.org>
1816         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1817         file.
1819 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1821         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1822         variants for each function.
1824 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1826         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1827         appended ...
1828         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1829         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1830         appended ...
1831         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1832         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1833         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1834         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1835         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1836         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1837         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1838         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1839         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1840         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1841         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1842         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1843         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1844         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1845         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1846         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1847         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1848         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1849         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1850         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1851         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1852         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1853         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1854         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1855         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1856         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1857         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1858         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1859         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1860         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1861         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1862         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1863         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1864         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1865         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1866         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1867         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1868         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1869         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1870         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1871         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1872         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1873         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1874         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1875         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1876         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1877         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1878         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1879         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1880         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1881         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1882         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1883         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1884         Update #include.
1885         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1886         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1888 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1890         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1891         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1892         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1893         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1894         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1895         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1897 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1899         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1900         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1901         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1902         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1904 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1906         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1907         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1908         (__libc_vfork): Define function under this name.
1909         (__vfork): Define as an alias.
1910         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1911         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1913 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1915         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1916         that was previously under [RESET_PID].
1917         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1919 2014-08-04  Andreas Schwab  <schwab@suse.de>
1921         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1923 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1925         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1926         (main): Likewise.
1928 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1930         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1932 2014-08-01  Richard Henderon  <rth@redhat.com>
1934         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1935         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1936         typo in exact zero test.
1937         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1938         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1939         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1941 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1943         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1944         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1945         * sysdeps/arm/sysdep.h: ... here.
1946         [!__ASSEMBLER__]: Include <stdint.h>.
1948 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1950         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1951         (HAVE_WCTYPE_H): Likewise.
1952         (HAVE_ISWCTYPE): Likewise.
1953         (ENABLE_NLS): Likewise.
1954         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1955         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1957         * posix/regex_internal.c: Check if DEBUG is defined and is
1958         set.
1960         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1961         (HAVE_MBSRTOWCS): Likewise.
1962         * posix/fnmatch.c: Include string.h unconditionally.
1964 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1966         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1967         reversal.
1969 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1971         * sysdeps/generic/safe-fatal.h: New file.
1972         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1973         * nptl/forward.c: Include it.
1974         (__pthread_unwind): Use __safe_fatal as default action, rather
1975         than a bogus use of INTERNAL_SYSCALL that could never work.
1977         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1978         * configure.ac (libc_cv_builtin_trap): New test.
1979         * configure: Regenerated.
1980         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1981         (ABORT_INSTRUCTION): Define using __builtin_trap.
1983         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1984         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1985         * sysdeps/nptl/nptl-signals.h: New file.
1986         * nptl/pthreadP.h: Include <nptl-signals.h>.
1988 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1990         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1991         (ONE_DIRECTION): Define.
1992         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1993         (ONE_DIRECTION): Define.
1994         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1995         (ONE_DIRECTION): Define.
1997 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1999         * sysdeps/s390/Makefile: Delete file.
2000         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
2001         * sysdeps/s390/__longjmp.c: Delete file.
2002         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
2003         Remove fields __flags and __reserved.
2004         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
2005         and add versioning.
2006         * sysdeps/s390/rtld-__longjmp.c: Delete file.
2007         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
2008         * sysdeps/s390/rtld-setjmp.S: Likewise.
2009         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
2010         * sysdeps/s390/s390-32/__longjmp.c: ... here.
2011         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
2012         * sysdeps/s390/s390-32/setjmp.S: ... here.
2013         Add versioning.
2014         (__sigsetjmp): Remove setting __flags field.
2015         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
2016         * sysdeps/s390/s390-64/__longjmp.c: ... here.
2017         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
2018         * sysdeps/s390/s390-64/setjmp.S: ... here.
2019         Add versioning.
2020         (__sigsetjmp): Remove setting __flags field.
2021         * sysdeps/s390/setjmp.S: Delete file.
2022         * sysdeps/s390/sigjmp.c: Likewise.
2023         * sysdeps/s390/v1-longjmp.c: Likewise.
2024         * sysdeps/s390/v1-setjmp.h: Likewise.
2025         * sysdeps/s390/v1-sigjmp.c: Likewise.
2026         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
2027         Remove v1-longjmp_chk.
2028         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
2029         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
2030         Include debug/longjmp_chk.c and add versioning.
2031         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
2032         Include nptl/pt-longjmp.c and add versioning.
2033         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
2034         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
2035         Include __longjmp.c.
2036         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
2037         Move to ...
2038         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
2039         (__getcontext): Remove setting __flags field.
2040         Add versioning.
2041         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
2042         Don't restore upper high grps.
2043         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
2044         Likewise.
2045         (__swapcontext): Remove setting uc_flags field.
2046         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
2047         Delete file.
2048         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
2049         Include __longjmp.c.
2050         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
2051         Move to ...
2052         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
2053         (__getcontext): Remove setting __flags field.
2054         Add versioning.
2055         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
2056         (__swapcontext): Remove setting uc_flags field.
2057         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
2058         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
2059         Remove fields uc_high_gprs and __reserved.
2060         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
2061         New file with reverted content.
2062         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
2063         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
2064         Regenerated.
2065         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
2066         Regenerated.
2068 2014-07-31  Andreas Schwab  <schwab@suse.de>
2070         * config.h.in (HAVE_IFUNC): Define to 0.
2071         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
2072         definedness.
2074 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
2076         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2077         memmove-avx-unaligned, memcpy-avx-unaligned and
2078         mempcpy-avx-unaligned.
2079         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2080         Add tests for AVX memcpy functions.
2081         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
2082         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
2083         memcpy_chk.
2084         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
2085         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
2086         memmove_chk.
2087         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
2088         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
2089         mempcpy_chk.
2090         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
2091         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
2092         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
2094 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2096         [BZ #17213]
2097         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
2098         powerpc64le.
2100 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
2102         [BZ #16839]
2103         * manual/llio.texi: Add section about open file description locks.
2104         * manual/examples/ofdlocks.c: Example of open file description
2105         lock usage.
2106         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
2107         F_OFD_SETLK, and F_OFD_SETLKW.
2109 2014-07-23  Allan McRae  <allan@archlinux.org>
2111         * po/es.po: Update Spanish translation from translation project.
2113 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
2115         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
2117 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
2119         [BZ #17078]
2120         * sysdeps/arm/dl-machine.h (elf_machine_rela)
2121         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
2122         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
2124 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
2126         [BZ #17088]
2127         * math/fesetenv.c (__fesetenv)
2128         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
2129         * math/feupdateenv.c (__feupdateenv)
2130         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
2132         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
2133         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
2134         (__ASSUME_SOCKETCALL): Do not define.
2136         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
2137         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
2138         (__ASSUME_SOCKETCALL): Do not define.
2139         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
2140         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
2141         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2142         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
2143         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2144         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
2145         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2146         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2148         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
2149         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
2150         (__ASSUME_SOCKETCALL): Do not define.
2151         (__ASSUME_IPC64): Define unconditionally.
2152         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
2153         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2154         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
2155         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2156         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
2157         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2158         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
2159         Likewise.
2161         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
2162         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
2163         (__ASSUME_SOCKETCALL): Do not define.
2164         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
2165         (__ASSUME_FUTEX_LOCK_PI): Likewise.
2166         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2167         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
2168         (__ASSUME_REQUEUE_PI): Define unconditionally.
2169         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
2170         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
2171         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2172         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
2173         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2174         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2176         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
2177         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
2178         (__ASSUME_SOCKETCALL): Do not define.
2179         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
2180         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2181         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2182         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
2183         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2184         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2186         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
2187         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
2188         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2189         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
2190         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2191         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
2192         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2193         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
2194         (__ASSUME_GETCPU_SYSCALL): Likewise.
2196         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
2197         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
2198         cases for individual architectures.
2199         * sysdeps/gnu/configure: Regenerated.
2200         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
2201         LIBC_SLIBDIR_RTLDDIR.
2202         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
2203         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
2204         LIBC_SLIBDIR_RTLDDIR.
2205         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
2207         LIBC_SLIBDIR_RTLDDIR.
2208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
2209         Regenerated.
2210         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
2211         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
2212         file.
2213         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
2214         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
2215         file.
2216         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
2217         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
2218         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
2219         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
2221         * sysdeps/aarch64/shlib-versions: Move to ...
2222         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
2223         * sysdeps/alpha/shlib-versions: Move to ...
2224         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
2225         * sysdeps/arm/shlib-versions: Move to ...
2226         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
2227         * sysdeps/hppa/shlib-versions: Move all contents except for
2228         libgcc_s entry to ...
2229         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
2230         entry from ...
2231         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
2232         * sysdeps/ia64/shlib-versions: Move to ...
2233         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
2234         entry from ...
2235         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
2236         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
2237         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
2238         * sysdeps/microblaze/shlib-versions: Move to ...
2239         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
2240         * sysdeps/mips/shlib-versions: Move to ...
2241         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
2242         entry from ...
2243         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
2244         * sysdeps/tile/shlib-versions: Move to ...
2245         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
2246         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
2247         from ...
2248         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
2249         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
2250         entry from ...
2251         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
2253 2014-07-17  Will Newton  <will.newton@linaro.org>
2255         * sysdeps/arm/bits/atomic.h
2256         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
2257         (__arch_compare_and_exchange_bool_16_int): Likewise.
2258         (__arch_compare_and_exchange_bool_64_int): Likewise.
2260         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
2261         into an #else block.
2263 2014-07-16  Roland McGrath  <roland@hack.frob.com>
2265         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
2266         just Linux configurations.  Test empirically that the compiler sets
2267         __ARM_EABI__, rather than using the tuple to decide.
2268         * sysdeps/arm/preconfigure: Regenerated.
2269         * sysdeps/unix/sysv/linux/arm/configure: File removed.
2270         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
2271         contents appended ...
2272         * sysdeps/arm/configure.ac: ... here.
2273         * sysdeps/arm/configure: Regenerated.
2275 2014-07-15  Roland McGrath  <roland@hack.frob.com>
2277         * nptl/pthread_kill.c: New file.
2278         * nptl/pthread_sigmask.c: New file.
2279         * nptl/pthread_sigqueue.c: New file.
2281         * sysdeps/nptl/lowlevellock.h: New file.
2282         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
2283         * sysdeps/nptl/lowlevellock-futex.h: New file.
2285         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
2286         Remove dead declarations.
2288 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2290         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
2291         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
2292         config-cflags-avx2.
2293         * sysdeps/x86_64/configure.ac: Likewise.
2294         * sysdeps/i386/configure: Regenerated.
2295         * sysdeps/x86_64/configure: Likewise.
2296         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2297         memset-avx2 only if config-cflags-avx2 is yes.
2298         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2299         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
2300         defined.
2301         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
2302         only if HAVE_AVX2_SUPPORT is defined.
2303         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2305 2014-07-14  Alan Modra  <amodra@gmail.com>
2307         [BZ #17153]
2308         * elf/elf.h (DT_PPC64_NUM): Correct value.
2309         * NEWS: Add to fixed bug list.
2311 2014-07-13  Jim Meyering  <meyering@fb.com>
2313         [BZ 17150]
2314         regex: don't deref NULL upon heap allocation failure
2315         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
2316         failure in one more place.
2317         To trigger the segfault, configure grep -with-included-regex,
2318         build it, and run these commands:
2319         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
2321 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
2323         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2325 2014-07-11  Richard Henderson  <rth@redhat.com>
2327         * sysdeps/aarch64/libm-test-ulps: Update.
2329 2014-07-10  Florian Weimer  <fweimer@redhat.com>
2331         [BZ #17135]
2332         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
2333         * nptl/allocatestack.c (__nptl_setxid_error): New function.
2334         (__nptl_setxid): Initialize error member.  Call
2335         __nptl_setxid_error.
2336         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
2337         * nptl/descr.h (struct xid_command): Add error member.
2338         * nptl/tst-setuid3.c: New file.
2339         * nptl/Makefile (tests): Add it.
2341 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2343         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
2344         New define.
2345         (__lll_trylock): Use __lll_base_trylock.
2346         (__lll_cond_trylock): Likewise.
2348 2014-07-10  Roland McGrath  <roland@hack.frob.com>
2350         * nptl/pthread_create.c (start_thread): Use atomic_or and
2351         lll_futex_wake directly rather than lll_robust_dead.
2352         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2353         (lll_robust_dead): Macro removed.
2354         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
2355         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2356         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2357         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2358         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2359         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2360         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2361         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2362         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2363         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2364         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2365         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2366         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2367         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2368         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2370         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
2371         Use atomic_compare_and_exchange_val_acq directly rather than
2372         lll_robust_trylock.
2373         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2374         (__lll_robust_trylock, lll_robust_trylock): Removed.
2375         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2376         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2377         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2378         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2379         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2380         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2381         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2382         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2383         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2384         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2385         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2386         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2387         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2388         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2390 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2392         * manual/locale.texi (Locale Names): New section documenting
2393         locale name syntax.  Adjust menu and node chaining accordingly.
2394         (Choosing Locale): Reference Locale Names, Locale Categories.
2395         Mention setting LC_ALL=C.  Reflect that name syntax is now
2396         documented.
2397         (Locale Categories): New section title.  Reference Locale Names.
2398         LC_ALL is an environment variable, but not a category.
2399         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2400         description, now in Locale Name.  Reference that section.  Locale
2401         name syntax is now documented.
2403 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2405         [BZ #17137]
2406         * locale/findlocale.c (name_present, valid_locale_name): New
2407         functions.
2408         (_nl_find_locale): Use the loc_name variable to store name
2409         candidates.  Call name_present and valid_locale_name to check and
2410         validate locale names.  Return an error if the locale is invalid.
2412 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2414         * locale/setlocale.c (setlocale): Use strdup for allocating
2415         composite name copy.
2417 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2419         Sync up with gnulib.
2420         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2421         [!_LIBC && ENABLE_NLS]: Include gettext.h.
2422         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2423         and _GL_ARG_NONNULL.
2424         [USE_UNLOCKED_IO]: Include unlocked-io.h.
2425         [!_LIBC]: Include code for Windows and Cygwin.
2426         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2427         Include prototype for int strerror_r.
2428         [!_LIBC] (is_open): New function.
2429         (flush_stdout): New function.
2430         (print_errno_message): Use it.
2431         (error): Likewise.
2432         (error_at_line): Likewise.
2433         (error_tail) Add function attribute macros.  Use
2434         __builtin_expect.
2436         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2438         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2440         * io/ftw.c: Include sys/param.h unconditionally.
2442         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2444         [BZ #17125]
2445         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2446         libc_freeres_ptr.
2447         (freecache): New function to free CACHE on exit.
2449         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2450         initialization.
2452 2014-07-09  David S. Miller  <davem@davemloft.net>
2454         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2456         * sysdeps/sparc/nptl/internaltypes.h: Delete.
2457         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2458         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2459         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2460         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2461         * sysdeps/sparc/nptl/sem_init.c: Likewise.
2462         * sysdeps/sparc/nptl/sem_post.c: Likewise.
2463         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2464         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2465         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2466         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2467         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2468         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2470 2014-07-09  Andreas Schwab  <schwab@suse.de>
2472         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2473         output.
2474         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2475         (do_test): Likewise.
2477         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2479 2014-07-09  Will Newton  <will.newton@linaro.org>
2481         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2482         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2483         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2484         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2485         * sysdeps/hppa/start.S (_start): Likewise.
2487 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2489         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2491         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2492         defined.
2494 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2496         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2497         after checking that it is non-NULL.
2499         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2501 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2503         * sysdeps/powerpc/memmove.c: Remove file.
2504         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2505         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2506         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2507         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2508         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2509         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2510         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2511         string memmove instead of removed powerpc one.
2513         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2514         [weak_alias]: Fix compiler warning due trailing data.
2515         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2516         [weak_alias]: Likewise.
2517         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2518         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2520         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2521         (__libc_ifunc_impl_list): Add memmove functions.
2523 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2525         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2526         Remove code.
2527         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2528         Likewise
2529         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2530         Likewise
2531         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2532         Likewise
2533         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2534         Likewise
2535         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2536         Likewise
2537         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2538         Likewise
2539         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2540         Likewise
2541         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2542         Likewise
2543         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2544         Likewise
2545         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2546         Likewise
2547         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2548         Likewise
2549         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2550         Likewise
2551         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2552         Likewise
2553         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2554         Likewise
2555         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2556         Likewise
2557         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2558         Likewise
2560 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2562         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2563         to avoid alignment traps in non-cacheable memory.
2564         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2566         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2567         multiarch objects.
2568         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2569         file: multiarch power7 memmove.
2570         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2571         multiarch default memmove.
2572         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2573         multiarch memove for powerpc32/power4.
2575         * string/bcopy.c: Use full path to include memmove.c.
2576         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2577         multiarch objects.
2578         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2579         bcopy for powerpc64.
2580         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2581         bcopy for powerpc64.
2582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2583         and memmove implementations.
2584         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2585         optimized multiarch memmove for POWER7/powerpc64.
2586         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2587         default multiarch memmove for powerpc64.
2588         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2589         multiarch for powerpc64.
2590         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2591         for POWER7/powerpc64.
2592         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2593         memmove for POWER7/powerpc64.
2595         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2596         glibc default one.
2598         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2599         __ELF_NATIVE_CLASS equal to 64.
2601 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2603         * sysdeps/nptl/lowlevellock.h: File removed.
2605         * NEWS: NPTL is no longer an add-on!
2606         * nptl/internaltypes.h: Moved ...
2607         * sysdeps/nptl/internaltypes.h: ... here.
2608         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2609         * sysdeps/nptl/fork.c: Likewise.
2610         * sysdeps/nptl/gai_misc.h: Likewise.
2611         * sysdeps/nptl/librt-cancellation.c: Likewise.
2612         * sysdeps/nptl/jmp-unwind.c: Likewise.
2613         * sysdeps/nptl/setxid.h: Likewise.
2614         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2615         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2616         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2617         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2618         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2619         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2620         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2621         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2622         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2623         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2624         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2625         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2626         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2627         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2628         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2629         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2630         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2631         * nptl/Makeconfig: Moved ...
2632         * sysdeps/nptl/Makeconfig: ... here.
2633         * nptl/configure: File removed.
2634         * nptl/ANNOUNCE: File removed.
2635         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2636         * sysdeps/unix/sysv/linux/configure: Regenerated.
2638         * nptl/Makefile (routines): Add libc_pthread_init,
2639         libc_multiple_threads, register-atfork and unregister-atfork.
2640         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2641         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2642         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2643         pthread-pi-defines.sym, structsem.sym.
2644         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2645         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2646         [$(subdir) = nptl] (tests): Add tst-setgetname.
2647         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2648         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2649         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2650         [!LIBC_SIGACTION]: Remove aliases.
2651         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2652         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2653         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2654         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2655         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2656         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2657         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2658         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2659         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2660         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2661         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2662         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2663         __libc_allocate_rtsig_private.
2664         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2665         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2666         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2667         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2668         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2669         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2670         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2671         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2672         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2673         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2674         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2675         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2676         * nptl/internaltypes.h: ... here.
2677         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2678         * sysdeps/nptl/jmp-unwind.c: ... here.
2679         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2680         * nptl/libc-lowlevellock.c: ... here.
2681         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2682         * nptl/libc_multiple_threads.c: ... here.
2683         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2684         * nptl/libc_pthread_init.c: ... here.
2685         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2686         * nptl/lowlevelbarrier.sym: ... here.
2687         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2688         * nptl/lowlevelcond.sym: ... here.
2689         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2690         * nptl/lowlevellock.c: ... here.
2691         * nptl/lowlevellock.h: Moved ...
2692         * sysdeps/nptl/lowlevellock.h: ... here.
2693         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2694         * nptl/lowlevelrobustlock.c: ... here.
2695         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2696         * nptl/lowlevelrobustlock.sym: ... here.
2697         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2698         * nptl/lowlevelrwlock.sym: ... here.
2699         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2700         * nptl/pt-fork.c: ... here.
2701         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2702         * nptl/pthread-pi-defines.sym: ... here.
2703         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2704         * nptl/pthread_attr_getaffinity.c: ... here.
2705         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2706         * nptl/pthread_attr_setaffinity.c: ... here.
2707         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2708         * nptl/pthread_mutex_cond_lock.c: ... here.
2709         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2710         Update #include.
2711         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2712         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2713         * nptl/pthread_once.c: ... here, replacing old file.
2714         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2715         * nptl/pthread_yield.c: ... here.
2716         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2717         * nptl/register-atfork.c: ... here.
2718         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2719         * nptl/sem_post.c: ... here.
2720         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2721         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2722         * nptl/sem_timedwait.c: ... here.
2723         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2724         * nptl/sem_trywait.c: ... here.
2725         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2726         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2727         * nptl/sem_wait.c: ... here.
2728         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2729         * nptl/structsem.sym: ... here.
2730         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2731         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2732         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2733         * nptl/unregister-atfork.c: ... here.
2734         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2735         * nptl/unwindbuf.sym: ... here.
2736         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2737         * sysdeps/nptl/fork.c: ... here.
2738         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2739         * sysdeps/nptl/fork.h: ... here.
2740         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2741         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2742         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2743         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2744         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2745         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2746         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2747         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2748         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2749         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2750         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2751         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2752         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2753         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2754         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2755         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2756         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2757         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2758         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2759         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2760         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2761         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2762         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2763         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2764         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2765         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2766         * sysdeps/unix/sysv/linux/raise.c: ... here.
2767         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2768         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2769         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2770         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2771         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2772         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2773         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2774         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2775         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2776         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2777         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2778         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2779         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2780         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2781         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2783 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2785         * sysdeps/generic/memcopy.h: Add comment for
2786         MEMCPY_OK_FOR_FWD_MEMMOVE.
2788 2014-07-04  Will Newton  <will.newton@linaro.org>
2790         * string/memchr.c: Merge from gnulib.
2791         [_LIBC]: Remove conditionals.
2792         (__ptr_t): Remove define.
2793         (LONG_MAX_32_BITS): Likewise.
2794         (LONG_MAX): Likewise.
2795         (MEMCHR): Use ANSI prototype and optimize algorithm.
2797         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2799 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2801         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2802         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2804         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2805         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2806         in a bare environment with no <stdlib.h> installed.
2807         * sysdeps/nptl/configure: Regenerated.
2809         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2811         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2812         AC_EGREP_CPP for kernel header checks, so they only succeed if
2813         including <linux/version.h> actually works right.
2814         * sysdeps/unix/sysv/linux/configure: Regenerated.
2816         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2817         value so it's not diagnosed as unused.
2819         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2820         thing) with "ifeq ($(subdir),rt)".
2822 2014-07-03  Richard Henderson  <rth@redhat.com>
2824         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2825         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2826         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2828         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2829         (math_force_eval): New.
2831         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2832         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2834         * sysdeps/alpha/fpu/s_round.c: Remove file.
2835         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2837         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2838         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2839         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2840         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2841         (_dl_start, print_statistics): Likewise.
2842         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2843         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2845         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2846         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2847         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2848         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2849         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2850         (HP_SMALL_TIMING_AVAIL): Define.
2851         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2852         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2853         (HP_SMALL_TIMING_AVAIL): Define.
2854         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2855         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2857         * sysdeps/aarch64/hp-timing.h: New file.
2859         * sysdeps/generic/hp-timing.h: Remove dead comment.
2860         * sysdeps/generic/hp-timing-common.h: New file.
2861         * sysdeps/alpha/hp-timing.h: Include it.
2862         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2863         * sysdeps/i386/i686/hp-timing.h: Likewise.
2864         * sysdeps/ia64/hp-timing.h: Likewise.
2865         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2866         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2867         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2868         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2869         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2870         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2871         (hp_timing_t): New.
2873         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2874         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2875         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2876         * elf/rtld.c (_dl_start_final): Likewise.
2877         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2878         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2879         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2880         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2881         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2882         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2883         (HP_TIMING_DIFF_INIT): Remove.
2884         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2885         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2886         (HP_TIMING_DIFF_INIT): Remove.
2887         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2888         * sysdeps/i386/i686/hp-timing.c: Remove file.
2889         * sysdeps/x86_64/hp-timing.c: Remove file.
2890         * sysdeps/ia64/hp-timing.c: Remove file.
2891         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2892         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2893         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2894         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2896         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2897         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2898         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2899         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2900         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2901         (HP_TIMING_ACCUM): Remove.
2902         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2903         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2904         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2906         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2907         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2908         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2909         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2910         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2911         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2912         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2913         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2915         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2917 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2919         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2921 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2923         Sync up with gettext.
2924         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2925         [_MSC_VER]: Include malloc.h
2926         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2927         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2928         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2929         TEMP_FAILURE_RETRY.  Cast return of alloca.
2930         [!_LIBC] Call gl_rwlock_init.
2931         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2933 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2935         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2936         before checking its value.
2938 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2940         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2942         * debug/memcpy_chk.c: Don't include pagecopy.h.
2943         * debug/mempcpy_chk.c: Likewise.
2944         * string/memcpy.c: Likewise.
2945         * string/memmove.c: Likewise.
2946         * sysdeps/powerpc/memmove.c: Likewise.
2947         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2948         definition of PAGE_COPY_FWD_MAYBE here...
2949         * sysdeps/generic/pagecopy.h: ... from here.
2950         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2952 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2953             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2955         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2956         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2957         optimizations.
2958         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2959         (__libc_ifunc_impl_list): Likewise.
2960         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2961         multiarch strcat for PPC64.
2962         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2963         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2965 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2967         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2969 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2971         * intl/loadmsgcat.c: Remove declaration of
2972         get_sysdep_segment_value.
2973         (get_sysdep_segment_value): Use ISO C style.
2974         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2975         semicolon.  Fix typo and formatting in comment.
2976         (_nl_unload_domain): Use ISO C style.
2978         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2980 2014-07-02  Will Newton  <will.newton@linaro.org>
2982         * malloc/obstack.c: Merge from gnulib master.
2983         [HAVE_CONFIG_H]: Remove conditional code.
2984         [!_LIBC]: Include config.h.
2985         [!ELIDE_CODE]: Don't include inttypes.h, include
2986         stdint.h unconditionally.
2987         (print_and_abort): Mark as _Noreturn.
2988         (_obstack_allocated_p): Mark as __attribute_pure__.
2989         (obstack_free): Rename to __obstack_free.
2990         [!__attribute__]: Remove conditional code.
2991         * malloc/obstack.h: Merge from gnulib master.
2992         [__cplusplus]: Move conditional down.
2993         [!__attribute_pure__]: Define __attribute_pure__ here
2994         if it is not already defined.
2995         (_obstack_memory_used): Mark as __attribute_pure__.
2996         [!__obstack_free]: Define as obstack_free.
2997         [__GNUC__]: Remove check for ancient NeXT gcc.
2999 2014-07-02  Will Newton  <will.newton@linaro.org>
3000             Paul Eggert  <eggert@cs.ucla.edu>
3002         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
3004 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3006         * resolv/gethnamaddr.c: Add comment warning that the file is
3007         not maintained.
3009 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
3011         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
3012         entries.
3014         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
3015         entry for aio_cancel and aio_cancel64.
3016         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
3017         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
3018         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
3019         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
3020         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
3021         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
3022         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
3023         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
3024         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
3025         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
3026         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
3027         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
3028         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
3030 2014-07-01  Roland McGrath  <roland@hack.frob.com>
3032         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
3033         * nptl/pthread_mutex_lock.c: Likewise.
3034         * nptl/pthread_mutex_timedlock.c: Likewise.
3035         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
3037 2014-07-01  Richard henderson  <rth@redhat.com>
3039         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
3040         (__isnan, __isnanl): Remove.
3041         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
3043         * sysdeps/alpha/fpu/libm-test-ulps: Update.
3045 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
3047         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
3049 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
3051         * resolv/nss_dns/dns-host.c (getanswer_r)
3052         [MULTI_PTRS_ARE_ALIASES]: Remove code.
3054 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
3056         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3057         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
3058         undefine.
3059         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
3060         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
3062 2014-07-01  Roland McGrath <roland@hack.frob.com>
3064         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
3065         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
3067         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
3068         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
3070         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
3071         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
3072         ... here.
3073         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
3074         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
3076         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
3077         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
3078         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
3079         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
3081         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
3082         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
3083         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
3084         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
3085         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
3086         Moved ...
3087         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
3088         ... here.
3089         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
3090         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
3091         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
3092         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
3093         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
3094         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
3095         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
3096         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
3097         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
3098         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
3099         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
3100         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
3101         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
3102         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
3103         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
3104         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
3105         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
3106         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
3107         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
3108         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
3109         ... here.
3110         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
3111         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
3112         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
3113         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
3114         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
3115         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
3116         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
3117         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
3119 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
3121         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
3122         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
3123         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
3124         Add sysdep.
3126 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3128         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3130 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
3132         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
3133         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
3135         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
3137         * sysdeps/arm/libm-test-ulps: Regenerated.
3139 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
3140             Roland McGrath <roland@hack.frob.com>
3142         * test-skeleton.c (signal_handler): Kill the whole process group
3143         before killing the child individually.
3144         (main): Report any failure on `setpgid'.
3146 2014-06-30  Roland McGrath  <roland@hack.frob.com>
3148         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
3149         from _TLS_H to _ARM_NPTL_TLS_H.
3150         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
3151         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
3153 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
3155         [BZ #16539]
3156         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
3157         (__expm1l): Return argument unchanged when small but not
3158         subnormal.
3160         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
3161         include macro name.
3162         (_FP_UNPACK_RAW_1_P): Likewise.
3163         (_FP_PACK_RAW_1): Likewise.
3164         (_FP_PACK_RAW_1_P): Likewise.
3165         (_FP_MUL_MEAT_1_wide): Likewise.
3166         (_FP_MUL_MEAT_DW_1_hard): Likewise.
3167         (_FP_MUL_MEAT_1_hard): Likewise.
3168         (_FP_DIV_MEAT_1_imm): Likewise.
3169         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
3170         (_FP_DIV_MEAT_1_udiv): Likewise.
3171         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
3172         (_FP_UNPACK_RAW_2): Likewise.
3173         (_FP_UNPACK_RAW_2_P): Likewise.
3174         (_FP_PACK_RAW_2): Likewise.
3175         (_FP_PACK_RAW_2_P): Likewise.
3176         (_FP_MUL_MEAT_DW_2_wide): Likewise.
3177         (_FP_MUL_MEAT_2_wide): Likewise.
3178         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
3179         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3180         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
3181         (_FP_MUL_MEAT_2_gmp): Likewise.
3182         (_FP_DIV_MEAT_2_udiv): Likewise.
3183         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
3184         (_FP_FRAC_SRL_4): Likewise.
3185         (_FP_FRAC_SRST_4): Likewise.
3186         (_FP_FRAC_SRS_4): Likewise.
3187         (_FP_UNPACK_RAW_4): Likewise.
3188         (_FP_UNPACK_RAW_4_P): Likewise.
3189         (_FP_PACK_RAW_4): Likewise.
3190         (_FP_PACK_RAW_4_P): Likewise.
3191         (_FP_MUL_MEAT_DW_4_wide): Likewise.
3192         (_FP_MUL_MEAT_4_wide): Likewise.
3193         (_FP_MUL_MEAT_4_gmp): Likewise.
3194         (umul_ppppmnnn): Likewise.
3195         (_FP_DIV_MEAT_4_udiv): Likewise.
3196         (__FP_FRAC_ADD_4): Likewise.
3197         (__FP_FRAC_SUB_3): Likewise.
3198         (__FP_FRAC_SUB_4): Likewise.
3199         (__FP_FRAC_DEC_3): Likewise.
3200         (__FP_FRAC_DEC_4): Likewise.
3201         (__FP_FRAC_ADDI_4): Likewise.
3202         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
3203         (_FP_FRAC_SRL_8): Likewise.
3204         (_FP_FRAC_SRS_8): Likewise.
3206         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
3207         include macro name.
3208         (FP_UNPACK_RAW_EP): Likewise.
3209         (FP_PACK_RAW_E): Likewise.
3210         (FP_PACK_RAW_EP): Likewise.
3211         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
3212         (_FP_ISSIGNAN): Likewise.
3213         (_FP_ADD_INTERNAL): Likewise.
3214         (_FP_FMA): Likewise.
3215         (_FP_CMP): Likewise.
3216         (_FP_SQRT): Likewise.
3217         (_FP_TO_INT): Likewise.
3218         (_FP_FROM_INT): Likewise.
3219         (FP_EXTEND): Likewise.
3220         (_FP_DIV_MEAT_N_loop): Likewise.
3222 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
3224         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
3225         throughout.
3227 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
3229         [BZ #17097]
3230         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
3231         result with correct sign in case of exponents that produce
3232         overflow except for X very close to 1.
3234 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
3236         mktime: merge #if/#ifdef usage from glibc
3237         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
3238         as that works with both Glibc's and Gnulib's style.
3239         See thread starting at Siddhesh Poyarekar's bug report at:
3240         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
3242 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
3244         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
3245         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
3246         * sysdeps/tile/tilegx/memmove.c: Remove file.
3248 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3250         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
3251         abi-name definition.
3252         * scripts/soversions.awk: Do not handle or generate ABI lines.
3253         * shlib-versions: Remove ABI entries.
3254         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
3255         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
3257 2014-06-27  Roland McGrath  <roland@hack.frob.com>
3259         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
3260         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
3261         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
3262         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
3263         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
3264         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
3265         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
3266         Moved ...
3267         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
3268         ... here.
3269         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
3270         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
3271         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
3272         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
3273         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
3274         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
3275         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
3276         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
3277         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
3278         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
3279         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
3280         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
3281         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
3282         Moved ...
3283         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
3284         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
3285         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
3286         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
3287         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
3288         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
3289         Moved ...
3290         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
3291         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
3292         Moved ...
3293         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
3294         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
3295         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
3296         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
3297         Moved ...
3298         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
3299         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
3300         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
3301         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
3302         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
3303         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
3304         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
3305         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
3306         Moved ...
3307         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
3308         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
3309         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
3310         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
3311         Moved ...
3312         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
3313         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
3314         Moved ...
3315         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
3316         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
3317         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
3318         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
3319         Moved ...
3320         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
3321         ... here.
3322         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
3323         Identical file removed.
3324         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
3325         Moved ...
3326         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
3327         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
3328         Identical file removed.
3329         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
3330         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
3331         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
3332         Moved ...
3333         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
3334         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
3335         Identical file removed.
3336         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
3337         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
3338         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
3339         Identical file removed.
3340         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
3341         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
3342         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
3343         Identical file removed.
3344         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
3345         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
3346         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
3347         Identical file removed.
3348         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
3349         Moved ...
3350         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
3351         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
3352         Identical file removed.
3353         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
3354         Moved ...
3355         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
3356         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
3357         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
3358         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
3359         Identical file removed.
3360         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
3361         Moved ...
3362         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
3363         ... here.
3364         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
3365         Identical file removed.
3366         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
3367         Moved ...
3368         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
3369         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
3370         Identical file removed.
3371         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
3372         Moved ...
3373         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
3374         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
3375         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
3376         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
3377         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
3378         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
3379         Moved ...
3380         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
3381         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
3382         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
3384         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
3385         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
3386         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
3387         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
3388         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
3390 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
3392         [BZ #17092]
3393         * nscd/nscd.c (monitor_child): Return exit status of child
3394         instead of return value from wait syscall.
3396 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3398         * configure.ac (libc_commonpagesize): Remove variable.
3399         (libc_relro_required): Likewise.
3400         (libc_cv_z_relro): Remove configure test.
3401         * configure: Regenerated.
3402         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3403         variable.
3404         (libc_relro_required): Likewise.
3405         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3406         (libc_relro_required): Likewise.
3407         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3408         (libc_relro_required): Likewise.
3409         * sysdeps/arm/preconfigure: Regenerated.
3410         * sysdeps/ia64/preconfigure: Remove file.
3411         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3412         variable.
3413         (libc_relro_required): Likewise.
3415         [BZ #16561]
3416         [BZ #16562]
3417         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3418         (__ieee754_yn): Set FE_TONEAREST mode internally and then
3419         recompute overflowing results in original rounding mode.
3420         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3421         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3422         recompute overflowing results in original rounding mode.
3423         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3424         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3425         recompute overflowing results in original rounding mode.
3426         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3427         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3428         recompute overflowing results in original rounding mode.
3429         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3430         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3431         recompute overflowing results in original rounding mode.
3432         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3433         (libc_feholdsetround_ctx): New macro.
3434         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3435         * sysdeps/i386/fpu/libm-test-ulps: Update.
3436         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3438 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3440         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3441         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3442         corresponding .cpsetup call.
3444 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3446         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3447         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3448         * sysdeps/arm/Makefile [$(subdir) = csu]
3449         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3450         (static-only-routines): Add aeabi_read_tp here.
3451         (shared-only-routines): Add libc-aeabi_read_tp here.
3452         (CFLAGS-libc-start.c): Add -fexceptions here.
3453         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3454         (sysdep_routines, static-only-routines, shared-only-routines):
3455         Don't add to these here.
3456         (CFLAGS-libc-start.c): Likewise.
3458         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3459         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3460         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3461         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3462         * sysdeps/arm/Makefile [$(subdir) = rt]
3463         (librt-sysdep_routines, librt-shared-only-routines):
3464         Append rt-aeabi_unwind_cpp_pr1 here.
3465         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3466         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3467         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3468         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3469         Append nptl-aeabi_unwind_cpp_pr1 here.
3470         (tests): Filter out tst-cleanupx4 here.
3471         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3472         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3473         Don't do those here.
3475 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3477         * scripts/list-sources.sh: Do not handle ports specially.
3479 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3481         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3482         * sysdeps/arm/feupdateenv.c: Likewise.
3484         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3486 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3488         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3489         trailing whitespace removed.
3490         * scripts/config.guess: Update to version 2014-03-23.
3491         * scripts/config.sub: Update to version 2014-05-01
3492         * scripts/install-sh: Update to version 2013-12-25.23.
3493         * scripts/move-if-change: Update from gnulib.
3495 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3497         * debug/memmove_chk.c: Remove pagecopy.h include.
3499 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3501         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3502         identical to gnulib mktime.
3504 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3506         * configure.ac: Do not test for machine being rs6000.  Do not test
3507         for powerpc*-*soft.
3508         * configure: Regenerated.
3510         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3511         test.
3512         * configure: Regenerated.
3513         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3514         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3515         Remove configure test.
3516         * sysdeps/arm/configure: Regenerated.
3517         * sysdeps/nptl/configure.ac: Do not check
3518         libc_cv_asm_cfi_directives.
3519         * sysdeps/nptl/configure: Regenerated.
3520         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3521         * sysdeps/x86_64/nptl/configure: Remove generated file.
3522         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3523         unconditional.
3524         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3526 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3528         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3529         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3530         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3531         it is defined.
3533         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3534         instead of whether it is defined.
3535         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3536         * sysdeps/hppa/dl-machine.h: Likewise.
3537         * sysdeps/ia64/dl-machine.h: Likewise.
3538         * sysdeps/m68k/dl-machine.h: Likewise.
3539         * sysdeps/microblaze/dl-machine.h: Likewise.
3540         * sysdeps/mips/dl-machine.: Likewise.
3541         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3542         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3543         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3544         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3545         * sysdeps/sh/dl-machine.h: Likewise.
3546         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3547         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3548         * sysdeps/tile/dl-machine.h: Likewise.
3549         * sysdeps/x86_64/dl-machine.h: Likewise.
3551         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3552         code.
3553         (verify_persistent_db): Likewise.
3555 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3557         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3558         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3559         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3560         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3561         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3562         Moved ...
3563         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3564         ... here.
3565         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3566         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3567         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3568         Identical file removed.
3569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3570         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3572         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3573         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3574         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3575         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3576         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3577         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3578         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3579         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3580         Moved ...
3581         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3582         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3583         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3584         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3585         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3586         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3587         Moved ...
3588         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3589         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3590         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3591         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3592         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3593         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3594         Identical file removed.
3595         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3596         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3597         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3598         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3600         Moved ...
3601         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3602         ... here.
3603         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3604         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3605         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3606         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3607         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3608         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3609         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3610         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3611         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3612         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3613         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3614         Moved ...
3615         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3616         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3617         Moved ...
3618         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3619         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3620         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3621         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3622         Moved ...
3623         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3624         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3625         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3627         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3628         folded into ...
3629         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3630         * sysdeps/unix/sysv/linux/s390/Versions
3631         (libpthread: GLIBC_2.19): New version set.
3632         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3633         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3634         (librt: GLIBC_2.3.3): New version set.
3635         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3636         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3637         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3638         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3639         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3640         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3641         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3642         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3643         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3644         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3645         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3646         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3647         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3648         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3649         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3650         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3651         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3652         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3653         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3654         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3655         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3656         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3657         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3658         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3659         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3660         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3661         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3662         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3663         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3664         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3665         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3666         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3667         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3668         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3669         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3670         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3671         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3672         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3673         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3674         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3675         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3676         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3677         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3678         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3679         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3681         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3682         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3683         (__libc_vfork): Define the function under this name.
3684         [!NOT_IN_libc] (__vfork): Make this an alias.
3685         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3686         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3687         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3688         (__libc_vfork): Define the function under this name.
3689         [!NOT_IN_libc] (__vfork): Make this an alias.
3690         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3691         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3692         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3693         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3694         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3695         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3697         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3698         code that was previously under [RESET_PID].
3699         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3700         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3701         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3703         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3704         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3705         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3706         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3707         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3708         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3709         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3710         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3711         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3712         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3713         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3714         Moved ...
3715         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3716         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3717         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3718         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3719         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3720         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3721         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3722         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3723         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3724         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3725         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3726         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3727         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3728         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3729         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3730         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3731         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3732         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3733         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3734         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3735         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3736         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3737         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3738         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3739         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3740         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3741         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3742         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3743         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3745 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3747         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3748         that was previously under [RESET_PID].
3749         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3751 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3753         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3754         not undefine and redefine.
3755         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3756         [O_CLOEXEC]: Make code unconditional.
3757         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3758         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3759         <kernel-features.h>.
3760         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3761         conditional variable definition.
3762         (shm_open) [O_CLOEXEC]: Make code unconditional.
3763         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3764         code.
3766         * configure.ac (USE_REGPARMS): Don't define here.
3767         * configure: Regenerated.
3768         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3769         * sysdeps/i386/configure: Regenerated.
3771         * nptl/createthread.c: Don't include kernel-features.h.
3772         * nptl/pthread_cancel.c: Likewise.
3773         * nptl/pthread_condattr_setclock.c: Likewise.
3774         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3775         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3776         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3777         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3778         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3779         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3780         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3781         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3782         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3783         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3784         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3785         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3786         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3787         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3788         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3789         * nscd/gai.c: Likewise.
3790         * nss/nss_db/db-open.c: Likewise.
3791         * sysdeps/generic/ldsodefs.h: Likewise.
3792         * sysdeps/sh/nptl/tls.h: Likewise.
3793         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3794         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3795         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3796         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3797         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3798         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3799         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3800         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3801         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3802         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3803         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3804         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3805         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3806         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3807         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3808         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3809         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3810         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3811         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3812         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3813         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3814         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3815         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3816         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3817         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3818         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3819         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3820         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3821         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3822         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3823         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3824         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3825         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3826         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3827         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3828         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3829         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3830         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3831         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3832         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3833         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3834         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3835         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3836         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3837         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3838         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3839         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3840         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3841         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3842         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3843         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3844         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3845         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3846         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3847         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3848         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3849         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3850         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3873         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3874         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3875         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3876         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3877         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3878         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3879         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3880         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3881         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3882         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3883         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3884         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3885         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3886         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3887         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3888         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3889         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3890         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3891         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3892         * sysdeps/unix/sysv/linux/system.c: Likewise.
3893         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3894         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3895         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3896         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3897         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3898         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3899         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3901         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3902         * configure: Regenerated.
3903         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3905         * configure.ac (base_machine): Do not set specially for particular
3906         machines here.
3907         * configure: Regenerated.
3908         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3909         settings from configure.ac.
3910         * sysdeps/i386/preconfigure: New file.
3911         * sysdeps/s390/preconfigure: Likewise.
3912         * sysdeps/sh/preconfigure: Likewise.
3913         * sysdeps/sparc/preconfigure: Likewise.
3915 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3917         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3918         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3919         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3920         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3921         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3922         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3923         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3924         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3925         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3926         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3927         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3928         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3929         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3930         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3931         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3932         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3933         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3934         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3935         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3937         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3938         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3939         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3940         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3941         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3942         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3943         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3944         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3945         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3946         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3947         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3948         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3949         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3950         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3951         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3952         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3953         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3954         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3955         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3956         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3957         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3958         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3959         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3960         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3961         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3962         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3963         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3964         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3965         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3966         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3967         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3968         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3969         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3970         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3971         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3972         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3973         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3974         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3977         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3978         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3979         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3980         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3981         Moved ...
3982         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3983         ... here.
3984         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3985         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3986         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3987         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3988         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3989         Moved ...
3990         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3991         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3992         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3993         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3994         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3995         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3996         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3998         Moved ...
3999         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
4000         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
4001         Moved ...
4002         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
4003         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
4004         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
4005         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
4006         Moved ...
4007         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
4008         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
4009         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
4010         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
4011         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
4012         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
4013         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
4014         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
4015         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
4016         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
4017         Moved ...
4018         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
4019         ... here.
4020         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
4021         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
4022         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
4023         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
4024         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
4025         Moved ...
4026         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
4027         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
4028         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
4029         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
4030         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
4031         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
4032         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
4033         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4034         Moved ...
4035         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
4036         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
4037         Moved ...
4038         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
4039         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
4040         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
4041         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
4042         Moved ...
4043         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
4044         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
4045         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
4046         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
4047         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
4049 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
4051         * timezone/checktab.awk: Update from tzcode 2014e.
4052         * timezone/private.h: Likewise.
4053         * timezone/tzfile.h: Likewise.
4054         * timezone/zdump.c: Likewise.
4055         * timezone/zic.c: Likewise.
4057         * sysdeps/unix/sysv/linux/kernel-features.h
4058         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
4059         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
4060         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
4061         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
4062         Remove conditional code.
4064 2014-06-25  Will Newton  <will.newton@linaro.org>
4066         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
4067         (_dl_arm_cap_flags): Add HWCAP2 values.
4068         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
4069         (_DL_HWCAP_COUNT): Increase to 37.
4070         (_DL_HWCAP_LAST): New define.
4071         (_DL_HWCAP2_LAST): New define.
4072         (_dl_procinfo): Add support for printing
4073         AT_HWCAP2 entries.
4074         (_dl_string_hwcap): Use _dl_hwcap_string.
4076 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4078         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4080 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
4082         * README: Do not mention ports directory.
4084         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
4085         Remove macro.
4086         * sysdeps/unix/sysv/linux/futimes.c: Do not include
4087         <kernel-features.h>.
4088         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
4089         conditional variable definition.
4090         (__futimes): Update comment.
4091         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
4092         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
4094         [BZ #16560]
4095         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
4096         arguments close to 0.
4097         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
4098         Likewise.
4099         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
4100         Likewise.
4101         * math/auto-libm-test-in: Add more tests of exp10.
4102         * math/auto-libm-test-out: Regenerated.
4103         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4105         * sysdeps/unix/sysv/linux/kernel-features.h
4106         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
4107         * sysdeps/unix/sysv/linux/readv.c: Do not include
4108         <kernel-features.h>.
4109         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
4110         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
4111         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
4112         unconditional.
4113         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
4114         conditional code.
4115         * sysdeps/unix/sysv/linux/writev.c: Do not include
4116         <kernel-features.h>.
4117         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
4118         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
4119         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
4120         unconditional.
4121         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
4122         conditional code.
4124 2014-06-25  Will Newton  <will.newton@linaro.org>
4126         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
4127         comment changes throughout the file.  Remove checks
4128         for HAVE_*_H definitions that are not required.
4129         (__gen_tempname): Call abort if an unknown kind value is
4130         passed.
4132 2014-06-25  Andreas Schwab  <schwab@suse.de>
4134         [BZ #17086]
4135         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
4136         scalbln, scalblnf, scalblnl in libc.
4138 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4140         [BZ #17086]
4141         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
4142         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4143         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4145 2014-06-24  Roland McGrath  <roland@hack.frob.com>
4147         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
4148         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
4149         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
4150         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
4151         Update #include.
4152         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
4153         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
4154         Update #include.
4155         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
4156         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
4157         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
4158         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
4159         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
4160         * sysdeps/x86/bits/pthreadtypes.h: ... here.
4161         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
4162         * sysdeps/x86/bits/semaphore.h: ... here.
4163         * sysdeps/x86/nptl/elide.h: Moved ...
4164         * sysdeps/x86/elide.h: ... here.
4165         * sysdeps/x86_64/nptl/Implies: File removed.
4166         * sysdeps/i386/nptl/Implies: File removed.
4168 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
4170         [BZ #16539]
4171         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
4172         return the argument for normal arguments with exponent below -64.
4173         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
4174         Likewise.
4175         * math/auto-libm-test-in: Add another test of expm1.
4176         * math/auto-libm-test-out: Regenerated.
4178         [BZ #16287]
4179         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
4180         calling __erfcl for arguments at least 16.
4181         * math/auto-libm-test-in: Add more tests of erf.
4182         * math/auto-libm-test-out: Regenerated.
4184         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
4185         individual architectures.
4186         * sysdeps/unix/sysv/linux/configure: Regenerated.
4187         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
4188         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
4189         * sysdeps/unix/sysv/linux/powerpc/configure.ac
4190         (ldd_rewrite_script): Define variable.
4191         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
4192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
4193         file.
4194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
4195         generated file.
4196         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
4197         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
4198         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
4199         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
4200         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
4201         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
4202         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
4203         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
4205 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4207         [BZ #17084]
4208         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
4209         Rename member __data.d to __data.__elision_data.
4211 2014-06-24  Wilco  <wdijkstr@arm.com>
4213         * NEWS: Add 16918 to fixed bug list.
4215 2014-06-24  Wilco  <wdijkstr@arm.com>
4217         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
4219 2014-06-24  Wilco  <wdijkstr@arm.com>
4221         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
4222         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
4223         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
4224         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
4225         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
4226         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
4227         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
4228         Use _FPU_MASK_RM.
4230 2014-06-24  Wilco  <wdijkstr@arm.com>
4232         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
4234 2014-06-24  Wilco  <wdijkstr@arm.com>
4236         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
4237         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
4238         * sysdeps/arm/fesetround.c (fesetround): Remove space.
4239         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
4241 2014-06-24  Wilco  <wdijkstr@arm.com>
4243         [BZ #16918]
4244         * sysdeps/arm/feupdateenv.c (feupdateenv):
4245         Rewrite to reduce FPSCR accesses and fix return value.
4247 2014-06-24  Wilco  <wdijkstr@arm.com>
4249         * sysdeps/arm/fclrexcpt.c (feclearexcept):
4250         Optimize to avoid unnecessary FPSCR writes.
4251         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
4252         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
4253         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
4254         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
4256 2014-06-24  Wilco  <wdijkstr@arm.com>
4258         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
4259         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
4260         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
4261         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
4262         Call libc_fetestexcept_vfp.
4263         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
4264         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
4265         __SOFTFP__ ifdef so that they can be built for softfp.
4267 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4269         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
4270         argument type signed char.
4272         * Makerules (check-abi): Dump diff of symlist if the test
4273         fails.
4275 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4277         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
4278         using abort.
4280         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4281         Remove unused variable ST.
4283 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4285         [BZ #16354]
4286         [BZ #17061]
4287         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
4288         small arguments before calling __expm1.
4289         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
4290         small arguments before calling __expm1f.
4291         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
4292         small arguments before calling __expm1l.
4293         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
4294         Likewise.
4295         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
4296         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
4297         spurious underflow for some cosh tests.
4298         * math/auto-libm-test-out: Regenerated.
4299         * sysdeps/i386/fpu/libm-test-ulps: Update.
4301         [BZ #17050]
4302         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
4303         (__ieee754_y1): Set errno if return value overflows.
4304         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
4305         (__ieee754_y1f): Set errno if return value overflows.
4306         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
4307         (__ieee754_y1l): Set errno if return value overflows.
4308         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
4309         (__ieee754_y1l): Set errno if return value overflows.
4310         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
4311         * math/auto-libm-test-out: Regenerated.
4313         * math/gen-auto-libm-tests.c: Document use of
4314         ignore-zero-inf-sign.
4315         (input_flag_type): Add value flag_ignore_zero_inf_sign.
4316         (input_flags): Add ignore-zero-inf-sign.
4317         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
4318         * math/gen-libm-test.pl (generate_testfile): Handle
4319         ignore-zero-inf-sign.
4320         * math/auto-libm-test-in: Mark some cpow tests with
4321         ignore-zero-inf-sign and some with xfail-rounding.
4322         * math/auto-libm-test-out: Regenerated.
4323         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
4324         * sysdeps/i386/fpu/libm-test-ulps: Update.
4325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4327         [BZ #16315]
4328         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
4329         overflowing or underflowing operations take place with sign of
4330         result.
4331         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
4332         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
4333         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
4334         (__ieee754_pow): Recompute overflowing and underflowing results in
4335         original rounding mode.
4336         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
4337         (__powl_helper): Allow negative argument X and scale negated value
4338         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
4339         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
4340         overflowing or underflowing operations take place with sign of
4341         result.
4342         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
4343         Include <math.h>.
4344         * math/auto-libm-test-in: Add more tests of pow.
4345         * math/auto-libm-test-out: Regenerated.
4346         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
4347         (pow_tonearest_test_data): Remove.
4348         (pow_test_tonearest): Likewise.
4349         (pow_towardzero_test_data): Likewise.
4350         (pow_test_towardzero): Likewise.
4351         (pow_downward_test_data): Likewise.
4352         (pow_test_downward): Likewise.
4353         (pow_upward_test_data): Likewise.
4354         (pow_test_upward): Likewise.
4355         (main): Don't call removed functions.
4356         * sysdeps/i386/fpu/libm-test-ulps: Update.
4357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4359 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
4362         Moved ...
4363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
4364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4365         Moved ...
4366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
4367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4368         Moved ...
4369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
4370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
4371         Moved ...
4372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
4373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
4374         File removed.
4375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4376         File removed.
4377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
4378         File removed.
4379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
4380         File removed.
4381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
4382         File removed.
4383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
4384         File removed.
4385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
4386         File removed.
4387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4388         File removed.
4389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
4390         File removed.
4391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4392         File removed.
4393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4394         File removed.
4395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4396         File removed.
4397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4398         Moved ...
4399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4401         Moved ...
4402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4403         ... here.
4404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4405         Moved ...
4406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4408         Moved ...
4409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4411         Moved ...
4412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4414         Moved ...
4415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4417         Moved ...
4418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4420         Moved ...
4421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4423         Moved ...
4424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4427         ... here.
4428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4429         Moved ...
4430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4432         Moved ...
4433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4434         ... here.
4435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4436         Moved ...
4437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4438         ... here.
4439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4440         Moved ...
4441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4442         ... here.
4443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4444         Moved ...
4445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4447         Moved ...
4448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4452         Moved ...
4453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4454         ... here.
4455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4456         Moved ...
4457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4458         ... here.
4459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4460         Moved ...
4461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4463         Moved ...
4464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4466         Moved ...
4467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4469         Moved ...
4470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4472         Moved ...
4473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4474         ... here.
4475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4476         Moved ...
4477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4479         Moved ...
4480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4482         Moved ...
4483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4485         Moved ...
4486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4490         Moved ...
4491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4493         Moved ...
4494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4496         Moved ...
4497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4498         ... here.
4499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4500         Moved ...
4501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4502         ... here.
4503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4504         Moved ...
4505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4506         ... here.
4507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4508         Moved ...
4509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4511         Moved ...
4512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4514         Moved ...
4515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4517         Moved ...
4518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4519         ... here.
4520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4521         Moved ...
4522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4523         ... here.
4524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4525         Moved ...
4526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4527         ... here.
4528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4529         Moved ...
4530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4532         Moved ...
4533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4535 2014-06-23  Will Newton  <will.newton@linaro.org>
4536             Wilco  <wdijkstr@arm.com>
4538         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4539         implementation.  Include get-rounding-mode.h.
4540         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4541         [!libc_feholdsetround_noex_ctx]: Define
4542         libc_feholdsetround_noex_ctx.
4543         [!libc_feholdsetround_noexf_ctx]: Define
4544         libc_feholdsetround_noexf_ctx.
4545         [!libc_feholdsetround_noexl_ctx]: Define
4546         libc_feholdsetround_noexl_ctx.
4547         (libc_feholdsetround_ctx): New function.
4548         (libc_feresetround_ctx): New function.
4549         (libc_feholdsetround_noex_ctx): New function.
4550         (libc_feresetround_noex_ctx): New function.
4552 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4554         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4555         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4556         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4557         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4558         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4559         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4561         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4562         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4563         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4564         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4565         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4566         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4567         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4568         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4569         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4570         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4571         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4572         Moved ...
4573         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4574         ... here.
4575         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4576         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4577         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4578         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4579         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4580         Moved ...
4581         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4582         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4583         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4584         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4585         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4586         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4587         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4588         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4589         Moved ...
4590         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4591         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4592         Moved ...
4593         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4594         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4595         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4596         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4597         Moved ...
4598         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4599         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4600         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4601         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4602         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4603         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4604         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4605         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4606         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4607         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4608         Moved ...
4609         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4610         ... here.
4611         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4612         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4613         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4614         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4615         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4616         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4617         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4618         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4619         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4620         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4621         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4622         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4623         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4624         Moved ...
4625         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4626         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4627         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4628         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4629         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4630         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4631         Moved ...
4632         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4633         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4634         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4635         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4636         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4638         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4639         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4640         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4641         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4642         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4643         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4644         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4645         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4646         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4647         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4648         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4649         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4650         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4651         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4652         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4653         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4654         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4655         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4656         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4657         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4658         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4659         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4660         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4661         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4662         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4663         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4664         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4665         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4667 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4669         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4670         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4671         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4672         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4673         (IPV6_PMTUDISC_INTERFACE): Likewise.
4674         (IPV6_PMTUDISC_OMIT): Likewise.
4676 2014-06-23  Andreas Schwab  <schwab@suse.de>
4678         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4679         Remove unused errout label.
4681 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4683         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4684         macro: hardware supports Vector Crypto instructions.
4686 2014-06-23  Will Newton  <will.newton@linaro.org>
4688         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4689         rather than __builtin_expect.
4691         * elf/dl-lookup.c (undefined_msg): Remove variable.
4692         (_dl_lookup_symbol_x): Replace undefined_msg with string
4693         literal.
4695         * elf/dl-lookup.c (do_lookup_unique): New function.
4696         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4697         to a separate function.
4699 2014-06-23  Andreas Schwab  <schwab@suse.de>
4701         [BZ #17079]
4702         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4703         before reading the next line.
4705 2014-06-23  Will Newton  <will.newton@linaro.org>
4707         * test-skeleton.c (signal_handler): Use printf and %m
4708         rather than perror.  Use printf rather than fprintf to
4709         stderr.  Use puts rather than fputs to stderr.
4710         (main): Likewise.
4712 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4714         * nscd/nscd.c (thread_info_t): Remove typedef.
4715         (thread_info): Remove variable.
4717 2014-06-21  Allan McRae  <allan@archlinux.org>
4719         * NEWS: Mention CVE-2014-4043.
4721 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4723         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4724         * nptl/smp.h: ... here.
4726         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4728         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4729         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4730         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4731         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4733         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4734         * nptl/stack-aliasing.h: New file.
4735         * sysdeps/i386/i686/stack-aliasing.h: New file.
4736         * sysdeps/i386/i686/nptl/Makefile: File removed.
4737         * sysdeps/x86_64/stack-aliasing.h: New file.
4738         * sysdeps/x86_64/nptl/Makefile
4739         (CFLAGS-pthread_create.c): Variable removed.
4741         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4742         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4743         old file.
4744         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4745         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4746         old file.
4748 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4750         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4751         (__ASSUME_SIGFRAME_V2): Remove macro.
4752         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4753         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4754         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4755         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4756         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4757         Declare as function.  Remove conditional macro definitions.
4758         (__default_rt_sa_restorer): Likewise.
4759         (__default_sa_restorer_v1): Remove declaration.
4760         (__default_sa_restorer_v2): Likewise.
4761         (__default_rt_sa_restorer_v1): Likewise.
4762         (__default_rt_sa_restorer_v2): Likewise.
4763         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4764         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4765         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4767 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4769         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4770         (libpthread-routines): Add sysdep.
4771         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4772         * sysdeps/unix/sysv/linux/sparc/Versions
4773         (libpthread: GLIBC_2.3.3): New version set.
4774         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4775         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4776         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4777         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4778         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4779         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4780         Moved ...
4781         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4782         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4783         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4784         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4785         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4786         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4787         * sysdeps/sparc/nptl/sem_init.c: ... here.
4788         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4789         * sysdeps/sparc/nptl/sem_post.c: ... here.
4790         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4791         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4792         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4793         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4794         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4795         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4796         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4797         (libpthread-routines): Add cpu_relax.
4798         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4799         File removed.
4800         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4801         (librt: GLIBC_2.3.3): New version set.
4802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4803         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4804         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4805         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4806         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4807         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4808         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4809         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4810         Moved ...
4811         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4812         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4813         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4814         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4815         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4816         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4817         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4818         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4819         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4820         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4821         Moved ...
4822         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4823         Update #include.
4824         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4825         Moved ...
4826         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4827         Update #include.
4828         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4829         Moved ...
4830         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4831         Update #include.
4832         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4833         Moved ...
4834         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4835         Update #include.
4836         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4837         Moved ...
4838         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4839         Update #include.
4840         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4841         Moved ...
4842         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4843         Update #include.
4844         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4845         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4846         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4847         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4848         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4849         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4850         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4851         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4852         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4853         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4854         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4855         Moved ...
4856         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4857         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4858         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4859         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4860         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4862 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4864         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4865         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4866         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4867         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4868         * nscd/nscd.c: Likewise.
4869         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4870         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4871         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4872         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4874         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4875         <kernel-features.h>.
4876         (init_mq_netlink): Remove conditional have_sock_cloexec
4877         definitions.  Remove code conditional on have_sock_cloexec < 0.
4878         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4879         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4880         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4881         <kernel-features.h>.
4882         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4883         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4885 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4887         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4888         Add tests for memset_chk and memset.
4890         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4891         with AVX2_Usable.
4893 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4895         [BZ #16046]
4896         * elf/tst-dl-iter-static.c: New file.
4897         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4899         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4900         error.
4902 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4904         * sysdeps/unix/sysv/linux/kernel-features.h
4905         (__ASSUME_F_GETOWN_EX): Remove macro.
4906         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4907         <kernel-features.h>.
4908         (miss_F_GETOWN_EX): Remove variable or macro.
4909         (do_fcntl): Do not check miss_F_GETOWN_EX.
4910         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4912         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4913         Remove macro.
4914         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4915         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4916         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4918         * sysdeps/unix/sysv/linux/kernel-features.h
4919         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4920         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4921         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4922         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4924 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4926         [BZ #17075]
4927         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4928         Fix calculation of the symbol's value.
4929         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4930         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4931         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4932         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4933         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4934         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4935         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4936         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4937         (modules-names): Add `tst-armtlsdescmod',
4938         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4939         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4940         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4941         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4942         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4943         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4944         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4945         ($(objpfx)tst-armtlsdescloc): New dependency.
4946         ($(objpfx)tst-armtlsdescextnow): Likewise.
4947         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4948         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4949         TLS scheme support.
4950         * sysdeps/arm/configure: Regenerate.
4952 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4954         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4955         (__atfct_seterrno_2): Likewise.
4956         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4957         <kernel-features.h>.
4958         (__ASSUME_ATFCTS): Do not undefine and redefine.
4959         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4960         (__have_atfcts): Remove conditional definition.
4961         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4962         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4963         unreachable if [__ASSUME_ATFCTS].
4964         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4965         not undefine and redefine.
4966         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4967         <kernel-features.h>.
4968         (faccessat) [__NR_faccessat]: Make code unconditional.
4969         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4970         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4971         <kernel-features.h>.
4972         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4973         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4974         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4975         <kernel-features.h>.
4976         (fchownat) [__NR_fchownat]: Make code unconditional.
4977         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4978         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4979         <kernel-features.h>.
4980         (futimesat) [__NR_futimesat]: Make code unconditional.
4981         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4982         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4983         <kernel-features.h>.
4984         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4985         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4986         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4987         <kernel-features.h>.
4988         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4989         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4990         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4991         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4992         <kernel-features.h>.
4993         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4994         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4995         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4996         <kernel-features.h>.
4997         (linkat) [__NR_linkat]: Make code unconditional.
4998         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4999         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
5000         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
5001         <kernel-features.h>.
5002         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
5003         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
5004         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
5005         <kernel-features.h>.
5006         (mkdirat) [__NR_mkdirat]: Make code unconditional.
5007         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
5008         * sysdeps/unix/sysv/linux/openat.c: Do not include
5009         <kernel-features.h>.
5010         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
5011         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
5012         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
5013         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
5014         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
5015         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
5016         <kernel-features.h>.
5017         (readlinkat) [__NR_readlinkat]: Make code unconditional.
5018         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
5019         result of INLINE_SYSCALL directly, not via int variable.
5020         * sysdeps/unix/sysv/linux/renameat.c: Do not include
5021         <kernel-features.h>.
5022         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
5023         (renameat) [__NR_renameat]: Make code unconditional.
5024         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
5025         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
5026         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
5027         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
5028         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
5029         (__ASSUME_ATFCTS): Do not undefine and redefine.
5030         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
5031         <kernel-features.h>.
5032         (symlinkat) [__NR_symlinkat]: Make code unconditional.
5033         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5034         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
5035         <kernel-features.h>.
5036         (unlinkat) [__NR_unlinkat]: Make code unconditional.
5037         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5038         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
5039         (__ASSUME_ATFCTS): Do not undefine and redefine.
5040         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
5041         <kernel-features.h>.
5042         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
5043         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5044         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
5045         <kernel-features.h>.
5046         (__xmknodat) [__NR_mknodat]: Make code unconditional.
5047         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
5049 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
5051         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
5053 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
5055         [BZ #17069]
5056         * posix/regcomp.c (parse_reg_exp): Deallocate partially
5057         constructed tree before returning error.
5058         * posix/bug-regexp36.c: Expand test case.
5060 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
5062         [BZ #6803]
5063         * math/libm-test.inc (scalbln_test_date):
5064         Add errno expectations.
5065         * math/w_scalblnf.c: New File.
5066         Add wrapper which checks for setting errno to ERANGE.
5067         Add weak_alias for corresponding scalbln function.
5068         * math/w_scalbln.c: Likewise.
5069         * math/w_scalblnl.c: Likewise.
5070         * math/Makefile (libm-calls): Add w_scalbln.
5071         * sysdeps/ieee754/flt-32/s_scalblnf.c:
5072         Remove weak_alias for corresponding scalbln function.
5073         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
5074         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
5075         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
5076         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
5077         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
5078         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
5079         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
5080         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
5081         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
5082         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
5083         Remove long_double_symbol for scalblnl function in libm, libc.
5084         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
5085         Add wrapper which checks for setting errno to ERANGE.
5086         Add long_double_symbol for scalblnl function in libm, libc.
5087         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
5088         Remove long_double_symbol for scalblnl in libm.
5089         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
5090         Add wrapper which checks for setting errno to ERANGE.
5091         Add long_double_symbol for scalblnl function in libm.
5092         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
5093         Do not use wrapper because of own implementation.
5095 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
5097         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
5098         3 bytes for __pad1 for x32.
5099         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
5101 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
5102             H.J. Lu  <hongjiu.lu@intel.com>
5104         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
5105         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
5106         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5107         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5108         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
5110 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
5112         [BZ #17069]
5113         * posix/regcomp.c (parse_expression): Deallocate partially
5114         constructed tree before returning error.
5115         * posix/Makefile.c (tests): Add bug-regex36.
5116         (generated): Add bug-regex36.mtrace.
5117         (tests-special): Add $(objpfx)bug-regex36-mem.out
5118         (bug-regex36-ENV): New variable.
5119         ($(objpfx)bug-regex36-mem.out): New rule.
5120         * posix/bug-regex36.c: New file.
5122 2014-06-19  Will Newton  <will.newton@linaro.org>
5124         * malloc/malloc.c (systrim): If extra is zero then return
5125         early.
5127 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5129         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
5131 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
5133         * sysdeps/aarch64/strchr.S: New file.
5135 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
5137         [BZ #17022]
5138         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
5139         from arguments -2 or below.
5140         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
5141         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
5143 2014-06-18  Andreas Schwab  <schwab@suse.de>
5145         [BZ #17062]
5146         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
5147         of a bracket expr not to run off the end of the string.
5148         * posix/Makefile (tests): Add tst-fnmatch3.
5149         * posix/tst-fnmatch3.c: New file.
5151 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
5153         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
5154         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5155         [$(cross-compiling) = no]: Likewise.
5156         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5157         [$(cross-compiling) = no]: Likewise.
5159 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5161         [BZ #17031]
5162         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
5163         double, adjusted for any remainder from the high double.
5164         * math/libm-test.inc (nearbyint): Add tests.
5165         (rint): Likewise.
5167 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5169         * nptl/sysdeps/powerpc/Makefile: Moved ...
5170         * sysdeps/powerpc/nptl/Makefile: ... here.
5171         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
5172         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
5173         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
5174         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
5175         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
5176         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
5177         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
5178         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
5179         * nptl/sysdeps/powerpc/tls.h: Moved ...
5180         * sysdeps/powerpc/nptl/tls.h: ... here.
5182 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
5184         [BZ #16681]
5185         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
5186         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
5187         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
5188         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
5189         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
5190         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
5191         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
5192         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
5193         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
5195 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
5197         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5199 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
5201         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
5202         defined operator.
5204         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
5205         $TIMEOUTFACTOR.
5207 2014-06-16  Florian Weimer  <fweimer@redhat.com>
5209         [BZ #17058]
5210         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
5211         non-executed part of the test.
5213 2014-06-16  Andreas Schwab  <schwab@suse.de>
5215         * string/bits/string2.h (strdup, strndup): Update feature guard.
5217 2014-06-14  David S. Miller  <davem@davemloft.net>
5219         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5221 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
5223         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
5224         that was previously under [RESET_PID].
5225         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
5227         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
5228         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
5229         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
5230         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5231         (__libc_vfork): New strong alias.
5232         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
5234 2014-06-14 Andi Kleen  <ak@linux.intel.com>
5236         * sysdeps/generic/elide.h: New file.
5238 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5240         * Makefile (installed-headers): Adjust path of pthread.h header.
5242 2014-06-13  Roland McGrath  <roland@hack.frob.com>
5244         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
5245         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
5246         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
5247         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
5249         * nptl/sysdeps/s390/Makefile: Moved ...
5250         * sysdeps/s390/nptl/Makefile: ... here.
5251         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
5252         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
5253         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
5254         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
5255         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
5256         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
5257         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
5258         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
5259         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
5260         * sysdeps/s390/nptl/pthreaddef.h: ... here.
5261         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
5262         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
5263         * nptl/sysdeps/s390/tls.h: Moved ...
5264         * sysdeps/s390/nptl/tls.h: ... here.
5266         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
5267         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
5269 2014-06-13  David S. Miller  <davem@davemloft.net>
5271         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
5272         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
5273         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
5274         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
5275         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
5276         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
5277         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
5278         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
5279         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
5280         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
5281         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5282         Remove RESET_PID cpp guards.
5283         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5284         Remove RESET_PID cpp guards.
5285         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
5287 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
5289         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
5290         __sp to uintptr_t.
5292 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5294         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
5295         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
5296         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
5297         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
5298         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
5299         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
5300         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
5301         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
5302         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
5303         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
5304         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
5305         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
5306         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
5307         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
5308         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
5309         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
5310         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
5311         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
5312         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
5313         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
5315         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
5316         (pthread_rwlock_rdlock): Add elision.
5317         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
5318         (pthread_rwlock_wrlock): Add elision.
5319         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
5320         (pthread_rwlock_trywrlock): Add elision.
5321         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
5322         (pthread_rwlock_tryrdlock): Add elision.
5323         * nptl/pthread_rwlock_unlock.c: Include elide.h.
5324         (pthread_rwlock_tryrdlock): Add elision unlock.
5325         * nptl/sysdeps/pthread/pthread.h:
5326         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
5327         (PTHREAD_RWLOCK_INITIALIZER,
5328         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
5329         Handle new elision field.
5330         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
5331         * sysdeps/arm/nptl/bits/pthreadtypes.h
5332         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5333         * sysdeps/sh/nptl/bits/pthreadtypes.h
5334         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5335         * sysdeps/tile/nptl/bits/pthreadtypes.h
5336         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5337         * sysdeps/a/nptl/bits/pthreadtypes.h
5338         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5339         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
5340         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5341         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
5342         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5343         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
5344         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5345         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
5346         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5347         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
5348         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5349         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
5350         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5351         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
5352         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5353         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
5354         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5355         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
5356         (elision_init): Set try_xbegin to zero when no RTM.
5357         * sysdeps/x86/nptl/bits/pthreadtypes.h
5358         (pthread_rwlock_t): Change __pad1 to __rwelision.
5359         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5361 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5363         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
5364         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
5365         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
5366         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
5368 2014-06-13  Meador Inge  <meadori@codesourcery.com>
5370         [BZ #16996]
5371         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
5372         that the cached result has been set before returning it.
5374 2014-06-12  Roland McGrath  <roland@hack.frob.com>
5376         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
5377         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
5378         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
5379         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
5380         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
5381         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
5383         * nptl/sysdeps/sparc/Makefile: Moved ...
5384         * sysdeps/sparc/nptl/Makefile: ... here.
5385         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
5386         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
5387         * nptl/sysdeps/sparc/tls.h: Moved ...
5388         * sysdeps/sparc/nptl/tls.h: ... here.
5389         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
5390         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
5391         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5392         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5393         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5394         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5395         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5396         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5397         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5398         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5399         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5400         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5401         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5402         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5403         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5404         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5405         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5406         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5407         Update #include.
5408         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5409         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5410         Update #include.
5411         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5412         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5413         Update #include.
5414         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5415         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5416         Update #include.
5418         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5420         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5421         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5423         * sysdeps/pthread/posix-timer.h: Include <list.h>.
5424         (struct list_links): Type removed.
5425         (struct thread_node, struct timer_node): Replace struct list_links
5426         with struct list_head.
5427         (list_unlink_ip): Likewise.
5428         * sysdeps/pthread/timer_routines.c
5429         (timer_free_list, thread_free_list, thread_active_list): Likewise.
5430         (list_append, list_insbefore): Likewise.
5431         (list_init): Function removed.
5432         (thread_init, init_module): Use INIT_LIST_HEAD instead.
5433         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5434         * sysdeps/pthread/Makefile: ... here, new file.
5436         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5437         * sysdeps/nptl/Implies: ... here.
5438         * sysdeps/unix/sysv/linux/Implies: Add nptl.
5439         * nptl/sysdeps/pthread/list.h: Moved ...
5440         * include/list.h: ... here.
5441         * nptl/sysdeps/pthread/createthread.c: Moved ...
5442         * nptl/createthread.c: ... here.
5443         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5444         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5445         * nptl/pt-longjmp.c: ... here.
5446         * nptl/sysdeps/pthread/Makefile: Moved ...
5447         * sysdeps/nptl/Makefile: ... here.
5448         * nptl/sysdeps/pthread/Subdirs: Moved ...
5449         * sysdeps/nptl/Subdirs: ... here.
5450         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5451         * sysdeps/nptl/aio_misc.h: ... here.
5452         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5453         * sysdeps/nptl/bits/libc-lock.h: ... here.
5454         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5455         * sysdeps/nptl/bits/libc-lockP.h: ... here.
5456         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5457         * sysdeps/nptl/bits/stdio-lock.h: ... here.
5458         * nptl/sysdeps/pthread/configure: Moved ...
5459         * sysdeps/nptl/configure: ... here.
5460         * nptl/sysdeps/pthread/configure.ac: Moved ...
5461         * sysdeps/nptl/configure.ac: ... here.
5462         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5463         * sysdeps/nptl/gai_misc.h: ... here.
5464         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5465         * sysdeps/nptl/librt-cancellation.c: ... here.
5466         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5467         * sysdeps/nptl/malloc-machine.h: ... here.
5468         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5469         * sysdeps/nptl/pthread-functions.h: ... here.
5470         * nptl/sysdeps/pthread/pthread.h: Moved ...
5471         * sysdeps/nptl/pthread.h: ... here.
5472         * nptl/sysdeps/pthread/setxid.h: Moved ...
5473         * sysdeps/nptl/setxid.h: ... here.
5474         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5475         * sysdeps/nptl/sigfillset.c: ... here.
5476         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5477         * sysdeps/nptl/tcb-offsets.h: ... here.
5478         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5479         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5480         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5481         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5482         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5483         * sysdeps/pthread/allocalim.h: ... here.
5484         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5485         * sysdeps/pthread/bits/sigthread.h: ... here.
5486         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5487         * sysdeps/pthread/flockfile.c: ... here.
5488         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5489         * sysdeps/pthread/ftrylockfile.c: ... here.
5490         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5491         * sysdeps/pthread/funlockfile.c: ... here.
5492         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5493         * sysdeps/pthread/posix-timer.h: ... here.
5494         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5495         * sysdeps/pthread/timer_create.c: ... here.
5496         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5497         * sysdeps/pthread/timer_delete.c: ... here.
5498         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5499         * sysdeps/pthread/timer_getoverr.c: ... here.
5500         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5501         * sysdeps/pthread/timer_gettime.c: ... here.
5502         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5503         * sysdeps/pthread/timer_routines.c: ... here.
5504         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5505         * sysdeps/pthread/timer_settime.c: ... here.
5506         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5507         * sysdeps/pthread/tst-timer.c: ... here.
5508         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5509         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5511         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5512         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5514         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5515         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5516         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5517         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5518         Update #include target.
5519         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5520         * sysdeps/i386/i686/nptl/Makefile: ... here.
5521         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5522         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5523         Update #include target.
5524         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5525         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5526         * nptl/sysdeps/i386/Makefile: Moved ...
5527         * sysdeps/i386/nptl/Makefile: ... here.
5528         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5529         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5530         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5531         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5532         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5533         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5534         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5535         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5536         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5537         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5538         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5539         * nptl/sysdeps/i386/tls.h: Moved ...
5540         * sysdeps/i386/nptl/tls.h: ... here.
5542         * sysdeps/sh/Makefile [$(subdir) = csu]
5543         (gen-as-const-headers): Add tcb-offsets.sym.
5544         * nptl/sysdeps/sh/Makefile: File removed.
5545         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5546         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5547         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5548         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5549         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5550         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5551         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5552         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5553         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5554         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5555         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5556         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5557         * nptl/sysdeps/sh/tls.h: Moved ...
5558         * sysdeps/sh/nptl/tls.h: ... here.
5559         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5560         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5561         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5562         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5563         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5564         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5565         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5566         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5567         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5568         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5569         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5570         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5571         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5572         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5573         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5574         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5575         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5576         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5577         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5578         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5579         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5580         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5581         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5582         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5583         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5584         Moved ...
5585         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5586         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5587         Moved ...
5588         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5589         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5590         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5591         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5592         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5593         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5594         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5595         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5596         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5597         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5598         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5599         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5600         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5602         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5604         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5605         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5606         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5608 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5610         * posix/spawn_faction_addopen.c: Include string.h.
5612 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5614         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5615         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5616         * nptl/sysdeps/x86_64/Makefile: Moved ...
5617         * sysdeps/x86_64/nptl/Makefile: ... here.
5618         * nptl/sysdeps/x86_64/configure: Moved ...
5619         * sysdeps/x86_64/nptl/configure: ... here.
5620         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5621         * sysdeps/x86_64/nptl/configure.ac: ... here.
5622         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5623         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5624         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5625         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5626         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5627         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5628         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5629         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5630         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5631         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5632         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5633         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5634         * nptl/sysdeps/x86_64/tls.h: Moved ...
5635         * sysdeps/x86_64/nptl/tls.h: ... here.
5636         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5637         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5638         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5639         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5641         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5643 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5647 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5649         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5650         type.
5651         [POSIX] (off_t): Likewise.
5652         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5653         [POSIX] (S_ISBLK): Require macro.
5654         [POSIX] (S_ISCHR): Likewise.
5655         [POSIX] (S_ISDIR): Likewise.
5656         [POSIX] (S_ISFIFO): Likewise.
5657         [POSIX] (S_ISREG): Likewise.
5658         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5659         optional-macro.
5660         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5661         type.
5662         [POSIX] (time_t): Likewise.
5663         [POSIX] (timer_t): Likewise.
5665 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5667         [BZ #17048]
5668         * posix/spawn_int.h (struct __spawn_action): Make the path string
5669         non-const to support deallocation.
5670         * posix/spawn_faction_addopen.c
5671         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5672         * posix/spawn_faction_destroy.c
5673         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5674         path in all spawn_do_open actions.
5675         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5676         posix_spawn_file_actions_addopen.
5678 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5680         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5681         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5682         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5683         conditional code always true.
5684         (__libc_vfork): New alias.
5686 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5688         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5689         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5691         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5693         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5694         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5696         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5697         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5699         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5700         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5702 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5704         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5705         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5706         multiarch strcmp for PPC64.
5707         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5708         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5709         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5710         multiarch optimizations.
5711         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5712         (__libc_ifunc_impl_list): Likewise.
5714 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5716         * benchtests/scripts/validate_benchout.py: New script.
5717         * benchtests/Makefile (bench-func): Call it.
5718         * benchtests/scripts/benchout.schema.json: New file.
5720 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5722         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5723         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5724         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5725         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5726         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5727         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5728         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5729         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5730         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5731         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5732         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5733         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5734         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5735         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5736         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5737         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5739         Moved ...
5740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5741         ... here.
5742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5743         Moved ...
5744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5746         Moved ...
5747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5748         ... here.
5749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5750         Moved ...
5751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5752         ... here.
5753         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5754         Moved ...
5755         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5757         Moved ...
5758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5759         ... here.
5760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5761         Moved ...
5762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5763         ... here.
5764         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5765         Moved ...
5766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5768         Moved ...
5769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5770         ... here.
5771         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5772         Moved ...
5773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5774         ... here.
5775         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5776         Moved ...
5777         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5778         ... here.
5779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5780         Moved ...
5781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5782         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5783         Moved ...
5784         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5785         ... here.
5786         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5787         Moved ...
5788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5789         ... here.
5790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5791         Moved ...
5792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5793         ... here.
5794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5795         Moved ...
5796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5797         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5798         Moved ...
5799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5800         ... here.
5801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5802         Moved ...
5803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5804         ... here.
5805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5806         Moved ...
5807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5809         Moved ...
5810         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5811         ... here.
5812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5813         Moved ...
5814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5816         Moved ...
5817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5819         Moved ...
5820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5821         ... here.
5822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5823         Moved ...
5824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5825         ... here.
5826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5827         Moved ...
5828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5829         ... here.
5830         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5831         Moved ...
5832         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5834         Moved ...
5835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5836         ... here.
5837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5838         Moved ...
5839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5840         ... here.
5841         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5842         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5843         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5844         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5845         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5846         Moved ...
5847         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5848         ... here.
5849         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5850         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5851         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5852         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5853         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5854         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5855         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5856         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5857         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5858         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5859         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5860         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5861         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5862         Moved ...
5863         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5864         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5865         Moved ...
5866         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5867         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5868         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5869         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5870         Moved ...
5871         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5872         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5873         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5874         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5875         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5876         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5877         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5879 2014-06-10  Wilco  <wdijkstr@arm.com>
5881         * math/test-fenv-return.c: New file.
5882         * math/Makefile: Add new test test-fenv-return.
5884 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5886         [BZ #17042]
5887         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5888         when x - 1 is zero.
5889         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5890         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5891         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5892         0.0L for an argument of 1.0L.
5893         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5894         Likewise.
5895         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5896         value when x - 1 is zero.
5897         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5898         * sysdeps/i386/fpu/libm-test-ulps: Update.
5899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5901 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5903         [BZ #15119]
5904         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5906 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5908         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5909         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5911 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5913         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5914         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5916         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5917         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5919         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5920         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5922         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5923         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5925         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5926         if not already defined.
5927         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5928         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5929         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5930         (TLS_INIT_TP): Use it.
5931         (TLS_DEFINE_INIT_TP): New macro.
5932         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5934 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5936         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5937         constant.
5938         [POSIX] (IXANY): Likewise.
5939         [POSIX] (OLCUC): Likewise.
5940         [POSIX || POSIX2008] (CBAUD): Do not allow.
5941         [POSIX || POSIX2008] (DEFECHO): Likewise.
5942         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5943         [POSIX || POSIX2008] (ECHOKE): Likewise.
5944         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5945         [POSIX || POSIX2008] (EXTA): Likewise.
5946         [POSIX || POSIX2008] (EXTB): Likewise.
5947         [POSIX || POSIX2008] (FLUSHO): Likewise.
5948         [POSIX || POSIX2008] (LOBLK): Likewise.
5949         [POSIX || POSIX2008] (PENDIN): Likewise.
5950         [POSIX || POSIX2008] (SWTCH): Likewise.
5951         [POSIX || POSIX2008] (VDISCARD): Likewise.
5952         [POSIX || POSIX2008] (VDSUSP): Likewise.
5953         [POSIX || POSIX2008] (VLNEXT): Likewise.
5954         [POSIX || POSIX2008] (VREPRINT): Likewise.
5955         [POSIX || POSIX2008] (VSTATUS): Likewise.
5956         [POSIX || POSIX2008] (VWERASE): Likewise.
5957         (B*): Change to B[0123456789]*.
5958         * conform/data/time.h-data [POSIX || UNIX98]
5959         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5960         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5961         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5962         [POSIX] (tm_*): Do not allow.
5964 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5966         * Makefile (install): Don't set LANGUAGE.
5967         * Makefile.in (install): Likewise.
5968         * assert/Makefile (test-assert-ENV): Remove variable.
5969         (test-assert-perr-ENV): Likewise.
5970         * elf/Makefile (neededtest4-ENV): Likewise.
5971         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5972         [$(cross-compiling) = no]: Don't set LANGUAGE.
5973         * io/ftwtest-sh (LANG): Remove variable.
5974         * libio/Makefile (tst-widetext-ENV): Likewise.
5975         * manual/install.texi (Running make install): Don't refer to
5976         environment settings for make install.
5977         * INSTALL: Regenerated.
5978         * nptl/tst-tls6.sh: Don't set LANG.
5979         * posix/globtest.sh (LANG): Remove variable.
5980         * string/Makefile (tester-ENV): Likewise.
5981         (inl-tester-ENV): Likewise.
5982         (noinl-tester-ENV): Likewise.
5983         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5984         [$(cross-compiling) = no]: Don't set LANGUAGE.
5985         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5986         without explicit environment settings.
5988 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5990         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5991         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5992         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5993         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5995 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5997         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5998         other files in the crypt directory.
5999         * crypt/crypt.c: Remove duplicate includes.
6000         * crypt/crypt-entry.c: Likewise.
6001         * crypt/crypt_util.c: Likewise.
6003 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
6005         * Makeconfig (run-program-env): New variable.
6006         (run-program-prefix-before-env): Likewise.
6007         (run-program-prefix-after-env): Likewise.
6008         (run-program-prefix): Define in terms of new variables.
6009         (built-program-cmd-before-env): New variable.
6010         (built-program-cmd-after-env): Likewise.
6011         (built-program-cmd): Define in terms of new variables.
6012         (test-program-prefix-before-env): New variable.
6013         (test-program-prefix-after-env): Likewise.
6014         (test-program-prefix): Define in terms of new variables.
6015         (test-program-cmd-before-env): New variable.
6016         (test-program-cmd-after-env): Likewise.
6017         (test-program-cmd): Define in terms of new variables.
6018         * Rules (make-test-out): Use $(run-program-env).
6019         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
6020         (help): Do not mention environment variables.  Mention
6021         --timeoutfactor option.
6022         (timeoutfactor): New variable.
6023         (blacklist_exports): Remove function.
6024         (exports): Remove variable.
6025         (command): Do not include ${exports}.
6026         * manual/install.texi (Configuring and compiling): Do not mention
6027         test wrappers preserving environment variables.  Mention that last
6028         assignment to a variable must take precedence.
6029         * INSTALL: Regenerated.
6030         * benchtests/Makefile (run-bench): Use $(run-program-env).
6031         * catgets/Makefile ($(objpfx)test1.cat): Use
6032         $(built-program-cmd-before-env), $(run-program-env) and
6033         $(built-program-cmd-after-env).
6034         ($(objpfx)test2.cat): Do not specify environment variables
6035         explicitly.
6036         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
6037         $(run-program-env) and $(built-program-cmd-after-env).
6038         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
6039         $(run-program-env) and $(test-program-cmd-after-env).
6040         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
6041         explicitly.
6042         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
6043         run_program_env and test_program_cmd_after_env arguments.
6044         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
6045         * elf/tst-pathopt.sh: Use run_program_env argument.
6046         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
6047         $(test-wrapper-env) and $(run-program-env).
6048         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
6049         run_program_env arguments.
6050         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
6051         * intl/Makefile ($(objpfx)tst-gettext.out): Use
6052         $(test-program-prefix-before-env), $(run-program-env) and
6053         $(test-program-prefix-after-env).
6054         ($(objpfx)tst-gettext2.out): Likewise.
6055         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
6056         run_program_env and test_program_prefix_after_env arguments.
6057         * intl/tst-gettext2.sh: Likewise.
6058         * intl/tst-gettext4.sh: Do not set environment variables
6059         explicitly.
6060         * intl/tst-gettext6.sh: Likewise.
6061         * intl/tst-translit.sh: Likewise.
6062         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
6063         $(test-program-prefix-before-env), $(run-program-env) and
6064         $(test-program-prefix-after-env).
6065         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
6066         run_program_env and test_program_prefix_after_env arguments.
6067         * math/Makefile (run-regen-ulps): Use $(run-program-env).
6068         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
6069         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
6070         explicitly with each use of ${test_wrapper_env}.
6071         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
6072         $(test-program-prefix-before-env), $(run-program-env) and
6073         $(test-program-prefix-after-env).
6074         * posix/tst-getconf.sh: Do not set environment variables
6075         explicitly.
6076         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
6077         run_program_env and test_program_prefix_after_env arguments.
6078         * stdio-common/tst-printf.sh: Do not set environment variables
6079         explicitly.
6080         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
6081         $(test-program-prefix-before-env), $(run-program-env) and
6082         $(test-program-prefix-after-env).
6083         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
6084         run_program_env and test_program_prefix_after_env arguments.
6085         Split $test calls into $test_pre and $test.
6086         * timezone/Makefile (build-testdata): Use
6087         $(built-program-cmd-before-env), $(run-program-env) and
6088         $(built-program-cmd-after-env).
6090 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6092         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
6093         strlen for non SHARED builds.
6095 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6097         * nptl/allocatestack.c (check_list): Inlined function...
6098         (__reclaim_stacks): ... here.
6100 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
6102         [BZ #15698]
6103         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6104         memory overrun.
6106 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
6108         * Rules (make-test-out): Include
6109         LOCPATH=$(common-objpfx)localedata in default environment.
6110         * debug/Makefile (tst-chk1-ENV): Remove variable.
6111         (tst-chk2-ENV): Likewise.
6112         (tst-chk3-ENV): Likewise.
6113         (tst-chk4-ENV): Likewise.
6114         (tst-chk5-ENV): Likewise.
6115         (tst-chk6-ENV): Likewise.
6116         (tst-lfschk1-ENV): Likewise.
6117         (tst-lfschk2-ENV): Likewise.
6118         (tst-lfschk3-ENV): Likewise.
6119         (tst-lfschk4-ENV): Likewise.
6120         (tst-lfschk5-ENV): Likewise.
6121         (tst-lfschk6-ENV): Likewise.
6122         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
6123         (tst-iconv7-ENV): Likewise.
6124         * intl/Makefile (LOCPATH-ENV): Likewise.
6125         (tst-codeset-ENV): Likewise.
6126         (tst-gettext3-ENV): Likewise.
6127         (tst-gettext5-ENV): Likewise.
6128         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
6129         (tst-fopenloc-ENV): Likewise.
6130         (tst-fgetws-ENV): Remove variable.
6131         (tst-ungetwc1-ENV): Likewise.
6132         (tst-ungetwc2-ENV): Likewise.
6133         (bug-ungetwc2-ENV): Likewise.
6134         (tst-swscanf-ENV): Likewise.
6135         (bug-ftell-ENV): Likewise.
6136         (tst-fgetwc-ENV): Likewise.
6137         (tst-fseek-ENV): Likewise.
6138         (tst-ftell-partial-wide-ENV): Likewise.
6139         (tst-ftell-active-handler-ENV): Likewise.
6140         (tst-ftell-append-ENV): Likewise.
6141         * posix/Makefile (tst-fnmatch-ENV): Likewise.
6142         (tst-regexloc-ENV): Likewise.
6143         (bug-regex1-ENV): Likewise.
6144         (tst-regex-ENV): Likewise.
6145         (tst-regex2-ENV): Likewise.
6146         (bug-regex5-ENV): Likewise.
6147         (bug-regex6-ENV): Likewise.
6148         (bug-regex17-ENV): Likewise.
6149         (bug-regex18-ENV): Likewise.
6150         (bug-regex19-ENV): Likewise.
6151         (bug-regex20-ENV): Likewise.
6152         (bug-regex22-ENV): Likewise.
6153         (bug-regex23-ENV): Likewise.
6154         (bug-regex25-ENV): Likewise.
6155         (bug-regex26-ENV): Likewise.
6156         (bug-regex30-ENV): Likewise.
6157         (bug-regex32-ENV): Likewise.
6158         (bug-regex33-ENV): Likewise.
6159         (bug-regex34-ENV): Likewise.
6160         (bug-regex35-ENV): Likewise.
6161         (tst-rxspencer-ENV): Likewise.
6162         (tst-rxspencer-no-utf8-ENV): Likewise.
6163         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
6164         (tst-sscanf-ENV): Likewise.
6165         (tst-swprintf-ENV): Likewise.
6166         (tst-swscanf-ENV): Likewise.
6167         (test-vfprintf-ENV): Likewise.
6168         (scanf13-ENV): Likewise.
6169         (bug14-ENV): Likewise.
6170         (tst-grouping-ENV): Likewise.
6171         * stdlib/Makefile (tst-strtod-ENV): Likewise.
6172         (tst-strtod3-ENV): Likewise.
6173         (tst-strtod4-ENV): Likewise.
6174         (tst-strtod5-ENV): Likewise.
6175         (testmb2-ENV): Likewise./
6176         * string/Makefile (tst-strxfrm-ENV): Likewise.
6177         (tst-strxfrm2-ENV): Likewise.
6178         (bug-strcoll1-ENV): Likewise.
6179         (test-strcasecmp-ENV): Likewise.
6180         (test-strncasecmp-ENV): Likewise.
6181         * time/Makefile (tst-strptime-ENV): Likewise.
6182         (tst-ftime_l-ENV): Likewise.
6183         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
6184         (tst-mbrtowc-ENV): Likewise.
6185         (tst-wcrtomb-ENV): Likewise.
6186         (tst-mbrtowc2-ENV): Likewise.
6187         (tst-c16c32-1-ENV): Likewise.
6188         (tst-mbsnrtowcs-ENV): Likewise.
6190 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
6192         * manual/resource.texi (How to get information about the memory
6193         subsystem?): Fix typo.
6194         Reported by Peon de la Parra Ivan <peon@keba.com>
6196 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
6198         [BZ #16882]
6199         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
6200         (pthread_spin_lock): Branch out of spin loop to proper location.
6201         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
6202         (pthread_spin_lock): Likewise.
6204         * nptl/tst-spin4.c: New test.
6205         * nptl/Makefile (tests): Add tst-spin4.
6207 2014-06-03  Andreas Schwab  <schwab@suse.de>
6209         [BZ #15946]
6210         * resolv/res_send.c (send_dg): Reload file descriptor after
6211         calling reopen.
6213 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
6215         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6217 2014-06-03  Richard Henderson  <rth@redhat.com>
6219         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
6220         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
6221         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
6222         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
6223         in the SAVE_PID block.
6224         (__libc_vfork): New alias.
6225         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
6227         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
6228         child in registers, not on the stack.  Remove RESET_PID conditionals.
6229         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
6231 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6233         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6235 2014-06-03  Wilco  <wdijkstr@arm.com>
6237         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
6238         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
6239         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6240         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
6241         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
6242         Likewise.
6244 2014-06-03  Wilco  <wdijkstr@arm.com>
6246         * sysdeps/aarch64/fpu/math_private.h
6247         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
6248         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
6249         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
6250         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6251         Fix declarations.
6253 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6255         * crypt/crypt-private.h: Include ufc-crypt.h.
6256         (__b64_from_24bit): Declare extern.
6257         * crypt/crypt_util.c(__b64_from_24bit): New function.
6258         (b64t): New static const variable.
6259         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
6260         (b64t): Remove variable.
6261         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
6262         * crypt/sha256-crypt.c: Include crypt-private.h.
6263         (b64t): Remove variable.
6264         (__sha256_crypt_r): Remove b64_from_24bit and replace
6265         with __b64_from_24bit.
6266         * crypt/sha512-crypt.c: Likewise.
6268 2014-06-02  Roland McGrath  <roland@hack.frob.com>
6270         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
6271         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
6272         Label the code __libc_vfork rather than __vfork.
6273         [!NOT_IN_libc] (vfork): Define as weak alias.
6274         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
6275         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
6276         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
6278 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6280         * malloc/malloc.c (malloc_info): Fix format specifier for
6281         n_mmaps.
6283 2014-06-02  Wilco  <wdijkstr@arm.com>
6285         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
6286         FPCR write.
6288 2014-06-02  Wilco  <wdijkstr@arm.com>
6290         [BZ #17009]
6291         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
6292         Rewrite to reduce FPCR/FPSR accesses.
6294 2014-06-01  David S. Miller  <davem@davemloft.net>
6296         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6298 2014-05-31  David S. Miller  <davem@davemloft.net>
6300         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
6301         to occur in round to nearest mode when |x| >= 2.0
6303 2014-05-30  Richard Henderson  <rth@twiddle.net>
6305         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
6306         (PSEUDO_RET_NOERRNO): Remove.
6307         (ret): Don't redefine.
6308         (ret_NOERRNO): Define in terms of ret.
6309         (ret_ERRVAL): Likewise.
6311         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
6312         use of PSEUDO_RET; perform the error check directly.
6314 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
6316         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
6317         with __int128_t.
6319 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6321         * malloc/malloc (malloc_info): Fix formatting.
6323 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6324             Roland McGrath  <roland@hack.frob.com>
6326         * malloc/malloc (malloc_info): Also print mmapped statistics.
6328 2014-05-30  Roland McGrath  <roland@hack.frob.com>
6330         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
6331         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
6333 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
6335         * malloc/malloc.c (malloc_info): Inline mi_arena.
6337 2014-05-29  Richard Henderson  <rth@twiddle.net>
6339         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
6340         Remove comma before expanding ASM_ARGS_##nr.
6341         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
6342         Make _x0 a strict output; make _x8 a strict input; adjust expansion
6343         of ASM_ARGS_##nr.
6344         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
6345         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
6346         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
6347         (ASM_ARGS_1): Add leading comma.
6349         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
6350         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
6351         to __errno_location.
6352         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
6353         Remove the expected plt for __errno_location.
6355         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6356         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
6357         call to __read_tp.
6359         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6360         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
6361         it and break it down.
6362         (DOCARGS_0, DOCARGS_1): Do nothing.
6363         (DOCARGS_2): Update to store into the new stack frame.
6364         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
6365         (UNDOCARGS_1): Update to restore from the new stack frame.
6366         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
6367         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
6369         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6370         (SINGLE_THREAD_P): New parameter for result regno.
6371         (PSEUDO): Update to match; use cbz instead of beq.
6373         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6374         Use ENTRY to define the _nocancel entry point.  Share the syscall
6375         and syscall error check paths with the cancel path.
6376         (PSEUDO_END): New.
6378         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
6379         whitespace; tabs before and after asm mnemonics.
6381 2014-05-29  Eric Wong  <normalperson@yhbt.net>
6383         [BZ #15132]
6384         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6385         Call fstat64 or stat64 internally, depending on arguments passed.
6386         Replace stat buffer argument with file descriptor argument.
6387         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
6388         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6389         Pass fd to __internal_statvfs instead of calling fstat64.
6390         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
6391         Pass fd to __internal_statvfs64 instead of calling fstat64.
6392         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6393         Pass -1 to __internal_statvfs instead of calling stat64.
6394         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6395         Pass -1 to __internal_statvfs64 instead of calling stat64.
6397 2014-05-28  Roland McGrath  <roland@hack.frob.com>
6399         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6400         that was previously under [RESET_PID].
6401         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6403         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6404         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6406 2014-05-27  Roland McGrath  <roland@hack.frob.com>
6408         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6410         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6411         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6413 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
6415         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6417 2014-05-27  Andreas Schwab  <schwab@suse.de>
6419         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6420         TLS_INIT_TP macro.
6421         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6422         * elf/rtld.c (init_tls, dl_main): Likewise.
6423         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6424         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6425         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6426         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6427         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6428         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6429         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6430         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6431         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6432         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6433         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6434         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6435         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6436         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6437         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6438         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6439         * sysdeps/generic/tls.h: Update description.
6441 2014-05-27  Will Newton  <will.newton@linaro.org>
6443         [BZ #16990]
6444         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6445         and restore r2 rather than just restoring.
6447 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6449         [BZ #16724]
6450         * libio/tst-ftell-append.c: New test case.
6451         * libio/Makefile (tests): Add test case.
6452         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6453         append mode.
6454         * libio/wfileops.c (do_ftell_wide): Likewise.
6456 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6458         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6460         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6461         ...
6462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6464         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6465         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6466         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6467         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6468         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6469         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6470         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6471         Moved ...
6472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6473         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6474         Moved ...
6475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6476         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6477         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6478         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6479         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6480         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6481         ...
6482         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6483         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6484         Moved ...
6485         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6486         here.
6487         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6488         ...
6489         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6490         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6491         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6493         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6494         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6495         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6496         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6498         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6499         merge into ...
6500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6501         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6502         ...
6503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6504         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6505         ...
6506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6507         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6508         Moved ...
6509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6510         here.
6511         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6512         Moved ...
6513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6514         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6515         Moved ...
6516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6519         conditional [RESET_PID].
6520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6521         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6522         removed.
6523         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6524         removed.
6526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6527         <tcb-offsets.h>.
6528         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6529         (__libc_vfork): New strong alias.
6530         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6531         removed.
6532         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6533         Removed.
6535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6536         <tcb-offsets.h>.
6537         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6538         (__libc_vfork): New strong alias.
6539         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6540         removed.
6541         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6542         removed.
6544 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6546         * malloc/malloc.c (mi_arena): New function.
6547         (malloc_info): Remove nested function mi_arena. Call non-nosted
6548         function mi_arena.
6550 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6552         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6553         by insrwi.
6554         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6555         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6556         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6557         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6558         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6559         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6560         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6562 2014-05-26  Andreas Schwab  <schwab@suse.de>
6564         [BZ #16984]
6565         * locale/programs/repertoire.c (repertoire_read): Add slash
6566         between I18NPATH element and file name.
6567         * locale/programs/locfile.c (locfile_read): Likewise.
6569 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6571         * nptl/pthread_mutexattr_settype.c
6572         (__pthread_mutexattr_settype):
6573         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6575 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6577         * nptl/tst-mutex5 (do_test):
6578         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6580 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6582         * benchtests/README: Document 'init' directive.
6583         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6584         BENCH_INIT.
6585         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6586         (parse_file): Recognize 'init' directive.
6588 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6590         [BZ #16796]
6591         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6592         alignment of struct pthread.
6594 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6596         [BZ #16878]
6597         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6598         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6599         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6600         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6602 2014-05-25  Richard Henderson  <rth@twiddle.net>
6604         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6605         (SINGLE_THREAD_P_PIC): Remove.
6606         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6607         (SINGLE_THREAD_P_PIC): Remove.
6609         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6610         branch to syscall error ...
6611         (PSEUDO): ... here.
6612         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6613         from __local_syscall_error to .Lsyscall_error.
6614         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6615         (SYSCALL_ERROR): Update label name.
6617         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6618         Do not use DOARGS/UNDOARGS.
6619         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6620         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6621         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6622         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6623         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6625         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6626         block comment.
6628         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6629         define if !NOT_IN_libc.
6630         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6631         define with non-default symbol versions.
6633 2014-05-23  Richard Henderson  <rth@twiddle.net>
6635         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6636         (vfork, __vfork): Define via compat_symbol.
6638         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6639         [!HAVE_IFUNC] (vfork_compat): Remove.
6640         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6642 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6644         [BZ #16978]
6645         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6646         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6647         variable.
6649 2014-05-23  Richard Henderson  <rth@twiddle.net>
6651         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6652         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6653         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6654         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6656         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6657         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6658         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6659         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6660         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6661         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6662         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6663         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6664         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6665         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6666         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6667         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6668         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6669         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6670         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6671         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6672         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6673         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6674         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6675         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6676         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6677         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6678         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6679         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6680         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6681         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6682         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6683         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6684         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6685         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6686         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6687         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6688         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6689         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6691         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6693         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6695         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6696         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6697         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6698         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6699         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6700         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6701         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6702         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6703         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6704         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6705         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6706         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6707         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6708         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6709         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6710         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6711         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6713         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6714         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6715         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6716         before exiting on error.
6717         (__libc_vfork): New strong alias.
6718         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6719         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6721         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6722         that was previously under [RESET_PID].
6723         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6725         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6727 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6729         [BZ #16977]
6730         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6731         value when x - 1 is zero.
6732         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6733         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6734         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6735         0.0L for an argument of 1.0L.
6736         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6737         Likewise.
6738         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6739         value when x - 1 is zero.
6740         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6741         * sysdeps/i386/fpu/libm-test-ulps: Update.
6742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6744 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6746         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6747         alphasort and versionsort.
6749 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6751         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6752         macro.
6753         [copysignf]: Likewise.
6755 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6757         * crypt/md5-crypt.c: Fix formatting.
6759 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6761         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6762         (b64_from_24bit): New function.
6764 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6766         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6767         libc_hidden_builtin_def to ifunc.
6768         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6769         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6771 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6773         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6774         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6776 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6778         * nscd/Depend (linuxthreads): Remove.
6779         (nptl): Add.
6780         * resolv/Depend (linuxthreads): Remove.
6781         * rt/Depend (linuxthreads): Remove.
6783         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6784         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6785         $(common-objpfx)elf/.
6786         (link-libc-before-gnulib): Likewise.
6787         (elfobjdir): Remove variable.
6788         * Makefile (install): Use $(elf-objpfx) instead of
6789         $(common-objpfx)elf/.
6790         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6791         $(elfobjdir)/.
6792         (link-libc-deps): Likewise.
6793         ($(common-objpfx)libc.so): Likewise.
6794         ($(common-objpfx)linkobj/libc.so): Likewise.
6795         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6796         instead of $(common-objpfx)elf/.
6797         (symbolic-link-list): Likewise.
6798         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6799         [$(cross-compiling) = no]: Likewise.
6800         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6801         $(elfobjdir)/.
6802         (static-gnulib-arch): Likewise.
6803         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6804         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6805         $(common-objpfx)elf/.
6807 2014-05-21  Richard Henderson  <rth@redhat.com>
6809         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6810         (SINGLE_THREAD_P): Use the correct width load.  Fold
6811         into the ldr offset.
6813         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6814         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6816 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6818         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6819         (libgcc_s_resume): Use __attribute_used__.
6820         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6821         Likewise.
6823 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6825         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6826         optimization when used with float constants.
6828         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6830 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6832         [BZ #16915]
6833         * locale/nl_langinfo_l.c: Make direct reference to every
6834         _nl_current_CATEGORY symbol.
6835         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6836         (tests-static): Add tst-langinfo-static.
6837         (tests-special): Add tst-langinfo-static.out.
6838         ($(objpfx)tst-langinfo.out): Redirect output.
6839         ($(objpfx)tst-langinfo-static.out): New.
6840         * localedata/tst-langinfo.sh: Send output to stdout.
6841         * localedata/tst-langinfo-static.c: New file.
6843         [BZ #16965]
6844         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6845         when the shift amount is modulo the limb size.
6847 2014-05-20  Richard Henderson  <rth@redhat.com>
6849         [BZ #16967]
6850         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6851         Change type of sa_flags from unsigned int to int.
6853         [BZ #16966]
6854         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6856         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6858 2014-05-20  Will Newton  <will.newton@linaro.org>
6860         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6861         Test the return value of the system call in the nocancel case.
6863 2014-05-20  Will Newton  <will.newton@linaro.org>
6864             Yvan Roux  <yvan.roux@linaro.org>
6866         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6867         #include of asm/ptrace.h.
6868         (PTRACE_GET_THREAD_AREA): Remove #undef.
6869         (PTRACE_GETHBPREGS): Likewise.
6870         (PTRACE_SETHBPREGS): Likewise.
6871         (struct user_regs_struct): New structure.
6872         (struct user_fpsimd_struct): New structure.
6873         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6874         #include of asm/ptrace.h and second #include of sys/user.h.
6875         (PTRACE_GET_THREAD_AREA): Remove #undef.
6876         (PTRACE_GETHBPREGS): Likewise.
6877         (PTRACE_SETHBPREGS): Likewise.
6878         (ELF_NGREG): Use new struct user_regs_struct.
6879         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6881 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6883         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6884         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6886 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6888         [BZ #16958]
6889         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6890         membar to avoid block loads/stores to overlap previous stores.
6892 2014-05-17  Richard Henderson  <rth@redhat.com>
6894         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6895         Create the __##syscall_name##_nocancel entry point.
6896         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6897         Remove; let the sysdep-cancel.h code create it.
6899 2014-05-17  David S. Miller  <davem@davemloft.net>
6901         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6902         Protect with __USE_GNU.
6903         (TIOCSET_TEMPT): Likewise.
6904         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6905         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6906         these are already provided in bits/ioctl-types.h
6908 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6910         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6911         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6913         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6914         Use wait4 regardless of [__NR_waitpid].
6916 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6918         PR libgcc/60166
6919         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6920         (_FP_NANSIGN_Q): Set the quiet bit.
6922 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6924         * benchtests/Makefile
6925         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6926         not $(common-objpfx)math/libm.so.
6927         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6928         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6929         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6930         $(common-objpfx)dlfcn/libdl.so.
6931         ($(objpfx)tst-audit8): Depend on $(libm), not
6932         $(common-objpfx)math/libm.so.
6933         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6934         not $(common-objpfx)dlfcn/libdl.so.
6935         * math/Makefile
6936         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6937         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6938         [$(build-shared) = yes].
6939         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6940         $(common-objpfx)nptl/libpthread.so.
6941         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6942         $(common-objpfx)math/libm.so$(libm.so-version) or
6943         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6944         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6945         $(common-objpfx)dlfcn/libdl.so.
6946         * setjmp/Makefile (link-libm): Remove variable.
6947         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6948         * stdio-common/Makefile (link-libm): Remove variable.
6949         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6950         * stdlib/Makefile (link-libm): Remove variable.
6951         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6952         ($(objpfx)tst-strtod-round): Likewise.
6953         ($(objpfx)tst-tininess): Likewise.
6954         ($(objpfx)tst-strtod-underflow): Likewise.
6955         ($(objpfx)tst-strtod6): Likewise.
6956         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6957         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6958         $(common-objpfx)dlfcn/libdl.so.
6960 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6962         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6963         BSD terminal modes definitions.
6965 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6967         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6968         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6970         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6971         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6972         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6973         Don't do #include_next.
6974         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6975         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6976         Don't do #include_next.
6977         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6978         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6979         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6980         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6982 2014-05-16  Allan McRae  <allan@archlinux.org>
6984         * po/sv.po: Update Swedish translation from translation project.
6986         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6987         in sed expression.
6989 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6991         [BZ #16917]
6992         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6993         errno if the TIOCGPTN ioctl fails with an error different than
6994         EINVAL.
6995         * login/tst-ptsname.c: New file.
6996         * login/Makefile (tests): Add tst-ptsname.
6998         [BZ #16943]
6999         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
7000         and prlimit64.
7002 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7004         [BZ #16849]
7005         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
7006         herrno to return EAI_AGAIN.
7008 2014-05-14  Roland McGrath  <roland@hack.frob.com>
7010         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
7011         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
7012         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
7013         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
7014         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
7015         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
7016         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
7017         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
7018         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
7019         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
7020         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
7021         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
7022         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
7023         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
7024         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
7025         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
7026         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
7027         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
7028         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
7029         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
7030         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
7031         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
7032         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
7033         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
7034         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
7035         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
7036         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
7037         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
7038         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
7039         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
7040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
7041         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
7042         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
7043         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
7044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
7045         Moved ...
7046         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
7047         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
7048         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
7049         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
7050         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
7051         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
7052         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
7053         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
7054         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
7055         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
7056         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
7057         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
7058         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
7059         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
7060         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
7061         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
7062         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
7063         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
7064         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
7065         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
7066         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
7067         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
7068         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
7069         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
7070         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
7071         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
7072         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
7073         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
7074         Moved ...
7075         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
7076         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
7077         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
7078         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
7079         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
7080         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
7081         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
7082         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
7083         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
7084         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
7085         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
7086         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
7087         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
7088         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
7089         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
7090         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
7091         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
7092         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
7093         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
7094         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
7095         Moved ...
7096         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
7097         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
7098         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
7100         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
7101         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
7102         (libpthread-sysdep_routines): Add elision-related stuff here instead.
7103         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
7104         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
7105         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
7106         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
7107         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
7108         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
7109         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
7110         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
7111         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
7112         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
7113         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
7114         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
7115         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
7116         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
7117         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
7118         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
7119         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
7120         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
7121         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
7122         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
7123         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
7124         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
7125         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
7126         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
7127         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
7128         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
7129         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
7130         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
7132         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
7133         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
7135         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
7136         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
7137         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
7138         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
7139         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
7140         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
7141         Moved ...
7142         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
7143         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
7144         Moved ...
7145         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
7146         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
7147         Moved ...
7148         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
7149         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
7150         Moved ...
7151         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
7152         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
7153         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
7154         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
7155         Moved ...
7156         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
7157         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
7158         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
7159         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
7160         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
7161         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
7162         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
7163         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
7164         Moved ...
7165         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
7166         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
7167         Moved ...
7168         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
7169         ... here.
7170         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
7171         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
7172         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
7173         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
7174         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
7175         Moved ...
7176         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
7177         ... here.
7178         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
7179         Moved ...
7180         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
7181         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
7182         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
7183         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
7184         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
7185         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
7186         Moved ...
7187         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
7188         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
7189         Moved ...
7190         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
7191         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
7192         Moved ...
7193         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
7194         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
7195         Moved ...
7196         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
7197         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
7198         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
7199         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
7200         Moved ...
7201         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
7202         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
7203         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
7204         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
7205         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
7206         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
7207         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
7208         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
7209         Moved ...
7210         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
7211         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7212         Moved ...
7213         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7214         ... here.
7215         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
7216         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
7217         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
7218         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
7219         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7220         Moved ...
7221         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7222         ... here.
7223         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
7224         Moved ...
7225         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
7226         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
7227         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
7228         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
7229         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
7230         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
7231         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
7232         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
7233         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
7234         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
7235         Moved ...
7236         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
7237         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
7238         Moved ...
7239         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
7240         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
7241         Moved ...
7242         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
7243         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
7244         Moved ...
7245         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
7246         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
7247         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
7248         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
7249         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
7250         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
7251         Moved ...
7252         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
7253         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
7254         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
7255         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
7256         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
7257         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
7258         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
7259         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
7260         Moved ...
7261         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
7262         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7263         Moved ...
7264         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7265         ... here.
7266         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
7267         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
7268         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
7269         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
7270         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7271         Moved ...
7272         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7273         ... here.
7274         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
7275         Moved ...
7276         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
7277         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
7278         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
7279         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
7280         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
7281         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
7282         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
7283         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
7284         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
7285         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
7286         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
7288         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
7289         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
7291         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
7292         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
7294         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
7295         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
7296         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
7297         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
7298         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
7299         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
7300         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
7301         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
7302         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
7303         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
7304         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
7305         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
7306         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
7307         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
7308         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
7309         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
7310         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
7311         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
7312         Moved ...
7313         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
7314         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
7315         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
7316         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
7317         Moved ...
7318         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
7319         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
7320         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
7321         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
7322         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
7323         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
7324         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
7325         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
7326         Moved ...
7327         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
7328         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
7329         Moved ...
7330         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
7331         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
7332         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
7333         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
7334         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
7335         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
7336         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
7337         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
7338         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
7339         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
7340         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
7341         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
7342         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
7343         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
7344         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
7345         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
7346         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
7348         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
7349         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
7350         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
7351         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
7352         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
7354         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
7355         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
7356         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
7357         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
7358         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
7359         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
7360         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
7361         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
7362         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
7363         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
7365         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
7366         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
7368         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
7369         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
7370         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
7371         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
7372         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
7373         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
7374         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
7375         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
7376         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
7377         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
7378         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
7379         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
7380         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
7381         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
7382         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
7383         Update #include.
7384         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
7385         Likewise.
7386         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
7387         Likewise.
7388         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
7389         Likewise.
7390         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
7391         Likewise.
7392         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7393         Likewise.
7394         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7395         Likewise.
7396         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7397         Likewise.
7398         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7399         Likewise.
7400         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7401         Likewise.
7402         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7403         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7404         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7405         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7406         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
7407         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7408         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7409         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7410         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7411         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7412         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7413         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7414         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7415         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
7416         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
7418         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7419         that was previously under [RESET_PID].
7420         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7421         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7422         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7424         * sysdeps/i386/nptl/Implies: New file.
7425         * sysdeps/x86_64/nptl/Implies: New file.
7426         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7427         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7428         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7429         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7431         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7432         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7433         (__libc_vfork): New strong alias.
7434         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7435         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7437         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7438         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7439         (__libc_vfork): New strong alias.
7440         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7441         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7443         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7444         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7445         (__libc_vfork): New strong alias.
7446         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7447         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7448         * nptl/pt-vfork.c: New file.
7449         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7450         (libpthread: GLIBC_2.20): New version set (empty).
7452 2014-05-14  Will Newton  <will.newton@linaro.org>
7454         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7455         rather than #if.
7457 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7459         [BZ #16564]
7460         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7461         arguments with exponent 65 or above.
7462         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7463         arguments 0x1p113L or above.
7464         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7465         to arguments 0x1p107L or above.
7466         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7467         positive arguments with exponent 65 or above.
7468         * math/auto-libm-test-in: Add more tests of log1p.
7469         * math/auto-libm-test-out: Regenerated.
7471         [BZ #16928]
7472         * math/s_cacos.c (__cacos): Ensure zero real part of result from
7473         non-finite arguments is +0.
7474         * math/s_cacosf.c (__cacosf): Likewise.
7475         * math/s_cacosl.c (__cacosl): Likewise.
7476         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7477         * sysdeps/i386/fpu/libm-test-ulps: Update.
7478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7480         [BZ #16927]
7481         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7482         value.
7483         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7484         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7485         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7486         for explicit high bit of mantissa when testing for argument equal
7487         to 1.
7488         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7489         * sysdeps/i386/fpu/libm-test-ulps: Update.
7490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7492         [BZ #16516]
7493         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7494         (__erf): Scale by 16 instead of 8 in potentially underflowing
7495         case.  Ensure exception if result actually underflows.
7496         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7497         (__erff): Scale by 16 instead of 8 in potentially underflowing
7498         case.  Ensure exception if result actually underflows.
7499         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7500         (efx8): Remove variable.
7501         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7502         case.  Ensure exception if result actually underflows.
7503         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7504         (efx8): Remove variable.
7505         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7506         case.  Ensure exception if result actually underflows.
7507         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7508         (efx8): Remove variable.
7509         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7510         case.  Ensure exception if result actually underflows.
7511         * math/auto-libm-test-in: Add more tests of erf.
7512         * math/auto-libm-test-out: Regenerated.
7514 2014-05-14  Andreas Schwab  <schwab@suse.de>
7516         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7517         Remove code conditionalized on USE___THREAD.
7519         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7520         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7521         not definedness.
7523 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7525         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7526         Define unconditionally.
7527         (__ASSUME_O_CLOEXEC): Likewise.
7528         (__ASSUME_SOCK_CLOEXEC): Likewise.
7529         (__ASSUME_IN_NONBLOCK): Likewise.
7530         (__ASSUME_PIPE2): Likewise.
7531         (__ASSUME_EVENTFD2): Likewise.
7532         (__ASSUME_SIGNALFD4): Likewise.
7533         (__ASSUME_DUP3): Likewise.
7534         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7535         (__ASSUME_DUP3): Do not define.
7536         (__ASSUME_EVENTFD2): Likewise.
7537         (__ASSUME_IN_NONBLOCK): Likewise.
7538         (__ASSUME_O_CLOEXEC): Likewise.
7539         (__ASSUME_PIPE2): Likewise.
7540         (__ASSUME_SIGNALFD4): Likewise.
7541         (__ASSUME_SOCK_CLOEXEC): Likewise.
7542         (__ASSUME_UTIMES): Undefine.
7543         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7544         (__ASSUME_UTIMES): Do not define.
7545         (__ASSUME_O_CLOEXEC): Likewise.
7546         (__ASSUME_SOCK_CLOEXEC): Likewise.
7547         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7548         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7549         0x020621].
7550         (__ASSUME_PIPE2): Likewise.
7551         (__ASSUME_EVENTFD2): Likewise.
7552         (__ASSUME_SIGNALFD4): Likewise.
7553         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7554         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7555         Do not define.
7556         (__ASSUME_EVENTFD2): Likewise.
7557         (__ASSUME_SIGNALFD4): Likewise.
7558         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7559         (__ASSUME_32BITUIDS): Likewise.
7560         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7561         (__ASSUME_IPC64): Likewise.
7562         (__ASSUME_ST_INO_64_BIT): Likewise.
7563         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7564         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7565         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7566         (__ASSUME_UTIMES): Do not define.
7567         (__ASSUME_PSELECT): Likewise.
7568         (__ASSUME_PPOLL): Likewise.
7569         (__ASSUME_O_CLOEXEC): Likewise.
7570         (__ASSUME_SOCK_CLOEXEC): Likewise.
7571         (__ASSUME_IN_NONBLOCK): Likewise.
7572         (__ASSUME_PIPE2): Likewise.
7573         (__ASSUME_EVENTFD2): Likewise.
7574         (__ASSUME_SIGNALFD4): Likewise.
7575         (__ASSUME_DUP3): Likewise.
7576         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7577         (__ASSUME_UTIMES): Likewise.
7578         (__ASSUME_O_CLOEXEC): Likewise.
7579         (__ASSUME_SOCK_CLOEXEC): Likewise.
7580         (__ASSUME_IN_NONBLOCK): Likewise.
7581         (__ASSUME_PIPE2): Likewise.
7582         (__ASSUME_EVENTFD2): Likewise.
7583         (__ASSUME_SIGNALFD4): Likewise.
7584         (__ASSUME_DUP3): Likewise.
7585         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7586         (__ASSUME_UTIMES): Likewise.
7587         (__ASSUME_O_CLOEXEC): Likewise.
7588         (__ASSUME_SOCK_CLOEXEC): Likewise.
7589         (__ASSUME_IN_NONBLOCK): Likewise.
7590         (__ASSUME_PIPE2): Likewise.
7591         (__ASSUME_EVENTFD2): Likewise.
7592         (__ASSUME_SIGNALFD4): Likewise.
7593         (__ASSUME_DUP3): Likewise.
7594         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7595         Likewise.
7596         (__ASSUME_UTIMES): Likewise.
7597         (__ASSUME_EVENTFD2): Likewise.
7598         (__ASSUME_SIGNALFD4): Likewise.
7599         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7600         (__ASSUME_O_CLOEXEC): Likewise.
7601         (__ASSUME_SOCK_CLOEXEC): Likewise.
7602         (__ASSUME_IN_NONBLOCK): Likewise.
7603         (__ASSUME_PIPE2): Likewise.
7604         (__ASSUME_EVENTFD2): Likewise.
7605         (__ASSUME_SIGNALFD4): Likewise.
7606         (__ASSUME_DUP3): Likewise.
7607         (__ASSUME_UTIMES): Undefine.
7609         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7610         feclearexcept.  Remove symbol versioning code.
7611         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7612         symbol versioning code.
7613         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7614         symbol versioning code.
7615         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7616         feupdateenv.  Remove symbol versioning code.
7617         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7618         fegetexceptflag.  Remove symbol versioning code.
7619         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7620         fesetexceptflag.  Remove symbol versioning code.
7621         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7622         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7623         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7624         (__posix_fadvise64_l32): Remove prototype.
7625         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7626         code.
7628 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7630         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7631         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7632         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7633         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7635 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7637         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7638         current working directory
7640 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7642         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7643         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7644         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7645         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7646         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7647         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7648         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7649         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7650         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7651         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7652         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7653         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7654         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7655         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7656         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7657         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7658         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7659         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7660         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7661         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7662         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7663         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7664         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7665         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7666         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7667         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7668         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7669         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7670         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7671         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7672         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7673         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7674         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7675         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7676         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7677         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7678         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7679         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7680         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7681         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7682         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7683         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7685         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7686         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7688         * sysdeps/unix/sysv/linux/arm/Makefile
7689         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7690         Add rt-aeabi_unwind_cpp_pr1.
7691         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7692         Add nptl-aeabi_unwind_cpp_pr1.
7693         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7694         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7695         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7696         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7697         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7698         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7700         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7701         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7702         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7703         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7705         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7706         Deconditionalize the code that was previously under [RESET_PID].
7707         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7709         * sysdeps/generic/exit-thread.h: New file.
7710         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7711         * include/unistd.h (__exit_thread): Remove declaration.
7712         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7713         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7714         * csu/libc-start.c: Include <exit-thread.h>.
7715         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7716         * nptl/pthread_create.c: Include <exit-thread.h>.
7717         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7718         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7719         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7720         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7721         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7722         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7723         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7724         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7725         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7726         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7727         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7728         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7729         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7730         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7731         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7732         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7733         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7735 2014-05-13  Andreas Schwab  <schwab@suse.de>
7737         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7739 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7741         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7742         (__ASSUME_UTIMES): Do not condition on kernel version.
7743         (__ASSUME_PSELECT): Define unconditionally.
7744         (__ASSUME_PPOLL): Likewise.
7745         (__ASSUME_ATFCTS): Likewise.
7746         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7747         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7748         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7749         (__ASSUME_UTIMENSAT): Define unconditionally.
7750         (__ASSUME_PRIVATE_FUTEX): Likewise.
7751         (__ASSUME_FALLOCATE): Likewise.
7752         (__ASSUME_O_CLOEXEC): Likewise.
7753         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7754         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7755         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7756         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7757         (__ASSUME_IN_NONBLOCK): Likewise.
7758         (__ASSUME_PIPE2): Likewise.
7759         (__ASSUME_EVENTFD2): Likewise.
7760         (__ASSUME_SIGNALFD4): Likewise.
7761         (__ASSUME_DUP3): Likewise.
7762         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7763         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7764         (__ASSUME_AT_RANDOM): Likewise.
7765         (__ASSUME_PREADV): Likewise.
7766         (__ASSUME_PWRITEV): Likewise.
7767         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7768         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7769         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7770         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7771         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7772         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7773         (__ASSUME_O_CLOEXEC): Define unconditionally.
7774         (__ASSUME_PSELECT): Do not undefine conditionally.
7775         (__ASSUME_PPOLL): Likewise.
7776         (__ASSUME_ATFCTS): Likewise.
7777         (__ASSUME_SET_ROBUST_LIST): Likewise.
7778         (__ASSUME_UTIMENSAT): Likewise.
7779         (__ASSUME_FDATASYNC): Define unconditionally.
7780         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7781         (__ASSUME_SIGFRAME_V2): Likewise.
7782         )__ASSUME_EVENTFD2): Likewise.
7783         (__ASSUME_SIGNALFD4): Likewise.
7784         (__ASSUME_PSELECT): Do not undefine conditionally.
7785         (__ASSUME_PPOLL): Likewise.
7786         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7787         (__ASSUME_PSELECT): Define unconditionally.
7788         (__ASSUME_PPOLL): Likewise.
7789         (__ASSUME_O_CLOEXEC): Likewise.
7790         (__ASSUME_SOCK_CLOEXEC): Likewise.
7791         (__ASSUME_IN_NONBLOCK): Likewise.
7792         (__ASSUME_PIPE2): Likewise.
7793         (__ASSUME_EVENTFD2): Likewise.
7794         (__ASSUME_SIGNALFD4): Likewise.
7795         (__ASSUME_DUP3): Likewise.
7796         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7797         (__ASSUME_O_CLOEXEC): Likewise.
7798         (__ASSUME_SOCK_CLOEXEC): Likewise.
7799         (__ASSUME_IN_NONBLOCK): Likewise.
7800         (__ASSUME_PIPE2): Likewise.
7801         (__ASSUME_EVENTFD2): Likewise.
7802         (__ASSUME_SIGNALFD4): Likewise.
7803         (__ASSUME_DUP3): Likewise.
7804         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7805         (__ASSUME_EVENTFD2): Likewise.
7806         (__ASSUME_SIGNALFD4): Likewise.
7807         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7809 2014-05-12  Andreas Schwab  <schwab@suse.de>
7811         [BZ #16932]
7812         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7813         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7814         than maximum RPC packet size.
7815         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7816         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7817         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7818         (_nss_nis_getservbyport_r): Likewise.
7820 2014-05-12  Will Newton  <will.newton@linaro.org>
7822         * malloc/Makefile (tests): Add tst-mallopt.
7823         * malloc/tst-mallopt.c: New file.
7825 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7827         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7828         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7830 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7832         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7833         (tst-tlsmod6.so): Likewise.
7835 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7837         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7839 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7841         [BZ #16064]
7842         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7843         and <dl-procinfo.h>.
7844         (__fegetenv): Save SSE state in envp->__eip if supported.
7845         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7846         envp->__eip if supported.
7847         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7848         and <dl-procinfo.h>.
7849         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7850         __data_offset and __data_selector in environment to 0.  Set SSE
7851         state if supported.
7852         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7853         test-fenv-sse.
7854         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7855         -mfpmath=sse.
7856         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7858 2014-05-09  Will Newton  <will.newton@linaro.org>
7860         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7861         and libc_relro_required for ARM.
7862         * sysdeps/arm/preconfigure: Regenerate.
7864 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7865             Stefan Liebler  <stli@linux.vnet.ibm.com>
7867         * config.make.in (enable-lock-elision): New Makefile variable.
7868         * configure.ac: Likewise.
7869         * configure: Regenerate.
7870         * sysdeps/s390/configure.ac:
7871         Add check for gcc transactions support.
7872         * sysdeps/s390/configure: Regenerate.
7873         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7874         Build elision files if enabled.
7875         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7876         Add lock elision support for s390.
7877         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7878         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7879         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7880         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7881         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7882         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7883         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7884         Likewise.
7885         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7886         Likewise.
7887         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7888         Likewise.
7889         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7890         Likewise.
7891         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7892         (__lll_timedlock_elision, __lll_lock_elision)
7893         (__lll_unlock_elision, __lll_trylock_elision)
7894         (lll_timedlock_elision, lll_lock_elision)
7895         (lll_unlock_elision, lll_trylock_elision): Add.
7896         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7897         (pthread_mutex_t): Add lock elision support for s390.
7899 2014-05-14  Wilco  <wdijkstr@arm.com>
7901         * sysdeps/arm/fclrexcpt.c: Cleanup.
7902         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7903         * sysdeps/arm/feenablxcpt.c: Cleanup.
7904         * sysdeps/arm/fegetenv.c: Cleanup.
7905         * sysdeps/arm/fegetexcept.c: Cleanup.
7906         * sysdeps/arm/fegetround.c: Cleanup.
7907         * sysdeps/arm/feholdexcpt.c: Cleanup.
7908         * sysdeps/arm/fesetenv.c: Cleanup.
7909         * sysdeps/arm/fesetround.c: Cleanup.
7910         * sysdeps/arm/feupdateenv.c: Cleanup.
7911         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7912         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7913         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7914         * sysdeps/arm/ftestexcept.c: Cleanup.
7915         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7916         * sysdeps/arm/setfpucw.c: Cleanup.
7918 2014-05-09  Will Newton  <will.newton@linaro.org>
7920         * sysdeps/arm/armv7/strcmp.S: New file.
7921         * NEWS: Mention addition of ARMv7 optimized strcmp.
7923 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7925         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7926         look for %.ac rather than %.in.
7928         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7929         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7930         * sysdeps/mach/hurd/configure: Regenerated.
7931         * sysdeps/unix/sysv/linux/configure: Regenerated.
7933         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7935 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7937         [BZ# 16922]
7938         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7939         (LONG_SUB): Ditto.
7940         (PTR_SUB): Ditto.
7942 2014-05-07  Andreas Schwab  <schwab@suse.de>
7944         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7945         when skipping over non-matching result from nscd.
7947 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7949         [BZ #16876]
7950         * nptl/sockperf.c (client): Check socket return value.
7952         [BZ #16877]
7953         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7954         nscd security class.
7956 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7958         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7959         * sysdeps/arm/unwind.h: ... here.
7961 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7963         [BZ# 16916]
7964         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7965         Define.
7967 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7969         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7970         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7971         multiarch strncpy for PPC64.
7972         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7973         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7974         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7975         multiarch optimizations.
7976         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7977         (__libc_ifunc_impl_list): Likewise.
7978         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7979         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7980         multiarch stpncpy for PPC64.
7981         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7982         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7984 2014-05-06  Andreas Schwab  <schwab@suse.de>
7986         [BZ #16912]
7987         * gmon/mcount.c (_MCOUNT_DECL): Use
7988         atomic_compare_and_exchange_bool_acq instead of
7989         catomic_compare_and_exchange_bool_acq.
7991 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7993         * elf/Makefile (others, install-bin): Remove pldd.
7994         (pldd-modules): Variable removed.
7995         ($(objpfx)pldd): Target removed.
7996         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7997         (others, install-bin): Append pldd here.
7998         ($(objpfx)pldd): New target.
8000         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
8001         to 0, so the first #if test emitted later doesn't see it undefined.
8002         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
8003         * sysdeps/gnu/errlist.c: Regenerated.
8005 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8007         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8008         [libc_hidden_builtin_def]: Define to empty value.
8009         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
8010         [libc_hidden_builtin_def]: Likewise.
8011         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
8012         [libc_hidden_builtin_def]: Likewise.
8013         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
8014         [libc_hidden_builtin_def]: Likewise.
8015         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
8016         __redirect_memcpy and define ifunc as default hidden symbol.
8017         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
8018         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
8020 2014-05-04  Adam Conrad  <adconrad@0c3.net>
8022         * locale/iso-4217.def: Reintroduce XDR currency.
8024 2014-05-04  Allan McRae  <allan@archlinux.org>
8026         * po/eo.po: Update Esperanto translation from translation project.
8028 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
8030         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
8031         and FEATURE_INDEX_MAX to 1.
8032         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
8034 2014-05-01  Steve Ellcey  <sellcey@mips.com>
8036         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
8037         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
8038         * iconvdata/big5.c (ONE_DIRECTION): Define.
8039         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
8040         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
8041         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
8042         * iconvdata/cp932.c (ONE_DIRECTION): Define.
8043         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
8044         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
8045         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
8046         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
8047         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
8048         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
8049         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
8050         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
8051         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
8052         * iconvdata/gbk.c (ONE_DIRECTION): Define.
8053         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
8054         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
8055         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
8056         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
8057         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
8058         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
8059         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
8060         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
8061         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
8062         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
8063         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
8064         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
8065         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
8066         * iconvdata/iso646.c (ONE_DIRECTION): Define.
8067         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
8068         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
8069         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
8070         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
8071         * iconvdata/johab.c (ONE_DIRECTION): Define.
8072         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
8073         * iconvdata/sjis.c (ONE_DIRECTION): Define.
8074         * iconvdata/t.61.c (ONE_DIRECTION): Define.
8075         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
8076         * iconvdata/tscii.c (ONE_DIRECTION): Define.
8077         * iconvdata/uhc.c (ONE_DIRECTION): Define.
8078         * iconvdata/unicode.c (ONE_DIRECTION): Define.
8079         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
8080         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
8081         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
8083 2014-05-01  Roland McGrath  <roland@hack.frob.com>
8085         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
8086         (_IO_JUMPS_OFFSET): Define to 0.
8088         * nptl/sysdeps/pthread/bits/libc-lock.h
8089         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
8090         (__libc_lock_define_initialized_recursive): Always define using
8091         initializer.  Modern compilers treat uninitialized (implicit zero) and
8092         explicit zero initializers the same (i.e. put the datum in bss).
8094 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
8096         * nscd/nscd-client.h: Include <string.h>.
8098 2014-05-01  David S. Miller  <davem@davemloft.net>
8100         [BZ #16885]
8101         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
8102         multiple zero bytes exist at the end of a string.
8103         Reported by Aurelien Jarno <aurelien@aurel32.net>
8105         * string/test-strcmp.c (check): Add explicit test for situations where
8106         there are multiple zero bytes after the first.
8108 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
8110         [BZ #16890]
8111         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
8112         when compiling wprintf.
8113         * stdio-common/tstdiomisc.c (t3): New function.
8114         (main): Call it.
8116 2014-05-01  Steve Ellcey  <sellcey@mips.com>
8118         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
8119         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
8120         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
8121         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
8123 2014-05-01  Steve Ellcey  <sellcey@mips.com>
8125         * stdlib/longlong.h: Updated from GCC.
8127 2014-05-01  Will Newton  <will.newton@linaro.org>
8128             Bernard Ogden  <bernie.ogden@linaro.org>
8130         * NEWS: Update fixed bug list.
8132         [BZ #15119]
8133         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
8135 2014-04-30  David S. Miller  <davem@davemloft.net>
8137         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
8138         (libc_feholdexcept_setround_sparc_ctx): New function.
8139         (libc_fesetenv_sparc_ctx): Likewise.
8140         (libc_feupdateenv_sparc_ctx): Likewise.
8141         (libc_feholdsetround_sparc_ctx): Likewise.
8142         (libc_feholdexcept_setround_ctx): Define.
8143         (libc_feholdexcept_setroundf_ctx): Likewise.
8144         (libc_feholdexcept_setroundl_ctx): Likewise.
8145         (libc_fesetenv_ctx): Likewise.
8146         (libc_fesetenvf_ctx): Likewise.
8147         (libc_fesetenvl_ctx): Likewise.
8148         (libc_feupdateenv_ctx): Likewise.
8149         (libc_feupdateenvf_ctx): Likewise.
8150         (libc_feupdateenvl_ctx): Likewise.
8151         (libc_feresetround_ctx): Likewise.
8152         (libc_feresetroundf_ctx): Likewise.
8153         (libc_feresetroundl_ctx): Likewise.
8154         (libc_feholdsetround_ctx): Likewise.
8155         (libc_feholdsetroundf_ctx): Likewise.
8156         (libc_feholdsetroundl_ctx): Likewise.
8158         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
8159         with __USE_GNU instead of XOPEN cpp guards.
8161         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
8162         0.
8164         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
8165         with XOPEN cpp guards.
8167 2014-04-30  Julian Brown  <julian@codesourcery.com>
8169         [BZ #16888]
8170         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
8171         handling.
8173 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
8175         [BZ #9894]
8176         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
8177         Change to 2.6.32.
8178         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
8179         * sysdeps/unix/sysv/linux/configure: Regenerated.
8180         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
8181         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
8182         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
8183         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
8184         * README: Update reference to required Linux kernel version.
8185         * manual/install.texi (Linux): Update reference to required Linux
8186         kernel headers version.
8187         * INSTALL: Regenerated.
8189         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
8190         header inclusion.
8191         [POSIX] (limits.h): Likewise.
8192         [POSIX] (math.h): Likewise.
8193         [POSIX] (sys/wait.h): Likewise.
8194         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
8195         function.
8196         [POSIX] (stddef.h): Do not allow header inclusion.
8198 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8200         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
8202 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
8204         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
8205         Return immediately after lll_futex_wake.
8207 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8209         [BZ #16791]
8210         * nscd/nscd-client.h (datahead_init_common): Initialize entire
8211         structure.
8212         (datahead_init_pos): Call datahead_init_common early.
8213         (datahead_init_neg): Likewise.
8215         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
8216         datahead_init_neg): New functions.
8217         * nscd/aicache.c (addhstaiX): Use them.
8218         * nscd/grpcache.c (cache_addgr): Likewise.
8219         * nscd/hstcache.c (cache_addhst): Likewise.
8220         * nscd/initgrcache.c (addinitgroupsX): Likewise.
8221         * nscd/netgroupcache.c (do_notfound): Likewise.
8222         (addgetnetgrentX): Likewise.
8223         (addinnetgrX): Likewise.
8224         * nscd/pwdcache.c (cache_addpw): Likewise.
8225         * nscd/servicescache.c (cache_addserv): Likewise.
8227 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8228             Atsushi Onoe  <atsushi@onoe.org>
8230         [BZ #14308]
8231         [BZ #12994]
8232         [BZ #13651]
8233         * resolv/res_query.c (__libc_res_nsearch): Return if at least
8234         one response is valid.
8235         * resolv/res_send.c (send_dg): Check for validity of other
8236         response if the current response is a referral.
8238 2014-04-29  Steve Ellcey  <sellcey@mips.com>
8240         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
8242 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
8244         [BZ #16823]
8245         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
8246         Always divide by positive zero when computing -Inf result.
8247         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
8248         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
8250 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8252         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
8253         FPSCR if value do not change.
8254         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
8255         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
8256         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
8257         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
8258         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
8259         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
8260         function.
8262 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
8264         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
8265         * sysdeps/unix/sysv/linux/hppa: Move directory from
8266         ports/systeps/unix/sysv/linux/hppa.
8267         * README: Update listing for hppa-*-linux-gnu.
8269 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
8271         [BZ #16754]
8272         * manual/stdio.texi (Hook functions): Fix types of stream hook
8273         functions.
8274         [BZ #16854]
8275         * socket/sys/socket.h: Fix typo in comment.
8277 2014-04-28  Wilco  <wdijkstr@arm.com>
8279         * sysdeps/arm/fenv_private.h: New file.
8280         * sysdeps/arm/math_private.h: New file.
8281         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
8283 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
8285         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
8286         with __int128_t.
8287         (La_x86_64_retval): Likewise.
8289 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
8291         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
8292         fpsr if value didn't change.
8293         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
8294         to fpcr if value didn't change.
8295         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
8296         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
8297         fpsr or fpcr if value didn't change.
8298         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8299         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
8300         fpcr if value didn't change.
8301         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
8302         to fpsr if value didn't change.
8304 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
8306         * nptl/tst-sem3.c: Use test-skeleton.c
8307         (main): Rename to do_test.  Use return instead of
8308         exit.
8309         * nptl/tst-sem4.c: Use test-skeleton.c
8310         (main): Rename to do_test.
8312 2014-04-22  David S. Miller  <davem@davemloft.net>
8314         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
8315         (struct sigaction): New struct member __glibc_reserved0, change
8316         type of sa_flags to int.
8318 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
8320         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
8321         (COUNT_LEADING_ZEROS_0): Define for AArch64.
8323 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8325         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
8326         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
8328 2014-04-22  Will Newton  <will.newton@linaro.org>
8329             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
8331         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
8332         (__longjmp): Add longjmp and longjmp_target SystemTap
8333         probes.
8334         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
8335         (__sigsetjmp): Add setjmp SystemTap probe.
8337 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
8339         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
8340         match manual order.
8342 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8344         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
8346         * sysdeps/powerpc/fpu/fenv_private.h
8347         (libc_feholdexcept_setroundl_ctx): Define to
8348         libc_feholdexcept_setround_ppc_ctx.
8349         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
8350         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
8351         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
8352         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
8354 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8356         * sysdeps/aarch64/math-tests.h: New file.
8358 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
8360         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
8361         New.
8362         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8363         Check and set bit_AVX2_Usable.
8364         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
8365         macro.
8366         (bit_AVX2): Likewise.
8367         (index_AVX2_Usable): Likewise.
8368         (CPUID_AVX2): Likewise.
8369         (HAS_AVX2): Likewise.
8371 2014-04-17  Will Newton  <will.newton@linaro.org>
8373         * manual/setjmp.texi (System V contexts): Add note that
8374         calling setcontext on a context created by a call to a
8375         signal handler is undefined.  Update text to note that
8376         setcontext from a signal handler is possible but not
8377         recommended.
8379         [BZ #16629]
8380         * stdlib/tst-setcontext.c: Include signal.h.
8381         (main): Check that the signal stack before and
8382         after swapcontext is the same.
8384         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
8385         Re-implement to restore registers in user code and avoid
8386         rt_sigreturn system call.
8388 2014-04-17  Wilco  <wdijkstr@arm.com>
8390         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
8391         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8392         * math/test-fenv.c: Skip exception trap tests on targets which only
8393         support non-stop mode.
8395 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8396             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8398         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8399         (libc_feholdsetround_aarch64_ctx)
8400         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8401         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8402         (libc_feresetround_ctx, libc_feresetroundf_ctx)
8403         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8404         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8405         (libc_feresetround_noexl_ctx): Define.
8407 2014-04-16  Richard Henderson  <rth@redhat.com>
8409         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8411         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8412         unwind tables.
8414         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8415         const from the non-libc, non-ldso copy.
8417         * sysdeps/alpha/libm-test-ulps: Regenerate.
8419 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
8420             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8422         * sysdeps/aarch64/fpu/math_private.h: New file.
8424 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8426         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8428 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
8430         [BZ #16275]
8431         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8432         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8433         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8434         Intel MPX bound registers before _dl_profile_fixup.
8435         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8436         registers after _dl_profile_fixup.  Save and restore bound
8437         registers bnd0/bnd1 when calling _dl_call_pltexit.
8438         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8439         (LR_BND_OFFSET): Likewise.
8440         (LRV_BND0_OFFSET): Likewise.
8441         (LRV_BND1_OFFSET): Likewise.
8443 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8445         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8446         to...
8447         * sysdeps/mach/hurd/i386/tls.h: ... here.
8448         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8449         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8450         fields.
8452 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8454         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8456 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8458         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8460 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8462         [BZ #14770]
8463         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8464         * sysdeps/s390/configure: Regenerate.
8466         [BZ #16824]
8467         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8468         Set round-to-nearest internally to reduce error accumulation.
8470 2014-04-16  Alan Modra  <amodra@gmail.com>
8472         [BZ #16740]
8473         [BZ #16619]
8474         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8475         * math/libm-test.inc (frexp_test_data): Add tests.
8476         * NEWS: Update fixed bug list.
8478 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8480         * benchtests/Makefile: Depend on libraries in build directory.
8481         (bench-math): Separate out math tests.
8482         (bench-pthread): Separate out pthread tests.
8483         (bench): Include math and pthread tests.
8485 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8487         [BZ #16831]
8488         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8489         _dl_debug_initialize.
8491         * configure.ac: Remove SELinux header check.
8492         * configure: Regenerate.
8493         * nscd/selinux.c (perms): Array of const char* to permission names.
8494         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8495         default policy. Call string_to_security_class and string_to_av_perm to
8496         translate strings. Enforce default policy and call avs_has_perm with
8497         results of translated strings.
8499 2014-04-13  David S. Miller  <davem@davemloft.net>
8501         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8503 2014-04-12  Allan McRae  <allan@archlinux.org>
8505         [BZ #16838]
8506         * manual/string.texi (Collation Functions): Fix qsort argument
8507         order in example.
8508         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8510 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8512         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8513         Make the test a no-op if there are no exceptions defined.
8515 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8517         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8518         enable-hardcoded-path-in-tests
8520 2014-04-11  Will Newton  <will.newton@linaro.org>
8522         * benchtests/Makefile (extra-objs): Add json-lib.o.
8523         (bench-func): Tidy up JSON output.
8524         * benchtests/bench-skeleton.c: Include json-lib.h.
8525         (main): Use JSON library functions to do output of
8526         benchmark results.
8527         * benchtests/bench-timing-type.c (main): Output the
8528         timing type simply, leaving formatting to the user.
8529         * benchtests/json-lib.c: New file.
8530         * benchtests/json-lib.h: Likewise.
8532 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8534         [BZ #15215]
8535         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8536         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8537         memory barriers.  Add comments.
8538         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8539         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8540         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8541         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8542         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8543         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8545 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8547         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8548         * sysdeps/s390/s390-64/configure.ac: ... this ...
8549         * sysdeps/s390/configure.ac: ... to here.
8550         * sysdeps/s390/s390-32/configure: Delete file.
8551         * sysdeps/s390/s390-64/configure: Delete file.
8552         * sysdeps/s390/configure: Regenerate.
8554 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8556         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8558 2014-04-11  Will Newton  <will.newton@linaro.org>
8560         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8561         to zero if it is not defined elsewhere.  (mtrim): Test
8562         the value of MALLOC_DEBUG with #if rather than #ifdef.
8564 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8566         * benchtests/pthread_once-inputs: New file.
8567         * benchtests/pthread_once-source.c: New file.
8568         * benchtests/README: Update documentation.
8570 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8571             H.J. Lu  <hongjiu.lu@intel.com>
8573         [BZ #16275]
8574         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8575         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8576         * sysdeps/x86_64/configure: Regenerated.
8577         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8578         macro.
8579         (REGISTER_SAVE_RAX): Likewise.
8580         (REGISTER_SAVE_RCX): Likewise.
8581         (REGISTER_SAVE_RDX): Likewise.
8582         (REGISTER_SAVE_RSI): Likewise.
8583         (REGISTER_SAVE_RDI): Likewise.
8584         (REGISTER_SAVE_R8): Likewise.
8585         (REGISTER_SAVE_R9): Likewise.
8586         (REGISTER_SAVE_BND0): Likewise.
8587         (REGISTER_SAVE_BND1): Likewise.
8588         (REGISTER_SAVE_BND2): Likewise.
8589         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8590         bound registers when calling _dl_fixup.
8592 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8594         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8595         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8596         of its definition.
8597         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8598         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8599         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8600         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8601         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8602         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8603         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8605 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8607         [BZ #15514]
8608         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8609         pathconf(_PC_NAME_MAX).
8611 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8613         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8614         Remove macro usage.
8615         (__PTHREAD_SPINS): Move definition to ...
8616         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8617         (__PTHREAD_SPINS): ... here.
8618         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8619         (__PTHREAD_SPIN): Likewise.
8620         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8621         (__PTHREAD_SPIN): Likewise.
8622         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8623         (__PTHREAD_SPIN): Likewise.
8624         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8625         (__PTHREAD_SPIN): Likewise.
8626         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8627         (__PTHREAD_SPIN): Likewise.
8628         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8629         (__PTHREAD_SPIN): Likewise.
8630         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8631         (__PTHREAD_SPIN): Likewise.
8632         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8633         (__PTHREAD_SPIN): Likewise.
8634         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8635         (__PTHREAD_SPIN): Likewise.
8636         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8637         (__PTHREAD_SPIN): Likewise.
8638         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8639         (__PTHREAD_SPIN): Likewise.
8640         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8641         (__PTHREAD_SPIN): Likewise.
8643         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8644         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8645         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8646         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8647         imply folder.
8648         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8649         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8650         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8651         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8652         correct imply path.
8653         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8654         strlen symbol for non multi-arch builds.
8655         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8656         missing hidden_def and weak_alias.
8658 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8660         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8662 2014-04-07  Will Newton  <will.newton@linaro.org>
8664         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8665         and contents.  [!_LIBC] Remove #ifndef and contents.
8666         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8667         * string/memccpy.c (__memccpy): Use ANSI prototype.
8668         * string/memfrob.c (memfrob): Likewise.
8669         * string/strcoll.c (STRCOLL): Likewise.
8670         * string/strlen.c (strlen): Likewise.
8671         * string/strtok.c (STRTOK): Likewise.
8672         * string/strcat.c: Remove unused #include of memcopy.h.
8673         (strcat): Use ANSI prototype.
8674         * string/strchr.c: Remove unused #include of memcopy.h.
8675         (strchr): Use ANSI prototype.
8676         * string/strcmp.c: Remove unused #include of memcopy.h.
8677         (strcmp): Use ANSI prototype.
8678         * string/strcpy.c: Remove unused #include of memcopy.h.
8679         (strcpy): Use ANSI prototype.
8681 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8683         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8684         * config.make.in (config-extra-cppflags): Set it from
8685         libc_extra_cppflags.
8686         * configure.ac (libc_extra_cflags): Make it accumulate over
8687         configure fragments.
8688         (libc_extra_cppflags): New flag.
8689         * configure. Regenerate.
8690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8691         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8692         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8695         [BZ #16815]
8696         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8697         result for FE_DOWNWARD rounding mode.
8698         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8699         Likewise.
8700         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8702 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8704         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8705         in function argument name.
8707 2014-04-03  David Svoboda  <svoboda@cert.org>
8709         [BZ #5666]
8710         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8711         explicitly.
8713 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8715         * elf/dl-unmap-segments.h: New file.
8716         * sysdeps/generic/ldsodefs.h
8717         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8718         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8719         * elf/dl-fptr.c: Likewise.
8720         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8721         * sysdeps/aarch64/tlsdesc.c: Likewise.
8722         * sysdeps/arm/tlsdesc.c: Likewise.
8723         * sysdeps/i386/tlsdesc.c: Likewise.
8724         * sysdeps/tile/dl-runtime.c: Likewise.
8725         * sysdeps/x86_64/tlsdesc.c: Likewise.
8726         * elf/dl-load.h: New file.
8727         * elf/dl-load.c: Include it.
8728         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8729         Macros moved to dl-load.h.
8730         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8731         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8732         Use _dl_unmap_segments in place of __munmap.
8733         Break out segment-mapping loop into ...
8734         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8736 2014-04-03  Will Newton  <will.newton@linaro.org>
8738         * elf/dl-lookup.c (do_lookup_x): Remove comment
8739         referring to nested function and move variable
8740         declarations down to before first use.
8742 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8744         [BZ #16799]
8745         [BZ #16800]
8746         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8747         with 0 numerator.
8748         * math/s_catanf.c (__catanf): Likewise.
8749         * math/s_catanh.c (__catanh): Likewise.
8750         * math/s_catanhf.c (__catanhf): Likewise.
8751         * math/s_catanhl.c (__catanhl): Likewise.
8752         * math/s_catanl.c (__catanl): Likewise.
8753         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8754         by positive zero when computing -Inf result.
8755         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8756         (catanh_test): Likewise.
8757         * sysdeps/i386/fpu/libm-test-ulps: Update.
8758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8760         [BZ #16789]
8761         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8762         instead of using underflowing value in computing result.
8763         * math/s_clog10.c (__clog10): Likewise.
8764         * math/s_clog10f.c (__clog10f): Likewise.
8765         * math/s_clog10l.c (__clog10l): Likewise.
8766         * math/s_clogf.c (__clogf): Likewise.
8767         * math/s_clogl.c (__clogl): Likewise.
8768         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8769         (clog10_test): Likewise.
8770         * sysdeps/i386/fpu/libm-test-ulps: Update.
8771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8773 2014-04-02  Alan Modra  <amodra@gmail.com>
8775         [BZ #16739]
8776         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8777         output when value is near a power of two.  Use int64_t for lx and
8778         remove casts.  Use decimal rather than hex exponent constants.
8779         Don't use long double multiplication when double will suffice.
8780         * math/libm-test.inc (nextafter_test_data): Add tests.
8781         * NEWS: Add 16739 and 16786 to bug list.
8783         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8785         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8787 2014-04-01  Will Newton  <will.newton@linaro.org>
8789         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8790         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8792 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8794         [BZ #13347]
8795         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8796         * nptl/tst-setuid2.c: New file.
8797         * nptl/Makefile (xtests): Add tst-setuid2.
8799 2014-04-01  Alan Modra  <amodra@gmail.com>
8801         [BZ #16786]
8802         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8804 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8806         [BZ #6803]
8807         [BZ #6804]
8808         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8809         set errno as appropriate.
8810         * math/w_scalbf.c (__scalbf): Likewise.
8811         * math/w_scalbl.c (__scalbl): Likewise.
8812         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8813         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8814         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8815         Add more NaN tests.
8817         [BZ #16349]
8818         * math/w_atan2.c: Include <errno.h>.
8819         (__atan2): Set errno for result underflowing to zero.
8820         * math/w_atan2f.c: Include <errno.h>.
8821         (__atan2f): Set errno for result underflowing to zero.
8822         * math/w_atan2l.c: Include <errno.h>.
8823         (__atan2l): Set errno for result underflowing to zero.
8824         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8825         tests.
8826         * math/auto-libm-test-out: Regenerated.
8828 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8830         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8831         Encode instruction correctly in little endian.
8832         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8833         Likewise.
8834         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8835         Likewise.
8836         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8837         Likewise.
8838         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8839         Likewise.
8841 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8843         [BZ #9894]
8844         * sysdeps/unix/sysv/linux/kernel-features.h
8845         [__sparc__ && !__arch64__ && !__sparc_v9__]
8846         (__ASSUME_SET_ROBUST_LIST): Do not define.
8847         [__sparc__ && !__arch64__ && !__sparc_v9__]
8848         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8849         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8850         Likewise.
8851         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8852         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8853         (__ASSUME_REQUEUE_PI): Likewise.
8854         (__ASSUME_SET_ROBUST_LIST): Likewise.
8855         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8856         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8857         Undefine.
8858         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8859         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8860         Likewise.
8861         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8862         Likewise.
8863         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8864         Likewise.
8865         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8866         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8867         Undefine.
8868         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8869         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8870         Likewise.
8872         [BZ #16648]
8873         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8874         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8875         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8877 2014-03-31  Will Newton  <will.newton@linaro.org>
8879         * benchtests/Makefile (bench): Add ffs and ffsll to list
8880         of tests.
8881         * benchtests/ffs-inputs: New file.
8882         * benchtests/ffsll-inputs: Likewise.
8884 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8886         [BZ #16770]
8887         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8888         too large before casting to int.
8889         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8890         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8891         * math/libm-test.inc (scalb_test_data): Add more tests.
8893 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8895         * benchtests/Makefile (DETAILED_OPT): New make option.
8896         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8897         set.
8898         * benchtests/bench-skeleton.c: Include stdbool.h.
8899         (main): Store and print timings per input.
8900         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8901         member to each argument value.
8902         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8903         (_print_arg_data): Initialize per-input timing to 0.
8905         * benchtests/Makefile (timing-type): New binary.
8906         (bench-clean): Also remove bench-timing-type.
8907         (bench): New target for timing-type.
8908         (bench-func): Print output in JSON format.
8909         * benchtests/bench-skeleton.c (main): Print output in JSON
8910         format.
8911         * benchtests/bench-timing-type.c: New file.
8912         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8913         (TIMING_PRINT_STATS): Remove.
8914         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8915         name separately.
8917         * benchtests/bench-modf.c: Remove.
8918         * benchtests/modf-inputs: New inputs file.
8920 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8922         [BZ #16362]
8923         * math/s_clog10.c (M_PI_LOG10E): New macro.
8924         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8925         imaginary parts are 0.
8926         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8927         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8928         imaginary parts are 0.
8929         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8930         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8931         imaginary parts are 0.
8932         * math/libm-test.inc (clog10_test_data): Update expected results
8933         for when real and imaginary parts are 0.
8935 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8937         * elf/dl-load.c: Finish conversion of __builtin_expect into
8938         __glibc_{un}likely.
8940 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8942         [BZ #16348]
8943         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8944         1+x for argument with exponent below -67.
8945         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8946         Likewise.
8947         * math/auto-libm-test-in: Add more tests of exp.
8948         * math/auto-libm-test-out: Regenerated.
8950 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8952         [BZ #16759]
8953         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8954         (nscd_getnetgrent): Use it.
8956         [BZ #16760]
8957         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8958         of stpcpy.
8960 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8962         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8963         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8964         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8965         (lll_robust_unlock): Remove out of line section. Use cfi
8966         intrinsics.
8967         (LLL_STUB_UNWIND_INFO*): Remove.
8968         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8969         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8970         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8971         (lll_robust_unlock): Remove out of line section. Use cfi
8972         intrinsics.
8973         (LLL_STUB_UNWIND_INFO*): Remove.
8975 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8977         [BZ #16758]
8978         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8979         blank values.
8981 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8983         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8985 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8987         [BZ #16198]
8988         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8989         fnstenv.
8990         * math/test-fenv-preserve.c: New file.
8991         * math/Makefile (tests): Add test-fenv-preserve.
8993 2014-03-26  Will Newton <will.newton@linaro.org>
8995         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8997 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8999         * scripts/versionlist.awk: Partition the version sets and emit all
9000         GLIBC_* (sorted) before all others (sorted).
9002 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
9004         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
9005         GLIBC_2.2.5 version.
9007 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9009         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
9010         calls.
9012         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
9013         previous change.
9015         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9017 2014-03-25  Andreas Schwab  <schwab@suse.de>
9019         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
9020         label to be used after in6ailist is initialized.
9022 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9024         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
9025         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
9027 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
9029         [BZ #16357]
9030         [BZ #16599]
9031         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
9032         min_plus_half.
9033         (fp_formats): Update initializers.
9034         (init_fp_formats): Initialize new field.
9035         (output_for_one_input_case): Allow underflow for results up to
9036         min_plus_half.
9037         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
9038         * math/auto-libm-test-in: Don't mark some underflows from asin and
9039         atanh as spurious.
9040         * math/auto-libm-test-out: Regenerated.
9041         * sysdeps/i386/fpu/libm-test-ulps: Update.
9042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9044 2014-03-25  Andreas Schwab  <schwab@suse.de>
9046         * libio/Makefile (tst-ftell-partial-wide-ENV)
9047         (tst-ftell-active-handler-ENV): Define.
9049 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
9051         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
9053 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
9055         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
9057 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
9059         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
9060         * sysdeps/x86_64/fpu/multiarch/e_exp.c
9061         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
9063 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
9065         [BZ #16634]
9066         * elf/dl-load.c (open_verify): Add mode parameter.
9067         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
9068         (open_path): Change from boolean 'secure' to complete flag 'mode'
9069         (_dl_map_object): Adjust.
9070         * elf/Makefile (tests): Add tst-dlopen-aout.
9071         * elf/tst-dlopen-aout.c: New test.
9073 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
9075         [BZ #16714]
9076         * sysdeps/unix/sysv/linux/s390/bits/stat.h
9077         (struct stat): Rename member pad0 to __glibc_reserved0.
9079         [BZ #16712]
9080         * sysdeps/s390/s390-32/bits/wordsize.h
9081         (__WORDSIZE32_SIZE_ULONG): New define.
9082         * sysdeps/s390/s390-64/bits/wordsize.h
9083         (__WORDSIZE32_SIZE_ULONG): Likewise.
9084         * sysdeps/generic/stdint.h (SIZE_MAX):
9085         Define as UL if __WORDSIZE32_SIZE_ULONG.
9087         [BZ #16713]
9088         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
9089         (__glibc_reserved0): New variable.
9090         (sa_flags): Change type to int.
9092         * posix/Makefile (before-compile): Use += before-compile instead
9093         of a :=.
9095         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
9096         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
9098 2014-03-20  Andreas Schwab  <schwab@suse.de>
9100         [BZ #16743]
9101         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
9102         non-matching result from nscd.
9104 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9106         * scripts/bench.py: Moved to ...
9107         * benchtests/scripts/bench.py: ... here.
9108         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
9110 2014-03-24  Andreas Schwab  <schwab@suse.de>
9112         [BZ #16002]
9113         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
9114         alloca_account and account alloca use for struct in6ailist.
9116 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
9118         [BZ #16284]
9119         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
9120         rounding mode to recompute results that overflow to infinity or
9121         underflow to zero.
9122         * math/auto-libm-test-in: Don't mark tests as expected to fail for
9123         bug 16284.
9124         * math/auto-libm-test-out: Regenerated.
9125         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
9126         (ccosh_test): Likewise.
9127         (csin_test_data): Use plus_oflow.
9128         (csin_test): Use ALL_RM_TEST.
9129         (csinh_test_data): Use plus_oflow.
9130         (csinh_test): Use ALL_RM_TEST.
9131         * sysdeps/i386/fpu/libm-test-ulps: Update.
9132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9134 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
9136         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
9137         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
9138         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
9140         [BZ #16731]
9141         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
9142         when x - 1 is zero.
9143         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
9144         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
9145         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9146         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
9147         argument is 1.
9148         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
9149         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
9150         zero.
9151         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
9152         * sysdeps/i386/fpu/libm-test-ulps: Update.
9153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9155 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9157         * scripts/bench.pl: Remove file.
9158         * scripts/bench.py: New benchmark script.
9159         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
9160         * benchtests/README: Mention python dependency.
9161         * scripts/pylintrc: New file.
9162         * scripts/pylint: New file.
9164         * bits/mathdef.h: Use #ifdef instead of #if.
9165         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
9166         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9167         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
9168         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9169         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
9170         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9172 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9173             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9175         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
9176         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
9177         and strpbrk-ppc64 objects.
9178         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9179         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
9180         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
9181         multiarch strpbrk for POWER7.
9182         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
9183         multiarch strpbrk for PPC64.
9184         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
9185         ifunc selector.
9186         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
9187         strpbrk for POWER7.
9189 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
9191         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
9192         (atan_test): Likewise.
9193         (atanh_test_data): Use NO_TEST_INLINE for two tests.
9194         (atanh_test): Use ALL_RM_TEST.
9195         (atan2_test_data): Likewise.
9196         (cabs_test): Likewise.
9197         (cacosh_test): Likewise.
9198         (carg_test): Likewise.
9199         (casin_test): Likewise.
9200         (casinh_test): Likewise.
9201         (cbrt_test): Likewise.
9202         (csqrt_test): Likewise.
9203         (erf_test): Likewise.
9204         (erfc_test): Likewise.
9205         (pow10_test): Likewise.
9206         (exp2_test): Likewise.
9207         (hypot_test): Likewise.
9208         (j0_test): Likewise.
9209         (j1_test): Likewise.
9210         (lgamma_test): Likewise.
9211         (gamma_test): Likewise.
9212         (sincos_test): Likewise.
9213         (tanh_test): Likewise.
9214         (y0_test): Likewise.
9215         (y1_test): Likewise.
9216         * sysdeps/i386/fpu/libm-test-ulps: Update.
9217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9219 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9221         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
9222         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
9223         and strcspn-ppc64 objects.
9224         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9225         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
9226         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
9227         multiarch strcspn for POWER7.
9228         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
9229         multiarch strcspn for PPC64.
9230         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
9231         ifunc selector.
9232         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
9233         strcspn for POWER7.
9235 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
9237         * math/gen-libm-test.pl (generate_testfile): Expect only function
9238         name as argument to AUTO_TESTS_* and pass results for all rounding
9239         modes to parse_args.
9240         (parse_auto_input): Separate inputs of automatic tests from
9241         outputs before storing in %auto_tests.
9242         * math/libm-test.inc (acos_test_data): Update call to
9243         AUTO_TESTS_f_f.
9244         (acos_test): Use ALL_RM_TEST.
9245         (acos_tonearest_test_data): Remove.
9246         (acos_test_tonearest): Likewise.
9247         (acos_towardzero_test_data): Likewise.
9248         (acos_test_towardzero): Likewise.
9249         (acos_downward_test_data): Likewise.
9250         (acos_test_downward): Likewise.
9251         (acos_upward_test_data): Likewise.
9252         (acos_test_upward): Likewise.
9253         (acosh_test_data): Update call to AUTO_TESTS_f_f.
9254         (asin_test_data): Likewise.
9255         (asin_test): Use ALL_RM_TEST.
9256         (asin_tonearest_test_data): Remove.
9257         (asin_test_tonearest): Likewise.
9258         (asin_towardzero_test_data): Likewise.
9259         (asin_test_towardzero): Likewise.
9260         (asin_downward_test_data): Likewise.
9261         (asin_test_downward): Likewise.
9262         (asin_upward_test_data): Likewise.
9263         (asin_test_upward): Likewise.
9264         (asinh_test_data): Update call to AUTO_TESTS_f_f.
9265         (atan_test_data): Likewise.
9266         (atanh_test_data): Likewise.
9267         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
9268         (cabs_test_data): Update call to AUTO_TESTS_c_f.
9269         (carg_test_data): Likewise.
9270         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
9271         (ccos_test_data): Update call to AUTO_TESTS_c_c.
9272         (ccosh_test_data): Likewise.
9273         (cexp_test_data): Likewise.
9274         (clog_test_data): Likewise.
9275         (clog10_test_data): Likewise.
9276         (cos_test_data): Update call to AUTO_TESTS_f_f.
9277         (cos_test): Use ALL_RM_TEST.
9278         (cos_tonearest_test_data): Remove.
9279         (cos_test_tonearest): Likewise.
9280         (cos_towardzero_test_data): Likewise.
9281         (cos_test_towardzero): Likewise.
9282         (cos_downward_test_data): Likewise.
9283         (cos_test_downward): Likewise.
9284         (cos_upward_test_data): Likewise.
9285         (cos_test_upward): Likewise.
9286         (cosh_test_data): Update call to AUTO_TESTS_f_f.
9287         (cosh_test): Use ALL_RM_TEST.
9288         (cosh_tonearest_test_data): Remove.
9289         (cosh_test_tonearest): Likewise.
9290         (cosh_towardzero_test_data): Likewise.
9291         (cosh_test_towardzero): Likewise.
9292         (cosh_downward_test_data): Likewise.
9293         (cosh_test_downward): Likewise.
9294         (cosh_upward_test_data): Likewise.
9295         (cosh_test_upward): Likewise.
9296         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
9297         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
9298         (ctan_test_data): Likewise.
9299         (ctan_test): Use ALL_RM_TEST.
9300         (ctan_tonearest_test_data): Remove.
9301         (ctan_test_tonearest): Likewise.
9302         (ctan_towardzero_test_data): Likewise.
9303         (ctan_test_towardzero): Likewise.
9304         (ctan_downward_test_data): Likewise.
9305         (ctan_test_downward): Likewise.
9306         (ctan_upward_test_data): Likewise.
9307         (ctan_test_upward): Likewise.
9308         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
9309         (ctanh_test): Use ALL_RM_TEST.
9310         (ctanh_tonearest_test_data): Remove.
9311         (ctanh_test_tonearest): Likewise.
9312         (ctanh_towardzero_test_data): Likewise.
9313         (ctanh_test_towardzero): Likewise.
9314         (ctanh_downward_test_data): Likewise.
9315         (ctanh_test_downward): Likewise.
9316         (ctanh_upward_test_data): Likewise.
9317         (ctanh_test_upward): Likewise.
9318         (erf_test_data): Update call to AUTO_TESTS_f_f.
9319         (erfc_test_data): Likewise.
9320         (exp_test_data): Likewise.
9321         (exp_test): Use ALL_RM_TEST.
9322         (exp_tonearest_test_data): Remove.
9323         (exp_test_tonearest): Likewise.
9324         (exp_towardzero_test_data): Likewise.
9325         (exp_test_towardzero): Likewise.
9326         (exp_downward_test_data): Likewise.
9327         (exp_test_downward): Likewise.
9328         (exp_upward_test_data): Likewise.
9329         (exp_test_upward): Likewise.
9330         (exp10_test_data): Update call to AUTO_TESTS_f_f.
9331         (exp10_test): Use ALL_RM_TEST.
9332         (exp10_tonearest_test_data): Remove.
9333         (exp10_test_tonearest): Likewise.
9334         (exp10_towardzero_test_data): Likewise.
9335         (exp10_test_towardzero): Likewise.
9336         (exp10_downward_test_data): Likewise.
9337         (exp10_test_downward): Likewise.
9338         (exp10_upward_test_data): Likewise.
9339         (exp10_test_upward): Likewise.
9340         (exp2_test_data): Update call to AUTO_TESTS_f_f.
9341         (expm1_test_data): Likewise.
9342         (expm1_test): Use ALL_RM_TEST.
9343         (expm1_tonearest_test_data): Remove.
9344         (expm1_test_tonearest): Likewise.
9345         (expm1_towardzero_test_data): Likewise.
9346         (expm1_test_towardzero): Likewise.
9347         (expm1_downward_test_data): Likewise.
9348         (expm1_test_downward): Likewise.
9349         (expm1_upward_test_data): Likewise.
9350         (expm1_test_upward): Likewise.
9351         (fma_test_data): Update call to AUTO_TESTS_fff_f.
9352         (fma_test): Use ALL_RM_TEST.
9353         (fma_towardzero_test_data): Remove.
9354         (fma_test_towardzero): Likewise.
9355         (fma_downward_test_data): Likewise.
9356         (fma_test_downward): Likewise.
9357         (fma_upward_test_data): Likewise.
9358         (fma_test_upward): Likewise.
9359         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
9360         (j0_test_data): Update call to AUTO_TESTS_f_f.
9361         (j1_test_data): Likewise.
9362         (jn_test_data): Update call to AUTO_TESTS_if_f.
9363         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
9364         (log_test_data): Update call to AUTO_TESTS_f_f.
9365         (log10_test_data): Likewise.
9366         (log1p_test_data): Likewise.
9367         (log2_test_data): Likewise.
9368         (pow_test_data): Update call to AUTO_TESTS_ff_f.
9369         (pow_tonearest_test_data): Likewise.
9370         (sin_test_data): Update call to AUTO_TESTS_f_f.
9371         (sin_test): Use ALL_RM_TEST.
9372         (sin_tonearest_test_data): Remove.
9373         (sin_test_tonearest): Likewise.
9374         (sin_towardzero_test_data): Likewise.
9375         (sin_test_towardzero): Likewise.
9376         (sin_downward_test_data): Likewise.
9377         (sin_test_downward): Likewise.
9378         (sin_upward_test_data): Likewise.
9379         (sin_test_upward): Likewise.
9380         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
9381         (sinh_test_data): Update call to AUTO_TESTS_f_f.
9382         (sinh_test): Use ALL_RM_TEST.
9383         (sinh_tonearest_test_data): Remove.
9384         (sinh_test_tonearest): Likewise.
9385         (sinh_towardzero_test_data): Likewise.
9386         (sinh_test_towardzero): Likewise.
9387         (sinh_downward_test_data): Likewise.
9388         (sinh_test_downward): Likewise.
9389         (sinh_upward_test_data): Likewise.
9390         (sinh_test_upward): Likewise.
9391         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9392         (sqrt_test): Use ALL_RM_TEST.
9393         (sqrt_tonearest_test_data): Remove.
9394         (sqrt_test_tonearest): Likewise.
9395         (sqrt_towardzero_test_data): Likewise.
9396         (sqrt_test_towardzero): Likewise.
9397         (sqrt_downward_test_data): Likewise.
9398         (sqrt_test_downward): Likewise.
9399         (sqrt_upward_test_data): Likewise.
9400         (sqrt_test_upward): Likewise.
9401         (tan_test_data): Update call to AUTO_TESTS_f_f.
9402         (tan_test): Use ALL_RM_TEST.
9403         (tan_tonearest_test_data): Remove.
9404         (tan_test_tonearest): Likewise.
9405         (tan_towardzero_test_data): Likewise.
9406         (tan_test_towardzero): Likewise.
9407         (tan_downward_test_data): Likewise.
9408         (tan_test_downward): Likewise.
9409         (tan_upward_test_data): Likewise.
9410         (tan_test_upward): Likewise.
9411         (tanh_test_data): Update call to AUTO_TESTS_f_f.
9412         (tgamma_test_data): Likewise.
9413         (y0_test_data): Likewise.
9414         (y1_test_data): Likewise.
9415         (yn_test_data): Update call to AUTO_TESTS_if_f.
9416         (main): Do not call removed functions.
9418 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9420         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9421         (ldexp_test_data): Remove.
9422         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
9423         scalbn_test_data.
9424         (scalb_test): Use ALL_RM_TEST.
9426 2014-03-19  Andreas Schwab  <schwab@suse.de>
9428         * nscd/nscd.service: Also invalidate netgroup cache on reload.
9430 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9432         [BZ #16649]
9433         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9434         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9435         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9436         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9437         (__ASSUME_PREADV): Undefine.
9438         (__ASSUME_PWRITEV): Likewise.
9440 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9442         * bits/mman-linux.h: Add comment about non-Linux use.
9443         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9444         bits/mman-linux.h resting place.
9446         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9447         * bits/mman-linux.h: ... here.
9449 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9451         * conform/conformtest.pl: Add standard definition when calling C
9452         preprocessor on data files.
9453         (checknamespace): Remove unused variable.
9455 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9457         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9458         minus_oflow, plus_uflow and minus_uflow in expected results.
9459         * math/libm-test.inc (scalbn_test_data): Add more tests of
9460         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
9461         minus_uflow.
9462         (scalbn_test): Use ALL_RM_TEST.
9463         (scalbln_test_data): Add more tests of negative arguments.  Use
9464         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9465         (scalbln_test): Use ALL_RM_TEST.
9467 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9469         * scripts/abilist.awk: Ignore symbols marked with .hidden.
9471 2014-03-18  Will Newton  <will.newton@linaro.org>
9473         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9474         inaccurate comment.
9476 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9478         * Makerules [!subdir] (check-abi): Exit with error status if a
9479         test failed.
9481 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9483         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9484         for rint.  Include results for all rounding modes.
9485         (nearbyint_test): Use ALL_RM_TEST.
9486         (rint_test_data): Include all tests used for nearbyint.
9488 2014-03-17  Will Newton  <will.newton@linaro.org>
9490         * nptl/sysdeps/pthread/pthread.h: Revert previous
9491         change.
9493         * sysdeps/generic/ldsodefs.h: Revert previous
9494         change.
9496         * libio/genops.c: Revert previous change.
9497         * libio/libioP.h: Likewise.
9498         * stdio-common/vfprintf.c: Likewise.
9500         * sysdeps/generic/math_private.h: Revert previous
9501         change.
9503         * sysdeps/generic/math_private.h: Check whether
9504         HAVE_RM_CTX is defined with #ifdef rather
9505         than #if.
9507         * argp/argp-fmtstream.h: Check whether
9508         __STRICT_ANSI__ is defined with #ifdef rather
9509         than #if.
9510         * argp/argp.h: Likewise.
9512         * libio/genops.c: Check whether
9513         _IO_JUMPS_OFFSET is defined with #ifdef rather
9514         than #if.
9515         * libio/libioP.h: Likewise.
9516         * stdio-common/vfprintf.c: Likewise.
9518         * sysdeps/generic/ldsodefs.h: Check whether
9519         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9520         than #if.
9522         * nptl/sysdeps/pthread/pthread.h: Check
9523         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9524         its value.
9526 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9528         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9529         setting O_APPEND.
9530         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9531         test case.
9533         [BZ #16680]
9534         * libio/fileops.c (_IO_file_open): Seek to end of file but
9535         don't cache the offset.
9536         (get_file_offset): Remove function.
9537         (do_ftell): Use cached offset when available.
9538         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9539         don't cache the offset.
9540         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9541         case.
9542         (do_one_test): Call it.
9543         (do_ftell_test): Fix up expected old offset for a+ mode.
9544         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9545         available.
9547         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9548         up test status with function return status.
9549         (do_write_test): Likewise.
9550         (do_append_test): Likewise.
9552         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9553         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9554         Remove.
9556 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9558         * math/gen-libm-test.pl (parse_args): Handle results specified for
9559         each rounding mode separately.
9560         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9561         tests and results from lrint_tonearest_test_data,
9562         lrint_towardzero_test_data, lrint_downward_test_data and
9563         lrint_upward_test_data.
9564         (lrint_test): Use ALL_RM_TEST.
9565         (lrint_tonearest_test_data): Remove.
9566         (lrint_test_tonearest): Likewise.
9567         (lrint_towardzero_test_data): Likewise.
9568         (lrint_test_towardzero): Likewise.
9569         (lrint_downward_test_data): Likewise.
9570         (lrint_test_downward): Likewise.
9571         (lrint_upward_test_data): Likewise.
9572         (lrint_test_upward): Likewise.
9573         (llrint_test_data): Merge in per-rounding-mode tests and results
9574         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9575         llrint_downward_test_data and llrint_upward_test_data.
9576         (llrint_test): Use ALL_RM_TEST.
9577         (llrint_tonearest_test_data): Remove.
9578         (llrint_test_tonearest): Likewise.
9579         (llrint_towardzero_test_data): Likewise.
9580         (llrint_test_towardzero): Likewise.
9581         (llrint_downward_test_data): Likewise.
9582         (llrint_test_downward): Likewise.
9583         (llrint_upward_test_data): Likewise.
9584         (llrint_test_upward): Likewise.
9585         (rint_test_data): Merge in per-rounding-mode tests and results
9586         from rint_tonearest_test_data, rint_towardzero_test_data,
9587         rint_downward_test_data and rint_upward_test_data.  Add
9588         per-rounding-mode results for tests not in those arrays.
9589         (rint_test): Use ALL_RM_TEST.
9590         (rint_tonearest_test_data): Remove.
9591         (rint_test_tonearest): Likewise.
9592         (rint_towardzero_test_data): Likewise.
9593         (rint_test_towardzero): Likewise.
9594         (rint_downward_test_data): Likewise.
9595         (rint_test_downward): Likewise.
9596         (rint_upward_test_data): Likewise.
9597         (rint_test_upward): Likewise.
9598         (main): Don't call removed functions.
9600 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9602         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9603         "Compiled on ..." crapola.  It is anti-useful.
9605 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9607         * scripts/evaluate-test.sh: Handle fourth argument to determine
9608         whether test run should stop on failure.
9609         * Makeconfig (stop-on-test-failure): New variable.
9610         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9611         $(stop-on-test-failure).
9612         * Makefile (tests): Give a summary of results from testing and
9613         exit with failure status if they include an ERROR or FAIL.
9614         (xtests): Likewise.
9615         * manual/install.texi (Configuring and compiling): Mention
9616         stop-on-test-failure=y.
9617         * INSTALL: Regenerated.
9619 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9621         * scripts/versionlist.awk: New file.
9622         * Makerules [$(build-shared) = yes]
9623         (postclean-generated): Add Versions.def, not Versions.def.v and
9624         Versions.def.v.i.
9625         ($(common-objpfx)Versions.def.v.i): Target removed.
9626         ($(common-objpfx)Versions.def): New target.
9627         ($(common-objpfx)Versions.all): Depend on that rather that
9628         $(common-objpfx)Versions.def.v.
9629         * Versions.def: File removed.
9631         * Makeconfig (+gccwarn): Add -Wundef.
9632         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9633         a dl-sysdep.h breaking its contract.
9634         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9635         * include/stackinfo.h: New file.
9636         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9637         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9638         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9639         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9640         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9641         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9642         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9643         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9644         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9645         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9646         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9647         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9648         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9649         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9650         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9652 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9654         [BZ #16707]
9655         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9656         implementation.
9657         * math/libm-test.inc (round_test_data): Add more tests.
9659         [BZ #16706]
9660         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9661         implementation.
9662         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9664         [BZ #16701]
9665         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9666         implementation.
9667         * math/libm-test.inc (ceil_test_data): Add more tests.
9669         * math/libm-test.inc (trunc_test_data): Add more tests related to
9670         BZ#16414.
9672 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9674         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9675         with #if rather than #ifdef.
9676         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9678 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9680         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9681         first.  Disable AVX-512 GCC support if assembler doesn't support
9682         it.
9683         * sysdeps/x86_64/configure: Regenerated.
9685 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9687         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9688         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9689         (__old_pthread_attr_setstack): Likewise.
9690         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9691         [!_STACK_GROWS_DOWN]: Likewise.
9693 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9695         * config.make.in (have-bash2): Delete.
9696         * configure.ac (libc_cv_have_bash2): Delete.
9697         * configure: Regenerate.
9698         * elf/Makefile (common-ldd-rewrite): Rename to ...
9699         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9700         (sh-ldd-rewrite): Delete.
9701         (bash-ldd-rewrite): Delete.
9702         (have-bash2): Delete checks.
9703         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9704         ldd-rewrite.
9706         * config.make.in (have-ksh): Delete.
9707         (KSH): Delete.
9708         * configure.ac (libc_cv_have_ksh): Delete.
9709         * configure: Regenerate.
9711         * elf/Makefile: Delete $(have-ksh) check.
9712         ($(objpfx)sotruss): Change KSH to BASH.
9713         * elf/sotruss.ksh: Rename to ...
9714         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9715         function style to match POSIX.  Drop ksh vim mode setting.
9717         * manual/time.texi (Specifying the Time Zone with TZ): Change
9718         Tuesday to Thursday.
9720         * debug/tst-longjmp_chk2.c: Update header comment.
9721         (stackoverflow_handler): Add comment.  Call assert on pass value.
9723 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9725         [BZ #16194]
9726         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9727         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9728         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9729         (La_x86_64_vector): Add zmm.
9730         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9731         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9732         ($(objpfx)tst-audit10): New target.
9733         ($(objpfx)tst-audit10.out): Likewise.
9734         (tst-audit10-ENV): New.
9735         (AVX512-CFLAGS): Likewise.
9736         (CFLAGS-tst-audit10.c): Likewise.
9737         (CFLAGS-tst-auditmod10a.c): Likewise.
9738         (CFLAGS-tst-auditmod10b.c): Likewise.
9739         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9740         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9741         * sysdeps/x86_64/configure: Regenerated.
9742         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9743         AVX-512 zmm register support.
9744         (_dl_x86_64_save_sse): Likewise.
9745         (_dl_x86_64_restore_sse): Likewise.
9746         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9747         size vector registers.
9748         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9749         (ZMM_SIZE): Likewise.
9750         * sysdeps/x86_64/tst-audit10.c: New file.
9751         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9752         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9754 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9756         * configure.ac (HAVE_EHDR_START): New check.
9757         * configure: Regenerated.
9758         * config.h.in (HAVE_EHDR_START): New #undef.
9759         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9760         assuming the lowest-addressed segment maps the start of the file.
9762 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9764         * INSTALL: Regenerated.
9766 2014-03-13  Will Newton  <will.newton@linaro.org>
9768         * manual/setjmp.texi (System V contexts): Improve
9769         clarity and grammar of documentation.
9771 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9773         [BZ #16381]
9774         * elf/Makefile (tests): Add tst-pie2.
9775         (tests-pie): Add tst-pie2.
9776         * elf/tst-pie2.c: New file.
9777         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9778         for ET_EXEC.
9779         * elf/rtld.c (map_doit): Load executable as lt_executable.
9780         (dl_main): Likewise.
9782 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9784         [BZ #16642]
9785         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9786         (__ASSUME_PSELECT): Undefine.
9788 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9790         [BZ #16689]
9791         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9792         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9793         static build.
9794         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9795         selector for static builds.
9797 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9799         [BZ #16695]
9800         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9801         key in the buffer.
9803 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9805         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9806         IFUNC selector for static builds.
9808 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9810         * sysdeps/mips/math_private.h [__mips_hard_float]
9811         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9812         libc_feresetround_mips_ctx.
9813         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9814         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9815         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9817         [BZ #16677]
9818         * math/s_nextafter.c (__nextafter): Do not return value from
9819         overflowing computation.
9820         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9821         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9822         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9823         Likewise.
9824         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9825         Likewise.
9826         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9827         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9829 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9831         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9832         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9833         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9834         the new mov targetting sp.
9836 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9838         [BZ #16683]
9839         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9840         Define it for static builds as well.
9841         (NO_BZERO_IMPL): Likewise.
9843 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9845         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9846         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9847         multiarch strspn for PPC64.
9848         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9849         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9850         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9851         (__libc_ifunc_impl_list): Likewise.
9852         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9853         multiarch optimizations
9854         * string/strspn.c (strspn): Using macro to redefine symbol name.
9856 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9857             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9859         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9860         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9861         multiarch strncat for PPC64.
9862         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9863         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9864         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9865         (__libc_ifunc_impl_list): Likewise.
9866         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9867         multiarch optimizations
9869 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9871         [BZ #16639]
9872         * nscd/nscd.service: Make service type forking.
9874 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9876         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9877         sign in non default rounding modes.
9878         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9880 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9882         * math/libm-test.inc (ALL_RM_TEST): New macro.
9883         (ceil_test): Use ALL_RM_TEST.
9884         (cimag_test): Likewise.
9885         (conj_test): Likewise.
9886         (copysign_test): Likewise.
9887         (cproj_test): Likewise.
9888         (creal_test): Likewise.
9889         (fabs_test): Likewise.
9890         (floor_test): Likewise.
9891         (fmax_test): Likewise.
9892         (fmin_test): Likewise.
9893         (fmod_test): Likewise.
9894         (fpclassify_test): Likewise.
9895         (frexp_test): Likewise.
9896         (ilogb_test): Likewise.
9897         (isfinite_test): Likewise.
9898         (finite_test): Likewise.
9899         (isgreater_test): Likewise.
9900         (isgreaterequal_test): Likewise.
9901         (isinf_test): Likewise.
9902         (isless_test): Likewise.
9903         (islessequal_test): Likewise.
9904         (islessgreater_test): Likewise.
9905         (isnan_test): Likewise.
9906         (isnormal_test): Likewise.
9907         (issignaling_test): Likewise.
9908         (isunordered_test): Likewise.
9909         (logb_test): Likewise.
9910         (logb_downward_test_data): Remove.
9911         (logb_test_downward): Likewise.
9912         (lround_test): Use ALL_RM_TEST.
9913         (llround_test): Likewise.
9914         (modf_test): Likewise.
9915         (nexttoward_test): Likewise.
9916         (remainder_test): Likewise.
9917         (drem_test): Likewise.
9918         (remainder_tonearest_test_data): Likewise.
9919         (remainder_test_tonearest): Likewise.
9920         (drem_test_tonearest): Likewise.
9921         (remainder_towardzero_test_data): Likewise.
9922         (remainder_test_towardzero): Likewise.
9923         (drem_test_towardzero): Likewise.
9924         (remainder_downward_test_data): Likewise.
9925         (remainder_test_downward): Likewise.
9926         (drem_test_downward): Likewise.
9927         (remainder_upward_test_data): Likewise.
9928         (remainder_test_upward): Likewise.
9929         (drem_test_upward): Likewise.
9930         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9931         (round_test): Use ALL_RM_TEST.
9932         (signbit_test): Likewise.
9933         (trunc_test): Likewise.
9934         (significand_test): Likewise.
9935         (main): Don't call removed functions.
9937 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9939         [BZ #16674]
9940         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9941         || __USE_XOPEN2K8].
9942         (ILL_ILLOPN): Likewise.
9943         (ILL_ILLADR): Likewise.
9944         (ILL_ILLTRP): Likewise.
9945         (ILL_PRVOPC): Likewise.
9946         (ILL_PRVREG): Likewise.
9947         (ILL_COPROC): Likewise.
9948         (ILL_BADSTK): Likewise.
9949         (FPE_INTDIV): Likewise.
9950         (FPE_INTOVF): Likewise.
9951         (FPE_FLTDIV): Likewise.
9952         (FPE_FLTOVF): Likewise.
9953         (FPE_FLTUND): Likewise.
9954         (FPE_FLTRES): Likewise.
9955         (FPE_FLTINV): Likewise.
9956         (FPE_FLTSUB): Likewise.
9957         (SEGV_MAPERR): Likewise.
9958         (SEGV_ACCERR): Likewise.
9959         (BUS_ADRALN): Likewise.
9960         (BUS_ADRERR): Likewise.
9961         (BUS_OBJERR): Likewise.
9962         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9963         (TRAP_TRACE): Likewise.
9964         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9965         __USE_XOPEN2K8].
9966         (CLD_KILLED): Likewise.
9967         (CLD_DUMPED): Likewise.
9968         (CLD_TRAPPED): Likewise.
9969         (CLD_STOPPED): Likewise.
9970         (CLD_CONTINUED): Likewise.
9971         (POLL_IN): Likewise.
9972         (POLL_OUT): Likewise.
9973         (POLL_MSG): Likewise.
9974         (POLL_ERR): Likewise.
9975         (POLL_PRI): Likewise.
9976         (POLL_HUP): Likewise.
9977         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9978         Likewise.
9979         (ILL_ILLOPN): Likewise.
9980         (ILL_ILLADR): Likewise.
9981         (ILL_ILLTRP): Likewise.
9982         (ILL_PRVOPC): Likewise.
9983         (ILL_PRVREG): Likewise.
9984         (ILL_COPROC): Likewise.
9985         (ILL_BADSTK): Likewise.
9986         (FPE_INTDIV): Likewise.
9987         (FPE_INTOVF): Likewise.
9988         (FPE_FLTDIV): Likewise.
9989         (FPE_FLTOVF): Likewise.
9990         (FPE_FLTUND): Likewise.
9991         (FPE_FLTRES): Likewise.
9992         (FPE_FLTINV): Likewise.
9993         (FPE_FLTSUB): Likewise.
9994         (SEGV_MAPERR): Likewise.
9995         (SEGV_ACCERR): Likewise.
9996         (BUS_ADRALN): Likewise.
9997         (BUS_ADRERR): Likewise.
9998         (BUS_OBJERR): Likewise.
9999         (BUS_MCEERR_AR): Likewise.
10000         (BUS_MCEERR_AO): Likewise.
10001         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10002         (TRAP_TRACE): Likewise.
10003         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10004         __USE_XOPEN2K8].
10005         (CLD_KILLED): Likewise.
10006         (CLD_DUMPED): Likewise.
10007         (CLD_TRAPPED): Likewise.
10008         (CLD_STOPPED): Likewise.
10009         (CLD_CONTINUED): Likewise.
10010         (POLL_IN): Likewise.
10011         (POLL_OUT): Likewise.
10012         (POLL_MSG): Likewise.
10013         (POLL_ERR): Likewise.
10014         (POLL_PRI): Likewise.
10015         (POLL_HUP): Likewise.
10016         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
10017         (ILL_ILLOPN): Likewise.
10018         (ILL_ILLADR): Likewise.
10019         (ILL_ILLTRP): Likewise.
10020         (ILL_PRVOPC): Likewise.
10021         (ILL_PRVREG): Likewise.
10022         (ILL_COPROC): Likewise.
10023         (ILL_BADSTK): Likewise.
10024         (FPE_INTDIV): Likewise.
10025         (FPE_INTOVF): Likewise.
10026         (FPE_FLTDIV): Likewise.
10027         (FPE_FLTOVF): Likewise.
10028         (FPE_FLTUND): Likewise.
10029         (FPE_FLTRES): Likewise.
10030         (FPE_FLTINV): Likewise.
10031         (FPE_FLTSUB): Likewise.
10032         (SEGV_MAPERR): Likewise.
10033         (SEGV_ACCERR): Likewise.
10034         (BUS_ADRALN): Likewise.
10035         (BUS_ADRERR): Likewise.
10036         (BUS_OBJERR): Likewise.
10037         (BUS_MCEERR_AR): Likewise.
10038         (BUS_MCEERR_AO): Likewise.
10039         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10040         (TRAP_TRACE): Likewise.
10041         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10042         __USE_XOPEN2K8].
10043         (CLD_KILLED): Likewise.
10044         (CLD_DUMPED): Likewise.
10045         (CLD_TRAPPED): Likewise.
10046         (CLD_STOPPED): Likewise.
10047         (CLD_CONTINUED): Likewise.
10048         (POLL_IN): Likewise.
10049         (POLL_OUT): Likewise.
10050         (POLL_MSG): Likewise.
10051         (POLL_ERR): Likewise.
10052         (POLL_PRI): Likewise.
10053         (POLL_HUP): Likewise.
10054         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
10055         Likewise.
10056         (ILL_ILLOPN): Likewise.
10057         (ILL_ILLADR): Likewise.
10058         (ILL_ILLTRP): Likewise.
10059         (ILL_PRVOPC): Likewise.
10060         (ILL_PRVREG): Likewise.
10061         (ILL_COPROC): Likewise.
10062         (ILL_BADSTK): Likewise.
10063         (ILL_BADIADDR): Likewise.
10064         (ILL_BREAK): Likewise.
10065         (FPE_INTDIV): Likewise.
10066         (FPE_INTOVF): Likewise.
10067         (FPE_FLTDIV): Likewise.
10068         (FPE_FLTOVF): Likewise.
10069         (FPE_FLTUND): Likewise.
10070         (FPE_FLTRES): Likewise.
10071         (FPE_FLTINV): Likewise.
10072         (FPE_FLTSUB): Likewise.
10073         (FPE_DECOVF): Likewise.
10074         (FPE_DECDIV): Likewise.
10075         (FPE_DECERR): Likewise.
10076         (FPE_INVASC): Likewise.
10077         (FPE_INVDEC): Likewise.
10078         (SEGV_MAPERR): Likewise.
10079         (SEGV_ACCERR): Likewise.
10080         (SEGV_PSTKOVF): Likewise.
10081         (BUS_ADRALN): Likewise.
10082         (BUS_ADRERR): Likewise.
10083         (BUS_OBJERR): Likewise.
10084         (BUS_MCEERR_AR): Likewise.
10085         (BUS_MCEERR_AO): Likewise.
10086         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10087         (TRAP_TRACE): Likewise.
10088         (TRAP_BRANCH): Likewise.
10089         (TRAP_HWBKPT): Likewise.
10090         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10091         __USE_XOPEN2K8].
10092         (CLD_KILLED): Likewise.
10093         (CLD_DUMPED): Likewise.
10094         (CLD_TRAPPED): Likewise.
10095         (CLD_STOPPED): Likewise.
10096         (CLD_CONTINUED): Likewise.
10097         (POLL_IN): Likewise.
10098         (POLL_OUT): Likewise.
10099         (POLL_MSG): Likewise.
10100         (POLL_ERR): Likewise.
10101         (POLL_PRI): Likewise.
10102         (POLL_HUP): Likewise.
10103         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
10104         (ILL_ILLOPN): Likewise.
10105         (ILL_ILLADR): Likewise.
10106         (ILL_ILLTRP): Likewise.
10107         (ILL_PRVOPC): Likewise.
10108         (ILL_PRVREG): Likewise.
10109         (ILL_COPROC): Likewise.
10110         (ILL_BADSTK): Likewise.
10111         (FPE_INTDIV): Likewise.
10112         (FPE_INTOVF): Likewise.
10113         (FPE_FLTDIV): Likewise.
10114         (FPE_FLTOVF): Likewise.
10115         (FPE_FLTUND): Likewise.
10116         (FPE_FLTRES): Likewise.
10117         (FPE_FLTINV): Likewise.
10118         (FPE_FLTSUB): Likewise.
10119         (SEGV_MAPERR): Likewise.
10120         (SEGV_ACCERR): Likewise.
10121         (BUS_ADRALN): Likewise.
10122         (BUS_ADRERR): Likewise.
10123         (BUS_OBJERR): Likewise.
10124         (BUS_MCEERR_AR): Likewise.
10125         (BUS_MCEERR_AO): Likewise.
10126         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10127         (TRAP_TRACE): Likewise.
10128         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10129         __USE_XOPEN2K8].
10130         (CLD_KILLED): Likewise.
10131         (CLD_DUMPED): Likewise.
10132         (CLD_TRAPPED): Likewise.
10133         (CLD_STOPPED): Likewise.
10134         (CLD_CONTINUED): Likewise.
10135         (POLL_IN): Likewise.
10136         (POLL_OUT): Likewise.
10137         (POLL_MSG): Likewise.
10138         (POLL_ERR): Likewise.
10139         (POLL_PRI): Likewise.
10140         (POLL_HUP): Likewise.
10141         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
10142         (ILL_ILLOPN): Likewise.
10143         (ILL_ILLADR): Likewise.
10144         (ILL_ILLTRP): Likewise.
10145         (ILL_PRVOPC): Likewise.
10146         (ILL_PRVREG): Likewise.
10147         (ILL_COPROC): Likewise.
10148         (ILL_BADSTK): Likewise.
10149         (FPE_INTDIV): Likewise.
10150         (FPE_INTOVF): Likewise.
10151         (FPE_FLTDIV): Likewise.
10152         (FPE_FLTOVF): Likewise.
10153         (FPE_FLTUND): Likewise.
10154         (FPE_FLTRES): Likewise.
10155         (FPE_FLTINV): Likewise.
10156         (FPE_FLTSUB): Likewise.
10157         (SEGV_MAPERR): Likewise.
10158         (SEGV_ACCERR): Likewise.
10159         (BUS_ADRALN): Likewise.
10160         (BUS_ADRERR): Likewise.
10161         (BUS_OBJERR): Likewise.
10162         (BUS_MCEERR_AR): Likewise.
10163         (BUS_MCEERR_AO): Likewise.
10164         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10165         (TRAP_TRACE): Likewise.
10166         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10167         __USE_XOPEN2K8].
10168         (CLD_KILLED): Likewise.
10169         (CLD_DUMPED): Likewise.
10170         (CLD_TRAPPED): Likewise.
10171         (CLD_STOPPED): Likewise.
10172         (CLD_CONTINUED): Likewise.
10173         (POLL_IN): Likewise.
10174         (POLL_OUT): Likewise.
10175         (POLL_MSG): Likewise.
10176         (POLL_ERR): Likewise.
10177         (POLL_PRI): Likewise.
10178         (POLL_HUP): Likewise.
10179         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
10180         (ILL_ILLOPN): Likewise.
10181         (ILL_ILLADR): Likewise.
10182         (ILL_ILLTRP): Likewise.
10183         (ILL_PRVOPC): Likewise.
10184         (ILL_PRVREG): Likewise.
10185         (ILL_COPROC): Likewise.
10186         (ILL_BADSTK): Likewise.
10187         (FPE_INTDIV): Likewise.
10188         (FPE_INTOVF): Likewise.
10189         (FPE_FLTDIV): Likewise.
10190         (FPE_FLTOVF): Likewise.
10191         (FPE_FLTUND): Likewise.
10192         (FPE_FLTRES): Likewise.
10193         (FPE_FLTINV): Likewise.
10194         (FPE_FLTSUB): Likewise.
10195         (SEGV_MAPERR): Likewise.
10196         (SEGV_ACCERR): Likewise.
10197         (BUS_ADRALN): Likewise.
10198         (BUS_ADRERR): Likewise.
10199         (BUS_OBJERR): Likewise.
10200         (BUS_MCEERR_AR): Likewise.
10201         (BUS_MCEERR_AO): Likewise.
10202         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10203         (TRAP_TRACE): Likewise.
10204         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10205         __USE_XOPEN2K8].
10206         (CLD_KILLED): Likewise.
10207         (CLD_DUMPED): Likewise.
10208         (CLD_TRAPPED): Likewise.
10209         (CLD_STOPPED): Likewise.
10210         (CLD_CONTINUED): Likewise.
10211         (POLL_IN): Likewise.
10212         (POLL_OUT): Likewise.
10213         (POLL_MSG): Likewise.
10214         (POLL_ERR): Likewise.
10215         (POLL_PRI): Likewise.
10216         (POLL_HUP): Likewise.
10217         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
10218         (ILL_ILLOPN): Likewise.
10219         (ILL_ILLADR): Likewise.
10220         (ILL_ILLTRP): Likewise.
10221         (ILL_PRVOPC): Likewise.
10222         (ILL_PRVREG): Likewise.
10223         (ILL_COPROC): Likewise.
10224         (ILL_BADSTK): Likewise.
10225         (ILL_DBLFLT): Likewise.
10226         (ILL_HARDWALL): Likewise.
10227         (FPE_INTDIV): Likewise.
10228         (FPE_INTOVF): Likewise.
10229         (FPE_FLTDIV): Likewise.
10230         (FPE_FLTOVF): Likewise.
10231         (FPE_FLTUND): Likewise.
10232         (FPE_FLTRES): Likewise.
10233         (FPE_FLTINV): Likewise.
10234         (FPE_FLTSUB): Likewise.
10235         (SEGV_MAPERR): Likewise.
10236         (SEGV_ACCERR): Likewise.
10237         (BUS_ADRALN): Likewise.
10238         (BUS_ADRERR): Likewise.
10239         (BUS_OBJERR): Likewise.
10240         (BUS_MCEERR_AR): Likewise.
10241         (BUS_MCEERR_AO): Likewise.
10242         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10243         (TRAP_TRACE): Likewise.
10244         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10245         __USE_XOPEN2K8].
10246         (CLD_KILLED): Likewise.
10247         (CLD_DUMPED): Likewise.
10248         (CLD_TRAPPED): Likewise.
10249         (CLD_STOPPED): Likewise.
10250         (CLD_CONTINUED): Likewise.
10251         (POLL_IN): Likewise.
10252         (POLL_OUT): Likewise.
10253         (POLL_MSG): Likewise.
10254         (POLL_ERR): Likewise.
10255         (POLL_PRI): Likewise.
10256         (POLL_HUP): Likewise.
10257         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
10258         (ILL_ILLOPN): Likewise.
10259         (ILL_ILLADR): Likewise.
10260         (ILL_ILLTRP): Likewise.
10261         (ILL_PRVOPC): Likewise.
10262         (ILL_PRVREG): Likewise.
10263         (ILL_COPROC): Likewise.
10264         (ILL_BADSTK): Likewise.
10265         (FPE_INTDIV): Likewise.
10266         (FPE_INTOVF): Likewise.
10267         (FPE_FLTDIV): Likewise.
10268         (FPE_FLTOVF): Likewise.
10269         (FPE_FLTUND): Likewise.
10270         (FPE_FLTRES): Likewise.
10271         (FPE_FLTINV): Likewise.
10272         (FPE_FLTSUB): Likewise.
10273         (SEGV_MAPERR): Likewise.
10274         (SEGV_ACCERR): Likewise.
10275         (BUS_ADRALN): Likewise.
10276         (BUS_ADRERR): Likewise.
10277         (BUS_OBJERR): Likewise.
10278         (BUS_MCEERR_AR): Likewise.
10279         (BUS_MCEERR_AO): Likewise.
10280         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10281         (TRAP_TRACE): Likewise.
10282         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10283         __USE_XOPEN2K8].
10284         (CLD_KILLED): Likewise.
10285         (CLD_DUMPED): Likewise.
10286         (CLD_TRAPPED): Likewise.
10287         (CLD_STOPPED): Likewise.
10288         (CLD_CONTINUED): Likewise.
10289         (POLL_IN): Likewise.
10290         (POLL_OUT): Likewise.
10291         (POLL_MSG): Likewise.
10292         (POLL_ERR): Likewise.
10293         (POLL_PRI): Likewise.
10294         (POLL_HUP): Likewise.
10295         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
10296         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10298         [BZ #16670]
10299         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
10300         before #include of <time.h>.
10301         [!__USE_XOPEN2K] (__need_timespec): Likewise.
10302         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
10303         (test-xfail-UNIX98/sched.h/conform): Likewise.
10305 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10307         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
10308         error absence of trapping exception support.
10309         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10311 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
10313         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
10314         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
10315         * timezone/Makefile (testdata): Move definition above include of
10316         Rules.
10317         (test-zones): New variable.
10318         (tests-special): Add zone files.
10319         (build-testdata): Use $(evaluate-test).
10321         * elf/Makefile (tests-special): Rename tests to end with .out.
10322         ($(objpfx)noload-mem): Likewise.
10323         ($(objpfx)tst-leaks1-mem): Likewise.
10324         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
10325         * iconv/Makefile (xtests-special): Change test-iconvconfig to
10326         $(objpfx)test-iconvconfig.out.
10327         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
10328         set -e inside subshell and redirect output to file.
10329         * iconvdata/Makefile (generated): Rename tests to end with .out.
10330         Correct type.
10331         (tests-special): Rename tests to end with .out.
10332         ($(objpfx)mtrace-tst-loading): Likewise.
10333         * intl/Makefile (generated): Likewise.
10334         (tests-special): Likewise.
10335         ($(objpfx)mtrace-tst-gettext): Likewise.
10336         * misc/Makefile (generated): Likewise.
10337         (tests-special): Likewise.
10338         ($(objpfx)tst-error1-mem): Likewise.
10339         * nptl/Makefile (tests-special): Likewise.
10340         ($(objpfx)tst-stack3-mem): Likewise.
10341         (generated): Likewise.
10342         * posix/Makefile (generated): Likewise.
10343         (tests-special): Likewise.
10344         (xtests-special): Likewise.
10345         ($(objpfx)tst-fnmatch-mem): Likewise.
10346         ($(objpfx)bug-regex2-mem): Likewise.
10347         ($(objpfx)bug-regex14-mem): Likewise.
10348         ($(objpfx)bug-regex21-mem): Likewise.
10349         ($(objpfx)bug-regex31-mem): Likewise.
10350         ($(objpfx)tst-vfork3-mem): Likewise.
10351         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10352         ($(objpfx)tst-pcre-mem): Likewise.
10353         ($(objpfx)tst-boost-mem): Likewise.
10354         ($(objpfx)bug-ga2-mem): Likewise.
10355         ($(objpfx)bug-glob2-mem): Likewise.
10356         * resolv/Makefile (generate): Likewise.
10357         (tests-special): Likewise.
10358         (xtests-special): Likewise.
10359         (generated): Likewise.
10360         ($(objpfx)mtrace-tst-leaks): Likewise.
10361         ($(objpfx)mtrace-tst-leaks2): Likewise.
10363         * scripts/merge-test-results.sh: New file.
10364         * Makefile (tests-special-notdir): New variable.
10365         (tests): Run merge-test-results.sh.
10366         (xtests): Likewise.
10367         * Rules (tests-special-notdir): New variable.
10368         (xtests-special-notdir): Likewise.
10369         (tests): Run merge-test-results.sh
10370         (xtests): Likewise.
10372         * Makeconfig (test-xfail-name): New variable.
10373         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
10374         compute variable name for expected failures.
10375         * conform/Makefile (conformtest-headers-data): New variable.
10376         (conformtest-standards): Likewise.
10377         (conformtest-headers-ISO): Likewise.
10378         (conformtest-headers-ISO99): Likewise.
10379         (conformtest-headers-ISO11): Likewise.
10380         (conformtest-headers-POSIX): Likewise.
10381         (conformtest-headers-XPG3): Likewise.
10382         (conformtest-headers-XPG4): Likewise.
10383         (conformtest-headers-UNIX98): Likewise.
10384         (conformtest-headers-XOPEN2K): Likewise.
10385         (conformtest-headers-POSIX2008): Likewise.
10386         (conformtest-headers-XOPEN2K8): Likewise.
10387         (conformtest-header-list-base): Likewise.
10388         (conformtest-header-list-tests): Likewise.
10389         (conformtest-header-base): Likewise.
10390         (conformtest-header-tests): Likewise.
10391         (tests-special): Add $(conformtest-header-list-tests).  If
10392         [$(fast-check) && !$(cross-compiling)], add
10393         $(conformtest-header-tests) instead of
10394         $(objpfx)run-conformtest.out.
10395         (generated): Add $(conformtest-header-list-base).  If
10396         [$(fast-check) && !$(cross-compiling)], add
10397         $(conformtest-header-base).  Remove previous setting.
10398         ($(conformtest-header-list-tests)): New target.
10399         (test-xfail-run-conformtest): Remove variable.
10400         ($(objpfx)run-conformtest.out): Remove target.
10401         (test-xfail-ISO11/complex.h/conform): New variable.
10402         (test-xfail-ISO11/stdalign.h/conform): Likewise.
10403         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10404         (test-xfail-XPG3/varargs.h/conform): Likewise.
10405         (test-xfail-XPG4/varargs.h/conform): Likewise.
10406         (test-xfail-UNIX98/varargs.h/conform): Likewise.
10407         (test-xfail-XPG4/ndbm.h/conform): Likewise.
10408         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10409         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10410         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10411         (test-xfail-XPG3/fcntl.h/conform): Likewise.
10412         (test-xfail-XPG3/ftw.h/conform): Likewise.
10413         (test-xfail-XPG3/grp.h/conform): Likewise.
10414         (test-xfail-XPG3/langinfo.h/conform): Likewise.
10415         (test-xfail-XPG3/limits.h/conform): Likewise.
10416         (test-xfail-XPG3/pwd.h/conform): Likewise.
10417         (test-xfail-XPG3/search.h/conform): Likewise.
10418         (test-xfail-XPG3/signal.h/conform): Likewise.
10419         (test-xfail-XPG3/stdio.h/conform): Likewise.
10420         (test-xfail-XPG3/stdlib.h/conform): Likewise.
10421         (test-xfail-XPG3/string.h/conform): Likewise.
10422         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10423         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10424         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10425         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10426         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10427         (test-xfail-XPG3/sys/types.h/conform): Likewise.
10428         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10429         (test-xfail-XPG3/termios.h/conform): Likewise.
10430         (test-xfail-XPG3/time.h/conform): Likewise.
10431         (test-xfail-XPG3/unistd.h/conform): Likewise.
10432         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10433         (test-xfail-XPG4/fcntl.h/conform): Likewise.
10434         (test-xfail-XPG4/langinfo.h/conform): Likewise.
10435         (test-xfail-XPG4/netdb.h/conform): Likewise.
10436         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10437         (test-xfail-XPG4/signal.h/conform): Likewise.
10438         (test-xfail-XPG4/stdio.h/conform): Likewise.
10439         (test-xfail-XPG4/stdlib.h/conform): Likewise.
10440         (test-xfail-XPG4/stropts.h/conform): Likewise.
10441         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10442         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10443         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10444         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10445         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10446         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10447         (test-xfail-XPG4/sys/time.h/conform): Likewise.
10448         (test-xfail-XPG4/sys/types.h/conform): Likewise.
10449         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10450         (test-xfail-XPG4/termios.h/conform): Likewise.
10451         (test-xfail-XPG4/ucontext.h/conform): Likewise.
10452         (test-xfail-XPG4/unistd.h/conform): Likewise.
10453         (test-xfail-XPG4/utmpx.h/conform): Likewise.
10454         (test-xfail-POSIX/sched.h/conform): Likewise.
10455         (test-xfail-POSIX/signal.h/conform): Likewise.
10456         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10457         (test-xfail-POSIX/tar.h/conform): Likewise.
10458         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10459         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10460         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10461         (test-xfail-UNIX98/netdb.h/conform): Likewise.
10462         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10463         (test-xfail-UNIX98/sched.h/conform): Likewise.
10464         (test-xfail-UNIX98/signal.h/conform): Likewise.
10465         (test-xfail-UNIX98/stdio.h/conform): Likewise.
10466         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10467         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10468         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10469         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10470         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10471         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10472         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10473         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10474         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10475         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10476         (test-xfail-UNIX98/unistd.h/conform): Likewise.
10477         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10478         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10479         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10480         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10481         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10482         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10483         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10484         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10485         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10486         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10487         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10488         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10489         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10490         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10491         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10492         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10493         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10494         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10495         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10496         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10497         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10498         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10499         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10500         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10501         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10502         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10503         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10504         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10505         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10506         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10507         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10508         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10509         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10510         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10511         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10512         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10513         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10514         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10515         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10516         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10517         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10518         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10519         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10520         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10521         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10522         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10523         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10524         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10525         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10526         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10527         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10528         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10529         (conformtest-cc-flags): Likewise.
10530         ($(conformtest-header-tests): New target.
10531         * conform/check-header-lists.sh: New file.
10532         * conform/run-conformtest.sh: Remove.
10534         * conform/conformtest.pl: Allow ' and \ in values given for
10535         constants.
10536         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10537         inclusion.
10538         [POSIX] (sys/types.h): Likewise.
10539         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10540         inclusion.
10541         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10542         inclusion.
10543         * conform/data/signal.h-data (SIGIO): Remove expectation.
10544         [XPG3] (SIGBUS): Do not expect.
10545         [POSIX || XPG3] (SIGPOLL): Likewise.
10546         [POSIX || XPG3] (SIGPROF): Likewise.
10547         [POSIX || XPG3] (SIGSYS): Likewise.
10548         [XPG3] (SIGTRAP): Likewise.
10549         [POSIX || XPG3] (SIGURG): Likewise.
10550         [POSIX || XPG3] (SIGVTALRM): Likewise.
10551         [POSIX || XPG3] (SIGXCPU): Likewise.
10552         [POSIX || XPG3] (SIGXFSZ): Likewise.
10553         [POSIX] (SA_SIGINFO): Expect.
10554         [XPG3] (siginfo_t): Do not expect type or contents.
10555         [POSIX] (si_pid): Do not expect element.
10556         [POSIX] (si_uid): Likewise.
10557         [POSIX] (si_addr): Likewise.
10558         [POSIX] (si_status): Likewise.
10559         [POSIX] (si_band): Likewise.
10560         [XPG4] (si_value): Likewise.
10561         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10562         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10563         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10564         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10565         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10566         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10567         [POSIX || XPG3] (ILL_COPROC): Likewise.
10568         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10569         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10570         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10571         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10572         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10573         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10574         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10575         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10576         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10577         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10578         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10579         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10580         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10581         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10582         [POSIX || XPG3] (CLD_EXITED): Likewise.
10583         [POSIX || XPG3] (CLD_KILLED): Likewise.
10584         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10585         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10586         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10587         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10588         [POSIX || XPG3] (POLL_IN): Likewise.
10589         [POSIX || XPG3] (POLL_OUT): Likewise.
10590         [POSIX || XPG3] (POLL_MSG): Likewise.
10591         [POSIX || XPG3] (POLL_ERR): Likewise.
10592         [POSIX || XPG3] (POLL_PRI): Likewise.
10593         [POSIX || XPG3] (POLL_HUP): Likewise.
10594         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10595         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10596         (SIG*): Do not allow.
10597         [XPG3] (si_*): Likewise.
10598         [XPG3] (SI_*): Likewise.
10599         [XPG3 || XPG4] (sigev_*): Likewise.
10600         [XPG3 || XPG4] (SIGEV_*): Likewise.
10601         [XPG3 || XPG4] (sival_*): Likewise.
10602         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10603         [POSIX || XPG3] (BUS_*): Likewise.
10604         [POSIX || XPG3] (CLD_*): Likewise.
10605         [POSIX || XPG3] (FPE_*): Likewise.
10606         [POSIX || XPG3] (ILL_*): Likewise.
10607         [POSIX || XPG3] (POLL_*): Likewise.
10608         [POSIX || XPG3] (SEGV_*): Likewise.
10609         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10610         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10611         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10612         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10613         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10614         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10615         Specify type and value.
10616         (TVERSLEN): Likewise.
10617         (REGTYPE): Likewise.
10618         (AREGTYPE): Likewise.
10619         (LNKTYPE): Likewise.
10620         (SYMTYPE): Likewise.
10621         (CHRTYPE): Likewise.
10622         (BLKTYPE): Likewise.
10623         (DIRTYPE): Likewise.
10624         (FIFOTYPE): Likewise.
10625         (CONTTYPE): Likewise.
10626         (TSUID): Likewise.
10627         (TSGID): Likewise.
10628         (TSVTX): Likewise.
10629         (TUREAD): Likewise.
10630         (TUWRITE): Likewise.
10631         (TUEXEC): Likewise.
10632         (TGREAD): Likewise.
10633         (TGWRITE): Likewise.
10634         (TGEXEC): Likewise.
10635         (TOREAD): Likewise.
10636         (TOWRITE): Likewise.
10637         (TOEXEC): Likewise.
10638         [POSIX] (TSVTX): Expect constant.
10640 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10642         * Makefile (tests): Change dependencies to ....
10643         (tests-special): ... additions to this variable.
10644         (tests): Depend on $(tests-special).
10645         * Makerules (check-abi-list): New variable.
10646         (check-abi): Depend on $(check-abi-list).
10647         [$(subdir) = elf] (tests-special): Add
10648         $(objpfx)check-abi-libc.out.
10649         [$(build-shared) = yes && subdir] (tests-special): Add
10650         $(check-abi-list).
10651         [$(build-shared) = yes && subdir] (tests): Do not depend on
10652         check-abi.
10653         * Rules (tests): Depend on $(tests-special).
10654         (xtests): Depend on $(xtests-special).
10655         * catgets/Makefile (tests): Change dependencies to ....
10656         (tests-special): ... additions to this variable.
10657         * conform/Makefile (tests): Change dependencies to ....
10658         (tests-special): ... additions to this variable.
10659         * elf/Makefile (tests): Change dependencies to ....
10660         (tests-special): ... additions to this variable.
10661         * grp/Makefile (tests): Change dependencies to ....
10662         (tests-special): ... additions to this variable.
10663         * iconv/Makefile (xtests): Change dependencies to ....
10664         (xtests-special): ... additions to this variable.
10665         * iconvdata/Makefile (tests): Change dependencies to ....
10666         (tests-special): ... additions to this variable.
10667         * intl/Makefile (tests): Change dependencies to ....
10668         (tests-special): ... additions to this variable.  Also add
10669         $(objpfx)tst-gettext.out.
10670         * io/Makefile (tests): Change dependencies to ....
10671         (tests-special): ... additions to this variable.
10672         * libio/Makefile (tests): Change dependencies to ....
10673         (tests-special): ... additions to this variable.
10674         * malloc/Makefile (tests): Change dependencies to ....
10675         (tests-special): ... additions to this variable.
10676         * misc/Makefile (tests): Change dependencies to ....
10677         (tests-special): ... additions to this variable.
10678         * nptl/Makefile (tests): Change dependencies to ....
10679         (tests-special): ... additions to this variable.
10680         * nptl_db/Makefile (tests): Change dependencies to ....
10681         (tests-special): ... additions to this variable.
10682         * posix/Makefile (tests): Change dependencies to ....
10683         (tests-special): ... additions to this variable.
10684         (xtests): Change dependencies to ....
10685         (xtests-special): ... additions to this variable.
10686         * resolv/Makefile (tests): Change dependencies to ....
10687         (tests-special): ... additions to this variable.
10688         (xtests): Change dependencies to ....
10689         (xtests-special): ... additions to this variable.
10690         * stdio-common/Makefile (tests): Change dependencies to ....
10691         (tests-special): ... additions to this variable.
10692         (do-tst-unbputc): Remove target.
10693         (do-tst-printf): Likewise.
10694         * stdlib/Makefile (tests): Change dependencies to ....
10695         (tests-special): ... additions to this variable.
10696         * string/Makefile (tests): Change dependencies to ....
10697         (tests-special): ... additions to this variable.
10698         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10699         (tests-special): ... additions to this variable.
10701         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10702         whole file.
10703         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10704         whole file.
10705         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10706         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10708         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10709         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10710         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10711         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10712         * conform/data/libgen.h-data [XPG3]: Likewise.
10713         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10714         * conform/data/ndbm.h-data [XPG3]: Likewise.
10715         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10716         * conform/data/netdb.h-data [XPG3]: Likewise.
10717         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10718         * conform/data/poll.h-data [XPG3]: Likewise.
10719         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10720         * conform/data/strings.h-data [XPG3]: Likewise.
10721         * conform/data/stropts.h-data [XPG3]: Likewise.
10722         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10723         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10724         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10725         Likewise.
10726         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10727         * conform/data/sys/time.h-data [XPG3]: Likewise.
10728         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10729         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10730         * conform/data/sys/un.h-data [XPG3]: Likewise.
10731         * conform/data/syslog.h-data [XPG3]: Likewise.
10732         * conform/data/ucontext.h-data [XPG3]: Likewise.
10733         * conform/data/utmpx.h-data [XPG3]: Likewise.
10734         * conform/data/varargs.h-data [UNIX98]: Enable file.
10736         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10738         * math/libm-test.inc (struct test_f_f_data): Move expected results
10739         into structure for each rounding mode.
10740         (struct test_ff_f_data): Likewise.
10741         (struct test_ff_f_data_nexttoward): Likewise.
10742         (struct test_fi_f_data): Likewise.
10743         (struct test_fl_f_data): Likewise.
10744         (struct test_if_f_data): Likewise.
10745         (struct test_fff_f_data): Likewise.
10746         (struct test_c_f_data): Likewise.
10747         (struct test_f_f1_data): Likewise.
10748         (struct test_fF_f1_data): Likewise.
10749         (struct test_ffI_f1_data): Likewise.
10750         (struct test_c_c_data): Likewise.
10751         (struct test_cc_c_data): Likewise.
10752         (struct test_f_i_data): Likewise.
10753         (struct test_ff_i_data): Likewise.
10754         (struct test_f_l_data): Likewise.
10755         (struct test_f_L_data): Likewise.
10756         (struct test_fFF_11_data): Likewise.
10757         (RM_): New macro.
10758         (RM_FE_DOWNWARD): Likewise.
10759         (RM_FE_TONEAREST): Likewise.
10760         (RM_FE_TOWARDZERO): Likewise.
10761         (RM_FE_UPWARD): Likewise.
10762         (RUN_TEST_LOOP_f_f): Update references to expected results.
10763         (RUN_TEST_LOOP_2_f): Likewise.
10764         (RUN_TEST_LOOP_fff_f): Likewise.
10765         (RUN_TEST_LOOP_c_f): Likewise.
10766         (RUN_TEST_LOOP_f_f1): Likewise.
10767         (RUN_TEST_LOOP_fF_f1): Likewise.
10768         (RUN_TEST_LOOP_fI_f1): Likewise.
10769         (RUN_TEST_LOOP_ffI_f1): Likewise.
10770         (RUN_TEST_LOOP_c_c): Likewise.
10771         (RUN_TEST_LOOP_cc_c): Likewise.
10772         (RUN_TEST_LOOP_f_i): Likewise.
10773         (RUN_TEST_LOOP_f_i_tg): Likewise.
10774         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10775         (RUN_TEST_LOOP_f_b): Likewise.
10776         (RUN_TEST_LOOP_f_b_tg): Likewise.
10777         (RUN_TEST_LOOP_f_l): Likewise.
10778         (RUN_TEST_LOOP_f_L): Likewise.
10779         (RUN_TEST_LOOP_fFF_11): Likewise.
10780         * math/gen-libm-test.pl (parse_args): Output four copies of
10781         expected results for each test.
10783         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10784         (__ASSUME_UTIMES): Remove.
10785         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10786         (__ASSUME_UTIMES): Likewise.
10788         * math/gen-auto-libm-tests.c: Update comment on output format.
10789         (output_for_one_input_case): Generate before-rounding and
10790         after-rounding information as conditions on output flags not
10791         floating-point format.
10792         * math/auto-libm-test-out: Regenerated.
10793         * math/gen-libm-test.pl (cond_value): New function.
10794         (or_cond_value): Use cond_value.
10795         (generate_testfile): Handle conditional exceptions.
10797 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10799         * math/libm-test.inc (max_valid_error): New variable.
10800         (init_max_error): Take new argument specifying whether function
10801         results are exactly determined.  Set max_valid_error and bound
10802         other variables for errors based on this argument.
10803         (set_max_error): Do not record results above max_valid_error.
10804         (check_float_internal): Only accept errors of up to 0.5ulps if
10805         also at most max_valid_error.
10806         (START): Take new argument EXACT and pass it to init_max_error.
10807         (acos_test): Update call to START.
10808         (acos_test_tonearest): Likewise.
10809         (acos_test_towardzero): Likewise.
10810         (acos_test_downward): Likewise.
10811         (acos_test_upward): Likewise.
10812         (acosh_test): Likewise.
10813         (asin_test): Likewise.
10814         (asin_test_tonearest): Likewise.
10815         (asin_test_towardzero): Likewise.
10816         (asin_test_downward): Likewise.
10817         (asin_test_upward): Likewise.
10818         (asinh_test): Likewise.
10819         (atan_test): Likewise.
10820         (atanh_test): Likewise.
10821         (atan2_test): Likewise.
10822         (cabs_test): Likewise.
10823         (cacos_test): Likewise.
10824         (cacosh_test): Likewise.
10825         (carg_test): Likewise.
10826         (casin_test): Likewise.
10827         (casinh_test): Likewise.
10828         (catan_test): Likewise.
10829         (catanh_test): Likewise.
10830         (cbrt_test): Likewise.
10831         (ccos_test): Likewise.
10832         (ccosh_test): Likewise.
10833         (ceil_test): Likewise.
10834         (cexp_test): Likewise.
10835         (cimag_test): Likewise.
10836         (clog_test): Likewise.
10837         (clog10_test): Likewise.
10838         (conj_test): Likewise.
10839         (copysign_test): Likewise.
10840         (cos_test): Likewise.
10841         (cos_test_tonearest): Likewise.
10842         (cos_test_towardzero): Likewise.
10843         (cos_test_downward): Likewise.
10844         (cos_test_upward): Likewise.
10845         (cosh_test): Likewise.
10846         (cosh_test_tonearest): Likewise.
10847         (cosh_test_towardzero): Likewise.
10848         (cosh_test_downward): Likewise.
10849         (cosh_test_upward): Likewise.
10850         (cpow_test): Likewise.
10851         (cproj_test): Likewise.
10852         (creal_test): Likewise.
10853         (csin_test): Likewise.
10854         (csinh_test): Likewise.
10855         (csqrt_test): Likewise.
10856         (ctan_test): Likewise.
10857         (ctan_test_tonearest): Likewise.
10858         (ctan_test_towardzero): Likewise.
10859         (ctan_test_downward): Likewise.
10860         (ctan_test_upward): Likewise.
10861         (ctanh_test): Likewise.
10862         (ctanh_test_tonearest): Likewise.
10863         (ctanh_test_towardzero): Likewise.
10864         (ctanh_test_downward): Likewise.
10865         (ctanh_test_upward): Likewise.
10866         (erf_test): Likewise.
10867         (erfc_test): Likewise.
10868         (exp_test): Likewise.
10869         (exp_test_tonearest): Likewise.
10870         (exp_test_towardzero): Likewise.
10871         (exp_test_downward): Likewise.
10872         (exp_test_upward): Likewise.
10873         (exp10_test): Likewise.
10874         (exp10_test_tonearest): Likewise.
10875         (exp10_test_towardzero): Likewise.
10876         (exp10_test_downward): Likewise.
10877         (exp10_test_upward): Likewise.
10878         (pow10_test): Likewise.
10879         (exp2_test): Likewise.
10880         (expm1_test): Likewise.
10881         (expm1_test_tonearest): Likewise.
10882         (expm1_test_towardzero): Likewise.
10883         (expm1_test_downward): Likewise.
10884         (expm1_test_upward): Likewise.
10885         (fabs_test): Likewise.
10886         (fdim_test): Likewise.
10887         (floor_test): Likewise.
10888         (fma_test): Likewise.
10889         (fma_test_towardzero): Likewise.
10890         (fma_test_downward): Likewise.
10891         (fma_test_upward): Likewise.
10892         (fmax_test): Likewise.
10893         (fmin_test): Likewise.
10894         (fmod_test): Likewise.
10895         (fpclassify_test): Likewise.
10896         (frexp_test): Likewise.
10897         (hypot_test): Likewise.
10898         (ilogb_test): Likewise.
10899         (isfinite_test): Likewise.
10900         (finite_test): Likewise.
10901         (isgreater_test): Likewise.
10902         (isgreaterequal_test): Likewise.
10903         (isinf_test): Likewise.
10904         (isless_test): Likewise.
10905         (islessequal_test): Likewise.
10906         (islessgreater_test): Likewise.
10907         (isnan_test): Likewise.
10908         (isnormal_test): Likewise.
10909         (issignaling_test): Likewise.
10910         (isunordered_test): Likewise.
10911         (j0_test): Likewise.
10912         (j1_test): Likewise.
10913         (jn_test): Likewise.
10914         (ldexp_test): Likewise.
10915         (lgamma_test): Likewise.
10916         (gamma_test): Likewise.
10917         (lrint_test): Likewise.
10918         (lrint_test_tonearest): Likewise.
10919         (lrint_test_towardzero): Likewise.
10920         (lrint_test_downward): Likewise.
10921         (lrint_test_upward): Likewise.
10922         (llrint_test): Likewise.
10923         (llrint_test_tonearest): Likewise.
10924         (llrint_test_towardzero): Likewise.
10925         (llrint_test_downward): Likewise.
10926         (llrint_test_upward): Likewise.
10927         (log_test): Likewise.
10928         (log10_test): Likewise.
10929         (log1p_test): Likewise.
10930         (log2_test): Likewise.
10931         (logb_test): Likewise.
10932         (logb_test_downward): Likewise.
10933         (lround_test): Likewise.
10934         (llround_test): Likewise.
10935         (modf_test): Likewise.
10936         (nearbyint_test): Likewise.
10937         (nextafter_test): Likewise.
10938         (nexttoward_test): Likewise.
10939         (pow_test): Likewise.
10940         (pow_test_tonearest): Likewise.
10941         (pow_test_towardzero): Likewise.
10942         (pow_test_downward): Likewise.
10943         (pow_test_upward): Likewise.
10944         (remainder_test): Likewise.
10945         (drem_test): Likewise.
10946         (remainder_test_tonearest): Likewise.
10947         (drem_test_tonearest): Likewise.
10948         (remainder_test_towardzero): Likewise.
10949         (drem_test_towardzero): Likewise.
10950         (remainder_test_downward): Likewise.
10951         (drem_test_downward): Likewise.
10952         (remainder_test_upward): Likewise.
10953         (drem_test_upward): Likewise.
10954         (remquo_test): Likewise.
10955         (rint_test): Likewise.
10956         (rint_test_tonearest): Likewise.
10957         (rint_test_towardzero): Likewise.
10958         (rint_test_downward): Likewise.
10959         (rint_test_upward): Likewise.
10960         (round_test): Likewise.
10961         (scalb_test): Likewise.
10962         (scalbn_test): Likewise.
10963         (scalbln_test): Likewise.
10964         (signbit_test): Likewise.
10965         (sin_test): Likewise.
10966         (sin_test_tonearest): Likewise.
10967         (sin_test_towardzero): Likewise.
10968         (sin_test_downward): Likewise.
10969         (sin_test_upward): Likewise.
10970         (sincos_test): Likewise.
10971         (sinh_test): Likewise.
10972         (sinh_test_tonearest): Likewise.
10973         (sinh_test_towardzero): Likewise.
10974         (sinh_test_downward): Likewise.
10975         (sinh_test_upward): Likewise.
10976         (sqrt_test): Likewise.
10977         (sqrt_test_tonearest): Likewise.
10978         (sqrt_test_towardzero): Likewise.
10979         (sqrt_test_downward): Likewise.
10980         (sqrt_test_upward): Likewise.
10981         (tan_test): Likewise.
10982         (tan_test_tonearest): Likewise.
10983         (tan_test_towardzero): Likewise.
10984         (tan_test_downward): Likewise.
10985         (tan_test_upward): Likewise.
10986         (tanh_test): Likewise.
10987         (tgamma_test): Likewise.
10988         (trunc_test): Likewise.
10989         (y0_test): Likewise.
10990         (y1_test): Likewise.
10991         (yn_test): Likewise.
10992         (significand_test): Likewise.
10994         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10995         individual tests in comment.
10996         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10997         (prev_max_error): New variable.
10998         (prev_real_max_error): Likewise.
10999         (prev_imag_max_error): Likewise.
11000         (compare_ulp_data): Don't refer to test names in comment.
11001         (find_test_ulps): Remove function.
11002         (find_function_ulps): Likewise.
11003         (find_complex_function_ulps): Likewise.
11004         (init_max_error): Take function name as argument.  Look up ulps
11005         for that function.
11006         (print_ulps): Remove function.
11007         (print_max_error): Use prev_max_error instead of calling
11008         find_function_ulps.
11009         (print_complex_max_error): Use prev_real_max_error and
11010         prev_imag_max_error instead of calling find_complex_function_ulps.
11011         (check_float_internal): Take max_ulp parameter instead of calling
11012         find_test_ulps.  Don't call print_ulps.
11013         (check_float): Update call to check_float_internal.
11014         (check_complex): Update calls to check_float_internal.
11015         (START): Pass argument to init_max_error.
11016         * math/gen-libm-test.pl (%results): Don't include "kind"
11017         information.
11018         (parse_ulps): Don't handle ulps of individual tests.
11019         (print_ulps_file): Likewise.
11020         (output_ulps): Likewise.
11021         * math/README.libm-test: Update.
11022         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
11023         individual tests.
11024         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
11025         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
11026         * sysdeps/arm/libm-test-ulps: Likewise.
11027         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
11028         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
11029         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
11030         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
11031         * sysdeps/microblaze/libm-test-ulps: Likewise.
11032         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
11033         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11034         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
11035         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
11036         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
11037         * sysdeps/sh/libm-test-ulps: Likewise.
11038         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
11039         * sysdeps/tile/libm-test-ulps: Likewise.
11040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11042 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
11044         * math/libm-test.inc (print_complex_max_error): Check separately
11045         whether real and imaginary errors are within allowed range and
11046         pass 0 to print_complex_function_ulps instead of value within
11047         allowed range.
11049 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
11051         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
11052         formatting.
11053         (get_handles_fopen): Likewise.
11054         (do_write_test): Likewise.
11056         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
11058         * libio/fileops.c (do_ftell): Use cached offset when
11059         available.
11060         * libio/iofwide.c (do_ftell_wide): Likewise.
11061         * libio/iofdopen.c (_IO_new_fdopen): Don't use
11062         _IO_file_attach.
11063         * libio/wfileops.c (_IO_fwide): Don't cache offset.
11065         [BZ #16532]
11066         * libio/libioP.h (get_file_offset): New function.
11067         * libio/fileops.c (get_file_offset): Likewise.
11068         (do_ftell): Likewise.
11069         (_IO_new_file_seekoff): Split out ftell logic.
11070         * libio/wfileops.c (do_ftell_wide): Likewise.
11071         (_IO_wfile_seekoff): Split out ftell logic.
11072         * libio/tst-ftell-active-handler.c: New test case.
11073         * libio/Makefile (tests): Add it.
11075 2014-03-03  Roland McGrath  <roland@hack.frob.com>
11077         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
11078         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
11080 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
11082         [BZ #16639]
11083         * nscd/connections.c (nscd_init): Call do_exit.
11084         (start_threads): Call do_exit and notify_parent.
11085         (begin_drop_privileges): Call do_exit.
11086         (finish_drop_privileges): Likewise.
11087         * nscd/selinux.c (preserve_capabilities): Likewise.
11088         (install_real_capabilities): Likewise.
11089         (nscd_selinux_enabled): Likewise.
11090         (avc_create_thread): Likewise.
11091         (avc_alloc_lock): Likewise.
11092         (nscd_avc_init): Likewise.
11093         * nscd/nscd.c (parent_fd): New static variable.
11094         (main): Create a pipe between parent and child processes.
11095         Skip closing parent_fd.
11096         (monitor_child): New function.
11097         (do_exit): Likewise.
11098         (notify_parent): Likewise.
11099         * nscd/nscd.h (notify_parent): Likewise.
11100         (do_exit): Likewise.
11102 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
11104         * malloc/malloc.c (__libc_calloc): Revert last change.
11106 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11108         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11110 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11112         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
11113         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
11114         implementation.
11115         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11116         (__libc_ifunc_impl_list): Likewise.
11117         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
11118         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
11119         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
11120         * string/strrchr.c: Define STRRCHR.
11122 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
11124         * benchtest/bench-strtok.c (simple_strtok): Delete.
11125         (strtok_string): Use as benchmark.
11126         * string/strtok (STRTOK): New macro.
11128 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
11130         * manual/threads.texi: Add header and standard comments to all
11131         functions.
11133         * elf/dl-lookup.c (check_match): New function.
11134         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
11135         (do_lookup_x): Remove nested function check_match. Use non-nested
11136         function check_match.
11138 2014-02-28  Roland McGrath  <roland@hack.frob.com>
11140         * csu/Makefile (generated, before-compile): Use += rather than =.
11141         * catgets/Makefile (generated, generated-dirs): Likewise.
11142         * debug/Makefile (generated): Likewise.
11143         * dlfcn/Makefile (generated): Likewise.
11144         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
11145         * iconvdata/Makefile (before-compile, generated): Likewise.
11146         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
11147         * libio/Makefile (generated): Likewise.
11148         * malloc/Makefile (generated): Likewise.
11149         * manual/Makefile (generated, generated-dirs): Likewise.
11150         * misc/Makefile (generated): Likewise.
11151         * posix/Makefile (generated): Likewise.
11152         * resolv/Makefile (generated): Likewise.
11153         * sunrpc/Makefile (generated, generated-dirs): Likewise.
11154         * timezone/Makefile (generated, generated-dirs): Likewise.
11156         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
11158 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11160         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
11161         power8 implementation.
11162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
11163         file: POWER8 llround ifunc implementation.
11164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
11165         (__lllround): Add POWER8 implementation.
11166         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
11167         POWER8 llround implementation.
11169         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
11170         power8 implementation.
11171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
11172         file: POWER8 llrint ifunc implementation.
11173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
11174         Add POWER8 implementation.
11175         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
11176         POWER8 llrint implementation.
11178         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
11179         power8 implementation.
11180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
11181         file: POWER8 finite ifunc implementation.
11182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
11183         Add POWER8 implementation.
11184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
11185         Likewise.
11186         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
11187         POWER8 finite implementation.
11188         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
11190         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
11191         power8 implementation.
11192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
11193         file: POWER8 isinf ifunc implementation.
11194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
11195         POWER8 implementation.
11196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
11197         Likewise.
11198         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
11199         isinf implementation.
11200         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
11202         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
11203         (INIT_ARCH): Add hwcap2 initialization.
11204         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11205         power8 implementation.
11206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
11207         file: POWER8 isnan ifunc implementation.
11208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
11209         POWER8 implementation.
11210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
11211         Likewise.
11212         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
11213         isnan implementation.
11214         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
11216 2014-02-27  Joey Ye  <joey.ye@arm.com>
11218         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11219         (_FP_NANFRAC_Q): Set to zero.
11221 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11223         [BZ #16623]
11224         * math/auto-libm-test-in: New test inputs.
11225         * math/auto-libm-test-out: Regenerate.
11226         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
11227         and DA.
11228         (__cos): Likewise.
11229         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
11231 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
11233         * scripts/evaluate-test.sh: Take new argument indicating whether
11234         failure is expected.
11235         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
11236         indicating whether failure is expected.
11237         * conform/Makefile (test-xfail-run-conformtest): New variable.
11238         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
11239         level.
11240         * posix/Makefile (test-xfail-annexc): New variable.
11241         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
11243 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
11245         * argp/Makefile: Include Makeconfig immediately after defining
11246         subdir.
11247         * assert/Makefile: Likewise.
11248         * benchtests/Makefile: Likewise.
11249         * catgets/Makefile: Likewise.
11250         * conform/Makefile: Likewise.
11251         * crypt/Makefile: Likewise.
11252         * csu/Makefile: Likewise.
11253         (all): Remove target.
11254         * ctype/Makefile: Include Makeconfig immediately after defining
11255         subdir.
11256         * debug/Makefile: Likewise.
11257         * dirent/Makefile: Likewise.
11258         * dlfcn/Makefile: Likewise.
11259         * gmon/Makefile: Likewise.
11260         * gnulib/Makefile: Likewise.
11261         * grp/Makefile: Likewise.
11262         * gshadow/Makefile: Likewise.
11263         * hesiod/Makefile: Likewise.
11264         * hurd/Makefile: Likewise.
11265         (all): Remove target.
11266         * iconvdata/Makefile: Include Makeconfig immediately after
11267         defining subdir.
11268         * inet/Makefile: Likewise.
11269         * intl/Makefile: Likewise.
11270         * io/Makefile: Likewise.
11271         * libio/Makefile: Likewise.
11272         (all): Remove target.
11273         * locale/Makefile: Include Makeconfig immediately after defining
11274         subdir.
11275         * login/Makefile: Likewise.
11276         * mach/Makefile: Likewise.
11277         (all): Remove target.
11278         * malloc/Makefile: Include Makeconfig immediately after defining
11279         subdir.
11280         (all): Remove target.
11281         * manual/Makefile: Include Makeconfig immediately after defining
11282         subdir.
11283         * math/Makefile: Likewise.
11284         * misc/Makefile: Likewise.
11285         * nis/Makefile: Likewise.
11286         * nss/Makefile: Likewise.
11287         * po/Makefile: Likewise.
11288         (all): Remove target.
11289         * posix/Makefile: Include Makeconfig immediately after defining
11290         subdir.
11291         * pwd/Makefile: Likewise.
11292         * resolv/Makefile: Likewise.
11293         * resource/Makefile: Likewise.
11294         * rt/Makefile: Likewise.
11295         * setjmp/Makefile: Likewise.
11296         * shadow/Makefile: Likewise.
11297         * signal/Makefile: Likewise.
11298         * socket/Makefile: Likewise.
11299         * soft-fp/Makefile: Likewise.
11300         * stdio-common/Makefile: Likewise.
11301         * stdlib/Makefile: Likewise.
11302         * streams/Makefile: Likewise.
11303         * string/Makefile: Likewise.
11304         * sunrpc/Makefile: Likewise.
11305         (all): Remove target.
11306         * sysvipc/Makefile: Include Makeconfig immediately after defining
11307         subdir.
11308         * termios/Makefile: Likewise.
11309         * time/Makefile: Likewise.
11310         * timezone/Makefile: Likewise.
11311         (all): Remove target.
11312         * wcsmbs/Makefile: Include Makeconfig immediately after defining
11313         subdir.
11314         * wctype/Makefile: Likewise.
11316 2014-02-26  Steve Ellcey  <sellcey@mips.com>
11318         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
11319         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
11320         (libc_feholdexcept_setround_mips): Ditto.
11321         (libc_feholdsetround): New.
11322         (libc_feholdsetroundf): New.
11323         (libc_feholdsetroundl): New.
11324         (libc_feupdateenv_test_mips): New.
11325         (libc_feupdateenv_test): New.
11326         (libc_feupdateenv_testf): New.
11327         (libc_feupdateenv_testl): New.
11328         (libc_feresetround): New.
11329         (libc_feresetroundf): New.
11330         (libc_feresetroundl): New.
11331         (libc_fetestexcept_mips): New.
11332         (libc_fetestexcept): New.
11333         (libc_fetestexceptf): New.
11334         (libc_fetestexceptl): New.
11335         (HAVE_RM_CTX): New.
11336         (libc_feholdexcept_setround_mips_ctx): New.
11337         (libc_feholdexcept_setround_ctx): New.
11338         (libc_feholdexcept_setroundf_ctx): New.
11339         (libc_feholdexcept_setroundl_ctx): New.
11340         (libc_fesetenv_mips_ctx): New.
11341         (libc_fesetenv_ctx): New.
11342         (libc_fesetenv_ctxf): New.
11343         (libc_fesetenv_ctxl): New.
11344         (libc_feupdateenv_mips_ctx): New.
11345         (libc_feupdateenv_ctx): New.
11346         (libc_feupdateenvf_ctx): New.
11347         (libc_feupdateenvl_ctx): New.
11348         (libc_feholdsetround_mips_ctx): New.
11349         (libc_feholdsetround_ctx): New.
11350         (libc_feholdsetroundf_ctx): New.
11351         (libc_feholdsetroundl_ctx): New.
11352         (libc_feresetround_mips_ctx): New.
11353         (libc_feresetround_ctx): New.
11354         (libc_feresetroundf_ctx): New.
11355         (libc_feresetroundl_ctx): New.
11357 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
11359         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
11361         * manual/ipc.texi: New file.
11362         * manual/Makefile (chapters): Add ipc.
11363         * manual/job.texi: Add "Inter-Process Communication" to next.
11364         * manual/process.texi: Add "Inter-Process Communication" to prev.
11366 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11368         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11370 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
11372         * malloc/malloc.c (__libc_calloc): Simplify implementation.
11374         * manual/arith.texi: Fix spaces after sentences.
11375         * manual/charset.texi: Likewise.
11376         * manual/errno.texi: Likewise.
11377         * manual/install.texi: Likewise.
11378         * manual/llio.texi: Likewise.
11379         * manual/locale.texi: Likewise.
11380         * manual/maint.texi: Likewise.
11381         * manual/math.texi: Likewise.
11382         * manual/memory.texi: Likewise.
11383         * manual/message.texi: Likewise.
11384         * manual/probes.texi: Likewise.
11385         * manual/resource.texi: Likewise.
11386         * manual/signal.texi: Likewise.
11387         * manual/socket.texi: Likewise.
11388         * manual/stdio.texi: Likewise.
11389         * manual/string.texi: Likewise.
11390         * manual/time.texi: Likewise.
11391         * manual/users.texi: Likewise.
11393 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
11395         [BZ #16632]
11396         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11397         _DEFAULT_SOURCE is defined.
11399 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
11400             Carlos O'Donell  <carlos@redhat.com>
11402         [BZ #16613]
11403         * elf/dl-tls.c (_dl_count_modids): New function.
11404         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11405         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11406         audit library and increment generation counter.
11407         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11408         * elf/tst-audit9.c: New file.
11409         * elf/tst-auditmod9a.c: New file.
11410         * elf/tst-auditmod9b.c: New file.
11411         * elf/Makefile: Add rules to build and run tst-audit9.
11413 2014-02-25  Florian Weimer  <fweimer@redhat.com>
11415         [BZ #15347]
11416         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11418 2014-02-25  Will Newton  <will.newton@linaro.org>
11420         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11421         (__longjmp): Restore sp and lr before restoring callee
11422         saved registers.  Add longjmp and longjmp_target
11423         SystemTap probe point.
11424         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11425         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11426         Define to zero to match jmpbuf layout.
11427         * sysdeps/arm/setjmp.S: Include stap-probe.h.
11428         (__sigsetjmp): Save sp and lr before saving callee
11429         saved registers.  Add setjmp SystemTap probe point.
11431 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
11433         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11435 2014-02-24  Andreas Schwab  <schwab@suse.de>
11437         [BZ #15804]
11438         * elf/pldd.c (wait_for_ptrace_stop): New function.
11439         (main): Call it after attaching.
11441 2014-02-22  Roland McGrath  <roland@hack.frob.com>
11443         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11444         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11445         Versions files is now verboten.
11446         * hurd/Versions (libc: GLIBC_2.0):
11447         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11448         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11449         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11450         * mach/Versions: Likewise.
11452         * csu/Versions: Remove unused %include.
11453         * resolv/Versions: Likewise.
11455 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
11457         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11458         ($(objpfx)check-local-headers.out): Likewise.
11459         ($(objpfx)begin-end-check.out): Likewise.
11460         * Makerules (check-abi-%.out): Likewise.
11461         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11462         ($(objpfx)test2.cat): Likewise.
11463         ($(objpfx)de/libc.cat): Likewise.
11464         ($(objpfx)test-gencat.out): Likewise.
11465         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11466         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11467         ($(objpfx)noload-mem): Likewise.
11468         ($(objpfx)tst-pathopt.out): Likewise.
11469         ($(objpfx)tst-rtld-load-self.out): Likewise.
11470         ($(objpfx)tst-array1-cmp.out): Likewise.
11471         ($(objpfx)tst-array1-static-cmp.out): Likewise.
11472         ($(objpfx)tst-array2-cmp.out): Likewise.
11473         ($(objpfx)tst-array3-cmp.out): Likewise.
11474         ($(objpfx)tst-array4-cmp.out): Likewise.
11475         ($(objpfx)tst-array5-cmp.out): Likewise.
11476         ($(objpfx)tst-array5-static-cmp.out): Likewise.
11477         ($(objpfx)check-textrel.out): Likewise.
11478         ($(objpfx)check-execstack.out): Likewise.
11479         ($(objpfx)check-localplt.out): Likewise.
11480         ($(objpfx)order2-cmp.out): Likewise.
11481         ($(objpfx)tst-leaks1-mem): Likewise.
11482         ($(objpfx)tst-leaks1-static-mem): Likewise.
11483         ($(objpfx)tst-initorder-cmp.out): Likewise.
11484         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11485         ($(objpfx)tst-unused-dep.out): Likewise.
11486         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11487         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11488         * iconv/Makefile (test-iconvconfig): Likewise.
11489         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11490         ($(objpfx)iconv-test.out): Likewise.
11491         ($(objpfx)tst-tables.out): Likewise.
11492         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11493         ($(objpfx)tst-gettext.out): Likewise.
11494         ($(objpfx)tst-translit.out): Likewise.
11495         ($(objpfx)tst-gettext2.out): Likewise.
11496         ($(objpfx)tst-gettext4.out): Likewise.
11497         ($(objpfx)tst-gettext6.out): Likewise.
11498         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11499         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11500         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11501         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11502         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11503         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11504         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11505         ($(objpfx)wordexp-tst.out): Likewise.
11506         ($(objpfx)annexc.out): Likewise.
11507         ($(objpfx)tst-fnmatch-mem): Likewise.
11508         ($(objpfx)bug-regex2-mem): Likewise.
11509         ($(objpfx)bug-regex14-mem): Likewise.
11510         ($(objpfx)bug-regex21-mem): Likewise.
11511         ($(objpfx)bug-regex31-mem): Likewise.
11512         ($(objpfx)tst-vfork3-mem): Likewise.
11513         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11514         ($(objpfx)tst-pcre-mem): Likewise.
11515         ($(objpfx)tst-boost-mem): Likewise.
11516         ($(objpfx)tst-getconf.out): Likewise.
11517         ($(objpfx)bug-ga2-mem): Likewise.
11518         ($(objpfx)bug-glob2-mem): Likewise.
11519         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11520         ($(objpfx)mtrace-tst-leaks2): Likewise.
11521         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11522         ($(objpfx)tst-printf.out): Likewise.
11523         ($(objpfx)tst-setvbuf1.out): Likewise.
11524         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11525         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11526         ($(objpfx)tst-fmtmsg.out): Likewise.
11527         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11528         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11530         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11531         * bits/sigaction.h [__USE_MISC]: Likewise.
11532         * bits/waitstatus.h: Update #endif comments.
11533         * ctype/ctype.h: Likewise.
11534         * dirent/dirent.h: Likewise.
11535         [__USE_MISC]: Remove redundant conditionals.
11536         * grp/grp.h: Update #endif comments.
11537         [__USE_GNU]: Remove redundant conditionals.
11538         [__USE_MISC]: Likewise.
11539         * inet/netinet/in.h [__USE_GNU]: Likewise.
11540         * io/sys/stat.h [__USE_MISC]: Likewise.
11541         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11542         * libio/bits/stdio.h: Update #endif comments.
11543         [__USE_MISC]: Remove redundant conditionals.
11544         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11545         * libio/stdio.h: Update #endif comments.
11546         [__USE_MISC]: Remove redundant conditionals.
11547         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11548         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11549         * math/math.h: Update #else and #endif comments.
11550         [__USE_MISC]: Remove redundant conditionals.
11551         * misc/sys/uio.h: Update #endif comments.
11552         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11553         * posix/glob.h [__USE_MISC]: Likewise.
11554         * posix/sys/types.h: Update #endif comments.
11555         [__USE_MISC]: Remove redundant conditionals.
11556         * posix/sys/wait.h: Update #endif comments.
11557         [__USE_MISC]: Remove redundant conditionals.
11558         * posix/unistd.h: Update #endif comments.
11559         [__USE_MISC]: Remove redundant conditionals.
11560         * pwd/pwd.h [__USE_GNU]: Likewise.
11561         [__USE_MISC]: Likewise.
11562         * resolv/netdb.h [__USE_GNU]: Likewise.
11563         * signal/signal.h: Update #endif comments.
11564         [__USE_MISC]: Remove redundant conditionals.
11565         * stdlib/stdlib.h: Update #else and #endif comments.
11566         [__USE_MISC]: Remove redundant conditionals.
11567         [__USE_GNU]: Likewise.
11568         * string/bits/string2.h [__USE_MISC]: Likewise.
11569         * string/string.h: Update #endif comments.
11570         [__USE_MISC]: Remove redundant conditionals.
11571         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11572         Likewise.
11573         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11574         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11575         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11576         Likewise.
11577         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11578         Likewise.
11579         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11580         comments.
11581         [__USE_MISC]: Remove redundant conditionals.
11582         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11583         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11584         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11585         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11586         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11587         Likewise.
11588         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11589         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11590         Likewise.
11591         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11592         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11593         Likewise.
11594         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11595         Likewise.
11596         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11597         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11598         Likewise.
11599         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11600         Likewise.
11601         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11602         * sysdeps/x86/bits/string.h: Update #endif comments.
11603         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11604         conditionals.
11605         * time/sys/time.h: Update #endif comments.
11606         * time/time.h: Likewise.
11607         [__USE_MISC]: Remove redundant conditionals.
11609 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11611         [BZ #16600]
11612         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11614 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11616         * Versions.def (librt): Add GLIBC_2.17.
11618 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11620         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11621         synonym for _SYS_AUXV_H to allow direct inclusion.
11622         * sysdeps/sparc/bits/hwcap.h: Likewise.
11623         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11624         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11625         * sysdeps/sparc/sysdep.h: Likewise.
11627 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11629         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11631 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11633         * benchtests/bench-strrchr.c: Print length instead of position.
11635 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11637         [BZ #16611]
11638         * sysdeps/unix/sysv/linux/kernel-features.h
11639         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11640         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11641         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11642         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11643         Likewise.
11644         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11645         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11646         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11647         (__ASSUME_SENDMMSG): Define instead of using previous
11648         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11649         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11650         (__ASSUME_SENDMMSG_SYSCALL): Define.
11651         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11652         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11653         Likewise.
11654         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11655         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11656         Likewise.
11657         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11658         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11659         Likewise.
11660         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11661         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11662         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11663         [__ASSUME_SENDMMSG]: Change conditionals to
11664         [__ASSUME_SENDMMSG_SOCKETCALL].
11665         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11666         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11667         Define.
11668         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11669         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11670         Likewise.
11671         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11672         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11673         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11674         [!__ASSUME_SENDMMSG]: Change conditional to
11675         [!__ASSUME_SENDMMSG_SOCKETCALL].
11676         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11677         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11678         Define.
11680         [BZ #16610]
11681         * sysdeps/unix/sysv/linux/kernel-features.h
11682         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11683         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11684         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11685         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11686         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11687         [__i386__ || __sparc__]
11688         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11689         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11690         (__ASSUME_RECVMMSG): Define instead of using previous
11691         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11692         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11693         (__ASSUME_RECVMMSG_SYSCALL): Define.
11694         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11695         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11696         Likewise.
11697         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11698         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11699         Likewise.
11700         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11701         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11702         Likewise.
11703         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11704         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11705         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11706         [__ASSUME_RECVMMSG]: Change condition to
11707         [__ASSUME_RECVMMSG_SOCKETCALL].
11708         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11709         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11710         Define.
11711         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11712         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11713         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11714         Likewise.
11715         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11716         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11717         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11718         [!__ASSUME_RECVMMSG]: Change condition to
11719         [!__ASSUME_RECVMMSG_SOCKETCALL].
11720         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11721         (__ASSUME_RECVMMSG_SYSCALL): Define.
11723         [BZ #16609]
11724         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11725         __powerpc__ || __s390__ || __sh__ || __sparc__]
11726         (__ASSUME_SOCKETCALL): Define.
11727         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11728         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11729         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11730         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11731         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11732         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11733         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11734         (__ASSUME_ACCEPT4): Define instead of using previous
11735         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11736         __powerpc__ || __sparc__ || __s390__)] condition.
11737         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11738         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11739         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11740         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11741         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11742         [!__ASSUME_ACCEPT4]: Change condition to
11743         [!__ASSUME_ACCEPT4_SOCKETCALL].
11744         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11745         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11746         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11747         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11748         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11749         __ASSUME_ACCEPT4_SYSCALL.
11750         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11751         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11752         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11753         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11754         __ASSUME_ACCEPT4_SYSCALL.
11755         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11756         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11757         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11758         [__ASSUME_ACCEPT4]: Change condition to
11759         [__ASSUME_ACCEPT4_SOCKETCALL].
11760         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11761         (__ASSUME_SOCKETCALL): Define.
11762         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11763         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11764         (__ASSUME_SOCKETCALL): Define.
11765         (__ASSUME_ACCEPT4): Remove.
11766         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11767         Define.
11768         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11769         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11770         Likewise.
11771         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11772         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11774         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11775         macro.
11776         (HWCAP_ARM_LPAE): Likewise.
11777         (HWCAP_ARM_EVTSTRM): Likewise.
11778         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11779         Add vpfd32, lpae and evtstrm.
11780         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11781         Increase to 22.
11783 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11785         * math/auto-libm-test-in: Add tests of clog10.
11786         * math/auto-libm-test-out: Regenerated.
11787         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11788         * sysdeps/i386/fpu/libm-test-ulps: Update.
11789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11791 2014-02-18  Andreas Schwab  <schwab@suse.de>
11793         [BZ #16574]
11794         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11795         Store non-zero if the second buffer was newly allocated.
11796         (send_dg): Likewise.
11797         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11798         to send_vc and send_dg.
11799         (res_nsend): Pass NULL for ansp2_malloced.
11800         * resolv/res_query.c (__libc_res_nquery): Add parameter
11801         answerp2_malloced and pass it down to __libc_res_nsend.
11802         (res_nquery): Pass additional NULL to __libc_res_nquery.
11803         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11804         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11805         second answer buffer if answerp2_malloced was set.
11806         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11807         (__libc_res_nquerydomain): Add parameter
11808         answerp2_malloced and pass it down to __libc_res_nquery.
11809         (res_nquerydomain): Pass additional NULL to
11810         __libc_res_nquerydomain.
11811         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11812         additional NULL to __libc_res_nsend and __libc_res_nquery.
11813         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11814         additional NULL to __libc_res_nsearch.
11815         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11816         parameter of __libc_res_nsearch to check for separately allocated
11817         second buffer.
11818         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11819         __libc_res_nquery.
11820         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11821         additional NULL to __libc_res_nquery.
11822         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11823         __libc_res_nsearch.
11824         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11825         * include/resolv.h: Update prototypes of __libc_res_nquery,
11826         __libc_res_nsearch, __libc_res_nsend.
11828 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11830         * math/auto-libm-test-in: Add tests of fma.
11831         * math/auto-libm-test-out: Regenerated.
11832         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11833         (fma_towardzero_test_data): Likewise.
11834         (fma_downward_test_data): Likewise.
11835         (fma_upward_test_data): Likewise.
11836         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11837         mpc_mode.
11838         (rounding_modes): Add values for new field.
11839         (func_calc_method): Add value mpfr_fff_f.
11840         (func_calc_desc): Add mpfr_fff_f union field.
11841         (test_function): Add field exact_args.
11842         (FUNC): Add macro argument EXACT_ARGS.
11843         (FUNC_mpfr_f_f): Update call to FUNC.
11844         (FUNC_mpfr_f_f): Likewise.
11845         (FUNC_mpfr_ff_f): Likewise.
11846         (FUNC_mpfr_if_f): Likewise.
11847         (FUNC_mpc_c_f): Likewise.
11848         (FUNC_mpc_c_c): Likewise.
11849         (test_functions): Add fma.  Update calls to FUNC.
11850         (handle_input_arg): Add argument exact_args.
11851         (add_test): Update call to handle_input_arg.
11852         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11853         (output_for_one_input_case): Update call to calc_generic_results.
11854         Recalculate exact zero results in each rounding mode.
11856         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11857         non-negative before setting low bit.
11858         * math/auto-libm-test-in: Mark one asin test possibly having
11859         spurious underflow.
11860         * math/auto-libm-test-out: Regenerated.
11861         * sysdeps/i386/fpu/libm-test-ulps: Update.
11862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11864 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11866         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11867         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11868         ports/sysdeps/unix/sysv/linux/microblaze.
11869         * README: Add missing listing for microblaze*-*-linux-gnu.
11871 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11873         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11874         duplicate code
11876 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11878         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11879         * sysdeps/unix/sysv/linux/ia64: Move directory from
11880         ports/sysdeps/unix/sysv/linux/ia64.
11881         * README: Update listing for ia64-*-linux-gnu.
11883 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11884             Joseph Myers  <joseph@codesourcery.com>
11886         * Makeconfig (test-name): New variable.
11887         (evaluate-test): Likewise.
11888         * Makerules (do-test-clean): Remove .test-result files.
11889         (common-mostlyclean): Likewise.
11890         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11891         * scripts/evaluate-test.sh: New file.
11893 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11895         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11896         separate $(objpfx)tst-fopenloc-cmp.out and
11897         $(objpfx)tst-fopenloc-mem.out targets.
11898         (tests): Update dependencies.
11899         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11900         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11901         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11902         (tst-rxspencer-no-utf8-ARGS): New variable.
11903         (tst-rxspencer-no-utf8-ENV): Likewise.
11904         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11905         instead of $(objpfx)tst-rxspencer-mem.
11906         ($(objpfx)tst-rxspencer-mem): Change target to
11907         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11908         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11909         * posix/tst-rxspencer-no-utf8.c: New file.
11911         * elf/Makefile ($(objpfx)order.out): Remove rule.
11912         [$(run-built-tests) = yes] (tests): Depend on
11913         $(objpfx)order-cmp.out.
11914         ($(objpfx)order-cmp.out): New rule.
11915         [$(run-built-tests) = yes] (tests): Depend on
11916         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11917         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11918         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11919         $(objpfx)tst-array5-static-cmp.out.
11920         ($(objpfx)tst-array1.out): Remove rule.
11921         ($(objpfx)tst-array1-cmp.out): New rule.
11922         ($(objpfx)tst-array1-static.out): Remove rule.
11923         ($(objpfx)tst-array1-static-cmp.out): New rule.
11924         ($(objpfx)tst-array2.out): Remove rule.
11925         ($(objpfx)tst-array2-cmp.out): New rule.
11926         ($(objpfx)tst-array3.out): Remove rule.
11927         ($(objpfx)tst-array3-cmp.out): New rule.
11928         ($(objpfx)tst-array4.out): Remove rule.
11929         ($(objpfx)tst-array4-cmp.out): New rule.
11930         ($(objpfx)tst-array5.out): Remove rule.
11931         ($(objpfx)tst-array5-cmp.out): New rule.
11932         ($(objpfx)tst-array5-static.out): Remove rule.
11933         ($(objpfx)tst-array5-static-cmp.out): New rule.
11934         [$(run-built-tests) = yes] (tests): Depend on
11935         $(objpfx)order2-cmp.out.
11936         ($(objpfx)order2.out): Remove rule.
11937         ($(objpfx)order2-cmp.out): New rule.
11938         ($(objpfx)tst-initorder.out): Remove rule.
11939         [$(run-built-tests) = yes] (tests): Depend on
11940         $(objpfx)tst-initorder-cmp.out.
11941         ($(objpfx)tst-initorder-cmp.out): New rule.
11942         ($(objpfx)tst-initorder2.out): Remove rule.
11943         [$(run-built-tests) = yes] (tests): Depend on
11944         $(objpfx)tst-initorder2-cmp.out.
11945         ($(objpfx)tst-initorder2-cmp.out): New rule.
11946         [$(run-built-tests) = yes] (tests): Depend on
11947         $(objpfx)tst-unused-dep-cmp.out.
11948         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11949         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11950         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11951         on $(objpfx)tst-setvbuf1-cmp.out.
11952         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11953         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11954         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11955         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11956         ($(objpfx)tst-svc.out): Remove rule.
11957         ($(objpfx)tst-svc-cmp.out): New rule.
11959 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11961         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11962         * ctype/ctype.h [__USE_MISC]: Likewise.
11963         * dirent/dirent.h [__USE_MISC]: Likewise.
11964         * grp/grp.h [__USE_MISC]: Likewise.
11965         * io/fcntl.h [__USE_MISC]: Likewise.
11966         * io/sys/stat.h [__USE_MISC]: Likewise.
11967         * libio/stdio.h [__USE_MISC]: Likewise.
11968         * posix/unistd.h [__USE_MISC]: Likewise.
11969         * pwd/pwd.h [__USE_MISC]: Likewise.
11970         * stdlib.h [__USE_MISC]: Likewise.
11971         * string/bits/string2.h [__USE_MISC]: Likewise.
11972         * string/string.h [__USE_MISC]: Likewise.
11973         * time/time.h [__USE_MISC]: Likewise.
11975 2014-02-13  Andreas Schwab  <schwab@suse.de>
11977         [BZ #16574]
11978         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11979         second answer buffer if it was separately allocated.
11981 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11983         * sysdeps/mips/math-tests.h: Include <features.h>.
11984         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11985         (ROUNDING_TESTS_long_double): Do not define.
11986         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11987         (EXCEPTION_TESTS_long_double): Likewise.
11988         * sysdeps/mips/mips64/libm-test-ulps: Update.
11990         * include/features.h (__USE_BSD): Remove macro definitions.
11991         (__USE_SVID): Likewise.
11992         (_BSD_SOURCE): Likewise.
11993         (_SVID_SOURCE): Likewise.
11994         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11995         from definition of _DEFAULT_SOURCE.
11996         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11997         [_DEFAULT_SOURCE].
11998         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11999         * bits/mman.h [__USE_BSD]: Likewise.
12000         * bits/termios.h [__USE_BSD]: Likewise.
12001         * bits/waitstatus.h [__USE_BSD]: Likewise.
12002         * ctype/ctype.h [__USE_SVID]: Likewise.
12003         * dirent/dirent.h [__USE_BSD]: Likewise.
12004         * grp/grp.h [__USE_SVID]: Likewise.
12005         [__USE_BSD]: Likewise.
12006         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
12007         * io/fcntl.h [__USE_BSD]: Likewise.
12008         * io/ftw.h [__USE_BSD]: Likewise.
12009         * io/sys/stat.h [__USE_BSD]: Likewise.
12010         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
12011         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
12012         * libio/stdio.h [__USE_SVID]: Likewise.
12013         [__USE_BSD]: Likewise.
12014         * math/math.h [__USE_SVID]: Likewise.
12015         [__USE_BSD]: Likewise.
12016         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
12017         * misc/bits/syslog.h [__USE_BSD]: Likewise.
12018         * misc/search.h [__USE_SVID]: Likewise.
12019         * misc/sys/mman.h [__USE_BSD]: Likewise.
12020         * misc/sys/syslog.h [__USE_BSD]: Likewise.
12021         * misc/sys/uio.h [__USE_BSD]: Likewise.
12022         * posix/bits/unistd.h [__USE_BSD]: Likewise.
12023         * posix/glob.h [__USE_BSD]: Likewise.
12024         * posix/regex.h [__USE_BSD]: Likewise.
12025         * posix/sys/types.h [__USE_BSD]: Likewise.
12026         [__USE_SVID]: Likewise.
12027         * posix/sys/utsname.h [__USE_SVID]: Likewise.
12028         * posix/sys/wait.h [__USE_BSD]: Likewise.
12029         [__USE_SVID]: Likewise.
12030         * posix/unistd.h [__USE_BSD]: Likewise.
12031         [__USE_SVID]: Likewise.
12032         * pwd/pwd.h [__USE_SVID]: Likewise.
12033         * resolv/netdb.h [__USE_BSD]: Likewise.
12034         * setjmp/setjmp.h [__USE_BSD]: Likewise.
12035         * signal/signal.h [__USE_BSD]: Likewise.
12036         [__USE_SVID]: Likewise.
12037         * socket/sys/socket.h [__USE_BSD]: Likewise.
12038         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
12039         * stdlib/stdlib.h [__USE_BSD]: Likewise.
12040         [__USE_SVID]: Likewise.
12041         * string/bits/string2.h [__USE_BSD]: Likewise.
12042         [__USE_SVID]: Likewise.
12043         * string/bits/string3.h [__USE_BSD]: Likewise.
12044         * string/endian.h [__USE_BSD]: Likewise.
12045         * string/string.h [__USE_SVID]: Likewise.
12046         [__USE_BSD]: Likewise.
12047         * string/strings.h [__USE_BSD]: Likewise.
12048         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
12049         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
12050         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
12051         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
12052         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
12053         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
12054         Likewise.
12055         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
12056         Likewise.
12057         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
12058         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
12059         Likewise.
12060         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
12061         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
12062         Likewise.
12063         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
12064         Likewise.
12065         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
12066         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
12067         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
12068         Likewise.
12069         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
12070         Likewise.
12071         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
12072         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
12073         * termios/termios.h [__USE_BSD]: Likewise.
12074         * time/sys/time.h [__USE_BSD]: Likewise.
12075         * time/time.h [__USE_BSD]: Likewise.
12076         [__USE_SVID]: Likewise.
12078         * Makefile (subdir_targets): Remove subdir_lint.out.
12080         * stdio-common/Makefile (do-tst-unbputc): Remove target.
12081         (do-tst-printf): Likewise.
12082         (tests): Depend directly on $(objpfx)tst-unbputc.out and
12083         $(objpfx)tst-printf.out.
12085         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
12087         * Makerules (check-abi-%): Change target to
12088         $(objpfx)check-abi-%.out.
12089         (check-abi target): Update dependencies.
12090         (check-abi-pattern variable): Redirect output of diff to $@.
12091         (check-abi variable): Likewise.
12092         * elf/Makefile (check-abi): Update dependencies.
12094         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
12095         unused.
12096         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
12097         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
12098         subnormal range.
12099         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
12100         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
12101         value has largest subnormal exponent.
12102         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
12103         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
12104         * sysdeps/aarch64/soft-fp/sfp-machine.h
12105         (_FP_TININESS_AFTER_ROUNDING): New macro.
12106         * sysdeps/alpha/soft-fp/sfp-machine.h
12107         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12108         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12109         Likewise.
12110         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
12111         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12112         * sysdeps/mips/soft-fp/sfp-machine.h
12113         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12114         * sysdeps/powerpc/soft-fp/sfp-machine.h
12115         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12116         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12117         Likewise.
12118         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
12119         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12120         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
12121         (_FP_TININESS_AFTER_ROUNDING): Likewise.
12122         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12123         Likewise.
12125 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
12127         [BZ #16545]
12128         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
12129         model 1.
12131 2014-02-12  Richard Henderson  <rth@redhat.com>
12133         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
12134         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
12135         * sysdeps/unix/sysv/linux/alpha: Move directory from
12136         ports/sysdeps/unix/sysv/linux/alpha.
12137         * README: Update listing for alpha-*-linux-gnu.
12139 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
12141         * include/features.h: Update comment documenting feature test
12142         macros.
12143         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
12144         _DEFAULT_SOURCE.
12145         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
12146         (_SVID_SOURCE): Likewise.
12147         (_DEFAULT_SOURCE): Update description of default features.
12148         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
12149         with _GNU_SOURCE.
12150         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
12151         (S_ISVTX): Likewise.
12152         * manual/math.texi (Mathematical Constants): Likewise.
12153         * manual/signal.texi (Interrupted Primitives): Likewise.
12154         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
12155         * math/test-matherr.c (_SVID_SOURCE): Do not define.
12156         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
12157         Don't refer to _SVID_SOURCE in warning text.
12159         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12161         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
12162         already defined.
12163         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
12164         * sysdeps/mips/dl-lookup.c: Remove.
12165         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
12167 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
12169         [BZ #16447]
12170         * math/auto-libm-test-in: Add testcase for expl.
12171         * math/auto-libm-test-out: Regenerate.
12172         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
12173         calculation of unsafe.
12174         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
12176 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12178         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
12179         * sysdeps/unix/sysv/linux/aarch64: Move directory from
12180         ports/sysdeps/unix/sysv/linux/aarch64.
12181         * README: Update listing for aarch64*-*-linux-gnu.
12183 2014-02-11  Will Newton  <will.newton@linaro.org>
12185         * manual/probes.texi (Mathematical Function Probes): Use
12186         "triggered" instead of "hit".
12188         * manual/probes.texi (Internal Probes): Add documentation
12189         of setjmp, longjmp and longjmp_target probes.
12191         * include/stap-probe.h: Add comment about probe argument
12192         format.
12194         * malloc/mtrace.c (attribute_hidden): Remove unused macro
12195         definition.  (tr_where, tr_freehook, tr_mallochook,
12196         tr_reallochook, tr_memalignhook): Use ANSI protoype.
12198 2014-02-11  David S. Miller  <davem@davemloft.net>
12200         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
12201         processing int_tests.
12203 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
12205         * sysdeps/mips: Move directory from ports/sysdeps/mips.
12206         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
12207         * sysdeps/unix/sysv/linux/mips: Move directory from
12208         ports/sysdeps/unix/sysv/linux/mips.
12209         * README: Update listing for mips-*-linux-gnu and
12210         mips64-*-linux-gnu.
12212 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
12214         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
12215         * sysdeps/unix/sysv/linux/m68k: Move directory from
12216         ports/sysdeps/unix/sysv/linux/m68k.
12217         * README: Update listing for m68k-*-linux-gnu.
12219 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
12221         * sysdeps/tile: Move directory from ports/sysdeps/tile.
12222         * sysdeps/unix/sysv/linux/generic: Move directory from
12223         ports/sysdeps/unix/sysv/linux/generic.
12224         * sysdeps/unix/sysv/linux/tile: Move directory from
12225         ports/sysdeps/unix/sysv/linux/tile.
12226         * README: Update listing for tile*-*-linux-gnu.
12228 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
12230         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
12231         __builtin_expect.
12232         * benchtests/bench-memmem.c (simple_memmem): Likewise.
12233         * catgets/open_catalog.c (__open_catalog): Likewise.
12234         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
12235         * debug/confstr_chk.c: Likewise.
12236         * debug/fread_chk.c (__fread_chk): Likewise.
12237         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
12238         * debug/getgroups_chk.c: Likewise.
12239         * debug/mbsnrtowcs_chk.c: Likewise.
12240         * debug/mbsrtowcs_chk.c: Likewise.
12241         * debug/mbstowcs_chk.c: Likewise.
12242         * debug/memcpy_chk.c: Likewise.
12243         * debug/memmove_chk.c: Likewise.
12244         * debug/mempcpy_chk.c: Likewise.
12245         * debug/memset_chk.c: Likewise.
12246         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
12247         * debug/strcat_chk.c (__strcat_chk): Likewise.
12248         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
12249         * debug/strncat_chk.c (__strncat_chk): Likewise.
12250         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
12251         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
12252         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
12253         * debug/wcpncpy_chk.c: Likewise.
12254         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
12255         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
12256         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
12257         * debug/wcsncpy_chk.c: Likewise.
12258         * debug/wcsnrtombs_chk.c: Likewise.
12259         * debug/wcsrtombs_chk.c: Likewise.
12260         * debug/wcstombs_chk.c: Likewise.
12261         * debug/wmemcpy_chk.c: Likewise.
12262         * debug/wmemmove_chk.c: Likewise.
12263         * debug/wmempcpy_chk.c: Likewise.
12264         * debug/wmemset_chk.c: Likewise.
12265         * dirent/scandirat.c (SCANDIRAT): Likewise.
12266         * dlfcn/dladdr1.c (dladdr1): Likewise.
12267         * dlfcn/dladdr.c (dladdr): Likewise.
12268         * dlfcn/dlclose.c (dlclose_doit): Likewise.
12269         * dlfcn/dlerror.c (__dlerror): Likewise.
12270         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
12271         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
12272         * dlfcn/dlopen.c (dlopen_doit): Likewise.
12273         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
12274         * dlfcn/dlsym.c (dlsym_doit): Likewise.
12275         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
12276         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
12277         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
12278         Likewise.
12279         * elf/dl-conflict.c: Likewise.
12280         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
12281         * elf/dl-dst.h: Likewise.
12282         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
12283         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
12284         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
12285         * elf/dl-init.c (call_init, _dl_init): Likewise.
12286         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
12287         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
12288         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
12289         Likewise.
12290         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
12291         Likewise.
12292         * elf/dl-minimal.c (__libc_memalign): Likewise.
12293         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
12294         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
12295         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12296         * elf/dl-sym.c (do_sym): Likewise.
12297         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
12298         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
12299         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
12300         * elf/dl-writev.h (_dl_writev): Likewise.
12301         * elf/ldconfig.c (search_dir): Likewise.
12302         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
12303         (dl_main): Likewise.
12304         * elf/setup-vdso.h (setup_vdso): Likewise.
12305         * grp/compat-initgroups.c (compat_call): Likewise.
12306         * grp/fgetgrent.c (fgetgrent): Likewise.
12307         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
12308         * grp/putgrent.c (putgrent): Likewise.
12309         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
12310         Likewise.
12311         * hurd/hurdinit.c: Likewise.
12312         * iconvdata/8bit-gap.c (struct): Likewise.
12313         * iconvdata/ansi_x3.110.c : Likewise.
12314         * iconvdata/big5.c : Likewise.
12315         * iconvdata/big5hkscs.c : Likewise.
12316         * iconvdata/cp1255.c: Likewise.
12317         * iconvdata/cp1258.c : Likewise.
12318         * iconvdata/cp932.c : Likewise.
12319         * iconvdata/euc-cn.c: Likewise.
12320         * iconvdata/euc-jisx0213.c : Likewise.
12321         * iconvdata/euc-jp.c: Likewise.
12322         * iconvdata/euc-jp-ms.c : Likewise.
12323         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
12324         * iconvdata/gb18030.c : Likewise.
12325         * iconvdata/gbbig5.c (const): Likewise.
12326         * iconvdata/gbgbk.c: Likewise.
12327         * iconvdata/gbk.c : Likewise.
12328         * iconvdata/ibm1364.c : Likewise.
12329         * iconvdata/ibm930.c : Likewise.
12330         * iconvdata/ibm932.c: Likewise.
12331         * iconvdata/ibm933.c : Likewise.
12332         * iconvdata/ibm935.c : Likewise.
12333         * iconvdata/ibm937.c : Likewise.
12334         * iconvdata/ibm939.c : Likewise.
12335         * iconvdata/ibm943.c: Likewise.
12336         * iconvdata/iso_11548-1.c: Likewise.
12337         * iconvdata/iso-2022-cn.c : Likewise.
12338         * iconvdata/iso-2022-cn-ext.c : Likewise.
12339         * iconvdata/iso-2022-jp-3.c: Likewise.
12340         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
12341         * iconvdata/iso-2022-kr.c : Likewise.
12342         * iconvdata/iso646.c (gconv_end): Likewise.
12343         * iconvdata/iso_6937-2.c : Likewise.
12344         * iconvdata/iso_6937.c : Likewise.
12345         * iconvdata/iso8859-1.c: Likewise.
12346         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
12347         * iconvdata/shift_jisx0213.c : Likewise.
12348         * iconvdata/sjis.c : Likewise.
12349         * iconvdata/t.61.c : Likewise.
12350         * iconvdata/tcvn5712-1.c : Likewise.
12351         * iconvdata/tscii.c: Likewise.
12352         * iconvdata/uhc.c : Likewise.
12353         * iconvdata/unicode.c (gconv_end): Likewise.
12354         * iconvdata/utf-16.c (gconv_end): Likewise.
12355         * iconvdata/utf-32.c (gconv_end): Likewise.
12356         * iconvdata/utf-7.c (base64): Likewise.
12357         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12358         * iconv/gconv_close.c (__gconv_close): Likewise.
12359         * iconv/gconv_open.c (__gconv_open): Likewise.
12360         * iconv/gconv_simple.c (internal_ucs4_loop_single)
12361         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
12362         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
12363         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
12364         (ucs4le_internal_loop_single): Likewise.
12365         * iconv/iconv.c (iconv): Likewise.
12366         * iconv/iconv_close.c: Likewise.
12367         * iconv/loop.c (SINGLE): Likewise.
12368         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
12369         * include/atomic.h: Likewise.
12370         * inet/inet6_option.c (option_alloc): Likewise.
12371         * intl/bindtextdom.c (set_binding_values): Likewise.
12372         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
12373         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
12374         * intl/localealias.c (read_alias_file): Likewise.
12375         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
12376         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
12377         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
12378         * libio/fmemopen.c (fmemopen): Likewise.
12379         * libio/iofgets.c (_IO_fgets): Likewise.
12380         * libio/iofgets_u.c (fgets_unlocked): Likewise.
12381         * libio/iofgetws.c (fgetws): Likewise.
12382         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
12383         * libio/iogetdelim.c (_IO_getdelim): Likewise.
12384         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
12385         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
12386         * locale/findlocale.c (_nl_find_locale): Likewise.
12387         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
12388         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
12389         Likewise.
12390         * locale/setlocale.c (setlocale): Likewise.
12391         * login/programs/pt_chown.c (main): Likewise.
12392         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12393         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
12394         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12395         (mmap, mmap64, mremap, munmap): Likewise.
12396         * math/e_exp2l.c: Likewise.
12397         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12398         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12399         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12400         * math/s_catan.c (__catan): Likewise.
12401         * math/s_catanf.c (__catanf): Likewise.
12402         * math/s_catanh.c (__catanh): Likewise.
12403         * math/s_catanhf.c (__catanhf): Likewise.
12404         * math/s_catanhl.c (__catanhl): Likewise.
12405         * math/s_catanl.c (__catanl): Likewise.
12406         * math/s_ccosh.c (__ccosh): Likewise.
12407         * math/s_ccoshf.c (__ccoshf): Likewise.
12408         * math/s_ccoshl.c (__ccoshl): Likewise.
12409         * math/s_cexp.c (__cexp): Likewise.
12410         * math/s_cexpf.c (__cexpf): Likewise.
12411         * math/s_cexpl.c (__cexpl): Likewise.
12412         * math/s_clog10.c (__clog10): Likewise.
12413         * math/s_clog10f.c (__clog10f): Likewise.
12414         * math/s_clog10l.c (__clog10l): Likewise.
12415         * math/s_clog.c (__clog): Likewise.
12416         * math/s_clogf.c (__clogf): Likewise.
12417         * math/s_clogl.c (__clogl): Likewise.
12418         * math/s_csin.c (__csin): Likewise.
12419         * math/s_csinf.c (__csinf): Likewise.
12420         * math/s_csinh.c (__csinh): Likewise.
12421         * math/s_csinhf.c (__csinhf): Likewise.
12422         * math/s_csinhl.c (__csinhl): Likewise.
12423         * math/s_csinl.c (__csinl): Likewise.
12424         * math/s_csqrt.c (__csqrt): Likewise.
12425         * math/s_csqrtf.c (__csqrtf): Likewise.
12426         * math/s_csqrtl.c (__csqrtl): Likewise.
12427         * math/s_ctan.c (__ctan): Likewise.
12428         * math/s_ctanf.c (__ctanf): Likewise.
12429         * math/s_ctanh.c (__ctanh): Likewise.
12430         * math/s_ctanhf.c (__ctanhf): Likewise.
12431         * math/s_ctanhl.c (__ctanhl): Likewise.
12432         * math/s_ctanl.c (__ctanl): Likewise.
12433         * math/w_pow.c: Likewise.
12434         * math/w_powf.c: Likewise.
12435         * math/w_powl.c: Likewise.
12436         * math/w_scalb.c (sysv_scalb): Likewise.
12437         * math/w_scalbf.c (sysv_scalbf): Likewise.
12438         * math/w_scalbl.c (sysv_scalbl): Likewise.
12439         * misc/error.c (error_tail): Likewise.
12440         * misc/pselect.c (__pselect): Likewise.
12441         * nis/nis_callback.c (__nis_create_callback): Likewise.
12442         * nis/nis_call.c (__nisfind_server): Likewise.
12443         * nis/nis_creategroup.c (nis_creategroup): Likewise.
12444         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12445         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12446         * nis/nis_getservlist.c (nis_getservlist): Likewise.
12447         * nis/nis_lookup.c (nis_lookup): Likewise.
12448         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
12449         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12450         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
12451         * nis/nis_xdr.c (xdr_endpoint): Likewise.
12452         * nis/nss_compat/compat-grp.c (getgrent_next_file)
12453         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12454         * nis/nss_compat/compat-initgroups.c (add_group)
12455         (internal_getgrent_r): Likewise.
12456         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12457         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12458         * nis/nss_compat/compat-spwd.c (getspent_next_file)
12459         (internal_getspnam_r): Likewise.
12460         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12461         (_nss_nis_getaliasbyname_r): Likewise.
12462         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12463         (_nss_nis_getntohost_r): Likewise.
12464         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12465         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12466         (_nss_nis_getgrgid_r): Likewise.
12467         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12468         (internal_nis_gethostent_r, internal_gethostbyname2_r)
12469         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12470         (_nss_nis_gethostbyname4_r): Likewise.
12471         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12472         (initgroups_netid): Likewise.
12473         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
12474         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12475         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12476         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12477         (_nss_nis_getprotobynumber_r): Likewise.
12478         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12479         (_nss_nis_getsecretkey): Likewise.
12480         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12481         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12482         (_nss_nis_getpwuid_r): Likewise.
12483         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12484         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12485         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12486         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12487         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12488         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12489         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12490         Likewise.
12491         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12492         (_nss_nisplus_getntohost_r): Likewise.
12493         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12494         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12495         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12496         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12497         Likewise.
12498         * nis/nss_nisplus/nisplus-initgroups.c
12499         (_nss_nisplus_initgroups_dyn): Likewise.
12500         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12501         (_nss_nisplus_getnetbyaddr_r): Likewise.
12502         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12503         (_nss_nisplus_getprotobynumber_r): Likewise.
12504         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12505         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12506         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12507         Likewise.
12508         * nis/nss_nisplus/nisplus-service.c
12509         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12510         (_nss_nisplus_getservbyport_r): Likewise.
12511         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12512         (_nss_nisplus_getspnam_r): Likewise.
12513         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12514         Likewise.
12515         * nscd/aicache.c (addhstaiX): Likewise.
12516         * nscd/cache.c (cache_search, prune_cache): Likewise.
12517         * nscd/connections.c (register_traced_file, send_ro_fd)
12518         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12519         (main_loop_epoll): Likewise.
12520         * nscd/grpcache.c (addgrbyX): Likewise.
12521         * nscd/hstcache.c (addhstbyX): Likewise.
12522         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12523         * nscd/mem.c (gc, mempool_alloc): Likewise.
12524         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12525         (addinnetgrX): Likewise.
12526         * nscd/nscd-client.h (__nscd_acquire_maplock)
12527         (__nscd_drop_map_ref): Likewise.
12528         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12529         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12530         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12531         Likewise.
12532         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12533         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12534         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12535         (__nscd_get_map_ref): Likewise.
12536         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12537         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12538         Likewise.
12539         * nscd/pwdcache.c (addpwbyX): Likewise.
12540         * nscd/selinux.c (preserve_capabilities): Likewise.
12541         * nscd/servicescache.c (addservbyX): Likewise.
12542         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12543         * posix/fnmatch.c (fnmatch): Likewise.
12544         * posix/getopt.c (_getopt_internal_r): Likewise.
12545         * posix/glob.c (glob, glob_in_dir): Likewise.
12546         * posix/wordexp.c (exec_comm_child): Likewise.
12547         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12548         (getanswer_r, gaih_getanswer_slice): Likewise.
12549         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12550         * resolv/res_init.c: Likewise.
12551         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12552         * resolv/res_query.c (__libc_res_nquery): Likewise.
12553         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12554         Likewise.
12555         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12556         * stdio-common/perror.c (perror): Likewise.
12557         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12558         * stdio-common/tmpnam.c (tmpnam): Likewise.
12559         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12560         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12561         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12562         Likewise.
12563         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12564         * stdlib/putenv.c (putenv): Likewise.
12565         * stdlib/setenv.c (__add_to_environ): Likewise.
12566         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12567         * stdlib/strtol_l.c (INTERNAL): Likewise.
12568         * string/memmem.c (memmem): Likewise.
12569         * string/strerror.c (strerror): Likewise.
12570         * string/strnlen.c (__strnlen): Likewise.
12571         * string/test-memmem.c (simple_memmem): Likewise.
12572         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12573         * sunrpc/pm_getport.c (__get_socket): Likewise.
12574         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12575         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12576         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12577         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12578         Likewise.
12579         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12580         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12581         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12582         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12583         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12584         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12585         Likewise.
12586         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12587         Likewise.
12588         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12589         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12590         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12591         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12592         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12593         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12594         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12595         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12596         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12597         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12598         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12599         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12600         Likewise.
12601         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12602         Likewise.
12603         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12604         Likewise.
12605         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12606         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12607         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12608         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12609         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12610         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12611         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12612         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12613         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12614         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12615         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12616         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12617         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12618         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12619         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12620         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12621         Likewise.
12622         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12623         Likewise.
12624         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12625         Likewise.
12626         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12627         Likewise.
12628         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12629         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12630         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12631         Likewise.
12632         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12633         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12634         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12635         * sysdeps/posix/sleep.c: Likewise.
12636         * sysdeps/posix/tempname.c: Likewise.
12637         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12638         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12639         Likewise.
12640         * sysdeps/powerpc/powerpc32/dl-machine.h
12641         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12642         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12643         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12644         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12645         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12646         Likewise.
12647         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12648         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12649         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12650         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12651         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12652         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12653         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12654         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12655         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12656         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12657         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12658         (elf_machine_lazy_rel): Likewise.
12659         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12660         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12661         (elf_machine_lazy_rel): Likewise.
12662         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12663         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12664         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12665         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12666         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12667         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12668         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12669         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12670         Likewise.
12671         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12672         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12673         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12674         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12675         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12676         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12677         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12678         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12679         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12680         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12681         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12682         Likewise.
12683         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12684         (__posix_fallocate64_l64): Likewise.
12685         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12686         (posix_fallocate): Likewise.
12687         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12688         Likewise.
12689         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12690         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12691         (getifaddrs_internal): Likewise.
12692         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12693         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12694         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12695         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12696         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12697         (__posix_fallocate64_l64): Likewise.
12698         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12699         Likewise.
12700         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12701         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12702         (__get_clockfreq): Likewise.
12703         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12704         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12705         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12706         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12707         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12708         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12709         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12710         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12711         Likewise.
12712         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12713         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12714         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12715         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12716         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12717         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12718         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12719         Likewise.
12720         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12721         (posix_fallocate): Likewise.
12722         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12723         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12724         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12725         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12726         (elf_machine_rela, elf_machine_rela_relative)
12727         (elf_machine_lazy_rel): Likewise.
12728         * time/asctime.c (asctime_internal): Likewise.
12729         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12730         * time/tzset.c (__tzset_parse_tz): Likewise.
12731         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12732         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12733         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12734         * wcsmbs/wcsmbsload.h: Likewise.
12736         [BZ #15894]
12737         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12739         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12740         (arena_get2): Remove THREAD_STATS conditionals.
12741         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12742         (__malloc_stats, int): Likewise.
12744 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12746         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12747         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12749         * manual/setjmp.texi: Fix typos/grammar errors.
12751         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12752         Only return early when n is <= 0.  Delete unused return statement.
12754         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12755         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12756         * debug/tst-longjmp_chk3.c: New file.
12758         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12759         (test_main): Replace code with set_fortify_handler call.
12760         * debug/test-strcpy_chk.c: Likewise.
12761         * debug/tst-chk1.c: Likewise.
12762         * debug/tst-longjmp_chk.c: Likewise.
12763         * test-skeleton.c: Include fcntl.h & paths.h
12764         (set_fortify_handler): Define.
12766         * debug/tst-longjmp_chk.c: Add header comment and include
12767         ../test-skeleton.c.
12768         (do_test): Mark static.
12769         (TEST_FUNCTION): Define.
12771         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12772         (IP_PMTUDISC_INTERFACE): Likewise.
12773         (IP_MULTICAST_IF): Likewise.
12774         (IP_MULTICAST_TTL): Likewise.
12775         (IP_MULTICAST_LOOP): Likewise.
12776         (IP_ADD_MEMBERSHIP): Likewise.
12777         (IP_DROP_MEMBERSHIP): Likewise.
12778         (IP_UNBLOCK_SOURCE): Likewise.
12779         (IP_BLOCK_SOURCE): Likewise.
12780         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12781         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12782         (IP_MSFILTER): Likewise.
12783         (MCAST_JOIN_GROUP): Likewise.
12784         (MCAST_BLOCK_SOURCE): Likewise.
12785         (MCAST_UNBLOCK_SOURCE): Likewise.
12786         (MCAST_LEAVE_GROUP): Likewise.
12787         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12788         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12789         (MCAST_MSFILTER): Likewise.
12790         (IP_MULTICAST_ALL): Likewise.
12791         (IP_UNICAST_IF): Likewise.
12793         * timezone/Makefile: Delete $(have-ksh) check.
12794         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12795         * timezone/tzselect.ksh: Add +x mode bits.
12797         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12798         (ANON_INODE_FS_MAGIC): Likewise.
12799         (BDEVFS_MAGIC): Likewise.
12800         (BINFMTFS_MAGIC): Likewise.
12801         (BTRFS_TEST_MAGIC): Likewise.
12802         (CRAMFS_MAGIC_WEND): Likewise.
12803         (DEBUGFS_MAGIC): Likewise.
12804         (ECRYPTFS_SUPER_MAGIC): Likewise.
12805         (EXT3_SUPER_MAGIC): Likewise.
12806         (EXT4_SUPER_MAGIC): Likewise.
12807         (FUTEXFS_SUPER_MAGIC): Likewise.
12808         (HOSTFS_SUPER_MAGIC): Likewise.
12809         (HUGETLBFS_MAGIC): Likewise.
12810         (MINIX3_SUPER_MAGIC): Likewise.
12811         (MTD_INODE_FS_MAGIC): Likewise.
12812         (NILFS_SUPER_MAGIC): Likewise.
12813         (OPENPROM_SUPER_MAGIC): Likewise.
12814         (PIPEFS_MAGIC): Likewise.
12815         (PSTOREFS_MAGIC): Likewise.
12816         (QNX6_SUPER_MAGIC): Likewise.
12817         (RAMFS_MAGIC): Likewise.
12818         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12819         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12820         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12821         (SECURITYFS_MAGIC): Likewise.
12822         (SELINUX_MAGIC): Likewise.
12823         (SMACK_MAGIC): Likewise.
12824         (SOCKFS_MAGIC): Likewise.
12825         (SQUASHFS_MAGIC): Likewise.
12826         (STACK_END_MAGIC): Likewise.
12827         (TMPFS_MAGIC): Likewise.
12828         (USBDEVICE_SUPER_MAGIC): Likewise.
12829         (V9FS_MAGIC): Likewise.
12830         (XENFS_SUPER_MAGIC): Likewise.
12831         (CRAMFS_MAGIC): Fix typo in comment.
12832         (EXT2_SUPER_MAGIC): Update comment.
12833         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12835 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12837         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12838         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12839         * sysdeps/unix/sysv/linux/arm: Move directory from
12840         ports/sysdeps/unix/sysv/linux/arm.
12841         * README: Update listing for arm-*-linux-gnueabi.
12843         * README: Remove mention of am33.
12845 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12847         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12848         than the comma operator, to avoid "rhs of comma has no effect"
12849         compiler warnings.
12850         (__sigfillset, __sigandset, __sigorset): Likewise.
12851         * include/signal.h (__sigemptyset): Likewise.
12852         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12854 2014-02-07  Allan McRae  <allan@archlinux.org>
12856         * version.h (RELEASE): Set to "development".
12857         (VERSION): Set to "2.19.90"
12858         * NEWS: Add 2.20 section.
12860 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12862         [BZ #16529]
12863         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12865 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12867         * manual/contrib.texi: Update entry for Carlos O'Donell,
12868         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12870 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12872         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12874         * sysdeps/unix/sysv/linux/kernel-features.h
12875         [__LINUX_KERNEL_VERSION >= 0x020621]
12876         (__ASSUME_PROC_PID_TASK_COMM): Define.
12878 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12880         [BZ #16398]
12881         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12882         conversion when destination buffer does not have enough space.
12883         * libio/tst-ftell-partial-wide.c: New test case.
12884         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12886         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12887         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12888         Leonard and Allan McRae.
12890 2014-02-04  David S. Miller  <davem@davemloft.net>
12892         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12893         32-bit.
12895 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12898         New file
12899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12900         New file
12901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12902         New file.
12903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12904         New file.
12905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12906         New file.
12907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12908         New file.
12909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12910         New file.
12911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12912         New file.
12913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12914         New file.
12915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12916         New file.
12917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12918         New file.
12919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12920         New file.
12921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12922         New file.
12924 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12926         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12927         * shlib-versions: Likewise.
12929 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12930             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12932         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12933         (abilist-pattern): New variable, set to %-le.abilist.
12935         * Makerules (abilist-pattern): New variable.
12936         (vpath): Use $(abilist-pattern) in place of %.abilist.
12937         (check-abi-% pattern rule): Likewise.
12938         (check-abi, update-abi): Likewise.
12940 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12942         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12944 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12946         * manual/startup.texi: Add next, previous, and top entries for
12947         the `Program Arguments' and `Environment Variables' nodes.
12949 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12951         * manual/macros.texi: Add comments before MTASC-safety macros.
12953         * manual/users.texi: Document MTASC-safety properties.
12955         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12956         (pthread_getspecific, pthread_setspecific): Format with
12957         @deftypefun, and add @safety note.
12958         * manual/signal.texi: Move comments that analyze the above
12959         functions to their home place.
12961 2014-02-03  Allan McRae  <allan@archlinux.org>
12963         * po/sl.po: Update Slovenian translation from translation project.
12965 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12967         * manual/time.texi (timegm): Add missing blank after @c.
12968         Reported by Joseph Myers <joseph@codesourcery.com>.
12970 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12972         * manual/check-safety.sh: New.
12973         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12975         * manual/terminal.texi: Document MTASC-safety properties.
12977         * manual/filesys.texi: Document MTASC-safety properties.
12979         * manual/errno.texi: Document MTASC-safety properties.
12981         * manual/intro.texi: Document safety identifiers and
12982         conditionals.
12984         * manual/string.texi (wcstok): Fix prototype.
12985         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12987         * manual/time.texi: Document MTASC-safety properties.
12989         * manual/string.texi: Document MTASC-safety properties.
12991         * manual/threads.texi: Document MTASC-safety properties.
12993         * manual/stdio.texi: Document MTASC-safety properties.
12995         * manual/syslog.texi: Document MTASC-safety properties.
12997         * manual/sysinfo.texi: Document MTASC-safety properties.
12999         * manual/startup.texi: Document MTASC-safety properties.
13001         * manual/socket.texi: Document MTASC-safety properties.
13003         * manual/signal.texi: Document MTASC-safety properties.
13005 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
13007         * manual/setjmp.texi: Document MTASC-safety properties.
13009         * manual/search.texi: Document MTASC-safety properties.
13011         * manual/resource.texi: Document MTASC-safety properties.
13013         * manual/process.texi: Document MTASC-safety properties.
13015         * manual/platform.texi: Document MTASC-safety properties.
13017         * manual/pipe.texi: Document MTASC-safety properties.
13019         * manual/pattern.texi: Document MTASC-safety properties.
13021         * manual/message.texi: Document MTASC-safety properties.
13023         [BZ #12751]
13024         * manual/memory.texi: Document MTASC-safety properties.
13026         * manual/math.texi: Document MTASC-safety properties.
13028         * manual/locale.texi: Document MTASC-safety properties.
13030         * manual/llio.texi: Document MTASC-safety properties.
13032         * manual/libdl.texi: New.
13034         * manual/lang.texi: Document MTASC-safety properties.
13036         * manual/job.texi: Document MTASC-safety properties.
13038         * manual/getopt.texi: Document MTASC-safety properties.
13040         * manual/ctype.texi: Document MTASC-safety properties.
13042 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
13044         [BZ #16046]
13045         * csu/libc-tls.c (static_map): Remove variable.
13046         (__libc_setup_tls): Use main executable's link map for TLS data.
13047         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
13048         casing for LM_ID_BASE and GL(dl_nns).
13049         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
13050         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
13051         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
13052         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
13053         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
13054         member.
13055         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
13056         l_phnum members.
13058 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
13060         * manual/debug.texi: Document MTASC-safety properties.
13062 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
13064         [BZ #16510]
13065         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
13066         of __x86_64__ when disabling x87 inline functions.
13068 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
13070         * manual/charset.texi: Document MTASC-safety properties.
13072         * manual/crypt.texi: Document MTASC-safety properties.
13074         * manual/conf.texi: Document MTASC-safety properties.
13076         * manual/arith.texi: Document MTASC-safety properties.
13078         * manual/argp.texi: Document MTASC-safety properties.
13080         * manual/macros.texi: Introduce macros to document multi
13081         thread, asynchronous signal and asynchronous cancellation
13082         safety properties.
13083         * manual/intro.texi: Introduce the properties themselves.
13085 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13087         * sysdeps/sh/sh4/Makefile: New file.
13089 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
13091         * math/gen-libm-test.pl ($srcdir): New variable.
13092         ($auto_input): Use it.
13094 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13096         [BZ #16506]
13097         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
13098         access beyond array bounds when parsing netgroups file.
13100         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
13101         the old buffer before realloc.
13103 2014-01-27  Allan McRae  <allan@archlinux.org>
13105         * po/fr.po: Update French translation from translation project.
13107 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13109         * sysdeps/sh/libm-test-ulps: Regenerate.
13111 2014-01-24  David S. Miller  <davem@davemloft.net>
13113         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
13115 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13117         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
13118         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
13120 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
13122         [BZ #16474]
13123         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
13124         string pointers after reallocation.
13126 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13128         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
13129         __SH4A__ instead of __SH_FPU_ANY__.
13131 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13133         * sysdeps/sh/fpu_control.h: New file.
13134         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
13135         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
13136         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
13137         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
13138         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
13139         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
13140         * sysdeps/sh/sys/ucontext.h: Remove.
13141         * sysdeps/sh/sys: Remove directory.
13143 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13145         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
13146         s390/sys/ucontext.h.
13147         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13148         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
13150 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
13152         [BZ #15605]
13153         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
13155 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13157         [BZ#16431]
13158         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
13159         Adjust the vDSO correctly for internal calls.
13160         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
13162 2014-01-20  Allan McRae  <allan@archlinux.org>
13164         * po/ca.po: Update Catalan translation from translation project.
13166 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
13168         * sysdeps/s390/sotruss-lib.c: New file.
13170 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13172         [BZ#16430]
13173         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
13174         (__GI___gettimeofday): Alias for a different internal symbol to avoid
13175         local calls issues by not having a PLT stub required for IFUNC calls.
13176         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
13178 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
13180         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
13181         * math/test-fpucw-static.c: Likewise.
13183 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13185         [BZ #16453]
13186         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
13188 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13190         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
13191         implementation for powerpc.
13193 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
13195         [BZ #14782]
13196         * sysdeps/posix/system.c (__libc_system): Do not enable
13197         asynchronous cancellation.
13199 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13201         [BZ #16427]
13202         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
13203         handling only for numbers special also in the IEEE case.
13205 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13207         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13209 2014-01-11  Allan McRae  <allan@archlinux.org>
13211         * po/bg.po: Update Bulgarian translation from translation project.
13213         * po/de.po: Update German translation from translation project.
13215 2014-01-10  Roland McGrath  <roland@hack.frob.com>
13217         * sysdeps/generic/gcc-compat.h: New file.
13219 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13221         * benchtests/asin-inputs: Correct slow inputs.
13222         * benchtests/acos-inputs: Likewise.
13224 2014-01-10  Allan McRae  <allan@archlinux.org>
13226         * po:sv.po: Update Swedish translation from translation project.
13228         * po/vi.po: Update Vietnamese translation from translation project.
13230         * po/eo.po: Update Esperanto translation from translation project.
13232         * po/cs.po: Update Czech translation from translation project.
13234         * po/nl.po: Update Dutch translation from translation project.
13236         * po/pl.po: Update Polish translation from translation project.
13238         * po/ru.po: Update Russian translation from translation project.
13240         * po/uk.po: Update Ukrainian translation from translation project.
13242 2014-01-08  Brooks Moses  <bmoses@google.com>
13244         * elf/dl-load.c: Fix comment typo.
13246 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
13248         * po/header.pot: Rename to...
13249         * po/pot.header: ... this.
13250         * po/Makefile: Use pot.header.
13252 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
13253             Maxim Kuvyrkov  <maxim@kugelworks.com>
13255         [BZ #16394]
13256         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
13257         SRC and DEST against LEN.
13259 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13261         [BZ #16414]
13262         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
13263         implementation.
13264         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
13266 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13268         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13270 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
13272         [BZ #16408]
13273         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
13274         for large positive arguments.
13276 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
13278         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13280         * math/auto-libm-test-in: Mark various tests with
13281         xfail-rounding:ldbl-128ibm.
13282         * math/auto-libm-test-out: Regenerated.
13284         [BZ #16407]
13285         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
13286         Increase overflow threshold.
13288 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
13290         [BZ #14286]
13291         * stdio-common/vfprintf.c: Check for integer overflow.
13293 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13295         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
13296         the first argument and return value of __tls_get_addr_internal.
13298 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13300         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
13301         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
13303 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13305         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
13306         * sysdeps/s390/rtld-global-offsets.sym: New file.
13307         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
13308         GLIBC_2.19 symbol.
13309         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
13310         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
13311         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
13312         ... this.
13313         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
13314         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
13315         ... this.
13316         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13317         Regenerate.
13318         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13319         Regenerate.
13320         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
13321         halfs of GPRs for high_gprs contexts.
13322         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
13323         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
13324         field.
13325         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
13326         uc_flags field.
13327         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
13328         64 bit versions:
13329         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
13330         for high GPRs (uc_high_gprs) and for future extensions
13331         (__reserved).
13332         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
13333         for future extensions (__reserved).
13334         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
13335         64 bit versions:
13336         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
13337         SC_HIGHGPRS offset definition.
13338         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
13339         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
13341         * Versions.def: Add GLIBC_2.19 for libpthread.
13342         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
13343         siglongjmp for libpthread with GLIBC_2.19 symver.
13344         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
13345         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
13346         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
13347         * sysdeps/s390/__longjmp.c: New file.
13348         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
13349         * sysdeps/s390/longjmp.c: New file.
13350         * sysdeps/s390/setjmp.S: New file.
13351         * sysdeps/s390/sigjmp.S: New file.
13352         * sysdeps/s390/v1-longjmp.c: New file.
13353         * sysdeps/s390/v1-setjmp.h: New file.
13354         * sysdeps/s390/v1-sigjmp.c: New file.
13355         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
13356         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
13357         GLIBC_2.19 version.
13358         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
13359         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
13360         versioned symbols for ____longjmp_chk.
13361         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
13362         Likewise.
13363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13364         Regenerate.
13365         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13366         Regenerate.
13367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13368         Regenerate.
13369         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13370         Regenerate.
13371         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
13372         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
13373         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
13374         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
13375         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
13376         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
13377         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
13378         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
13379         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
13380         * sysdeps/s390/rtld-__longjmp.c: New file.
13381         * sysdeps/s390/rtld-setjmp.S: New file.
13383 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
13385         [BZ #16400]
13386         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13387         Return -__logl (x) for small positive arguments without evaluating
13388         a polynomial.
13390 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
13392         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13393         Rename to ...
13394         (__ptrace_peeksiginfo_args): ... this.
13395         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13396         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13397         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13399 2014-01-06  Allan McRae  <allan@archlinux.org>
13401         * inet/netinet/in.h: Fix typo in comment.
13403 2014-01-05  Andreas Jaeger  <aj@suse.de>
13405         * sysdeps/i386/fpu/libm-test-ulps: Update.
13407 2014-01-05  Allan McRae  <allan@archlinux.org>
13409         * po/libc.pot: Regenerated.
13411         * malloc/memusagestat.c: Fix gettext call formatting.
13413 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
13415         * nscd/nscd.c: Improve usage() output.
13417 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
13419         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13420         * sysdeps/unix/sysv/linux/configure: Regenerated.
13421         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13422         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13424 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13426         [BZ #16390]
13427         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13428         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13430 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13432         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13433         extra tokens at end of #undef directive.
13434         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13435         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13436         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13438 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13440         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13442         * math/auto-libm-test-in: Mark various tests with
13443         xfail-rounding:ldbl-128ibm.
13444         * math/auto-libm-test-out: Regenerated.
13446 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
13448         [BZ #16386]
13449         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13450         numbers with subnormal high part when calculating exponent.
13452         [BZ #16385]
13453         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13454         fabs.
13456         [BZ #16384]
13457         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13458         M_LN2l.
13459         (__ieee754_acoshl): Use __log1pl not __log1p.
13461 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
13463         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13464         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13465         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13466         (grow_heap, heap_trim, _int_new_arena, get_free_list)
13467         (reused_arena, arena_get2): Convert to GNU style.
13468         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13469         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13470         (memalign_check, __malloc_set_state): Likewise.
13471         * malloc/mallocbug.c (main): Likewise.
13472         * malloc/malloc.c (__malloc_assert, malloc_init_state)
13473         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13474         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13475         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13476         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13477         (__posix_memalign, malloc_info): Likewise.
13478         * malloc/malloc.h: Likewise.
13479         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13480         (mallochook, memalignhook, reallochook, mabort): Likewise.
13481         * malloc/mcheck.h: Likewise.
13482         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13483         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13484         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13485         * malloc/morecore.c (__default_morecore): Likewise.
13486         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13487         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13488         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13489         (print_and_abort): Likewise.
13490         * malloc/obstack.h: Likewise.
13491         * malloc/set-freeres.c (__libc_freeres): Likewise.
13492         * malloc/tst-mallocstate.c (main): Likewise.
13493         * malloc/tst-mtrace.c (main): Likewise.
13494         * malloc/tst-realloc.c (do_test): Likewise.
13496 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13498         [BZ #16366]
13499         * nscd/netgroupcache.c (do_notfound): New function.
13500         (addgetnetgrentX): Use it.
13502         [BZ # 16365]
13503         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13504         NSS_STATUS_NOTFOUND.
13506 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13508         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13511 2014-01-01  Allan McRae  <allan@archlinux.org>
13513         * scripts/update-copyrights: Update configure input file suffix.
13515         * NEWS: Update copyright year.
13516         * catgets/gencat.c: Likewise.
13517         * csu/version.c: Likewise.
13518         * debug/catchsegv.sh: Likewise.
13519         * debug/pcprofiledump.c: Likewise.
13520         * debug/xtrace.sh: Likewise.
13521         * elf/ldconfig.c: Likewise.
13522         * elf/ldd.bash.in: Likewise.
13523         * elf/pldd.c: Likewise.
13524         * elf/sotruss.ksh: Likewise.
13525         * elf/sprof.c: Likewise.
13526         * iconv/iconv_prog.c: Likewise.
13527         * iconv/iconvconfig.c: Likewise.
13528         * locale/programs/locale.c: Likewise.
13529         * locale/programs/localedef.c: Likewise.
13530         * login/programs/pt_chown.c: Likewise.
13531         * malloc/memusage.sh: Likewise.
13532         * malloc/memusagestat.c: Likewise.
13533         * malloc/mtrace.pl: Likewise.
13534         * manual/libc.texinfo: Likewise.
13535         * nscd/nscd.c: Likewise.
13536         * nss/getent.c: Likewise.
13537         * nss/makedb.c: Likewise.
13538         * posix/getconf.c: Likewise.
13539         * scripts/test-installation.pl: Likewise.
13541         * All files with FSF copyright notices: Update copyright dates
13542         using scripts/update-copyrights.
13543         * intl/plural.c: Regenerated.
13544         * locale/programs/charmap-kw.h: Likewise.
13545         * locale/programs/locfile-kw.h: Likewise.
13547 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13549         * sysdeps/unix/sysv/linux/configure: Regenerated.
13550         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13551         the linux/fanotify.h header.
13552         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13553         HAVE_LINUX_FANOTIFY_H is defined.
13555 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13557         * benchtests/cos-inputs: New inputs.
13558         * benchtests/sin-inputs: Likewise.
13560         * benchtests/atan-inputs: New inputs. Fix name of multiple
13561         precision fallback inputs.
13563         * benchtests/atanh-inputs: New inputs.
13564         * benchtests/tanh-inputs: Likewise.
13566         * benchtests/acosh-inputs: New inputs.
13567         * benchtests/asinh-inputs: Likewise.
13569         * benchtests/cosh-inputs: New inputs.
13570         * benchtests/sinh-inputs: Likewise.
13572         * benchtests/acos-inputs: Add more inputs.
13573         * benchtests/asin-inputs: Likewise.
13575 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13577         [BZ #16375]
13578         * manual/arith.texi: Fix spelling.
13579         * manual/charset.texi: Likewise.
13580         * manual/errno.texi: Likewise.
13581         * manual/filesys.texi: Likewise.
13582         * manual/lang.texi: Likewise.
13583         * manual/llio.texi: Likewise.
13584         * manual/locale.texi: Likewise.
13585         * manual/message.texi: Likewise.
13586         * manual/resource.texi: Likewise.
13587         * manual/search.texi: Likewise.
13588         * manual/setjmp.texi: Likewise.
13589         * manual/stdio.texi: Likewise.
13590         * manual/string.texi: Likewise.
13591         * manual/sysinfo.texi: Likewise.
13592         * manual/time.texi: Likewise.
13594 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13596         * po/sl.po: New file.
13598 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13600         * .gitignore: Add core/.gdbinit/.gdb_history.
13602 2013-12-27  Allan McRae  <allan@archlinux.org>
13604         [BZ #16369]
13605         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13606         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13608 2013-12-24  Brooks Moses  <bmoses@google.com>
13610         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13611         all compilers that claim C++98 compliance, not just GCC.
13612         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13613         Likewise.
13615 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13617         * NEWS: Restore accidentally deleted bug-fix entries.
13619 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13620             Ondřej Bílka  <neleai@seznam.cz>
13622         [BZ #15073]
13623         * malloc/malloc.c (_int_free): Perform sanity check only if we
13624         have_lock.
13626 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13628         [BZ #12986]
13629         * manual/stdio.texi (String Input Conversions): Clarify that character
13630         classes are not supported.
13632 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13634         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13636 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13638         [BZ #16337]
13639         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13640         Calculate results for small negative arguments directly rather
13641         than using reflection formula with special underflow handling.
13643         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13644         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13645         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13646         (fchflags): Likewise.
13647         (revoke): Likewise.
13648         (setlogin): Likewise.
13649         (sigaltstack): Likewise.
13650         (wait4): Likewise.
13651         (sigblock): Remove.
13652         (sigsetmask): Likewise.
13653         (wait3): Likewise.
13654         (waitpid): Likewise.
13655         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13656         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13657         file.
13658         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13659         * sysdeps/unix/bsd/Makefile: ... here.
13660         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13661         * sysdeps/unix/bsd/Versions: ... here.
13662         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13663         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13664         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13665         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13666         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13667         * sysdeps/unix/bsd/sigblock.c: ... here.
13668         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13669         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13670         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13671         * sysdeps/unix/bsd/sigvec.c: ... here.
13672         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13673         * sysdeps/unix/bsd/tcdrain.c: ... here.
13674         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13675         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13676         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13677         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13678         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13679         * sysdeps/unix/bsd/wait.c: ... here.
13680         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13681         * sysdeps/unix/bsd/wait3.c: ... here.
13682         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13683         * sysdeps/unix/bsd/waitpid.c: ... here.
13685 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13687         [BZ #16356]
13688         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13689         round-to-nearest for [!USE_AS_EXPM1L].
13690         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13691         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13692         more tests of exp and exp10.  Expect some exp10 tests to miss
13693         exceptions or fail in directed rounding modes.
13694         * math/auto-libm-test-out: Regenerated.
13695         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13696         (exp10_test_tonearest): New function.
13697         (exp10_towardzero_test_data): New array.
13698         (exp10_test_towardzero): New function.
13699         (exp10_downward_test_data): New array.
13700         (exp10_test_downward): New function.
13701         (exp10_upward_test_data): New array.
13702         (exp10_test_upward): New function.
13703         (main): Call the new functions.
13704         * sysdeps/i386/fpu/libm-test-ulps: Update.
13705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13707 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13709         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13710         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13711         * math/auto-libm-test-out: Regenerated.
13712         * math/libm-test.inc (acosh_test_data): Add more tests.
13713         (atanh_test_data): Likewise.
13714         (ceil_test_data): Likewise.
13715         (copysign_test_data): Likewise.
13716         * sysdeps/i386/fpu/libm-test-ulps: Update.
13717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13719         * timezone/checktab.awk: Update from tzcode 2013i.
13720         * timezone/private.h: Likewise.
13721         * timezone/scheck.c: Likewise.
13722         * timezone/tzfile.h: Likewise.
13723         * timezone/tzselect.ksh: Likewise.
13724         * timezone/zdump.c: Likewise.
13725         * timezone/zic.c: Likewise.
13727         * math/auto-libm-test-in: Add tests of cpow.
13728         * math/auto-libm-test-out: Regenerated.
13729         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13730         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13731         mpc_cc_c.
13732         (func_calc_desc): Add mpc_cc_c union field.
13733         (test_functions): Add cpow.
13734         (special_fill_2pi): New function.
13735         (special_real_inputs): Add 2pi.
13736         (calc_generic_results): Handle mpc_cc_c.
13737         * sysdeps/i386/fpu/libm-test-ulps: Update.
13738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13740         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13741         csqrt, ctan and ctanh.
13742         * math/auto-libm-test-out: Regenerated.
13743         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13744         (TEST_COND_x86): Likewise.
13745         (ccos_test_data): Use AUTO_TESTS_c_c.
13746         (ccosh_test_data): Likewise.
13747         (cexp_test_data): Likewise.
13748         (clog_test_data): Likewise.
13749         (csqrt_test_data): Likewise.
13750         (ctan_test_data): Likewise.
13751         (ctan_tonearest_test_data): Likewise.
13752         (ctan_towardzero_test_data): Likewise.
13753         (ctan_downward_test_data): Likewise.
13754         (ctan_upward_test_data): Likewise.
13755         (ctanh_test_data): Likewise.
13756         (ctanh_tonearest_test_data): Likewise.
13757         (ctanh_towardzero_test_data): Likewise.
13758         (ctanh_downward_test_data): Likewise.
13759         (ctanh_upward_test_data): Likewise.
13760         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13761         mpc_c_c.
13762         (func_calc_desc): Add mpc_c_c union field.
13763         (FUNC_mpc_c_c): New macro.
13764         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13765         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13766         ctanh.
13767         (special_fill_min_subnorm_p120): New function.
13768         (special_real_inputs): Add min_subnorm_p120.
13769         (calc_generic_results): Handle mpc_c_c.
13770         * sysdeps/i386/fpu/libm-test-ulps: Update.
13771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13773 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13775         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13776         (do_sin_slow): New functions.
13777         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13778         (cslow2, csloww1, csloww2): Use the new functions.
13780         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13781         Use M to change sign of result instead of X.  Assume X is
13782         positive.
13783         (csloww1): Likewise.
13784         (__sin): Adjust.
13785         (__cos): Adjust.
13787         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13788         arguments A and DA.
13789         (__sin): Adjust.
13790         (__cos): Likewise.
13792         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13793         (__cos): Likewise.
13794         (sloww1): Don't adjust sign of DX.
13795         (csloww1): Likewise.
13796         (sloww2): Use X directly and don't adjust sign of DX.
13797         (csloww2): Likewise.
13799 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13801         * math/auto-libm-test-in: Add tests of cabs and carg.
13802         * math/auto-libm-test-out: Regenerated.
13803         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13804         (carg_test_data): Likewise.
13805         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13806         mpc_c_f.
13807         (func_calc_desc): Add mpc_c_f union field.
13808         (test_functions): Add cabs and carg.
13809         (calc_generic_results): Handle mpc_c_f.
13811         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13812         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13813         as a macro and a compat symbol.
13814         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13815         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13816         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13817         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13818         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13819         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13820         not use .hidden.
13821         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13822         Likewise.
13823         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13824         Likewise.
13825         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13826         Likewise.
13827         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13828         Likewise.
13829         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13830         Likewise.
13831         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13832         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13833         from GLIBC_2.3.2.
13835 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13837         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13839 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13841         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13842         trailing whitespace removed.
13843         * scripts/config.guess: Update to version 2013-11-29.
13844         * scripts/config.sub: Update to version 2013-10-01.
13846         * math/auto-libm-test-in: Add tests of sincos.
13847         * math/auto-libm-test-out: Regenerated.
13848         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13849         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13850         mpfr_f_11.
13851         (func_calc_desc): Add mpfr_f_11 union field.
13852         (test_functions): Add sincos.
13853         (calc_generic_results): Handle mpfr_f_11.
13854         * sysdeps/i386/fpu/libm-test-ulps: Update.
13855         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13857 2013-12-19  Andreas Schwab  <schwab@suse.de>
13859         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13860         CALL_MCOUNT.
13861         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13862         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13863         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13865 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13867         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13868         * sysdeps/i386/fpu/libm-test-ulps: Update.
13869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13871         [BZ #16293]
13872         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13873         round-to-nearest mode when using frndint.
13874         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13875         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13876         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13877         Likewise.
13878         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13879         sinh test to fail.
13880         * math/auto-libm-test-out: Regenerated.
13881         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13882         (TEST_COND_x86): Likewise.
13883         (expm1_tonearest_test_data): New array.
13884         (expm1_test_tonearest): New function.
13885         (expm1_towardzero_test_data): New array.
13886         (expm1_test_towardzero): New function.
13887         (expm1_downward_test_data): New array.
13888         (expm1_test_downward): New function.
13889         (expm1_upward_test_data): New array.
13890         (expm1_test_upward): New function.
13891         (main): Run the new test functions.
13892         * sysdeps/i386/fpu/libm-test-ulps: Update.
13893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13895         * include/features.h: Update comment documenting feature test
13896         macros.  Mention _DEFAULT_SOURCE in comment.
13897         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13898         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13899         _BSD_SOURCE and _SVID_SOURCE.
13900         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13901         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13902         !_SVID_SOURCE]: Likewise.
13903         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13904         (__USE_POSIX_IMPLICITLY): Define.
13905         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13906         (_POSIX_SOURCE): Undefine and redefine.
13907         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13908         (_POSIX_C_SOURCE): Likewise.
13909         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13910         (Feature Test Macros): Update documentation of default features.
13912 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13914         * benchtests/Makefile: Add bench-strtok.
13915         * benchtests/bench-strtok.c: New file: strtok benchtest.
13917 2013-12-19  Allan McRae  <allan@archlinux.org>
13919         * manual/install.texi: Suppress menu for plain text output.
13920         * INSTALL: Regenerated.
13922 2013-12-18  Brooks Moses  <bmoses@google.com>
13924         [BZ #15846]
13925         * misc/getauxval.c: Include errno.h.
13926         (__getauxval): Set errno to ENOENT if the requested type is not
13927         found.
13928         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13929         don't declare with __attribute_const__.
13930         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13931         * manual/startup.texi: Document that getauxval sets errno.
13933 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13935         * math/auto-libm-test-in: Add tests of jn and yn.
13936         * math/auto-libm-test-out: Regenerated.
13937         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13938         (yn_test_data): Likewise.
13939         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13940         mpfr_if_f.
13941         (func_calc_desc): Add mpfr_if_f union field.
13942         (FUNC_mpfr_if_f): New macro.
13943         (test_functions): Add jn and yn.
13944         (calc_generic_results): Assert type of second input for
13945         mpfr_ff_f.  Handle mpfr_if_f.
13946         (output_for_one_input_case): Disable all checking for arguments
13947         fitting floating-point types in case of an integer argument.
13948         * sysdeps/i386/fpu/libm-test-ulps: Update.
13949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13952         Don't expect fegetround reference in libm.so.
13954 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13956         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13957         $(config-cflags-nofma).
13959 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13961         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13962         * math/auto-libm-test-out: Regenerated.
13964         [BZ #16338]
13965         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13966         to determine exponent and adjust argument to have exponent of -1.
13967         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13968         log2.
13969         * math/auto-libm-test-out: Regenerated.
13970         * sysdeps/i386/fpu/libm-test-ulps: Update.
13971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13973 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13975         * manual/probes.texi: Remove cases when per-thread arenas are
13976         disabled.
13978 2013-12-18  Andreas Schwab  <schwab@suse.de>
13980         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13981         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13982         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13983         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13984         * sysdeps/i386/i686/multiarch/Makefile: Update.
13985         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13987 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13989         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13990         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13992 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13994         [BZ #15968]
13995         Support TZ transition times < 00:00:00.
13996         This is needed for version-3 tz-format files; it supports time
13997         stamps past 2037 for America/Godthab (the only entry in the tz
13998         database for which this change is relevant).
13999         * manual/time.texi (TZ Variable): Document transition times
14000         from -167:59:59 through -00:00:01.
14001         * time/tzset.c (tz_rule): Time of day is now signed.
14002         (__tzset_parse_tz): Parse negative time of day.
14004         Document TZ transition times >= 25:00:00.
14005         * manual/time.texi (TZ Variable): Document transition times from
14006         25:00:00 through 167:59:59.  These are already supported, and this
14007         support will help with version-3 tz-format files.
14009         * manual/time.texi (TZ Variable): Modernize North America example
14010         to reflect current (i.e., 2007-and-later) daylight saving rules.
14012         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
14014 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
14016         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
14017         * sysdeps/unix/bsd/bits/stat.h: Likewise.
14018         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
14019         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
14020         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
14021         * sysdeps/unix/bsd/bsdstat.h: Likewise.
14022         * sysdeps/unix/bsd/clock.c: Likewise.
14023         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
14024         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
14025         * sysdeps/unix/bsd/init-posix.c: Likewise.
14026         * sysdeps/unix/bsd/poll.c: Likewise.
14027         * sysdeps/unix/bsd/ptsname.c: Likewise.
14028         * sysdeps/unix/bsd/seekdir.c: Likewise.
14029         * sysdeps/unix/bsd/setegid.c: Likewise.
14030         * sysdeps/unix/bsd/seteuid.c: Likewise.
14031         * sysdeps/unix/bsd/setgid.c: Likewise.
14032         * sysdeps/unix/bsd/setrgid.c: Likewise.
14033         * sysdeps/unix/bsd/setruid.c: Likewise.
14034         * sysdeps/unix/bsd/setsid.c: Likewise.
14035         * sysdeps/unix/bsd/setuid.c: Likewise.
14036         * sysdeps/unix/bsd/sigaction.c: Likewise.
14037         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
14038         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
14039         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
14040         * sysdeps/unix/bsd/telldir.c: Likewise.
14041         * sysdeps/unix/bsd/times.c: Likewise.
14042         * sysdeps/unix/bsd/usleep.c: Likewise.
14044         * misc/Makefile (install-lib): Remove libbsd-compat.a.
14045         ($(objpfx)libbsd-compat.a): Remove rule.
14047         * include/features.h (__FAVOR_BSD): Do not define.
14048         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
14049         features conflicting with POSIX.
14050         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
14051         (_BSD_SOURCE): Remove description of not being a subset of other
14052         feature test macros.
14053         * manual/job.texi (getpgrp): Do not document BSD version.
14054         (getpgid): Do not document by reference to BSD getpgrp.
14055         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
14056         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
14057         * signal/signal.h [__FAVOR_BSD]: Likewise.
14058         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
14059         instead of making contents conditional on [__FAVOR_BSD].
14060         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
14062 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14064         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14066 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
14068         [BZ #16314]
14069         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
14070         values below 2**-450, not 2**-500.
14071         * math/auto-libm-test-in: Don't allow spurious underflow from
14072         hypot.
14073         * math/auto-libm-test-out: Regenerated.
14075         [BZ #16316]
14076         [BZ #16330]
14077         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
14078         values of ha and hb and sort them after adjusting subnormal
14079         arguments.
14080         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
14081         Likewise.
14082         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
14083         values of ea and eb and sort them after adjusting subnormal
14084         arguments.
14085         * math/auto-libm-test-in: Do not expect some hypot tests of
14086         subnormals to fail.  Add more hypot tests.
14087         * math/auto-libm-test-out: Regenerated.
14089 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14091         [BZ #13304]
14092         * sysdeps/sh/s_fma.c: New file.
14093         * sysdeps/sh/s_fmaf.c: New file.
14094         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
14095         version.
14096         * sysdeps/sh/Implies: Add sh/soft-fp.
14098 2013-12-16  Roland McGrath  <roland@hack.frob.com>
14100         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
14101         level of indirection to members `objname', `errstring', `malloced'.
14102         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
14103         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
14104         it as the __longjmp argument (just pass 1 instead).
14105         (_dl_catch_error): Initialize C with argument pointers and address of
14106         volatile local ERRCODE rather than copying values out of C at return.
14108 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
14110         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
14111         * math/auto-libm-test-out: Regenerated.
14112         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
14113         (hypot_test_data): Likewise.
14114         (pow_test_data): Likewise.
14115         (pow_tonearest_test_data): Likewise.
14116         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14117         mpfr_ff_f.
14118         (func_calc_desc): Add mpfr_ff_f union field.
14119         (FUNC_mpfr_ff_f): New macro.
14120         (test_functions): Add atan2, hypot and pow.
14121         (special_fill_min): New function.
14122         (special_fill_minus_min): Likewise.
14123         (special_fill_min_subnorm): Likewise.
14124         (special_fill_minus_min_subnorm): Likewise.
14125         (special_real_inputs): Add min, -min, min_subnorm and
14126         -min_subnorm.
14127         (calc_generic_results): Handle mpfr_ff_f.
14128         * sysdeps/i386/fpu/libm-test-ulps: Update.
14129         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14131 2013-12-16  Will Newton  <will.newton@linaro.org>
14133         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
14134         (Aligned Memory Blocks): Add documentation for aligned_alloc
14135         and suggest it as an alternative to posix_memalign.
14136         (Hooks for Malloc): Document __memalign_hook is also called
14137         for aligned_alloc.  (Summary of Malloc): Add summary for
14138         aligned alloc.  Document __memalign_hook is also called
14139         for aligned_alloc.
14141 2013-12-16  Will Newton  <will.newton@linaro.org>
14143         * manual/memory.texi (Malloc Examples): Clarify default
14144         alignment documentation.  Suggest posix_memalign rather
14145         than memalign or valloc.
14146         (Aligned Memory Blocks): Remove suggestion to use memalign
14147         or valloc.  Remove obsolete comment about BSD.
14148         Document memalign errno values and mark the function obsolete.
14149         Document posix_memalign returned error codes.  Mark valloc
14150         as obsolete.  (Hooks for Malloc): __memalign_hook is also
14151         called for posix_memalign and valloc.
14152         (Summary of Malloc): Add posix_memalign to function summary.
14153         __memalign_hook is also called for posix_memalign and valloc.
14155 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
14157         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
14158         TAYLOR_SIN.
14159         (__sin): Adjust.
14160         (__cos): Likewise.
14161         (sloww): Use mynumber union.  Expand ternary operator into
14162         if-else statements.
14163         (cslow): use mynumber union.
14165 2013-12-16  Allan McRae  <allan@archlinux.org>
14167         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
14168         * configure: Regenerated.
14170         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
14172         [BZ #14120]
14173         * configure.ac: Added --enable-maintainer-mode. Check for
14174         autoconf when enabled.
14175         * configure: Regenerated.
14177         * nscd/nscd.service: New file.
14178         * nscd/nscd.tmpfiles: New file.
14180 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
14182         [BZ #12100]
14183         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
14184         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
14185         * sysdeps/x86_64/multiarch/strstr.c: ... here.
14186         (strstr): Add __strstr_sse2_unaligned ifunc.
14187         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
14188         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
14189         (strcasestr): Remove __strcasestr_sse42 ifunc.
14190         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
14191         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
14192         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
14194 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14196         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
14197         * sysdeps/sh/bits/fenv.h: ... here.
14198         * sysdeps/sh/sh4/fpu/bits: Remove directory.
14200 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14202         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
14204         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
14205         hypotf multiarch implementations.
14206         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
14207         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
14208         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
14209         multiarch hypot for PPC64.
14210         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
14211         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
14212         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
14213         multiarch hypotf for PPC64.
14215         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
14216         modff multiarch implementations.
14217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
14218         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
14219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
14220         multiarch modf for PPC64.
14221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
14222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
14223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
14224         multiarch modff for PPC64.
14226         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
14227         and logl multiarch implementations.
14228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
14229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
14230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
14231         multiarch logb for PPC64.
14232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
14233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
14234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
14235         multiarch logb for PPC64.
14236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
14237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
14238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
14239         multiarch logb for PPC64.
14241         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
14242         isinff multiarch implementation.
14243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
14244         file.
14245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
14246         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
14247         multiarch isinf for PPC64.
14248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
14249         file.
14250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
14251         multiarch isinff for PPC64.
14253         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
14254         finitef multiarch implementation.
14255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
14256         file.
14257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
14258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
14259         multiarch finite for PPC64.
14260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
14261         file.
14262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
14263         multiarch finitef for PPC64.
14265         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
14266         lrint multiarch implementation.
14267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
14268         file.
14269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
14270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
14271         multiarch llrint for PPC64.
14272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
14273         multiarch lrint for PPC64.
14275         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
14276         copysignf multiarch implementation.
14277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
14278         file.
14279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
14280         file.
14281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
14282         multiarch copysign for PPC64.
14283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
14284         multiarch copysignf for PPC64.
14286         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
14287         multiarch implementation.
14288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
14289         file.
14290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
14291         file.
14292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
14293         file.
14294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
14295         file.
14296         multiarch llround for PPC64.
14297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
14298         multiarch trunc for PPC64.
14299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
14300         multiarch truncf for PPC64.
14302         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
14303         multiarch implementation.
14304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
14305         file.
14306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
14307         file.
14308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
14309         file.
14310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
14311         file.
14312         multiarch llround for PPC64.
14313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
14314         multiarch round for PPC64.
14315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
14316         multiarch roundf for PPC64.
14318         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
14319         multiarch implementation.
14320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
14321         file.
14322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
14323         file.
14324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
14325         file.
14326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
14327         file.
14328         multiarch llround for PPC64.
14329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
14330         multiarch floor for PPC64.
14331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
14332         multiarch floorf for PPC64.
14334         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
14335         multiarch implementation.
14336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
14337         file.
14338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
14339         file.
14340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
14341         file.
14342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
14343         file.
14344         multiarch llround for PPC64.
14345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
14346         multiarch ceil for PPC64.
14347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
14348         multiarch ceilf for PPC64.
14350         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14351         multiarch implementation.
14352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
14353         file.
14354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
14355         file.
14356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
14357         file.
14358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
14359         multiarch llround for PPC64.
14360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
14361         multiarch lround for PPC64.
14363         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14364         multiarch implementation.
14365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
14366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
14367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
14368         file.
14369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
14370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
14371         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
14372         multiarch isnan for PPC64.
14373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
14374         multiarch isnanf for PPC64.
14376         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
14377         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
14378         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
14379         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
14380         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
14381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
14383         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
14384         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
14385         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
14386         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
14388         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
14389         multiarch implementations.
14390         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14391         (__libc_ifunc_impl_list): Likewise.
14392         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14393         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14394         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14395         multiarch stpcpy for PPC64.
14397         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14398         multiarch implementations.
14399         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14400         (__libc_ifunc_impl_list): Likewise.
14401         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14402         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14403         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14404         multiarch strcpy for PPC64.
14406         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14407         redefine function name.
14408         (_wordcopy_fwd_dest_aligned): Likewise.
14409         (_wordcopy_bwd_aligned): Likewise.
14410         (_wordcopy_bwd_dest_aligned): Likewise.
14411         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14412         multiarch implementations.
14413         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14414         (__libc_ifunc_impl_list): Likewise.
14415         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14416         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14417         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14418         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14419         multiarch wcscpy for PPC64.
14421         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14422         multiarch implementations.
14423         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14424         (__libc_ifunc_impl_list): Likewise.
14425         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14426         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14427         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14428         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14429         multiarch wcscpy for PPC64.
14431         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14432         multiarch implementations.
14433         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14434         (__libc_ifunc_impl_list): Likewise.
14435         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14436         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14437         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14438         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14439         multiarch wcsrchr for PPC64.
14441         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14442         multiarch implementations.
14443         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14444         (__libc_ifunc_impl_list): Likewise.
14445         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14446         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14447         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14448         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14449         multiarch wcschr for PPC64.
14451         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14452         multiarch implementations.
14453         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14454         (__libc_ifunc_impl_list): Likewise.
14455         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14456         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14457         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14458         multiarch strchrnul for PPC64.
14460         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14461         implementations.
14462         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14463         (__libc_ifunc_impl_list): Likewise.
14464         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14465         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14466         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14467         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14468         strchr for PPC64.
14470         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14471         implementations.
14472         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14473         (__libc_ifunc_impl_list): Likewise.
14474         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14475         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14476         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14477         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14478         strncmp for PPC64.
14480         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14481         multiarch implementations.
14482         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14483         (__libc_ifunc_impl_list): Likewise.
14484         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14485         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14486         strncasecmp for PPC64.
14487         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14488         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14489         multiarch strncasecmp_l for PPC64.
14491         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14492         multiarch implementations.
14493         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14494         (__libc_ifunc_impl_list): Likewise.
14495         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14496         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14497         multiarch strcasecmp for PPC64.
14498         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14499         file.
14500         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14501         multiarch strcasecmp_l for PPC64.
14503         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14504         implementations.
14505         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14506         (__libc_ifunc_impl_list): Likewise.
14507         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14508         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14509         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14510         strnlen for PPC64.
14512         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14513         implementations.
14514         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14515         (__libc_ifunc_impl_list): Likewise.
14516         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14517         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14518         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14519         strlen for PPC64.
14521         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14522         implementations.
14523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14524         (__libc_ifunc_impl_list): Likewise.
14525         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14526         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14527         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14528         rawmemrchr for PPC64.
14530         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14531         implementation.
14532         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14533         (__libc_ifunc_impl_list): Likewise.
14534         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14535         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14536         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14537         memrchr for PPC64.
14539         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14540         implementation.
14541         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14542         (__libc_ifunc_impl_list): Likewise.
14543         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14544         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14545         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14546         memchr for PPC64.
14548         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14549         implementation.
14550         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14551         (__libc_ifunc_impl_list): Likewise.
14552         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14553         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14554         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14555         mempcpy for PPC64.
14557         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14558         avoid cretion of __bzero symbol.
14559         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14560         Likewise.
14561         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14562         Likewise.
14563         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14564         Likewise.
14565         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14566         multiarch implementations.
14567         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14568         (__libc_ifunc_impl_list): Likewise.
14569         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14570         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14571         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14572         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14573         bzero for PPC32.
14574         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14575         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14576         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14577         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14578         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14579         memset for PPC64.
14580         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14582         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14583         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14584         implementations.
14585         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14586         (__libc_ifunc_impl_list): Likewise.
14587         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14588         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14589         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14590         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14591         memcmp for PPC64.
14593         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14594         multiarch for POWER/PPC64.
14595         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14596         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14597         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14598         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14599         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14600         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14601         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14602         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14603         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14604         memcpy for PPC64.
14606         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14607         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14608         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14609         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14610         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14611         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14612         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14613         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14614         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14615         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14616         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14617         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14618         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14619         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14620         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14629 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14631         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14633 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14635         * benchtests/Makefile (bench): Add exp2 and log2.
14636         (LDLIBS-bench-exp2): Add -lm.
14637         (LDLIBS-bench-log2): Likewise.
14638         * benchtests/exp2-inputs: New inputs file.
14639         * benchtests/log2-inputs: New inputs file.
14640         * benchtests/log-inputs: Add new inputs.
14641         * benchtests/tan-inputs: Likewise.
14643 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14645         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14646         definition...
14647         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14648         (csloww2): ... from here.
14650         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14651         instead of structures.
14652         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14653         (POLYNOMIAL): Likewise.
14654         (TAYLOR_SLOW): Likewise.
14655         (__sin): Likewise.
14656         (__cos): Likewise.
14657         (slow1): Likewise.
14658         (slow2): Likewise.
14659         (sloww): Likewise.
14660         (sloww1); Likewise.
14661         (sloww2): Likewise.
14662         (bsloww1): Likewise.
14663         (bsloww2): Likewise.
14664         (cslow2): Likewise.
14665         (csloww): Likewise.
14666         (csloww1): Likewise.
14667         (csloww2): Likewise.
14669 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14671         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14672         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14673         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14674         * malloc/hooks.c (realloc_check): Likewise.
14676         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14677         * malloc/arena.c: Remove PER_THREAD conditional.
14678         [!PER_THREAD]: Remove code.
14679         (ptmalloc_unlock_all2): Likewise.
14680         (ptmalloc_init): Likewise.
14681         (_int_new_arena): Likewise.
14682         (arena_get2): Likewise.
14683         * malloc/hooks.c (__malloc_get_state): Likewise.
14684         (__malloc_set_state): Likewise.
14685         * malloc/malloc.c: Likewise.
14686         (struct malloc_state): Likewise.
14687         (struct malloc_par): Likewise.
14688         (__libc_realloc): Likewise.
14689         (__libc_mallopt): Likewise.
14691 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14693         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14695 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14697         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14698         macro to a function.  Check for zero perturb_byte.
14699         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14701         * malloc/malloc.c: (force_reg): Remove.
14702         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14703         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14704         force_reg by atomic_forced_read.
14705         * malloc/arena.c (ptmalloc_init): Likewise.
14706         * malloc/hooks.c (top_check): Likewise.
14708 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14710         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14712 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14714         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14716 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14718         * math/auto-libm-test-in: Add tests of lgamma.
14719         * math/auto-libm-test-out: Regenerated.
14720         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14721         (M_LOG_2_SQRT_PIl): Likewise.
14722         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14723         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14724         mpfr_f_f1.
14725         (func_calc_desc): Add mpfr_f_f1 union field.
14726         (ARGS1): New macro.
14727         (ARGS2): Likewise.
14728         (ARGS3): Likewise.
14729         (ARGS4): Likewise.
14730         (RET1): Likewise.
14731         (RET2): Likewise.
14732         (CALC): Likewise.
14733         (FUNC): Likewise.
14734         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14735         (test_functions): Add lgamma.
14736         (calc_generic_results): Handle mpfr_f_f1.
14737         * sysdeps/i386/fpu/libm-test-ulps: Update.
14738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14740 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14742         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14743         __mpn_add_n for PowerPC64/POWER7.
14744         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14745         __mpn_sub_n for PowerPC64/POWER7.
14747         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14748         __mpn_addmul_1 for PowerPC64.
14749         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14750         __mpn_submul_1 for PowerPC64.
14751         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14752         for PowerPC64.
14753         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14754         for PowerPC64.
14756 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14758         [BZ #15089]
14759         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14761 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14763         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14765         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14766         add multiarch folders.
14767         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14768         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14769         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14770         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14771         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14772         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14773         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14774         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14775         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14776         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14777         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14786         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14788         New file.
14789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14790         New file.
14791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14792         multiarch __ieee754_hypot for PowerPC32.
14793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14794         New file.
14795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14796         New file.
14797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14798         multiarch __ieee754_hypotf for PowerPC32.
14800         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14801         long_double_symbol only if __logbl is defined.
14802         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14803         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14804         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14805         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14806         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14807         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14808         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14809         path for implementation.
14810         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14811         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14813         logb, and logbl multiarch implementations for PowerPC32.
14814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14815         file.
14816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14817         file.
14818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14819         multiarch logb for PowerPC32.
14820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14821         file.
14822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14823         file.
14824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14825         multiarch logbf for PowerPC32.
14826         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14828         file.
14829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14830         multiarch logbl implementation for PowerPC32.
14832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14833         and modff multiarch implementations.
14834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14835         New file.
14836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14837         New file.
14838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14839         multiarch modf for PowerPC32.
14840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14841         New file.
14842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14843         New file.
14844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14845         multiarch modff for PowerPC32.
14847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14848         and lrintf multiarch implementations.
14849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14850         New file.
14851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14852         New file.
14853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14854         multiarch lrint for PowerPC32.
14855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14856         file: multiarch lrintf for PowerPC32.
14858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14859         and lroundf multiarch implementations.
14860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14861         New file.
14862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14863         New file.
14864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14865         New file.
14866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14867         multiarch lround for PowerPC32.
14868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14869         file: multiarch lroundf for PowerPC32.
14871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14872         copysign and copysignf multiarch implementations.
14873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14874         New file.
14875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14876         New file.
14877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14878         file: multiarch copysign for PowerPC32.
14879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14880         file: multiarch copysignf for PowerPC32.
14882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14883         and truncf multiarch implementations.
14884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14885         New file.
14886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14887         file.
14888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14889         multiarch trunc for PowerPC32.
14890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14891         New file.
14892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14893         New file.
14894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14895         multiarch truncf for PowerPC32.
14897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14898         and roundf multiarch implementations.
14899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14900         New file.
14901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14902         file.
14903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14904         multiarch round for PowerPC32.
14905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14906         New file.
14907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14908         New file.
14909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14910         multiarch roundf for PowerPC32.
14912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14913         and floorf multiarch implementations.
14914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14915         New file.
14916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14917         file.
14918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14919         multiarch floor for PowerPC32.
14920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14921         New file.
14922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14923         New file.
14924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14925         multiarch floorf for PowerPC32.
14927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14928         and ceilf multiarch implementations.
14929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14930         New file.
14931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14932         file.
14933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14934         multiarch ceil for PowerPC32.
14935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14936         New file.
14937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14938         file.
14939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14940         multiarch ceilf for PowerPC32.
14942         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14943         is defined.
14944         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14945         FINITEF is defined.
14946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14947         and finitef multiarch implementations.
14948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14949         New file.
14950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14951         file.
14952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14953         multiarch finite for PowerPC32.
14954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14955         New file.
14956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14957         file: multiarch finitef for PowerPC32.
14959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14960         and isinff multiarch implementations.
14961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14962         file.
14963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14964         file.
14965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14966         multiarch isinf for PowerPC32.
14967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14968         New file.
14969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14970         multiarch isinff for PowerPC32.
14972         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14973         alias when __isnan is defined.
14974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14975         and isnanf multiarch implementations.
14976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14977         file.
14978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14979         file.
14980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14981         file.
14982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14983         file.
14984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14985         multiarch isnan for PowerPC32.
14986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14987         New file.
14988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14989         New file.
14990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14991         multiarch isnanf for PowerPC32.
14993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14994         and sqrtf multiarch implementations.
14995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14996         file.
14997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14998         file.
14999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
15000         multiarch sqrt for PowerPC32.
15001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
15002         file.
15003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
15004         file.
15005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
15006         multiarch sqrtf for PowerPC32.
15008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
15009         and llroundf multiarch implementations.
15010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
15011         New file.
15012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
15013         New file.
15014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
15015         New file.
15016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
15017         file: multiarch llround for PowerPC32.
15018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
15019         file: multiarch llroundf for PowerPC32.
15021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
15022         multiarch PowerPC32 fpu implementations.
15023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
15024         New file.
15025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
15026         New file.
15027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
15028         multiarch llrint for PowerPC32.
15029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
15030         New file.
15031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
15032         New file.
15033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
15034         file.
15036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
15038         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
15039         file.
15040         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
15041         file.
15042         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
15043         file.
15044         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
15045         multiarch wordcopy for PPC32.
15046         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
15047         wordcopy objects.
15048         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15049         (__libc_ifunc_impl_list): Likewise.
15050         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
15051         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
15052         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
15053         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
15054         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
15055         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
15057         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
15058         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
15059         file.
15060         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
15061         file.
15062         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
15063         file.
15064         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
15065         multiarch wcscpy for PPC32.
15066         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
15067         multiarch objects.
15068         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15069         (__libc_ifunc_impl_list): Likewise.
15070         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
15071         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
15072         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
15073         sysdeps/powerpc/power6/wcscpy.c.
15075         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
15076         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
15077         file.
15078         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
15079         file.
15080         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
15081         file.
15082         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
15083         multiarch wcsrchr for PPC32.
15084         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
15085         multiarch objects.
15086         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15087         (__libc_ifunc_impl_list): Likewise.
15088         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
15089         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
15090         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
15091         sysdeps/powerpc/power6/wcsrchr.c.
15093         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
15094         file.
15095         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
15096         file.
15097         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
15098         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
15099         multiarch wcschr for PPc32.
15100         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
15101         multiarch objects.
15102         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15103         (__libc_ifunc_impl_list): Likewise.
15104         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
15105         * sysdeps/powerpc/power6/wcschr.c: ... to here.
15106         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
15107         sysdeps/powerpc/power6/wcschr.c.
15109         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
15110         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
15111         file.
15112         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
15113         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
15114         file: multiarch strchr for PPC32.
15115         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
15116         multiarch objects.
15117         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15118         (__libc_ifunc_impl_list): Likewise.
15120         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
15121         name.
15122         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
15123         file.
15124         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
15125         file.
15126         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
15127         multiarch strchrnul for PPC32.
15128         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
15129         multiarch objects.
15130         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15131         (__libc_ifunc_impl_list): Likewise.
15133         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
15134         file.
15135         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
15136         multiarch strncasecmp for PPC32.
15137         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
15138         file.
15139         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
15140         multiarch strncasecmp_l for PPC32.
15141         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
15142         strncasecmp multiarch objects.
15143         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15144         (__libc_ifunc_impl_list): Likewise.
15146         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
15147         file.
15148         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
15149         multiarch strncasecmp for PPC32.
15150         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
15151         New file.
15152         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
15153         multiarch strcasecmp_l for PPC32.
15154         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
15155         multiarch objects.
15156         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15157         (__libc_ifunc_impl_list): Likewise.
15159         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
15160         file.
15161         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
15162         file.
15163         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
15164         multiarch strncmp for PPC32.
15165         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
15166         multiarch objects.
15167         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15168         (__libc_ifunc_impl_list): Likewise.
15170         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
15171         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
15172         file.
15173         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
15174         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
15175         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
15176         multiarch objects.
15177         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15178         (__libc_ifunc_impl_list): Likewise.
15180         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
15181         file.
15182         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
15183         file.
15184         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
15185         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
15186         multiarch objects.
15187         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15188         (__libc_ifunc_impl_list): Likewise.
15190         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
15191         file.
15192         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
15193         file.
15194         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
15195         multiarch rawmemchr for PPC32.
15196         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
15197         multiarch objects.
15198         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15199         (__libc_ifunc_impl_list): Likewise.
15201         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
15202         file.
15203         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
15204         file.
15205         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
15206         file: memrchr multiarch for PPC32.
15207         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
15208         multiarch objects.
15209         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15210         (__libc_ifunc_impl_list): Likewise.
15212         * string/memchr.c (__memchr): Using macro to redefine symbol name.
15213         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
15214         file.
15215         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
15216         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
15217         multiarch memchr for PPC32.
15218         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
15219         multiarch objects.
15220         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15221         (__libc_ifunc_impl_list): Likewise.
15223         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
15224         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
15225         file.
15226         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
15227         file.
15228         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
15229         file: multiarch mempcpy for PPC32.
15230         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
15231         multiarch objects.
15232         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15233         (__libc_ifunc_impl_list): Likewise.
15235         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
15236         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
15237         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
15238         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
15239         multiarch bzero for PPC32.
15240         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
15241         file.
15242         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
15243         file.
15244         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
15245         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
15246         file: multiarch memset for PPC32.
15247         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
15248         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
15249         memset multiarch objects.
15250         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15251         (__libc_ifunc_impl_list): Likewise.
15253         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
15254         file.
15255         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
15256         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
15257         memcmp for PPC32.
15258         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
15259         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
15260         multiarch objects.
15261         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15262         (__libc_ifunc_impl_list): Likewise.
15264         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
15265         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
15266         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
15267         file.
15268         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
15269         file.
15270         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
15271         file.
15272         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
15273         multiarch memcpy for PPC32.
15274         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
15275         multiarch objects.
15276         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15277         (__libc_ifunc_impl_list): Likewise.
15279         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
15280         support multiarch for POWER/PPC32.
15281         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
15282         Likewise.
15283         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
15284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
15285         Implies file to make multiarch folder appers before the fpu and
15286         default folder for power4 configuration.
15288 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15290         * scripts/bench.pl: Append volatile keyword to type.
15292 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15294         * sysdeps/sh/sotruss-lib.c: New file.
15295         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
15297 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15299         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15301 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
15303         [BZ #6810]
15304         * math/w_tgamma.c: Include <errno.h>.
15305         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
15306         * math/w_tgammaf.c: Include <errno.h>.
15307         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
15308         * math/w_tgammal.c: Include <errno.h>.
15309         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
15310         * math/auto-libm-test-in: Do not allow missing errno on tgamma
15311         underflow.  Add more tgamma tests.
15312         * math/auto-libm-test-out: Regenerated.
15313         * sysdeps/i386/fpu/libm-test-ulps: Update.
15314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15316         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
15317         sin, sinh, tan, tanh, tgamma, y0 and y1.
15318         * math/auto-libm-test-out: Regenerated.
15319         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15320         (TEST_COND_x86): Likewise.
15321         (M_E2l): Remove macro.
15322         (M_E3l): Likewise.
15323         (M_2_SQRT_PIl): Likewise.
15324         (M_SQRT_PIl): Likewise.
15325         (M_1_DIV_El): Likewise.
15326         (log_test_data): Use AUTO_TESTS_f_f.
15327         (log10_test_data): Likewise.
15328         (log1p_test_data): Likewise.
15329         (log2_test_data): Likewise.
15330         (sin_test_data): Likewise.
15331         (sin_tonearest_test_data): Likewise.
15332         (sin_towardzero_test_data): Likewise.
15333         (sin_downward_test_data): Likewise.
15334         (sin_upward_test_data): Likewise.
15335         (sinh_test_data): Likewise.
15336         (sinh_tonearest_test_data): Likewise.
15337         (sinh_towardzero_test_data): Likewise.
15338         (sinh_downward_test_data): Likewise.
15339         (sinh_upward_test_data): Likewise.
15340         (tan_test_data): Likewise.
15341         (tan_tonearest_test_data): Likewise.
15342         (tan_towardzero_test_data): Likewise.
15343         (tan_downward_test_data): Likewise.
15344         (tan_upward_test_data): Likewise.
15345         (tanh_test_data): Likewise.
15346         (tgamma_test_data): Likewise.
15347         (y0_test_data): Likewise.
15348         (y1_test_data): Likewise.
15349         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
15350         (special_real_inputs): Add pi/4.
15351         * sysdeps/i386/fpu/libm-test-ulps: Update.
15352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15354 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15356         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
15357         "longjmp_target" static probes.
15358         (__longjmp): Rename to __longjmp_symbol.
15359         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
15360         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
15361         on which longjmp to generate.
15362         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15363         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
15364         probe.
15365         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15366         (__sigjmp_save): Rename to __sigjmp_save_symbol.
15367         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
15368         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
15369         and __sigjmp_save_symbol based on which sigsetjmp to generated.
15370         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
15371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
15372         __longjmp_symbol based on which __longjmp to generate.
15373         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
15374         probe.
15375         (setjmp): Rename to setjmp_symbol.
15376         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15377         (_setjmp): Rename to _setjmp_symbol.
15378         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15379         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
15380         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
15381         which setjmp to generate.
15382         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
15383         "longjmp_target" static probes.
15385 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15387         * benchtests/README: Add note about output arguments.
15388         * benchtests/bench-sincos.c: Remove file.
15389         * benchtests/sincos-inputs: New file.
15390         * scripts/bench.pl: Identify output arguments and define
15391         static variables for them.
15393         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15395         [BZ #15941]
15396         * Makefile (INSTALL): Add install-plain.texi as the primary
15397         dependency.
15398         * manual/install-plain.texi: New file.
15399         * manual/install.texi: Include node directive only for
15400         non-plaintext output.
15402 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
15404         * stdlib/longlong.h: Update from GCC.
15406         [BZ #6807]
15407         [BZ #15901]
15408         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15409         * math/w_j0f.c (y0f): Likewise.
15410         * math/w_j0l.c (__y0l): Likewise.
15411         * math/w_j1.c (y1): Likewise.
15412         * math/w_j1f.c (y1f): Likewise.
15413         * math/w_j1l.c (__y1l): Likewise
15414         * math/w_jn.c (yn): Likewise.
15415         * math/w_jnf.c (ynf): Likewise.
15416         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15417         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
15418         value for Bessel function domain errors outside _SVID_ mode.
15419         Adjust sign of return value for yn (negative integer, 0).
15420         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15421         by zero in return for negative x and set sign appropriately for
15422         negative n.
15423         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15424         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15425         * math/libm-test.inc (y0_test_data): Add more tests and adjust
15426         expectations in error cases.
15427         (y1_test_data): Likewise.
15428         (yn_test_data): Likewise.
15429         * sysdeps/i386/fpu/libm-test-ulps: Update.
15430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15432 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15434         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15435         "64" to "64-v1".  Add "64-v2".
15436         (abi-64-options): Rename to ...
15437         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
15438         (abi-64-condition): Rename to ...
15439         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
15440         (abi-64-ld-soname): Rename to ...
15441         (abi-64-v1-ld-soname): ... this.
15442         (abi-64-v2-options): Define.
15443         (abi-64-v2-condition): Likewise.
15444         (abi-64-v2-ld-soname): Likewise.
15445         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15446         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15451 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15452             Alan Modra  <amodra@gmail.com>
15454         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15455         New versions for use with the ELFv2 ABI.
15456         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15457         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15458         declaration.
15459         (struct La_ppc64v2_retval): Likewise.
15460         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15461         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15462         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15463         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15464         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15465         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15466         Do not save or restore CR.
15467         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15468         (_dl_profile_resolve): Do no save or restore CR.  Support extended
15469         return values for ELFv2 ABI.  Fix location of FPR return registers.
15470         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15471         updated values for _CALL_ELF == 2.
15472         (La_regs, La_retval, int_retval): Likewise.
15474 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15476         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15477         (FRAME_MIN_SIZE_PARM): Likewise.
15478         (FRAME_BACKCHAIN): Likewise.
15479         (FRAME_CR_SAVE): Likewise.
15480         (FRAME_LR_SAVE): Likewise.
15481         (FRAME_TOC_SAVE): Likewise.
15482         (FRAME_PARM_SAVE): Likewise.
15483         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15484         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15485         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15486         (call_mcount_parm_offset): New macro.
15487         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15488         (PROF): Use symbolic stack frame offsets.
15489         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15490         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15491         Redefine in terms of FRAME_MIN_SIZE.
15492         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15493         (_dl_profile_resolve): Likewise.  Update comment.
15494         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15495         symbols stack frame offsets.
15496         (__sigsetjmp): Likewise.
15497         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15498         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15499         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15500         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15503         (FRAME_BACKCHAIN): Remove.
15504         (FRAME_CR_SAVE): Likewise.
15505         (FRAME_LR_SAVE): Likewise.
15506         (FRAME_COMPILER_DW): Likewise.
15507         (FRAME_LINKER_DW): Likewise.
15508         (FRAME_TOC_SAVE): Likewise.
15509         (FRAME_PARM_SAVE): Likewise.
15510         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15511         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15512         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15514         (CHECK_SP): Use symbolic stack frame offsets.
15515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15516         zone" instead of caller's parameter save area for temp storage.
15517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15518         Likewise.  Also, use symbolic stack frame offsets.
15519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15520         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15521         our own stack frame instead of the caller's.
15522         (__socket): Use symbolic stack frame offsets.
15524 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15525             Alan Modra  <amodra@gmail.com>
15527         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15528         Define.
15529         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15530         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15531         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15532         New function.
15533         (elf_machine_fixup_plt): Call it.
15534         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15535         reloc arguments.
15536         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15537         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15538         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15539         r2 before calling target.
15541 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15542             Alan Modra  <amodra@gmail.com>
15544         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15545         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15546         versions of macros to support ELFv2 ABI.
15547         (LOCALENTRY): New macro.
15548         (ENTRY, EALIGN): Use it.
15549         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15550         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15551         fall through into ENTRY entry point.
15552         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15553         Only define if _CALL_ELF != 2.
15555         (elf_machine_matches_host): Verify ABI version matches.
15556         (RTLD_START): Use LOCALENTRY.
15557         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15558         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15559         (PLT_ENTRY_WORDS): New macro.
15560         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15561         (elf_machine_runtime_setup): Support ELFv2 ABI.
15562         (elf_machine_fixup_plt): Likewise.
15563         (elf_machine_plt_conflict): Likewise.
15564         (resolve_ifunc): Likewise.
15565         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15566         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15567         Likewise.
15568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15569         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15571         (makecontext): Support ELFv2 ABI.
15572         * elf/elf.h (EF_PPC64_ABI): Define.
15574 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15576         * sysdeps/powerpc/powerpc64/sysdep.h
15577         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15578         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15579         (ENTRY) [ASSEMBLER]: ... but instead here ...
15580         (EALIGN) [ASSEMBLER]: ... and here.
15581         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15582         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15583         (ENTRY_2) [!ASSEMBLER]: Use it.
15584         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15585         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15586         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15587         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15588         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15590         Use PPC64_LOAD_FUNCPTR.
15592         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15594 2013-12-04  Alan Modra  <amodra@gmail.com>
15596         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15597         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15598         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15599         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15601         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15602         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15603         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15604         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15605         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15606         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15608 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15611         (__makecontext): Fix incorrect CFI when backtracing out of
15612         context created via makecontext.
15613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15614         (__setcontext): Fix incorrect CFI during switch to new context.
15615         (__novec_setcontext): Likewise.
15617 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15619         [BZ #4772]
15620         * time/strptime_l.c (__strptime_internal): Allow modifiers
15621         in strptime.
15622         * time/tst-strptime.c (day_tests): Add testcase.
15624 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15626         * scripts/bench.pl: Skip over blank lines.
15628 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15630         [BZ #926]
15631         * manual/time.texi (Calendar Time): Clarify what timezone functions
15632         use.
15634 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15636         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15638 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15640         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15641         implementation.
15642         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15643         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15644         * debug/memset_chk.c (__memset_chk): Likewise.
15645         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15646         * debug/strncpy_chk.c: Likewise.
15648 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15650         [BZ #15268]
15651         [BZ #15425]
15652         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15653         (__ieee754_exp): For possibly underflowing results, check size of
15654         result and force underflow exception if required.
15655         * math/auto-libm-test-in: Add more tests of exp.
15656         * math/auto-libm-test-out: Regenerated.
15657         * sysdeps/i386/fpu/libm-test-ulps: Update.
15658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15660         [BZ #16283]
15661         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15662         * math/w_exp2f.c (__exp2f): Likewise.
15663         * math/w_exp2l.c (__exp2l): Likewise.
15664         * math/auto-libm-test-in: Do not allow missing errno on exp2
15665         underflow.
15666         * math/auto-libm-test-out: Regenerated.
15668 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15670         [BZ #16274]
15671         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15672         handle filename validation.
15673         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15674         (do_open): Delete.
15676 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15678         [BZ #6786]
15679         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15680         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15681         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15682         <float.h>.
15683         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15684         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15685         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15686         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15687         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15688         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15689         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15690         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15691         Add more erfc tests.
15692         * math/auto-libm-test-out: Regenerated.
15693         * sysdeps/i386/fpu/libm-test-ulps: Update.
15694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15696         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15697         exp2, expm1, j0 and j1.
15698         * math/auto-libm-test-out: Regenerated.
15699         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15700         (erfc_test_data): Likewise.
15701         (exp_test_data): Likewise.
15702         (exp_tonearest_test_data): Likewise.
15703         (exp_towardzero_test_data): Likewise.
15704         (exp_downward_test_data): Likewise.
15705         (exp_upward_test_data): Likewise.
15706         (exp10_test_data): Likewise.
15707         (exp2_test_data): Likewise.
15708         (expm1_test_data): Likewise.
15709         (j0_test_data): Likewise.
15710         (j1_test_data): Likewise.
15711         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15712         (input_flag_type): Add flag_xfail_rounding.
15713         (input_flags): Add xfail-rounding.
15714         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15715         (output_for_one_input_case): Handle flag_xfail_rounding.
15716         * sysdeps/i386/fpu/libm-test-ulps: Update.
15717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15719 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15721         [BZ #16289]
15722         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15723         division by 0.
15725 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15727         [BZ #16195]
15728         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15729         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15730         (STAP_PROBE0): New macro.
15731         (STAP_PROBE1): Likewise.
15732         (STAP_PROBE2): Likewise.
15733         (STAP_PROBE3): Likewise.
15734         (STAP_PROBE4): Likewise.
15736 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15738         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15740 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15742         * benchtests/Makefile (bench): Add sqrt.
15743         (LDLIBS-bench-sqrt): New.
15744         * benchtests/sqrt-input: New.
15746 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15748         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15749         (GAIH_EAI): Likewise.
15750         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15751         (gaih_inet): Likewise.
15752         (getaddrinfo): Don't use GAIH_EAI.
15754         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15755         (struct gaih): Remove definition.
15757 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15759         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15760         Use HERRNOP directly.
15762 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15764         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15766 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15768         * math/gen-auto-libm-tests.c (test_functions): Add more
15769         single-argument functions.
15770         (special_fill_pi_2): New function.
15771         (special_fill_minus_pi_2): Likewise.
15772         (special_fill_pi_6): Likewise.
15773         (special_fill_minus_pi_6): Likewise.
15774         (special_fill_pi_3): Likewise.
15775         (special_fill_2pi_3): Likewise.
15776         (special_fill_e): Likewise.
15777         (special_fill_1_e): Likewise.
15778         (special_fill_e_minus_1): Likewise.
15779         (special_real_inputs): Add more special inputs.
15780         (output_for_one_input_case): Do not require ERANGE on underflow to
15781         zero if round-to-nearest result does not underflow to zero, unless
15782         exact results required.
15783         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15784         atan, atanh, cbrt, cos and cosh.
15785         * math/auto-libm-test-out: Regenerated.
15786         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15787         (acos_tonearest_test_data): Likewise.
15788         (acos_towardzero_test_data): Likewise.
15789         (acos_downward_test_data): Likewise.
15790         (acos_upward_test_data): Likewise.
15791         (acosh_test_data): Likewise.
15792         (asin_test_data): Likewise.
15793         (asin_tonearest_test_data): Likewise.
15794         (asin_towardzero_test_data): Likewise.
15795         (asin_upward_test_data): Likewise.
15796         (asinh_test_data): Likewise.
15797         (atan_test_data): Likewise.
15798         (atanh_test_data): Likewise.
15799         (cbrt_test_data): Likewise.
15800         (cos_test_data): Likewise.
15801         (cos_tonearest_test_data): Likewise.
15802         (cos_towardzero_test_data): Likewise.
15803         (cos_downward_test_data): Likewise.
15804         (cos_upward_test_data): Likewise.
15805         (cosh_test_data): Likewise.
15806         (cosh_tonearest_test_data): Likewise.
15807         (cosh_towardzero_test_data): Likewise.
15808         (cosh_downward_test_data): Likewise.
15809         (cosh_upward_test_data): Likewise.
15810         * sysdeps/i386/fpu/libm-test-ulps: Update.
15811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15813 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15815         [BZ #6787]
15816         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15817         * math/w_exp10f.c (__exp10f): Likewise.
15818         * math/w_exp10l.c (__exp10l): Likewise.
15819         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15820         errno settings in existing tests.
15822         [BZ #14032]
15823         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15824         precision control set to double precision.
15825         * sysdeps/i386/fpu/w_sqrt.c: New file.
15826         * math/auto-libm-test-in: Add more tests.
15827         * math/auto-libm-test-out: Update.
15829         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15830         (sqrt_test_tonearest): New function.
15831         (sqrt_towardzero_test_data): New variable.
15832         (sqrt_test_towardzero): New function.
15833         (sqrt_downward_test_data): New variable.
15834         (sqrt_test_downward): New function.
15835         (sqrt_upward_test_data): New variable.
15836         (sqrt_test_upward): New function.
15837         (main): Call the new functions.
15839         * math/gen-auto-libm-tests.c: New file.
15840         * math/auto-libm-test-in: Likewise.
15841         * math/auto-libm-test-out: New generated file.
15842         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15843         variables.
15844         (%beautify): Add generated representations of zero.
15845         (top level): Set $auto_input and call parse_auto_input.
15846         (beautify): Remove trailing "f" from hex float constants.
15847         (parse_args): Handle XFAIL_TEST.
15848         (convert_condition): New function.
15849         (or_value): Likewise.
15850         (or_cond_value): Likewise.
15851         (generate_testfile): Handle AUTO_TESTS_* lines.
15852         (parse_auto_input): New function.
15853         * math/libm-test.inc (XFAIL_TEST): New macro.
15854         (ERRNO_UNCHANGED): Update value.
15855         (ERRNO_EDOM): Likewise.
15856         (ERRNO_ERANGE): Likewise.
15857         (IGNORE_RESULT): Likewise.
15858         (TEST_COND_flt_32): New macro.
15859         (TEST_COND_dbl_64): Likewise.
15860         (TEST_COND_ldbl_96_intel): Likewise.
15861         (TEST_COND_ldbl_96_m68k): Likewise.
15862         (TEST_COND_ldbl_128): Likewise.
15863         (TEST_COND_ldbl_128ibm): Likewise.
15864         (TEST_COND_long32): Likewise.
15865         (TEST_COND_long64): Likewise.
15866         (TEST_COND_before_rounding): Likewise.
15867         (TEST_COND_after_rounding): Likewise.
15868         (enable_test): Handle XFAIL_TEST flag.
15869         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15870         with finite results.
15871         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15872         auto-libm-test-out.
15874 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15875             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15877         [BZ #16214]
15878         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15879         __tls_get_addr_internal instead of __tls_get_offset in order to
15880         avoid GOT pointer dependency.  Make rtld export
15881         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15882         __tls_get_addr since we are a __tls_get_offset platform.
15883         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15884         GOT pointer being set up before.
15885         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15887 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15889         * manual/math.texi (Errors in Math Functions): Document accuracy
15890         goals.
15892         [BZ #15004]
15893         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15894         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15895         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15896         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15897         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15898         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15899         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15900         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15901         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15902         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15903         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15904         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15905         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15906         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15907         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15908         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15910         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15911         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15912         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15913         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15914         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15915         Likewise.
15916         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15917         Likewise.
15918         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15919         Likewise.
15920         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15921         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15922         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15923         atomic-feupdateenv and flt-rounds.
15924         * sysdeps/powerpc/nofpu/Versions (libc): Add
15925         __atomic_feholdexcept, __atomic_feclearexcept,
15926         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15927         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15928         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15929         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15930         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15931         here.
15932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15933         Update.
15935         * manual/arith.texi (FP Exceptions): Document that exceptions may
15936         not be raised when matherr is used.
15937         (Math Error Reporting): Document overflow in directed rounding
15938         modes.  Document that errno may not be set when finite values are
15939         returned on overflow.  Document intent to set errno on underflow
15940         only for underflow to zero.
15942         [BZ #16271]
15943         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15944         round-to-nearest then adjust result for other rounding modes.
15945         * include/fenv.h (fegetround): Use libm_hidden_proto.
15946         * math/fegetround.c (fegetround): Use libm_hidden_def.
15947         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15948         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15949         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15950         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15951         Likewise.
15952         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15953         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15954         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15955         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15957 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15959         [BZ #16077]
15960         * nss/Versions (libnss_files): Add
15961         _nss_files_gethostbyname3_r.
15962         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15963         New function.
15964         (HOST_DB_LOOKUP): Remove macro.
15965         (_nss_files_gethostbyname_r): Implement function without the
15966         HOST_DB_LOOKUP macro.
15967         (_nss_files_gethostbyname2_r): Likewise.
15969 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15971         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15973 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15975         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15976         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15977         warning.
15979 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15981         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15982         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15983         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15984         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15985         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15986         __fe_nomask_env_priv and attribute_hidden.
15987         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15988         (libc_feupdateenv_test_ppc): Likewise.
15989         (libc_feresetround_ppc): Likewise.
15990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15991         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15992         compat_symbol macro.
15993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15994         (__fe_nomask_env): Likewise.
15995         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15997 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15999         * string/Makefile: Remove ifunc tests.
16000         * string/test-string.h: Define TEST_IFUNC.
16001         * string/test-bcopy-ifunc.c: Remove.
16002         * string/test-bzero-ifunc.c: Likewise.
16003         * string/test-memccpy-ifunc.c: Likewise.
16004         * string/test-memchr-ifunc.c: Likewise.
16005         * string/test-memcmp-ifunc.c: Likewise.
16006         * string/test-memcpy-ifunc.c: Likewise.
16007         * string/test-memmem-ifunc.c: Likewise.
16008         * string/test-memmove-ifunc.c: Likewise.
16009         * string/test-mempcpy-ifunc.c: Likewise.
16010         * string/test-memrchr-ifunc.c: Likewise.
16011         * string/test-memset-ifunc.c: Likewise.
16012         * string/test-rawmemchr-ifunc.c: Likewise.
16013         * string/test-stpcpy-ifunc.c: Likewise.
16014         * string/test-stpncpy-ifunc.c: Likewise.
16015         * string/test-strcasecmp-ifunc.c: Likewise.
16016         * string/test-strcasestr-ifunc.c: Likewise.
16017         * string/test-strcat-ifunc.c: Likewise.
16018         * string/test-strchr-ifunc.c: Likewise.
16019         * string/test-strchrnul-ifunc.c: Likewise.
16020         * string/test-strcmp-ifunc.c: Likewise.
16021         * string/test-strcpy-ifunc.c: Likewise.
16022         * string/test-strcspn-ifunc.c: Likewise.
16023         * string/test-strlen-ifunc.c: Likewise.
16024         * string/test-strncasecmp-ifunc.c: Likewise.
16025         * string/test-strncat-ifunc.c: Likewise.
16026         * string/test-strncmp-ifunc.c: Likewise.
16027         * string/test-strncpy-ifunc.c: Likewise.
16028         * string/test-strnlen-ifunc.c: Likewise.
16029         * string/test-strpbrk-ifunc.c: Likewise.
16030         * string/test-strrchr-ifunc.c: Likewise.
16031         * string/test-strspn-ifunc.c: Likewise.
16032         * string/test-strstr-ifunc.c: Likewise.
16034 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16036         * benchtests/Makefile: Remove ifunc tests.
16037         * benchtests/bench-string.h: Define TEST_IFUNC.
16038         * benchtests/bench-bcopy-ifunc.c: Remove.
16039         * benchtests/bench-bzero-ifunc.c: Likewise.
16040         * benchtests/bench-memccpy-ifunc.c: Likewise.
16041         * benchtests/bench-memchr-ifunc.c: Likewise.
16042         * benchtests/bench-memcmp-ifunc.c: Likewise.
16043         * benchtests/bench-memcpy-ifunc.c: Likewise.
16044         * benchtests/bench-memmem-ifunc.c: Likewise.
16045         * benchtests/bench-memmove-ifunc.c: Likewise.
16046         * benchtests/bench-mempcpy-ifunc.c: Likewise.
16047         * benchtests/bench-memrchr-ifunc.c: Likewise.
16048         * benchtests/bench-memset-ifunc.c: Likewise.
16049         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
16050         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
16051         * benchtests/bench-stpcpy-ifunc.c: Likewise.
16052         * benchtests/bench-stpncpy-ifunc.c: Likewise.
16053         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
16054         * benchtests/bench-strcasestr-ifunc.c: Likewise.
16055         * benchtests/bench-strcat-ifunc.c: Likewise.
16056         * benchtests/bench-strchr-ifunc.c: Likewise.
16057         * benchtests/bench-strchrnul-ifunc.c: Likewise.
16058         * benchtests/bench-strcmp-ifunc.c: Likewise.
16059         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
16060         * benchtests/bench-strcpy-ifunc.c: Likewise.
16061         * benchtests/bench-strcspn-ifunc.c: Likewise.
16062         * benchtests/bench-strlen-ifunc.c: Likewise.
16063         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
16064         * benchtests/bench-strncat-ifunc.c: Likewise.
16065         * benchtests/bench-strncmp-ifunc.c: Likewise.
16066         * benchtests/bench-strncpy-ifunc.c: Likewise.
16067         * benchtests/bench-strnlen-ifunc.c: Likewise.
16068         * benchtests/bench-strpbrk-ifunc.c: Likewise.
16069         * benchtests/bench-strrchr-ifunc.c: Likewise.
16070         * benchtests/bench-strsep-ifunc.c: Likewise.
16071         * benchtests/bench-strspn-ifunc.c: Likewise.
16072         * benchtests/bench-strstr-ifunc.c: Likewise.
16074 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16076         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
16078 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
16080         * resolv/netdb.h: Use __glibc_reserved instead __unused.
16081         * rt/aio.h: Likewise.
16082         * sysdeps/gnu/bits/utmp.h: Likewise.
16083         * sysdeps/gnu/bits/utmpx.h: Likewise.
16084         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
16085         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
16086         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
16087         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
16088         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
16089         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
16090         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
16091         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
16092         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
16093         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
16094         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
16095         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
16096         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
16097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
16098         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
16099         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
16100         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
16101         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
16102         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
16103         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
16104         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
16105         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
16106         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
16107         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
16108         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
16109         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16110         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
16111         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
16112         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
16113         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
16114         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
16115         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
16116         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
16117         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
16118         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
16119         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
16120         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
16121         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
16122         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
16123         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
16124         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
16125         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
16127 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
16129         [BZ #16245]
16130         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
16131         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
16133 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
16135         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
16136         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
16137         Likewise.
16139 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16141         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
16142         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
16143         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
16144         (__fesetround): Remove define.
16145         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
16146         rounding and exceptions handling.
16147         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
16148         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
16149         (__fe_nomask_env): Likewise.
16150         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
16151         __fegetround instead of fegetround.
16152         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
16153         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
16155 2013-11-21  Roland McGrath  <roland@hack.frob.com>
16157         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
16158         it's there.
16160         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
16162 2013-11-21  Meador Inge  <meadori@codesourcery.com>
16164         [BZ #11157]
16165         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
16166         (encrypt_r): Likewise.
16167         * malloc/obstack.h (obstack_free): Likewise.
16168         * posix/unistd.h (encrypt): Likewise.
16170 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
16172         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
16173         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
16174         DL_CALL_DT_FINI() that call the functions directly.
16175         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
16176         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
16177         * elf/dl-fini.c: Likewise.
16179 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
16181         * malloc/hooks.c (memalign_check): Add alignment rounding.
16182         * malloc/malloc.c (_mid_memalign): New function.
16183         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
16184         Implement by calling _mid_memalign.
16185         * manual/probes.texi (Memory Allocation Probes): Remove
16186         memory_valloc_retry and memory_pvalloc_retry.
16188 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16190         * locale/programs/locarchive.c (open_archive): Add const
16191         qualifier to ARCHIVEFNAME and copy default fname to
16192         DEFAULT_FNAME.
16194         [BZ #15601]
16195         * libio/tst-widetext.input: Rename Oriya to Odia.
16196         * locale/iso-639.def: Likewise.
16198         * manual/probes.texi (Mathematical Function Probes): Add
16199         documentation for sin, cos, asin and acos probes.
16200         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
16201         (__sin32): Add slowasin probe.
16202         (__cos32): Add slowacos probe.
16203         (__mpsin): Add slowsin probe.
16204         (__mpcos): Add slowcos probe.
16206 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
16208         [BZ #15483]
16209         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
16210         thread-local __sim_exceptions_thread and global
16211         __sim_exceptions_global.
16212         (__sim_disabled_exceptions): Change to thread-local
16213         __sim_disabled_exceptions_thread and global
16214         __sim_disabled_exceptions_global.
16215         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16216         and global __sim_round_mode_global.
16217         (__simulate_exceptions): Use thread-local floating-point state and
16218         set global state from it as needed.
16219         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
16220         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
16221         __sim_round_mode_thread.
16222         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
16223         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
16224         and global __sim_exceptions_global.
16225         (__sim_disabled_exceptions): Change to thread-local
16226         __sim_disabled_exceptions_thread and global
16227         __sim_disabled_exceptions_global.
16228         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16229         and global __sim_round_mode_global.
16230         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
16231         (SIM_SET_GLOBAL): Likewise.
16232         * sysdeps/powerpc/soft-fp/sfp-machine.h
16233         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
16234         __sim_round_mode_thread.
16235         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
16236         __sim_disabled_exceptions_thread.
16237         (__sim_exceptions): Change to __sim_exceptions_thread.
16238         (__sim_disabled_exceptions): Change to
16239         __sim_disabled_exceptions_thread.
16240         (__sim_round_mode): Change to __sim_round_mode_thread.
16241         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
16242         thread-local floating-point state and set global state from it as
16243         needed.
16244         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
16245         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
16246         (__sim_disabled_exceptions): Remove extern declaration.
16247         (feenableexcept): Use thread-local floating-point state and set
16248         global state from it as needed.
16249         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
16250         extern declaration.
16251         (__sim_disabled_exceptions): Likewise.
16252         (__sim_round_mode): Likewise.
16253         (__fegetenv): Use thread-local floating-point state.
16254         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
16255         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
16256         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
16257         floating-point state and set global state from it as needed.
16258         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
16259         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16260         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
16261         Likewise.
16262         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
16263         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
16264         Likewise.
16265         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
16266         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
16267         Use __sim_round_mode_thread.
16268         * math/test-fenv-tls.c: New file.
16269         * math/Makefile (tests): Add test-fenv-tls.
16270         ($(objpfx)test-fenv-tls): Depend on
16271         $(common-objpfx)nptl/libpthread.so.
16273 2013-11-19  Andreas Schwab  <schwab@suse.de>
16275         * locale/programs/locale.c (show_info): Decode wordarray elements.
16276         * locale/categories.def (LC_MONETARY): Add element for
16277         _NL_MONETARY_CRNCYSTR.
16278         * locale/C-monetary.c (conversion_rate): New variable.
16279         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
16280         element.
16282 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
16284         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
16285         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
16287 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
16289         * elf/Makefile (tst-auxv): New test.
16290         * elf/tst-auxv.c: New
16291         * elf/rtld.c (dl_main): Adjust AT_EXECFN
16293 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
16295         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
16296         (hidden_proto): Caller changed.
16297         (hidden_tls_proto): New macro.
16298         (libc_hidden_tls_proto): Likewise.
16299         (rtld_hidden_tls_proto): Likewise.
16300         (libm_hidden_tls_proto): Likewise.
16301         (libresolv_hidden_tls_proto): Likewise.
16302         (librt_hidden_tls_proto): Likewise.
16303         (libdl_hidden_tls_proto): Likewise.
16304         (libnss_files_hidden_tls_proto): Likewise.
16305         (libnsl_hidden_tls_proto): Likewise.
16306         (libnss_nisplus_hidden_tls_proto): Likewise.
16307         (libutil_hidden_tls_proto): Likewise.
16309 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
16311         [BZ #10253]
16312         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
16313         (decompose_rpath): Defer expansion to fillin_rpath.
16314         (_dl_init_paths): Pass linkmap to fillin_rpath.
16316 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16318         * benchtests/Makefile: Add strsep.
16319         * benchtests/bench-strsep.c: New file: strsep benchtest.
16320         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
16322 2013-11-18  Andreas Schwab  <schwab@suse.de>
16324         * locale/programs/locale.c (show_info) [case byte]: Check for
16325         '\377' instead of '\177'.
16326         * locale/C-monetary.c (not_available): Always use "\377".
16327         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
16328         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
16329         detect unavailable sign_posn locale elements.
16330         * locale/localeconv.c (__localeconv): For grouping and
16331         mon_grouping handle "\177" and "\377" like no grouping.
16332         (INT_ELEM): New macro.  Use it to set all numeric members.
16333         * locale/programs/ld-monetary.c (monetary_read)
16334         <tok_mon_grouping>: Normalize single -1 to the empty string.
16335         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
16336         Likewise.
16338 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16340         [BZ #16055]
16341         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
16342         when we match (nil).
16343         * stdio-common/tst-sscanf.c (struct test): Add testcase.
16345 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
16347         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
16348         (NO_TEST_INLINE): Update value.
16349         (ERRNO_UNCHANGED): Likewise.
16350         (ERRNO_EDOM): Likewise.
16351         (ERRNO_ERANGE): Likewise.
16352         (IGNORE_RESULT): Likewise.
16353         (check_float_internal): Check signs of NaN results if
16354         TEST_NAN_SIGN used.
16355         (check_complex): Pass TEST_NAN_SIGN flag through to second
16356         check_float_internal call.
16357         (copysign_test_data): Add tests with quiet NaNs as second
16358         argument.  Use TEST_NAN_SIGN.
16359         (fabs_test_data): Add test of negative quiet NaN argument.  Use
16360         TEST_NAN_SIGN.
16361         (signbit_test_data): Add tests of quiet NaN argument.
16362         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
16364         * math/gen-libm-test.pl (show_exceptions): Take extra argument
16365         $ignore_result.
16366         (parse_args): Handle function results specified as IGNORE.
16367         * math/libm-test.inc (IGNORE_RESULT): New macro.
16368         (check_float_internal): Do not check numerical result if flag
16369         IGNORE_RESULT set.
16370         (check_complex): Pass through IGNORE_RESULT to second
16371         check_float_internal call.
16372         (check_int): Do not check numerical result if flag IGNORE_RESULT
16373         set.
16374         (check_long): Likewise.
16375         (check_bool): Likewise.
16376         (check_longlong): Likewise.
16377         (lrint_test_data): Add tests of infinite and NaN arguments.
16378         (lrint_tonearest_test_data): Likewise.
16379         (lrint_towardzero_test_data): Likewise.
16380         (lrint_downward_test_data): Likewise.
16381         (lrint_upward_test_data): Likewise.
16382         (llrint_test_data): Likewise.
16383         (llrint_tonearest_test_data): Likewise.
16384         (llrint_towardzero_test_data): Likewise.
16385         (llrint_downward_test_data): Likewise.
16386         (llrint_upward_test_data): Likewise.
16387         (lround_test_data): Likewise.
16388         (llround_test_data): Likewise.
16390         * math/libm-test.inc (NO_TEST_INLINE): New macro.
16391         (ERRNO_UNCHANGED): Update value.
16392         (ERRNO_EDOM): Likewise.
16393         (ERRNO_ERANGE): Likewise.
16394         (NO_TEST_INLINE_FLOAT): New macro.
16395         (NO_TEST_INLINE_DOUBLE): Likewise.
16396         (enable_test): New function.
16397         (RUN_TEST_f_f): Check enable_test before running test.
16398         (RUN_TEST_2_f): Likewise.
16399         (RUN_TEST_fff_f): Likewise.
16400         (RUN_TEST_c_f): Likewise.
16401         (RUN_TEST_f_f1): Likewise.
16402         (RUN_TEST_fF_f1): Likewise.
16403         (RUN_TEST_fI_f1): Likewise.
16404         (RUN_TEST_ffI_f1): Likewise.
16405         (RUN_TEST_c_c): Likewise.
16406         (RUN_TEST_cc_c): Likewise.
16407         (RUN_TEST_f_i): Likewise.
16408         (RUN_TEST_f_i_tg): Likewise.
16409         (RUN_TEST_ff_i_tg): Likewise.
16410         (RUN_TEST_f_b): Likewise.
16411         (RUN_TEST_f_b_tg): Likewise.
16412         (RUN_TEST_f_l): Likewise.
16413         (RUN_TEST_f_L): Likewise.
16414         (RUN_TEST_fFF_11): Likewise.
16415         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16416         conditionals.
16417         (cosh_test_data): Likewise.
16418         (exp_test_data): Likewise.
16419         (expm1_test_data): Likewise.
16420         (hypot_test_data): Likewise.
16421         (pow_test_data): Likewise.
16422         (sinh_test_data): Likewise.
16423         (tanh_test_data): Likewise.
16424         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16425         flags argument.
16427         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16428         tests with quiet NaN input and output.
16429         (acosh_test_data): Likewise.
16430         (asin_test_data): Likewise.
16431         (asinh_test_data): Likewise.
16432         (atan_test_data): Likewise.
16433         (atanh_test_data): Likewise.
16434         (atan2_test_data): Likewise.
16435         (cbrt_test_data): Likewise.
16436         (cos_test_data): Likewise.
16437         (cosh_test_data): Likewise.
16438         (erf_test_data): Likewise.
16439         (erfc_test_data): Likewise.
16440         (exp_test_data): Likewise.
16441         (exp10_test_data): Likewise.
16442         (exp2_test_data): Likewise.
16443         (expm1_test_data): Likewise.
16444         (hypot_test_data): Likewise.
16445         (j0_test_data): Likewise.
16446         (j1_test_data): Likewise.
16447         (jn_test_data): Likewise.
16448         (lgamma_test_data): Likewise.
16449         (log_test_data): Likewise.
16450         (log10_test_data): Likewise.
16451         (log1p_test_data): Likewise.
16452         (log2_test_data): Likewise.
16453         (pow_test_data): Likewise.
16454         (scalb_test_data): Likewise.
16455         (sin_test_data): Likewise.
16456         (sincos_test_data): Likewise.
16457         (sinh_test_data): Likewise.
16458         (tan_test_data): Likewise.
16459         (tanh_test_data): Likewise.
16460         (tgamma_test_data): Likewise.
16461         (y0_test_data): Likewise.
16462         (y1_test_data): Likewise.
16463         (yn_test_data): Likewise.
16465         [BZ #16167]
16466         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16467         argument being NaN and avoid computations with second argument in
16468         that case.
16469         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16470         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16471         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16473 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
16475         * locale/iso-639.def: Add Chitwani Tharu (the).
16477 2013-11-14  Andreas Schwab  <schwab@suse.de>
16479         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16480         word instead of empty string.
16482 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16485         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16487         (__fe_nomask_env): Likewise.
16489 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16491         * benchtests/bench-timing.h: Include time.h.
16493 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16495         [BZ #15997]
16496         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16497         to 3.4.0 for x32.
16498         * sysdeps/unix/sysv/linux/configure: Regenerated.
16500 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16502         [BZ #16151]
16503         * stdlib/strtod_l.c (round_and_return): Do not consider
16504         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16505         exponent one less than half the least subnormal exponent.
16506         * stdlib/test-strtod-round-data: Add more tests.
16507         * stdlib/tst-strtod-round.c (tests): Regenerated.
16509 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16511         [BZ #14143]
16512         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16513         (__fe_mask_env): Likewise.
16514         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16515         libm_hidden_proto and add function prototype.
16516         (__fe_mask_env): Add function prototype.
16517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16518         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16520         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16522         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16524 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16526         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16527         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16529 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16531         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16532         of htab_find_slot().
16534 2013-11-11  David S. Miller  <davem@davemloft.net>
16536         [BZ #16150]
16537         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16538         symbol in the non-vis3 case in static builds.
16539         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16540         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16541         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16542         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16544 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16546         [BZ #387]
16547         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16548         it is empty.
16550 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16552         * benchtests/Makefile: Add bench-strtod.
16553         * benchtests/bench-strtod.c: New file: strtod benchtest
16555 2013-11-11  Andreas Schwab  <schwab@suse.de>
16557         [BZ #16153]
16558         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16559         terminating NUL in key length.
16561 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16563         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16564         Add artificial ODP entry for vDSO symbol for PPC64.
16565         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16566         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16568 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16570         [BZ #15374]
16571         * nss/getent.c (services_keys): Recognize services starting with digit.
16573 2013-11-06  David S. Miller  <davem@davemloft.net>
16575         [BZ #15985]
16576         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16577         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16579 2013-11-06  Will Newton  <will.newton@linaro.org>
16581         * manual/memory.texi (Malloc Examples): Remove register
16582         keyword from examples.
16584 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16586         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16588 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16590         [BZ #6981]
16591         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16592         depending on [__GCC_IEC_559 > 0].
16593         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16594         depending on [__GCC_IEC_559_COMPLEX > 0].
16596 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16598         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16599         to iso-639.def.
16601 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16603         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16605 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16607         [BZ #16112]
16608         * malloc/malloc (malloc_info): Do not handle first bin as
16609         special case.
16611 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16613         * locale/iso-639.def: Add Central Nahuatl (nhn).
16615 2013-11-01  Bruno Haible  <bruno@clisp.org>
16617         [BZ #7003]
16618         * manual/math.texi (BSD Random): Specify range upper bound as
16619         in POSIX.
16621 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16623         * locale/iso-639.def: Add Meadow Mari (mhr).
16625 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16627         [BZ #14752], [BZ #15763]
16628         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16629         Validate name.
16630         * rt/tst_shm.c: Add test for escaping directory.
16632 2013-10-31  Andreas Schwab  <schwab@suse.de>
16634         [BZ #15917]
16635         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16636         followed by 'x' as part of digit sequence.
16637         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16639 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16641         [BZ #16037]
16642         * configure.ac: allow GNU Make 4.0 and greater.
16643         * configure: Regenerated.
16645 2013-10-30  Will Newton  <will.newton@linaro.org>
16647         [BZ #16038]
16648         * malloc/hooks.c (memalign_check): Limit alignment to the
16649         maximum representable power of two.
16650         * malloc/malloc.c (__libc_memalign): Likewise.
16651         * malloc/tst-memalign.c (do_test): Add test for very
16652         large alignment values.
16653         * malloc/tst-posix_memalign.c (do_test): Likewise.
16655 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16657         [BZ #11087]
16658         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16659         (munmap_chunk): Likewise.
16660         (mremap_chunk): Likewise.
16662 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16664         [BZ #15799]
16665         * stdlib/div.c (div): Remove obsolete code.
16666         * stdlib/ldiv.c (ldiv): Likewise.
16667         * stdlib/lldiv.c (lldiv): Likewise.
16669 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16671         [BZ #16071]
16672         * nss/nss_files/files-XXX.c (get_contents_ret): New
16673         enumerator.
16674         (get_contents): New function.
16675         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16677 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16679         * configure.in: Moved to ...
16680         * configure.ac: ... here. Change reference to configure.in
16681         to configure.ac.
16682         * sysdeps/arm/preconfigure.ac: ... here.
16683         configure.in to configure.ac.
16684         * sysdeps/gnu/configure.in: Moved to ...
16685         * sysdeps/gnu/configure.ac: ... here.
16686         * sysdeps/i386/configure.in: Moved to ...
16687         * sysdeps/i386/configure.ac: ... here.
16688         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16689         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16690         * sysdeps/mach/configure.in: Moved to ...
16691         * sysdeps/mach/configure.ac: ... here.
16692         * sysdeps/mach/hurd/configure.in: Moved to ...
16693         * sysdeps/mach/hurd/configure.ac: ... here.
16694         * sysdeps/powerpc/configure.in: Moved to ...
16695         * sysdeps/powerpc/configure.ac: ... here.
16696         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16697         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16698         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16699         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16700         * sysdeps/s390/s390-32/configure.in: Moved to ...
16701         * sysdeps/s390/s390-32/configure.ac: ... here.
16702         * sysdeps/s390/s390-64/configure.in: Moved to ...
16703         * sysdeps/s390/s390-64/configure.ac: ... here.
16704         * sysdeps/sh/configure.in: Moved to ...
16705         * sysdeps/sh/configure.ac: ... here.
16706         * sysdeps/sparc/configure.in: Moved to ...
16707         * sysdeps/sparc/configure.ac: ... here.
16708         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16709         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16710         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16711         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16712         * sysdeps/x86_64/configure.in: Moved to ...
16713         * sysdeps/x86_64/configure.ac: ... here.
16714         * sysdeps/x86_64/preconfigure.in: Moved to ...
16715         * sysdeps/x86_64/preconfigure.ac: ... here.
16716         * aclocal.m4: Change reference to configure.in to configure.ac.
16717         * config.h.in: Likewise.
16718         * manual/install.texi: Likewise.
16719         * manual/maint.texi: Likewise.
16720         * Makefile: Likewise.
16721         * malloc/Makefile: Likewise.
16722         * nscd/Makefile: Likewise.
16723         * Makeconfig: Change reference to configure.in and
16724         preconfigure.in to configure.ac and preconfigure.ac
16725         respectively.
16726         * INSTALL: Regenerated.
16727         * configure: Likewise.
16728         * sysdeps/gnu/configure: Likewise.
16729         * sysdeps/i386/configure: Likewise.
16730         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16731         * sysdeps/mach/configure: Likewise.
16732         * sysdeps/mach/hurd/configure: Likewise.
16733         * sysdeps/powerpc/configure: Likewise.
16734         * sysdeps/powerpc/powerpc32/configure: Likewise.
16735         * sysdeps/powerpc/powerpc64/configure: Likewise.
16736         * sysdeps/s390/s390-32/configure: Likewise.
16737         * sysdeps/s390/s390-64/configure: Likewise.
16738         * sysdeps/sh/configure: Likewise.
16739         * sysdeps/sparc/configure: Likewise.
16740         * sysdeps/unix/sysv/linux/configure: Likewise.
16741         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16742         * sysdeps/x86_64/configure: Likewise.
16743         * sysdeps/x86_64/preconfigure: Likewise.
16745 2013-10-29  Andreas Schwab  <schwab@suse.de>
16747         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16749 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16751         * benchtests/pow-inputs: Add new inputs.
16753         * benchtests/exp-inputs: Add new inputs.
16755         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16756         conditional check for return value.
16757         (__cos32): Likewise.
16759 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16761         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16762         to provide a boost for large inputs with word alignment.
16763         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16764         implementation based on optimized PPC64 strcpy.
16765         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16766         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16767         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16768         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16770 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16772         [BZ #2801]
16773         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16775 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16777         [BZ #14876]
16778         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16779         * time/tst-strptime.c (day_tests): Add testcase.
16781 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16783         [BZ #14029]
16784         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16786 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16788         [BZ #16074]
16789         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16790         MAP_FAILED on error.
16792 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16794         [BZ #16072]
16795         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16796         heap for large requests.
16798 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16800         [BZ #9954]
16801         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16802         result if the result has no associated interface.
16803         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16804         interface for all 127.X.Y.Z addresses.
16806 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16808         * locale/iso-639.def: Add Ligurian (lij)
16810 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16812         [BZ #15825]
16813         * sunrpc/rpc_main.c: Document rpcgen -5.
16815 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16817         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16819 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16821         [BZ #10278]
16822         * posix/glob.c: Match only directories when trailing slash is present.
16823         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16824         (main): Add testcase.
16826 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16828         [BZ #15670]
16829         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16831 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16833         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16834         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16835         AUTH_DES and cindex for FIPS 140-2.
16836         (DES Encryption): Add cindex FIPS 46-3.
16838         * locale/locarchive.h (struct locarhandle): Add fname.
16839         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16840         if an optional argument was specified to --list-archive,
16841         otherwise NULL.
16842         * locale/programs/locarchive.c (show_archive_content): Take new
16843         argument fname and pass it via ah.fname to open_archive.
16844         * locale/programs/localedef.h: Update decl.
16845         (open_archive): If AH->fname is non-null, open that file
16846         rather than the default file name, and don't ignore ENOENT.
16847         (create_archive): Set AH.fname to NULL.
16848         (delete_locales_from_archive): Likewise.
16849         (add_locales_to_archive): Likewise.
16850         * locale/programs/locfile.c (write_all_categories): Likewise.
16852 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16853             Aldy Hernandez  <aldyh@redhat.com>
16855         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16856         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16857         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16858         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16859         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16860         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16861         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16862         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16863         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16864         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16865         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16866         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16867         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16868         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16869         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16870         Likewise.
16871         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16872         Likewise.
16873         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16874         Likewise.
16875         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16876         Likewise.
16877         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16878         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16879         Likewise.
16880         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16881         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16882         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16883         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16884         Likewise.
16885         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16886         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16887         * sysdeps/powerpc/preconfigure: Likewise.
16888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16889         Likewise.
16890         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16891         Replace contents of file by #include of <fenv_libc.h>.
16892         * sysdeps/powerpc/soft-fp/sfp-machine.h
16893         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16894         and <sys/prctl.h>.
16895         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16896         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16897         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16898         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16899         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16900         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16901         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16902         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16903         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16904         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16905         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16906         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16908         Allow copysignl PLT reference to be missing.
16910 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16911             Joseph Myers  <joseph@codesourcery.com
16913         [BZ #15948]
16914         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16915         single character.
16916         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16918 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16920         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16921         * elf/tst-tls1.c: Likewise.
16922         * elf/tst-tls10.h: Likewise.
16923         * elf/tst-tls14.c: Likewise.
16924         * elf/tst-tls2.c: Likewise.
16925         * elf/tst-tls3.c: Likewise.
16926         * elf/tst-tls4.c: Likewise.
16927         * elf/tst-tls5.c: Likewise.
16928         * elf/tst-tls6.c: Likewise.
16929         * elf/tst-tls7.c: Likewise.
16930         * elf/tst-tls8.c: Likewise.
16931         * elf/tst-tls9.c: Likewise.
16932         * elf/tst-tlsmod1.c: Likewise.
16933         * elf/tst-tlsmod13.c: Likewise.
16934         * elf/tst-tlsmod13a.c: Likewise.
16935         * elf/tst-tlsmod14a.c: Likewise.
16936         * elf/tst-tlsmod16a.c: Likewise.
16937         * elf/tst-tlsmod16b.c: Likewise.
16938         * elf/tst-tlsmod2.c: Likewise.
16939         * elf/tst-tlsmod3.c: Likewise.
16940         * elf/tst-tlsmod4.c: Likewise.
16941         * elf/tst-tlsmod5.c: Likewise.
16942         * elf/tst-tlsmod6.c: Likewise.
16944 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16946         [BZ #12486]
16947         * malloc/malloc.c: remove checks for statistics.
16949 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16951         [BZ #15277]
16952         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16953         * inet/tst-network.c: Add testcase.
16955 2013-10-17  Andreas Schwab  <schwab@suse.de>
16957         [BZ #15218]
16958         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16959         to determine canonical name.
16961 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16963         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16964         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16965         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16966         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16967         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16968         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16969         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16970         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16971         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16972         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16973         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16974         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16975         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16976         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16977         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16978         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16979         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16980         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16981         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16982         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16983         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16984         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16985         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16986         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16987         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16988         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16989         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16990         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16991         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16992         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16993         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16994         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16995         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16996         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16997         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16998         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16999         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17000         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
17001         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
17002         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
17003         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
17004         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
17005         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
17006         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
17007         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
17008         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17009         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
17010         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
17011         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
17012         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
17013         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
17014         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
17015         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
17016         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
17017         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17018         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
17019         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
17020         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
17022 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
17024         [BZ #16041]
17025         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
17026         make result into a quiet NaN.
17028 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
17030         * soft-fp/adddf3.c: Fix horizontal whitespace.
17031         * soft-fp/addsf3.c: Likewise.
17032         * soft-fp/addtf3.c: Likewise.
17033         * soft-fp/divdf3.c: Likewise.
17034         * soft-fp/divsf3.c: Likewise.
17035         * soft-fp/divtf3.c: Likewise.
17036         * soft-fp/double.h: Likewise.
17037         * soft-fp/eqdf2.c: Likewise.
17038         * soft-fp/eqsf2.c: Likewise.
17039         * soft-fp/eqtf2.c: Likewise.
17040         * soft-fp/extenddftf2.c: Likewise.
17041         * soft-fp/extended.h: Likewise.
17042         * soft-fp/extendsfdf2.c: Likewise.
17043         * soft-fp/extendsftf2.c: Likewise.
17044         * soft-fp/extendxftf2.c: Likewise.
17045         * soft-fp/fixdfdi.c: Likewise.
17046         * soft-fp/fixdfsi.c: Likewise.
17047         * soft-fp/fixdfti.c: Likewise.
17048         * soft-fp/fixsfdi.c: Likewise.
17049         * soft-fp/fixsfsi.c: Likewise.
17050         * soft-fp/fixsfti.c: Likewise.
17051         * soft-fp/fixtfdi.c: Likewise.
17052         * soft-fp/fixtfsi.c: Likewise.
17053         * soft-fp/fixtfti.c: Likewise.
17054         * soft-fp/fixunsdfdi.c: Likewise.
17055         * soft-fp/fixunsdfsi.c: Likewise.
17056         * soft-fp/fixunsdfti.c: Likewise.
17057         * soft-fp/fixunssfdi.c: Likewise.
17058         * soft-fp/fixunssfsi.c: Likewise.
17059         * soft-fp/fixunssfti.c: Likewise.
17060         * soft-fp/fixunstfdi.c: Likewise.
17061         * soft-fp/fixunstfsi.c: Likewise.
17062         * soft-fp/fixunstfti.c: Likewise.
17063         * soft-fp/floatdidf.c: Likewise.
17064         * soft-fp/floatdisf.c: Likewise.
17065         * soft-fp/floatditf.c: Likewise.
17066         * soft-fp/floatsidf.c: Likewise.
17067         * soft-fp/floatsisf.c: Likewise.
17068         * soft-fp/floatsitf.c: Likewise.
17069         * soft-fp/floattidf.c: Likewise.
17070         * soft-fp/floattisf.c: Likewise.
17071         * soft-fp/floattitf.c: Likewise.
17072         * soft-fp/floatundidf.c: Likewise.
17073         * soft-fp/floatundisf.c: Likewise.
17074         * soft-fp/floatunditf.c: Likewise.
17075         * soft-fp/floatunsidf.c: Likewise.
17076         * soft-fp/floatunsisf.c: Likewise.
17077         * soft-fp/floatunsitf.c: Likewise.
17078         * soft-fp/floatuntidf.c: Likewise.
17079         * soft-fp/floatuntisf.c: Likewise.
17080         * soft-fp/floatuntitf.c: Likewise.
17081         * soft-fp/fmadf4.c: Likewise.
17082         * soft-fp/fmasf4.c: Likewise.
17083         * soft-fp/fmatf4.c: Likewise.
17084         * soft-fp/gedf2.c: Likewise.
17085         * soft-fp/gesf2.c: Likewise.
17086         * soft-fp/getf2.c: Likewise.
17087         * soft-fp/ledf2.c: Likewise.
17088         * soft-fp/lesf2.c: Likewise.
17089         * soft-fp/letf2.c: Likewise.
17090         * soft-fp/muldf3.c: Likewise.
17091         * soft-fp/mulsf3.c: Likewise.
17092         * soft-fp/multf3.c: Likewise.
17093         * soft-fp/negdf2.c: Likewise.
17094         * soft-fp/negsf2.c: Likewise.
17095         * soft-fp/negtf2.c: Likewise.
17096         * soft-fp/op-1.h: Likewise.
17097         * soft-fp/op-2.h: Likewise.
17098         * soft-fp/op-4.h: Likewise.
17099         * soft-fp/op-8.h: Likewise.
17100         * soft-fp/op-common.h: Likewise.
17101         * soft-fp/quad.h: Likewise.
17102         * soft-fp/single.h: Likewise.
17103         * soft-fp/soft-fp.h: Likewise.
17104         * soft-fp/sqrtdf2.c: Likewise.
17105         * soft-fp/sqrtsf2.c: Likewise.
17106         * soft-fp/sqrttf2.c: Likewise.
17107         * soft-fp/subdf3.c: Likewise.
17108         * soft-fp/subsf3.c: Likewise.
17109         * soft-fp/subtf3.c: Likewise.
17110         * soft-fp/truncdfsf2.c: Likewise.
17111         * soft-fp/trunctfdf2.c: Likewise.
17112         * soft-fp/trunctfsf2.c: Likewise.
17113         * soft-fp/trunctfxf2.c: Likewise.
17114         * soft-fp/unorddf2.c: Likewise.
17115         * soft-fp/unordsf2.c: Likewise.
17116         * soft-fp/unordtf2.c: Likewise.
17118 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
17120         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
17121         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
17123 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
17125         * elf/dl-libc.c: Clear initfini list after freeing.
17127 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
17129         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
17130         * soft-fp/addsf3.c: Likewise.
17131         * soft-fp/addtf3.c: Likewise.
17132         * soft-fp/divdf3.c: Likewise.
17133         * soft-fp/divsf3.c: Likewise.
17134         * soft-fp/divtf3.c: Likewise.
17135         * soft-fp/double.h: Likewise.
17136         * soft-fp/eqdf2.c: Likewise.
17137         * soft-fp/eqsf2.c: Likewise.
17138         * soft-fp/eqtf2.c: Likewise.
17139         * soft-fp/extenddftf2.c: Likewise.
17140         * soft-fp/extended.h: Likewise.
17141         * soft-fp/extendsfdf2.c: Likewise.
17142         * soft-fp/extendsftf2.c: Likewise.
17143         * soft-fp/extendxftf2.c: Likewise.
17144         * soft-fp/fixdfdi.c: Likewise.
17145         * soft-fp/fixdfsi.c: Likewise.
17146         * soft-fp/fixdfti.c: Likewise.
17147         * soft-fp/fixsfdi.c: Likewise.
17148         * soft-fp/fixsfsi.c: Likewise.
17149         * soft-fp/fixsfti.c: Likewise.
17150         * soft-fp/fixtfdi.c: Likewise.
17151         * soft-fp/fixtfsi.c: Likewise.
17152         * soft-fp/fixtfti.c: Likewise.
17153         * soft-fp/fixunsdfdi.c: Likewise.
17154         * soft-fp/fixunsdfsi.c: Likewise.
17155         * soft-fp/fixunsdfti.c: Likewise.
17156         * soft-fp/fixunssfdi.c: Likewise.
17157         * soft-fp/fixunssfsi.c: Likewise.
17158         * soft-fp/fixunssfti.c: Likewise.
17159         * soft-fp/fixunstfdi.c: Likewise.
17160         * soft-fp/fixunstfsi.c: Likewise.
17161         * soft-fp/fixunstfti.c: Likewise.
17162         * soft-fp/floatdidf.c: Likewise.
17163         * soft-fp/floatdisf.c: Likewise.
17164         * soft-fp/floatditf.c: Likewise.
17165         * soft-fp/floatsidf.c: Likewise.
17166         * soft-fp/floatsisf.c: Likewise.
17167         * soft-fp/floatsitf.c: Likewise.
17168         * soft-fp/floattidf.c: Likewise.
17169         * soft-fp/floattisf.c: Likewise.
17170         * soft-fp/floattitf.c: Likewise.
17171         * soft-fp/floatundidf.c: Likewise.
17172         * soft-fp/floatundisf.c: Likewise.
17173         * soft-fp/floatunsidf.c: Likewise.
17174         * soft-fp/floatunsisf.c: Likewise.
17175         * soft-fp/floatuntidf.c: Likewise.
17176         * soft-fp/floatuntisf.c: Likewise.
17177         * soft-fp/floatuntitf.c: Likewise.
17178         * soft-fp/fmadf4.c: Likewise.
17179         * soft-fp/fmasf4.c: Likewise.
17180         * soft-fp/fmatf4.c: Likewise.
17181         * soft-fp/gedf2.c: Likewise.
17182         * soft-fp/gesf2.c: Likewise.
17183         * soft-fp/getf2.c: Likewise.
17184         * soft-fp/ledf2.c: Likewise.
17185         * soft-fp/lesf2.c: Likewise.
17186         * soft-fp/letf2.c: Likewise.
17187         * soft-fp/muldf3.c: Likewise.
17188         * soft-fp/mulsf3.c: Likewise.
17189         * soft-fp/multf3.c: Likewise.
17190         * soft-fp/negdf2.c: Likewise.
17191         * soft-fp/negsf2.c: Likewise.
17192         * soft-fp/negtf2.c: Likewise.
17193         * soft-fp/op-1.h: Likewise.
17194         * soft-fp/op-2.h: Likewise.
17195         * soft-fp/op-4.h: Likewise.
17196         * soft-fp/op-8.h: Likewise.
17197         * soft-fp/op-common.h: Likewise.
17198         * soft-fp/quad.h: Likewise.
17199         * soft-fp/single.h: Likewise.
17200         * soft-fp/soft-fp.h: Likewise.
17201         * soft-fp/sqrtdf2.c: Likewise.
17202         * soft-fp/sqrtsf2.c: Likewise.
17203         * soft-fp/sqrttf2.c: Likewise.
17204         * soft-fp/subdf3.c: Likewise.
17205         * soft-fp/subsf3.c: Likewise.
17206         * soft-fp/subtf3.c: Likewise.
17207         * soft-fp/truncdfsf2.c: Likewise.
17208         * soft-fp/trunctfdf2.c: Likewise.
17209         * soft-fp/trunctfsf2.c: Likewise.
17210         * soft-fp/trunctfxf2.c: Likewise.
17211         * soft-fp/unorddf2.c: Likewise.
17212         * soft-fp/unordsf2.c: Likewise.
17213         * soft-fp/unordtf2.c: Likewise.
17215 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
17217         [BZ #15672]
17218         * misc/error.c (error_tail): Fix possible buffer overflow.
17220 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
17222         [BZ #13028]
17223         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
17224         address.
17226 2013-10-14  P. J. McDermott  <pj@pehjota.net>
17228         [BZ #832]
17229         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
17230         testing pipefail option.
17232 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
17234         * soft-fp/double.h: Indent preprocessor directives inside #if.
17235         * soft-fp/extended.h: Likewise.
17236         * soft-fp/op-2.h: Likewise.
17237         * soft-fp/op-4.h: Likewise.
17238         * soft-fp/op-common.h: Likewise.
17239         * soft-fp/quad.h: Likewise.
17240         * soft-fp/single.h: Likewise.
17241         * soft-fp/soft-fp.h: Likewise.
17243 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
17245         * iconv/iconv_prog.c: Fix typos.
17246         * stdio-common/psiginfo-data.h: Likewise.
17248 2013-10-12   Reuben Thomas <rrt@sc3d.org>
17250         [BZ #15764]
17251         * locale/setlocale.c: Fix typo.
17253 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
17255         [BZ #16036]
17256         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
17257         signaling NaN arguments.
17258         * soft-fp/unordsf2.c (__unordsf2): Likewise.
17259         * soft-fp/unordtf2.c (__unordtf2): Likewise.
17261         [BZ #14910]
17262         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
17263         unordered operands.
17264         * soft-fp/gesf2.c (__gesf2): Likewise.
17265         * soft-fp/getf2.c (__getf2): Likewise.
17266         * soft-fp/ledf2.c (__ledf2): Likewise.
17267         * soft-fp/lesf2.c (__lesf2): Likewise.
17268         * soft-fp/letf2.c (__letf2): Likewise.
17270         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
17271         * soft-fp/eqsf2.c (__eqsf2): Likewise.
17272         * soft-fp/eqtf2.c (__eqtf2): Likewise.
17273         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
17274         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
17275         * soft-fp/fixdfti.c (__fixdfti): Likewise.
17276         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
17277         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
17278         * soft-fp/fixsfti.c (__fixsfti): Likewise.
17279         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
17280         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
17281         * soft-fp/fixtfti.c (__fixtfti): Likewise.
17282         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
17283         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
17284         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
17285         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
17286         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
17287         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
17288         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
17289         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
17290         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
17291         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
17292         * soft-fp/floatdisf.c (__floatdisf): Likewise.
17293         * soft-fp/floatsisf.c (__floatsisf): Likewise.
17294         * soft-fp/floattidf.c (__floattidf): Likewise.
17295         * soft-fp/floattisf.c (__floattisf): Likewise.
17296         * soft-fp/floattitf.c (__floattitf): Likewise.
17297         * soft-fp/floatundidf.c (__floatundidf): Likewise.
17298         * soft-fp/floatundisf.c (__floatundisf): Likewise.
17299         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
17300         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
17301         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
17302         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
17303         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
17304         * soft-fp/gesf2.c (__gesf2): Likewise.
17305         * soft-fp/getf2.c (__getf2): Likewise.
17306         * soft-fp/ledf2.c (__ledf2): Likewise.
17307         * soft-fp/lesf2.c (__lesf2): Likewise.
17308         * soft-fp/letf2.c (__letf2): Likewise.
17310         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
17311         Undefine and redefine.
17312         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
17313         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
17314         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
17315         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
17316         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17317         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
17318         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17319         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
17320         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17321         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
17322         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17323         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
17324         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17325         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
17326         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17328         [BZ #16032]
17329         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
17330         without decrementing exponent if mantissa >= that for the
17331         denominator, not >.
17332         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
17333         denominator, not >.  Decrement exponent in < case instead of
17334         incrementing in >= case.
17335         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
17336         without decrementing exponent if mantissa >= that for the
17337         denominator, not >.
17339         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
17340         computing saturated result for unsigned overflow.
17342 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17343             Jeff Law  <law@redhat.com>
17345         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
17346         (atan2Mp): Add systemtap probe marker.
17347         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
17348         (__ieee754_log): Add systemtap probe marker.
17349         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
17350         (atanMp): Add systemtap probe marker.
17351         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
17352         (tanMp): Add systemtap probe marker.
17353         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
17354         (__slowexp): Add systemtap probe marker.
17355         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
17356         (__slowpow): Add systemtap probe marker.
17357         * manual/probes.texi: Document probes.
17359 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
17361         [BZ #15362]
17362         * libio/fileops.c (_IO_new_file_write): Return count of bytes
17363         written.
17364         (_IO_new_file_xsputn): Don't return EOF if nothing has been
17365         written.
17366         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
17367         written to buffer but not flushed.
17368         * libio/iofwrite_u.c:  Likewise.
17369         * libio/iopadn.c:  Return bytes returned even if EOF was
17370         encountered.
17371         * libio/iowpadn.c:  Likewise.
17372         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
17373         if _IO_padn does not write the whole buffer.
17374         [!COMPILE_WPRINTF] (PAD): Likewise.
17376 2013-10-10  David S. Miller  <davem@davemloft.net>
17378         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
17379         directory block.
17381 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17383         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
17384         instead of FSF address.
17385         * soft-fp/fixdfti.c: Likewise.
17386         * soft-fp/fixsfti.c: Likewise.
17387         * soft-fp/fixtfti.c: Likewise.
17388         * soft-fp/fixunsdfti.c: Likewise.
17389         * soft-fp/fixunssfti.c: Likewise.
17390         * soft-fp/fixunstfti.c: Likewise.
17391         * soft-fp/floattidf.c: Likewise.
17392         * soft-fp/floattisf.c: Likewise.
17393         * soft-fp/floattitf.c: Likewise.
17394         * soft-fp/floatuntidf.c: Likewise.
17395         * soft-fp/floatuntisf.c: Likewise.
17396         * soft-fp/floatuntitf.c: Likewise.
17397         * soft-fp/trunctfxf2.c: Likewise.
17399         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
17400         * soft-fp/fixdfti.c: Likewise.
17401         * soft-fp/fixsfti.c: Likewise.
17402         * soft-fp/fixtfti.c: Likewise.
17403         * soft-fp/fixunsdfti.c: Likewise.
17404         * soft-fp/fixunssfti.c: Likewise.
17405         * soft-fp/fixunstfti.c: Likewise.
17406         * soft-fp/floattidf.c: Likewise.
17407         * soft-fp/floattisf.c: Likewise.
17408         * soft-fp/floattitf.c: Likewise.
17409         * soft-fp/floatuntidf.c: Likewise.
17410         * soft-fp/floatuntisf.c: Likewise.
17411         * soft-fp/floatuntitf.c: Likewise.
17412         * soft-fp/trunctfxf2.c: Likewise.
17414 2013-10-10  David S. Miller  <davem@davemloft.net>
17416         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17418 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
17420         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17421         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17422         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17423         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17424         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17425         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17426         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17428         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17429         for NaNs before doing comparisons on argument.
17430         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17431         Likewise.
17433 2013-10-10  Will Newton  <will.newton@linaro.org>
17435         * malloc/hooks.c (memalign_check): Ensure the value of bytes
17436         passed to _int_memalign does not overflow.
17438 2013-10-10  Torvald Riegel  <triegel@redhat.com>
17440         * scripts/bench.pl: Add include-sources directive.
17441         * benchtests/README: Update documentation.
17443 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17445         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17446         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17447         instead of FP_INIT_ROUNDMODE.
17448         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17449         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17451         [BZ #16034]
17452         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
17453         copy class of input value.
17454         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
17455         not handle exceptions.
17456         * soft-fp/negsf2.c (__negsf2): Likewise.
17457         * soft-fp/negtf2.c (__negtf2): Likewise.
17458         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17460 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
17462         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17463         semicolon.  From Linux kernel.
17465 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
17467         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17469 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
17471         [BZ #156]
17472         * manual/socket.texi: Added statement about buffer
17473         for gethostbyname2_r.
17475 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
17477         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17478         Use .p2align directive instead, throughout.
17479         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17480         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17481         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17482         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17483         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17484         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17485         * sysdeps/x86_64/strchr.S: Likewise.
17486         * sysdeps/x86_64/strrchr.S: Likewise.
17488 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17490         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17492         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17494         * sysdeps/generic/math_private.h (__mpsin1): Remove
17495         declaration.
17496         (__mpcos1): Likewise.
17497         (__mpsin): New argument __range_reduce.
17498         (__mpcos): Likewise.
17499         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17500         (slow): Use __mpsin and __mpcos.
17501         (slow1): Likewise.
17502         (slow2): Likewise.
17503         (sloww): Likewise.
17504         (sloww1): Likewise.
17505         (sloww2): Likewise.
17506         (bsloww): Likewise.
17507         (bsloww1): Likewise.
17508         (bsloww2): Likewise.
17509         (cslow2): Likewise.
17510         (csloww): Likewise.
17511         (csloww1): Likewise.
17512         (csloww2): Likewise.
17513         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17514         range_reduce.  Merge in __mpsin1.
17515         (__mpcos): Likewise.
17516         (__mpsin1): Remove.
17517         (__mpcos1): Likewise.
17519 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17521         * locale/loadlocale.c (_nl_intern_locale_data): Use
17522         LOCFILE_ALIGNED_P.
17523         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17524         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17525         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17526         obstack data is appropriately aligned.
17527         (obstack_int32_grow_fast): Likewise.
17528         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17529         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17530         (add_locale_uint32_array): Likewise.
17532 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17534         * benchtests/Makefile: Remove ARGLIST and RET variables.
17535         ($(objpfx)bench-%.c): Pass only function name to the script.
17536         * benchtests/README: Update documentation.
17537         * benchtests/acos-inputs: Add new directives.
17538         * benchtests/acosh-inputs: Likewise.
17539         * benchtests/asin-inputs: Likewise.
17540         * benchtests/asinh-inputs: Likewise.
17541         * benchtests/atan-inputs: Likewise.
17542         * benchtests/atanh-inputs: Likewise.
17543         * benchtests/cos-inputs: Likewise.
17544         * benchtests/cosh-inputs: Likewise.
17545         * benchtests/exp-inputs: Likewise.
17546         * benchtests/log-inputs: Likewise.
17547         * benchtests/pow-inputs: Likewise.
17548         * benchtests/rint-inputs: Likewise.
17549         * benchtests/sin-inputs: Likewise.
17550         * benchtests/sinh-inputs: Likewise.
17551         * benchtests/tan-inputs: Likewise.
17552         * benchtests/tanh-inputs: Likewise.
17553         * scripts/bench.pl: Add support for new directives.
17555 2013-10-07  Alan Modra  <amodra@gmail.com>
17557         * README: Fix careless merge.
17559 2013-10-05  Alan Modra  <amodra@gmail.com>
17561         * NEWS: Mention powerpc64le support and bugs fixed.
17562         * README: Both big-endian and little-endian powerpc64 supported.
17564 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17566         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17567         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17568         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17569         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17571 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17573         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17574         match prototype.
17576 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17578         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17579         Move -mhard-float appending from
17580         ports/sysdeps/powerpc/powerpc32/Makefile.
17581         [$(with-fp) = yes] (ASFLAGS): Likewise.
17582         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17583         * sysdeps/powerpc/nofpu: Move directory from
17584         ports/sysdeps/powerpc/nofpu.
17585         * sysdeps/powerpc/soft-fp: Move directory from
17586         ports/sysdeps/powerpc/soft-fp.
17587         * sysdeps/powerpc/powerpc32/405: Move directory from
17588         ports/sysdeps/powerpc/powerpc32/405.
17589         * sysdeps/powerpc/powerpc32/440: Move directory from
17590         ports/sysdeps/powerpc/powerpc32/440.
17591         * sysdeps/powerpc/powerpc32/464: Move directory from
17592         ports/sysdeps/powerpc/powerpc32/464.
17593         * sysdeps/powerpc/powerpc32/476: Move directory from
17594         ports/sysdeps/powerpc/powerpc32/476.
17595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17596         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17598         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17600         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17602         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17604         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17605         * README: Update for powerpc-*-linux-gnu software floating point
17606         support in libc.
17608         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17609         case to powerpc/powerpc32*.
17610         * sysdeps/unix/sysv/linux/configure: Regenerated.
17612         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17613         (_FPU_MASK_OM): Define as 0x04.
17614         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17615         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17616         0x00c10080.
17617         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17618         0x0000003c.
17619         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17622         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17623         getcontext_e500.
17624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17625         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17626         setcontext_e500.
17627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17628         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17629         and setcontext_e500.
17631 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17633         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17635 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17637         * manual/threads.texi (Default Thread Attributes): Fix typo.
17639 2013-10-04  Will Newton  <will.newton@linaro.org>
17641         * malloc/Makefile: Add tst-memalign.
17642         * malloc/tst-memalign.c: New file.
17644         * malloc/tst-posix_memalign.c: Add comments.
17645         (do_test): Add comments and call free on all potentially
17646         allocated pointers. Add space after cast.
17648         * malloc/tst-pvalloc.c: Add comments.
17649         (do_test): Add comments and call free on all potentially
17650         allocated pointers. Remove duplicate check for NULL pointer.
17651         Add space after cast.
17653         * malloc/tst-valloc.c: Add comments.
17654         (do_test): Add comments and call free on all potentially
17655         allocated pointers. Remove duplicate check for NULL pointer.
17656         Add space after cast.
17658 2013-10-04  Alan Modra  <amodra@gmail.com>
17660         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17661         Use stdint types in rather than __attribute__((mode())).
17662         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17664 2013-10-04  Alan Modra  <amodra@gmail.com>
17666         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17667         Correct handling of unaligned relocs for little-endian.
17668         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17670 2013-10-04  Alan Modra  <amodra@gmail.com>
17672         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17673         * configure: Regenerate.
17674         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17675         * shlib-versions: Likewise.
17677 2013-10-04  Alan Modra  <amodra@gmail.com>
17679         * string/tester.c (test_memrchr): Increment reported test cycle.
17681 2013-10-04  Alan Modra  <amodra@gmail.com>
17683         * string/test-memcpy.c (do_one_test): When reporting errors, print
17684         string address and don't overrun end of string.
17686 2013-10-04  Alan Modra  <amodra@gmail.com>
17688         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17689         insrdi.  Make better use of reg selection to speed exit slightly.
17690         Schedule entry path a little better.  Remove useless "are we done"
17691         checks on entry to main loop.  Handle wrapping around zero address.
17692         Correct main loop count.  Handle single left-over word from main
17693         loop inline rather than by using loop_small.  Remove extra word
17694         case in loop_small caused by wrong loop count.  Add little-endian
17695         support.
17696         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17697         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17698         cache hint.
17699         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17700         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17701         support.  Avoid rlwimi.
17702         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17704 2013-10-04  Alan Modra  <amodra@gmail.com>
17706         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17707         insrdi.  Formatting.
17708         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17709         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17710         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17711         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17712         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17713         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17715 2013-10-04  Alan Modra  <amodra@gmail.com>
17717         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17718         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17719         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17720         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17721         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17722         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17723         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17724         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17725         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17726         use of regs.  Use power7 mtocrf.  Tidy function tails.
17728 2013-10-04  Alan Modra  <amodra@gmail.com>
17730         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17731         Formatting.  Consistently use rXXX register defines or rN defines.
17732         Use early exit labels that avoid restoring unused non-volatile regs.
17733         Make cr field use more consistent with rWORDn compares.  Rename
17734         regs used as shift registers for unaligned loop, using rN defines
17735         for short lifetime/multiple use regs.
17736         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17737         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17738         addi 1,1,64 to pop stack frame.  Simplify return value code.
17739         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17741 2013-10-04  Alan Modra  <amodra@gmail.com>
17743         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17744         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17745         rather than rlwimi.
17746         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17747         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17748         little-endian support.  Correct typos.
17749         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17750         rather than rlwimi.
17751         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17752         in loop and entry code to keep "and." results.
17753         (strchr): Add little-endian support.  Comment.  Move cntlzd
17754         earlier in tail.
17755         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17757 2013-10-04  Alan Modra  <amodra@gmail.com>
17759         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17760         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17761         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17762         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17764 2013-10-04  Alan Modra  <amodra@gmail.com>
17766         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17767         (rTMP): Define as r11.
17768         (strcmp): Add little-endian support.  Optimise tail.
17769         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17770         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17771         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17772         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17773         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17774         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17775         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17777 2013-10-04  Alan Modra  <amodra@gmail.com>
17779         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17780         little-endian support.  Remove unnecessary "are we done" tests.
17781         Handle "s" wrapping around zero and extremely large "size".
17782         Correct main loop count.  Handle single left-over word from main
17783         loop inline rather than by using small_loop.  Correct comments.
17784         Delete "zero" tail, use "end_max" instead.
17785         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17787 2013-10-04  Alan Modra  <amodra@gmail.com>
17789         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17790         support.  Don't branch over align.
17791         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17792         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17793         support.  Rearrange tmp reg use to suit.  Comment.
17794         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17796 2013-10-04  Alan Modra  <amodra@gmail.com>
17798         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17800 2013-10-04  Alan Modra  <amodra@gmail.com>
17802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17803         conditional form of branch and link when obtaining pc.
17804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17806 2013-10-04  Alan Modra  <amodra@gmail.com>
17808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17809         HIWORD/LOWORD.
17810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17813 2013-10-04  Alan Modra  <amodra@gmail.com>
17815         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17816         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17817         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17818         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17819         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17820         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17821         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17822         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17823         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17824         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17826 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17827             Alistair Popple <alistair@ozlabs.au.ibm.com>
17828             Alan Modra <amodra@gmail.com>
17830         [BZ #15723]
17831         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17832         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17833         _dl_hwcap access for little-endian.
17834         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17835         destroy vmx regs when saving unaligned.
17836         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17837         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17838         destroy vmx regs when saving unaligned.
17840 2013-10-04  Alan Modra  <amodra@gmail.com>
17842         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17843         Don't use a union to pack hi/low value.
17845 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17847         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17848         for little-endian.
17849         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17850         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17851         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17852         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17853         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17855 2013-10-04  Alan Modra  <amodra@gmail.com>
17857         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17858         constants to usual value for .cst8 section, and remove redundant
17859         high address load.
17860         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17861         constant for 0x1p52.  Load little-endian words of double from
17862         correct stack offsets.
17864 2013-10-04  Alan Modra  <amodra@gmail.com>
17866         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17867         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17868         words of double from correct stack offsets.
17869         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17870         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17871         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17872         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17873         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17874         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17875         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17876         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17877         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17878         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17879         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17880         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17881         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17882         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17883         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17884         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17885         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17887 2013-10-04  Alan Modra  <amodra@gmail.com>
17889         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17890         64-bit int/double union.
17891         (_FPU_SETCW): Likewise.
17892         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17893         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17895 2013-10-04  Alan Modra  <amodra@gmail.com>
17897         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17898         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17900 2013-10-04  Alan Modra  <amodra@gmail.com>
17902         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17903         use vector int constants.
17904         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17906 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17908         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17909         array with long long.
17910         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17911         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17912         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17913         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17914         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17915         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17916         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17917         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17918         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17919         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17920         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17921         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17922         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17924 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17926         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17927         (__signbit): Likewise.  Correct for little-endian.
17928         (__signbitl): Call __signbit.
17929         (lrint): Correct for little-endian.
17930         (lrintf): Call lrint.
17932 2013-10-04  Alan Modra  <amodra@gmail.com>
17934         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17935         union 32-bit int array member with 64-bit int array.
17936         (t515, tm256): Double rather than long double.
17937         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17939 2013-10-04  Alan Modra  <amodra@gmail.com>
17941         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17942         Delete.
17943         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17944         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17945         version of math_ldbl.h.
17947 2013-10-04  Alan Modra  <amodra@gmail.com>
17949         [BZ #15734], [BZ #15735]
17950         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17951         all uses of ieee875 long double macros and unions.  Simplify test
17952         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17953         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17954         normalize after ldbl_extract_mantissa, and don't add hidden bit
17955         already handled.  Don't treat low word of ieee854 mantissa like
17956         low word of IBM long double and mask off bit when testing for
17957         zero.
17958         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17959         all uses of ieee875 long double macros and unions.  Simplify tests
17960         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17961         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17962         two1022, instead use their values.  Recognise that tests for large
17963         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17964         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17965         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17966         test for 0.0L and nan.  Correct negation.
17967         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17968         ieee875 long double macros and unions.  Correct output for large
17969         magnitude x.  Correct absolute value calculation.
17970         (__erfcl): Likewise.
17971         * math/libm-test.inc: Add tests for errors discovered in IBM long
17972         double versions of fmodl, remainderl, erfl and erfcl.
17974 2013-10-04  Alan Modra  <amodra@gmail.com>
17976         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17977         all uses of ieee854 long double macros and unions.  Simplify tests
17978         for long doubles that are fully specified by the high double.
17979         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17980         Likewise.
17981         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17982         Remove dead code too.
17983         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17984         (__ieee754_ynl): Likewise.
17985         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17986         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17987         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17988         Remove dead code too.
17989         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17990         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17991         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17992         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17993         Simplify.
17994         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17995         Simplify.
17996         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17997         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17998         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17999         Comment on variable precision.
18000         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
18001         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
18002         Likewise.
18003         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
18004         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
18005         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
18006         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
18007         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
18009 2013-10-04  Alan Modra  <amodra@gmail.com>
18011         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
18012         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
18013         all uses of ieee854 long double macros and unions.
18014         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
18015         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
18016         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
18017         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
18018         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
18019         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
18020         Likewise.
18021         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
18022         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
18023         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
18024         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
18025         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
18026         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
18027         Simplify sign and nan test too.
18028         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
18029         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
18030         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
18031         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
18032         Likewise.
18033         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
18034         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
18035         Likewise.
18036         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18037         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
18038         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
18039         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
18040         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
18041         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
18043 2013-10-04  Alan Modra  <amodra@gmail.com>
18045         * stdio-common/printf_size.c (__printf_size): Don't use
18046         union ieee854_long_double in fpnum union.
18047         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
18048         signbit macro to retrieve sign from long double.
18049         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
18050         retrieve sign from long double.
18051         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
18052         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
18053         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
18054         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
18055         * math/test-misc.c (main): Don't use union ieee854_long_double.
18057 2013-10-04  Alan Modra  <amodra@gmail.com>
18059         [BZ #15680]
18060         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
18061         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
18062         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
18063         calculation.  Remove unnecessary test for denormal exponent.
18064         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
18065         Correct handling of denormals.  Avoid undefined shift behaviour.
18066         Correct normalisation of low mantissa when low double is denormal.
18067         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
18068         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
18069         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
18070         Correct normalisation of low mantissa.  Test for overflow of high
18071         mantissa and normalise.
18072         (ldbl_nearbyint): Use more readable constant for two52.
18073         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
18074         (__mpn_construct_long_double): Fix test for overflow of high
18075         mantissa and correct normalisation.  Avoid undefined shift.
18077 2013-10-04  Alan Modra  <amodra@gmail.com>
18079         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18080         (union ibm_extended_long_double): Define as an array of ieee754_double.
18081         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
18082         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
18083         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
18084         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
18085         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18086         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
18087         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18088         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
18089         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
18090         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
18091         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
18093 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
18095         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
18096         page size instead of calling getpagesize.
18098         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
18099         (LOCFILE_ALIGN_MASK): Likewise.
18100         (LOCFILE_ALIGN_UP): Likewise.
18101         (LOCFILE_ALIGNED_P): Likewise.
18102         * locale/programs/ld-collate.c (collate_output): Use the new
18103         macros instead of __alignof__ (int32_t).
18104         * locale/weight.h (findidx): Likewise.
18106 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
18108         [BZ #431]
18109         * manual/string.texi: Fix strncat and wcsncat.
18111 2013-10-03  Brooks Moses  <bmoses@google.com>
18113         [BZ #15915]
18114         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
18115         * Makerules: ...here, and adjust associated comments.
18117 2013-10-02  Will Newton  <will.newton@linaro.org>
18119         * malloc/Makefile: Add tst-pvalloc.
18120         * malloc/tst-pvalloc.c: New file.
18122 2013-10-02  Will Newton  <will.newton@linaro.org>
18124         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
18125         improve test coverage.
18127 2013-10-02  Will Newton  <will.newton@linaro.org>
18129         * malloc/Makefile: Add tst-posix_memalign.
18130         * malloc/tst-posix_memalign.c: New file.
18132 2013-10-01  Eric Blake  <eblake@redhat.com>
18134         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
18135         Use __THROWNL rather than __THROW on static functions.
18137 2013-09-30  Petr Machata  <pmachata@redhat.com>
18139         * elf/elf.h (R_AARCH64_ABS16): New macro.
18140         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
18141         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
18142         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
18143         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
18144         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
18145         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
18146         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
18147         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
18148         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
18149         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
18150         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
18151         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
18152         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
18153         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
18154         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
18155         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
18156         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
18157         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
18158         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
18159         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
18160         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
18161         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
18162         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
18163         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
18164         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
18165         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
18166         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
18167         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
18168         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
18169         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
18170         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
18171         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
18172         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
18173         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
18174         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
18175         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
18176         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
18177         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
18178         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
18179         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
18180         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
18181         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
18182         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
18183         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
18184         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
18185         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
18186         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
18187         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
18188         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
18189         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
18190         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
18191         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
18192         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
18193         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
18194         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
18195         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
18196         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
18197         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
18198         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
18199         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
18200         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
18201         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
18202         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
18203         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
18204         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
18205         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
18206         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
18207         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
18208         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
18209         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
18210         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
18211         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
18212         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
18213         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
18214         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
18215         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
18216         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
18217         (R_AARCH64_TLSDESC_LDR): Likewise.
18218         (R_AARCH64_TLSDESC_ADD): Likewise.
18219         (R_AARCH64_TLSDESC_CALL): Likewise.
18221 2013-09-30  Andreas Schwab  <schwab@suse.de>
18223         [BZ #15048]
18224         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
18225         the nss database lookup.
18226         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18227         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18229 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
18231         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
18233 2013-09-28  P. J. McDermott  <pj@pehjota.net>
18235         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
18236         ${Bash-specific parameter/pattern/string} parameter expansion.
18237         * sysdeps/unix/make-syscalls.sh: Likewise.
18239 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18241         * sysdeps/sh/stackguard-macros.h: New file.
18243 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
18245         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18246         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
18247         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
18248         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
18249         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18250         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
18252 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18254         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
18255         Fix thread ID register.
18257 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
18259         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
18260         [POSIX || UNIX98]: Require rather than permitting all symbols from
18261         <time.h>.
18262         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
18263         element of struct sched_param.
18264         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
18265         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
18266         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
18267         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
18268         constant.
18270 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
18272         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
18273         argument calculation.
18275 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
18277         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
18278         Expect macro.
18279         [POSIX] (pthread_attr_t): Do not require type.
18280         [POSIX] (pthread_cond_t): Likewise.
18281         [POSIX] (pthread_condattr_t): Likewise.
18282         [POSIX] (pthread_key_t): Likewise.
18283         [POSIX] (pthread_mutex_t): Likewise.
18284         [POSIX] (pthread_mutexattr_t): Likewise.
18285         [POSIX] (pthread_once_t): Likewise.
18286         [POSIX] (pthread_t): Likewise.
18287         [POSIX-based standards] (pthread_atfork): Expect function.
18289 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
18290             Richard Sandiford  <richard@codesourcery.com>
18292         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
18293         (swap_endianness_p): New extern variable.
18294         (set_big_endian): New inline function.
18295         (maybe_swap_uint32): Likewise.
18296         (maybe_swap_uint32_array): Likewise.
18297         (maybe_swap_uint32_obstack): Likewise.
18298         * locale/programs/locfile.c: Include <stdbool.h>.
18299         (swap_endianness_p): New variable.
18300         (add_locale_uint32): Call maybe_swap_uint32.
18301         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
18302         (write_locale_data): Call maybe_swap_uint32_array.
18303         * locale/programs/ld-collate.c (obstack_int32_grow): Call
18304         maybe_swap_uint32.
18305         (obstack_int32_grow_fast): Likewise.
18306         (output_weightwc): Call maybe_swap_uint32_obstack.
18307         (collate_output): Likewise.
18308         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
18309         (OPT_LITTLE_ENDIAN): Likewise.
18310         (options): Add --little-endian and --big-endian options.
18311         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
18312         * locale/programs/locarchive.c: Include "locfile.h".
18313         (GET): New macro.
18314         (SET): Likewise.
18315         (INC): Likewise.
18316         (create_archive): Use the new macros to access fields of
18317         structures directly mapped from or written to locale archives.
18318         (oldlocrecentcmp): Likewise.
18319         (enlarge_archive): Likewise.
18320         (insert_name): Likewise.
18321         (add_alias): Likewise.
18322         (add_locale): Likewise.
18323         (delete_locales_from_archive): Likewise.
18324         (show_archive_content): Likewise.
18325         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
18326         locale data.
18328 2013-09-24  Roland McGrath  <roland@hack.frob.com>
18330         * manual/freemanuals.texi: Updated from (newly) canonical copy at
18331         http://www.gnu.org/doc/freemanuals.texi.
18332         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
18334 2013-09-24  Will Newton  <will.newton@linaro.org>
18336         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
18337         macro.
18339 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
18341         * locale/hashval.h (compute_hashval): Interpret bytes of key as
18342         unsigned char.
18344 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
18346         * manual/threads.texi (POSIX Threads): Fix a typo.
18348 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
18350         [BZ #14547]
18351         * string/tst-strcoll-overflow.c: New test case.
18352         * string/Makefile (xtests): Add tst-strcoll-overflow.
18353         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
18354         cache if string sizes may cause integer overflow.
18356         [BZ #14547]
18357         * string/strcoll_l.c (coll_seq): New members rule, idx,
18358         save_idx and back_us.
18359         (get_next_seq_nocache): New function.
18360         (do_compare_nocache): New function.
18361         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
18362         when malloc fails.
18364 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
18366         [BZ #15754]
18367         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
18368         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
18369         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
18371         [BZ #15754]
18372         * elf/Makefile (tests): Add tst-ptrguard1.
18373         (tests-static): Add tst-ptrguard1-static.
18374         (tst-ptrguard1-ARGS): Define.
18375         (tst-ptrguard1-static-ARGS): Define.
18376         * elf/tst-ptrguard1.c: New file.
18377         * elf/tst-ptrguard1-static.c: New file.
18378         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
18379         * sysdeps/i386/stackguard-macros.h: Likewise.
18380         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
18381         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
18382         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
18383         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
18384         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
18385         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
18387 2013-09-23  Hector Marco  <hecmargi@upv.es>
18388             Ismael Ripoll  <iripoll@disca.upv.es>
18389             Carlos O'Donell  <carlos@redhat.com>
18391         [BZ #15754]
18392         * sysdeps/generic/stackguard-macros.h: Define
18393         __pointer_chk_guard_local and POINTER_CHK_GUARD.
18394         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18395         Define __pointer_chk_guard_local.
18396         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18397         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18399 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
18401         [BZ #15859]
18402         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18404 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
18406         * include/string.h (__ffs): Declare as hidden.
18407         * string/ffs.c (__ffs): Define as hidden.
18408         * sysdeps/i386/ffs.c (__ffs): Likewise.
18409         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18410         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18411         * sysdeps/s390/ffs.c (__ffs): Likewise.
18412         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18414 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
18416         * NEWS: Mention malloc probes.
18418         * malloc/arena.c (new_heap): New memory_heap_new probe.
18419         (grow_heap): New memory_heap_more probe.
18420         (shrink_heap): New memory_heap_less probe.
18421         (heap_trim): New memory_heap_free probe.
18422         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18423         (systrim): New memory_sbrk_less probe.
18424         * manual/probes.texi: Document them.
18426         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18427         * manual/probes.texi: Document it.
18429         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18430         (__libc_realloc): Add memory_realloc_retry probe.
18431         (__libc_memalign): Add memory_memalign_retry probe.
18432         (__libc_valloc): Add memory_valloc_retry probe.
18433         (__libc_pvalloc): Add memory_pvalloc_retry probe.
18434         (__libc_calloc): Add memory_calloc_retry probe.
18435         * manual/probes.texi: Document them.
18437         * malloc/arena.c (get_free_list): Add probe
18438         memory_arena_reuse_free_list.
18439         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18440         and memory_arena_reuse.
18441         (arena_get2) [!PER_THREAD]: Likewise.
18442         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18443         memory_arena_reuse_realloc.
18444         * manual/probes.texi: Document them.
18446         * malloc/malloc.c (__libc_free): Add
18447         memory_mallopt_free_dyn_thresholds probe.
18448         (__libc_mallopt): Add multiple memory_mallopt probes.
18449         * manual/probes.texi: Document them.
18451         * malloc/malloc.c: Include stap-probe.h.
18452         (__libc_mallopt): Add memory_mallopt probe.
18453         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18454         * manual/probes.texi: New.
18455         * manual/Makefile (chapters): Add probes.
18456         * manual/threads.texi: Set next node.
18458 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
18460         [BZ #15963, #13985]
18461         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18462         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18463         Add `Chinese' to `nan' entry name.
18465 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18467         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18468         (POLYNOMIAL): Likewise.
18469         (TAYLOR_SINCOS): Likewise.
18470         (TAYLOR_SLOW): Likewise.
18471         (__sin): Use TAYLOR_SINCOS.
18472         (__cos): Likewise.
18473         (slow): Use TAYLOR_SLOW.
18474         (sloww): Likewise.
18475         (bsloww): Likewise.
18476         (csloww): Likewise.
18478 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18480         * stdlib/strtod_l.c: Fix buffer overrun.
18482 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18484         * benchtests/Makefile (bench): Add sincos.
18485         * benchtests/bench-sincos.c: New file.
18487         * math/libm-test.inc (cos_test_data): New test inputs.
18488         (sin_test_data): Likewise.
18490         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18491         macro.
18492         (__sin): Use it.
18493         (__cos): Likewise.
18494         (slow1): Likewise.
18495         (slow2): Likewise.
18496         (sloww1): Likewise.
18497         (sloww2): Likewise.
18498         (bsloww1): Likewise.
18499         (bsloww2): Likewise.
18500         (cslow2): Likewise.
18501         (csloww1): Likewise.
18502         (csloww2): Likewise.
18504         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18505         function.
18506         (__sin): Use it.
18507         (__cos): Likewise.
18509         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18510         gotos.
18511         (__cos): Likewise.
18513 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18515         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18516         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18517         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18518         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18519         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18520         * elf/cache.c (print_entry): Handle the new cache flags.
18522 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18523             Aldy Hernandez  <aldyh@redhat.com>
18525         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18526         Change condition to [_SOFT_FLOAT].
18527         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18528         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18529         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18530         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18531         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18532         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18533         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18534         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18535         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18536         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18537         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18538         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18539         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18540         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18541         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18542         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18543         declaration.
18545 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18547         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18548         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18549         (__longjmp): Use LOAD_GP to load saved GPRs.
18550         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18551         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18552         (__sigsetjmp): Use SAVE_GP to save GPRs.
18554         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18555         Do not append -msoft-float.
18556         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18558 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18560         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18562 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18564         [BZ #15966]
18565         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18566         (_FPU_GETCW): Use initial "__" on variable and field names but not
18567         on macro parameter name.
18568         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18569         parentheses around reference to macro parameter.
18571 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18573         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18574         prototype.
18575         (ctype_startup): Use uint32_t in cast and sizeof for
18576         ctype->charnames.
18578 2013-09-11  Jia Liu  <proljc@gmail.com>
18580         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18581         __daddr_t_defined.
18582         [__FreeBSD__]: Likewise.
18584 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18586         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18587         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18588         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18589         (strchr): Remove __strchr_sse42 ifunc selection.
18590         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18591         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18593 2013-09-11  Will Newton  <will.newton@linaro.org>
18595         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18596         parameter to RES. Remove hardcoded 1000 value.
18597         * benchtests/bench-skeleton.c (main): Pass RES parameter
18598         to TIMING_INIT and multiply result by 1000.
18600 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18602         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18604 2013-09-11  Andreas Schwab  <schwab@suse.de>
18606         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18607         if not defined.
18608         (O_TMPFILE) [__USE_GNU]: Define.
18609         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18610         Define.
18612 2013-09-11  Will Newton  <will.newton@linaro.org>
18614         [BZ #15857]
18615         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18616         does not overflow.
18618 2013-09-11  Will Newton  <will.newton@linaro.org>
18620         [BZ #15856]
18621         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18622         does not overflow.
18624 2013-09-11  Will Newton  <will.newton@linaro.org>
18626         [BZ #15855]
18627         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18628         does not overflow.
18630 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18632         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18633         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18634         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18635         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18636         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18638 2013-09-10  Allan McRae  <allan@archlinux.org>
18640         [BZ #15748]
18641         * manual/arith.texi (Parsing of Floats): Clarify
18642         cross-reference.
18644         [BZ #15849]
18645         * manual/install.texi (Running make install): Mention
18646         --enable-pt-chown.
18647         * INSTALL: Regenerated.
18649 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18651         * csu/init-first.c (_init): Remove the !SHARED condition around
18652         FPU control word initialization.
18653         * elf/dl-support.c (_dl_fpu_control): New variable.
18654         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18655         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18656         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18657         * math/test-fpucw-static.c: New file.
18658         * math/test-fpucw-ieee.c: New file.
18659         * math/test-fpucw-ieee-static.c: New file.
18660         * math/Makefile (tests): Add `test-fpucw-ieee' and
18661         `$(tests-static)'.
18662         (tests-static): New variable.
18663         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18664         dependency to...
18665         [($(build-shared),yes)]
18666         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18667         ... this.
18668         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18669         New dependency.
18671 2013-09-09  Allan McRae  <allan@archlinux.org>
18673         [BZ #15939]
18674         * manual/string.texi (Collation Functions): Fix typo in
18675         strcoll example.
18676         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18678         [BZ #15893]
18679         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18681         [BZ #15892]
18682         * libio/memstream.c (open_memstream): Fix memory leak.
18683         * libio/wmemstream.c (open_wmemstream): Likewise.
18685         [BZ #15895]
18686         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18688 2013-09-09  Will Newton  <will.newton@linaro.org>
18690         * malloc/Makefile: Add tst-realloc to tests.
18691         * malloc/tst-realloc.c: New file.
18693 2013-09-09  Allan McRae  <allan@archlinux.org>
18695         [BZ #15844]
18696         * COPYING: Update from GNU website to fix FSF address.
18697         * COPYING.LIB: Likewise.
18699 2013-09-06  David S. Miller  <davem@davemloft.net>
18701         * po/zh_TW.po: Update Chinese (traditional) translation from
18702         translation project.
18704 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18705             Joseph Myers  <joseph@codesourcery.com>
18707         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18708         "localeinfo.h".
18709         (obstack_chunk_alloc): New macro.
18710         (obstack_chunk_free): Likewise.
18711         (record_offset): New function.
18712         (init_locale_data): Likewise.
18713         (align_locale_data): Likewise.
18714         (add_locale_empty): Likewise.
18715         (add_locale_raw_data): Likewise.
18716         (add_locale_raw_obstack): Likewise.
18717         (add_locale_string): Likewise.
18718         (add_locale_wstring): Likewise.
18719         (add_locale_uint32): Likewise.
18720         (add_locale_uint32_array): Likewise.
18721         (add_locale_char): Likewise.
18722         (start_locale_structure): Likewise.
18723         (end_locale_structure): Likewise.
18724         (start_locale_prelude): Likewise.
18725         (end_locale_prelude): Likewise.
18726         (write_locale_data): Take locale_file structure rather than an
18727         iovec.
18728         * locale/programs/locfile.h: Include "obstack.h".
18729         (struct locale_file): Change to store locale file contents instead
18730         of header.
18731         (init_locale_data): New prototype.
18732         (align_locale_data): Likewise.
18733         (add_locale_empty): Likewise.
18734         (add_locale_raw_data): Likewise.
18735         (add_locale_raw_obstack): Likewise.
18736         (add_locale_string): Likewise.
18737         (add_locale_wstring): Likewise.
18738         (add_locale_uint32): Likewise.
18739         (add_locale_uint32_array): Likewise.
18740         (add_locale_char): Likewise.
18741         (start_locale_structure): Likewise.
18742         (end_locale_structure): Likewise.
18743         (start_locale_prelude): Likewise.
18744         (end_locale_prelude): Likewise.
18745         (write_locale_data): Update prototype.
18746         * locale/programs/3level.h (struct TABLE): Remove result field.
18747         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18748         Use new locale_file interface.
18749         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18750         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18751         * locale/programs/ld-address.c (address_output): Use new
18752         locale_file interface.
18753         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18754         NO_ADD_LOCALE.
18755         (collate_finish): Don't call collseq_table_finalize.
18756         (collate_output): Use new locale_file interface.
18757         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18758         in file.
18759         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18760         (TABLE): Move defines earlier in file.
18761         (ELEMENT): Likewise.
18762         (DEFAULT): Likewise.
18763         (wctrans_table_add): Move macro and inline function earlier in
18764         file.
18765         (struct wctype_table): Move type earlier in file.
18766         (add_locale_wctype_table): New static prototype.
18767         (struct locale_ctype_t): Use logical types instead of struct iovec
18768         pointers for members.
18769         (ctype_output): Use new locale_file interface.
18770         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18771         new locale_file interface.
18772         (allocate_arrays): Update for use of new locale_file interface.
18773         * locale/programs/ld-identification.c (identification_output): Use
18774         new locale_file interface.
18775         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18776         * locale/programs/ld-messages.c (messages_output): Likewise.
18777         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18778         * locale/programs/ld-name.c (name_output): Likewise.
18779         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18780         * locale/programs/ld-paper.c (paper_output): Likewise.
18781         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18782         * locale/programs/ld-time.c (time_output): Likewise.
18784 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18786         * benchtests/Makefile: Add memrchr benchmark.
18787         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18788         benchmark as memrchr.
18789         * benchtests/bench-memrchr-ifunc.c: New file.
18790         * benchtests/bench-memrchr.c: New file.
18792 2013-09-06   Will Newton  <will.newton@linaro.org>
18794         * benchtests/Makefile (string-bench): Add memcpy.
18796 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18797             Cong Wang  <amwang@redhat.com>
18799         [BZ #15850]
18800         * sysdeps/unix/sysv/linux/bits/in.h
18801         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18802         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18803         before __USE_KERNEL_IPV6_DEFS uses.
18804         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18805         IPPROTO_BEETPH.
18806         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18807         sockaddr_in6, or ipv6_mreq.
18809 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18811         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18812         memory access for final bytes in some large inputs.
18813         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18815 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18817         * string/test-memrchr.c: New file.
18818         * string/test-memrchr-ifunc.c: New file.
18819         * string/Makefile: Add new memrchr testcase.
18821 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18823         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18824         fanotify_init returns EPERM.
18826 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18828         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18829         errors.
18830         (top level): Treat second token from macro or constant entries for
18831         allowed headers as allowed.
18832         * include/complex.h: Condition internal declarations on
18833         [!_ISOMAC].
18834         * include/fenv.h: Condition include of <stdbool.h> and internal
18835         declarations on [!_ISOMAC].
18837 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18839         [BZ #15923]
18840         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18842 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18844         * configure.in (--enable-versioning): Remove configure option.
18845         (libc_cv_asm_symver_directive): Remove configure test.
18846         (libc_cv_ld_version_script_option): Likewise.
18847         (VERSIONING): Remove variable and AC_SUBST.
18848         (DO_VERSIONING): Remove AC_DEFINE.
18849         * configure: Regenerated.
18850         * config.h.in (DO_VERSIONING): Remove macro.
18851         * Makerules [$(versioning) = yes]: Change conditionals to
18852         [$(build-shared) = yes].
18853         * config.make.in (versioning): Remove variable.
18854         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18855         [$(build-shared) = yes].
18856         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18857         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18858         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18859         [$(build-shared) = yes].
18860         * extra-lib.mk [$(versioning) = yes]: Likewise.
18861         * hurd/Makefile [$(versioning) = yes]: Likewise.
18862         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18863         [SHARED].
18864         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18865         [SHARED].
18866         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18867         [SHARED && !NO_HIDDEN].
18868         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18869         [SHARED].
18870         [SHARED && DO_VERSIONING]: Likewise..
18871         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18872         [$(build-shared) = yes].
18873         * manual/install.texi (--disable-versioning): Remove
18874         documentation.
18875         * INSTALL: Regenerated.
18876         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18877         to [SHARED].
18878         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18879         [$(build-shared) = yes].
18880         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18881         * sysdeps/i386/i686/multiarch/strstr-c.c
18882         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18883         [SHARED && !NO_HIDDEN].
18884         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18885         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18886         * sysdeps/powerpc/powerpc32/dl-machine.c
18887         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18888         * sysdeps/powerpc/powerpc32/sysdep.h
18889         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18890         to [SHARED && PIC && !NO_HIDDEN].
18891         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18892         conditional to [SHARED].
18894 2013-09-04   Will Newton  <will.newton@linaro.org>
18896         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18897         * benchtests/bench-string.h: Include bench-timing.h instead
18898         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18899         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18900         call to HP_TIMING_DIFF_INIT.
18901         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18902         instead of hp-timing.h macros.
18903         * benchtests/bench-memchr.c: Likewise.
18904         * benchtests/bench-memcmp.c: Likewise.
18905         * benchtests/bench-memcpy.c: Likewise.
18906         * benchtests/bench-memmem.c: Likewise.
18907         * benchtests/bench-memmove.c: Likewise.
18908         * benchtests/bench-memset.c: Likewise.
18909         * benchtests/bench-rawmemchr.c: Likewise.
18910         * benchtests/bench-strcasecmp.c: Likewise.
18911         * benchtests/bench-strcasestr.c: Likewise.
18912         * benchtests/bench-strcat.c: Likewise.
18913         * benchtests/bench-strchr.c: Likewise.
18914         * benchtests/bench-strcmp.c: Likewise.
18915         * benchtests/bench-strcpy.c: Likewise.
18916         * benchtests/bench-strcpy_chk.c: Likewise.
18917         * benchtests/bench-strlen.c: Likewise.
18918         * benchtests/bench-strncasecmp.c: Likewise.
18919         * benchtests/bench-strncat.c: Likewise.
18920         * benchtests/bench-strncmp.c: Likewise.
18921         * benchtests/bench-strncpy.c: Likewise.
18922         * benchtests/bench-strnlen.c: Likewise.
18923         * benchtests/bench-strpbrk.c: Likewise.
18924         * benchtests/bench-strrchr.c: Likewise.
18925         * benchtests/bench-strspn.c: Likewise.
18926         * benchtests/bench-strstr.c: Likewise.
18928 2013-09-04  Will Newton  <will.newton@linaro.org>
18930         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18932 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18934         [BZ #15427]
18935         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18936         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18937         * math/libm-test.inc (lgamma_test_data): Add more tests.
18938         * sysdeps/i386/fpu/libm-test-ulps: Update.
18939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18941 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18943         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18944         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18945         Add ifunc.
18946         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18947         Add strcmp-sse2-unaligned
18948         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18950 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18952         * Versions.def (libc): Add GLIBC_2.19.
18954 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18956         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18957         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18959 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18961         [BZ #14155]
18962         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18963         intermediate calculations in recurrence.
18964         (__ieee754_ynf): Likewise.
18965         * math/libm-test.inc (jn_test_data): Do not allow spurious
18966         underflow exception.  Add more tests.
18967         (yn_test_data): Add more tests.
18968         * sysdeps/i386/fpu/libm-test-ulps: Update.
18969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18971 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18973         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18975 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18977         * csu/init-first.c: Fix then/than typos.
18978         * locale/programs/ld-collate.c: Likewise.
18979         * locale/programs/linereader.h: Likewise.
18980         * manual/charset.texi: Likewise.
18981         * manual/filesys.texi: Likewise.
18982         * manual/stdio.texi: Likewise.
18983         * manual/string.texi: Likewise.
18984         * stdlib/fmtmsg.c: Likewise.
18985         * sysdeps/i386/stpncpy.S: Likewise.
18986         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18987         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18988         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18989         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18991 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18993         * elf/dl-open.c: Fix typos.
18994         * iconvdata/gbbig5.c: Likewise.
18995         * iconvdata/iso-2022-jp.c: Likewise.
18996         * iconv/gconv_int.h: Likewise.
18997         * iconv/loop.c: Likewise.
18998         * nis/rpcsvc/nis.h: Likewise.
18999         * resolv/ns_name.c: Likewise.
19000         * stdio-common/vfscanf.c: Likewise.
19001         * streams/stropts.h: Likewise.
19002         * sunrpc/rpc_thread.c: Likewise.
19003         * sysdeps/i386/strpbrk.S: Likewise.
19004         * sysdeps/ieee754/k_standard.c: Likewise.
19005         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19006         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19007         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
19008         * sysdeps/mach/hurd/profil.c: Likewise.
19009         * sysdeps/s390/dl-procinfo.h: Likewise.
19010         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
19011         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
19012         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
19013         * sysdeps/x86_64/dl-trampoline.S: Likewise.
19014         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
19016 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
19018         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
19019         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
19021 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
19023         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
19024         aix specific files.
19025         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
19026         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
19027         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
19028         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
19029         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
19030         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
19031         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
19032         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
19034 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
19035             Roland McGrath  <roland@hack.frob.com>
19037         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
19038         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
19040 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19042         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
19043         __executable_start symbol instead of _start.
19045 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
19047         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
19048         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
19049         Move macros to...
19050         * sysdeps/gnu/ldsodefs.h: ... this new file.
19052         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
19053         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
19054         instead of ELFOSABI_LINUX.
19056         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
19057         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
19058         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
19059         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
19060         Likewise.
19061         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
19062         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
19063         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
19064         Likewise.
19065         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
19066         (ibm_extended_long_double): Add ieee_nan member.
19067         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
19068         (do_test): New function.
19070         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
19071         TEST_TRUNC.
19072         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
19073         functions, renamed from truncdfsf_test, trunctfsf_test,
19074         trunctfdf_test.
19075         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
19076         functions.
19077         (do_test): Run all these.
19079 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
19081         * argp/argp-help.c: Fix typos.
19082         * argp/argp-parse.c: Likewise.
19083         * debug/backtracesyms.c: Likewise.
19084         * elf/elf.h: Likewise.
19085         * malloc/malloc.c: Likewise.
19086         * nis/nis_print.c: Likewise.
19087         * resolv/res_comp.c: Likewise.
19088         * stdlib/stdlib.h: Likewise.
19089         * sunrpc/clnt_tcp.c: Likewise.
19090         * sunrpc/clnt_udp.c: Likewise.
19091         * sunrpc/clnt_unix.c: Likewise.
19092         * sysdeps/unix/bsd/ptsname.c: Likewise.
19093         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
19094         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
19095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
19096         Likewise.
19097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
19098         Likewise.
19099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
19100         Likewise.
19101         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
19103 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19105         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
19106         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
19108 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
19110         [BZ #15897]
19111         * dlfcn/Makefile (tests): Add bug-dl-leaf.
19112         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
19113         ($(objpfx)bug-dl-leaf): New rule.
19114         ($(objpfx)bug-dl-leaf.so): Likewise.
19115         ($(objpfx)bug-dl-leaf.out): Likewise.
19116         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
19117         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
19118         * dlfcn/bug-dl-leaf.c: New test.
19119         * dlfcn/bug-dl-leaf-lib.c: Likewise.
19120         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
19121         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
19122         (dlclose): Likewise.
19123         (dlmopen): Likewise.
19125 2013-08-27  Roland McGrath  <roland@hack.frob.com>
19127         * include/netdb.h [!_ISOMAC]:
19128         Don't include <tls.h>.
19129         (h_errno, __libc_h_errno): Move declaration and macros out of
19130         [_LIBC_REENTRANT].
19132         * include/resolv.h [_RESOLV_H_]:
19133         Don't include <tls.h>.
19134         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
19135         * resolv/res_libc.c: Don't include <tls.h>.
19136         (_res): Use __attribute__ ((nocommon)) in place of
19137         __attribute__ ((section (".bss"))).
19139         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
19140         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
19142         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
19144         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
19145         only under [SIOCGIFCONF && SIOCGIFNETMASK].
19147         * resolv/res_mkquery.c: Include <sys/time.h>.
19149         * inet/ifreq.c: Moved to ...
19150         * sysdeps/unix/ifreq.c: ... here.
19151         * inet/ifreq.c: New file, true stub version.
19153         * socket/sa_len.c: New file.
19154         * socket/Makefile (aux): Add it.
19155         * sysdeps/unix/sysv/linux/Makefile
19156         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
19157         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
19158         and #include <socket/sa_len.c>.
19159         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
19160         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
19162         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
19163         * bits/socket.h: ... here.
19165         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
19166         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
19167         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
19169 2013-08-27  Andreas Schwab  <schwab@suse.de>
19171         [BZ #15736]
19172         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
19173         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
19174         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
19175         * string/test-strcasecmp.c (test_main): Run tests in several
19176         locales.
19177         * string/test-strncasecmp.c (test_main): Likewise.
19179         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
19180         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
19181         to __strcasecmp_nonascii and __strncasecmp_nonascii.
19182         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
19183         (__strncasecmp_ssse3) [PIC]: Likewise.
19185 2013-08-26  Roland McGrath  <roland@hack.frob.com>
19187         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
19189         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
19190         instead of explicitly declaring xdecrypt.
19191         * nis/nss_nis/nis-publickey.c: Likewise.
19193 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19195         [BZ #15890]
19196         * nscd/aicache.c: Include res_hconf.h.
19197         (addhstaiX): Initialize res_hconf.
19199 2013-08-26  Andreas Schwab  <schwab@suse.de>
19201         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
19202         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
19204 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19206         * nscd/aicache.c (addhstaiX): Fix indentation.
19208 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
19210         * configure.ac: Quote $build_pt_chown test.
19211         * configure: Regenerated.
19213 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
19215         [BZ #15532]
19216         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
19217         * math/s_cexpf.c (__cexpf): Likewise.
19218         * math/s_cexpl.c (__cexpl): Likewise.
19219         * math/libm-test.inc (cexp_test_data): Correct expected return
19220         value for NaN + i0.  Add another test.
19222 2013-08-22  David S. Miller  <davem@davemloft.net>
19224         * po/ca.po: Update Catalan translation from translation project.
19225         * po/uk.po: Add Ukrainian translations from translation project.
19227 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
19229         [BZ #15797]
19230         * math/s_fdim.c (__fdim): Check for infinite arguments if result
19231         is infinite, not alongside NaN test.
19232         * math/s_fdimf.c (__fdimf): Likewise.
19233         * math/s_fdiml.c (__fdiml): Likewise.
19234         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
19235         errno is unchanged.
19237 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
19239         * argp/argp-help.c: Fix typos.
19240         * crypt/speeds.c: Likewise.
19241         * csu/check_fds.c: Likewise.
19242         * elf/dl-load.c: Likewise.
19243         * elf/dl-open.c: Likewise.
19244         * elf/reldep3.c: Likewise.
19245         * elf/reldep.c: Likewise.
19246         * elf/sprof.c: Likewise.
19247         * iconv/iconv_charmap.c: Likewise.
19248         * iconv/skeleton.c: Likewise.
19249         * iconv/strtab.c: Likewise.
19250         * io/lockf64.c: Likewise.
19251         * libio/libioP.h: Likewise.
19252         * resolv/gai_notify.c: Likewise.
19253         * resolv/ns_name.c: Likewise.
19254         * resolv/ns_samedomain.c: Likewise.
19255         * resolv/res_send.c: Likewise.
19256         * stdlib/random.c: Likewise.
19257         * sunrpc/rpc/xdr.h: Likewise.
19258         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
19259         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
19260         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
19261         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
19262         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
19263         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
19264         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
19265         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
19266         * sysdeps/mach/hurd/check_fds.c: Likewise.
19267         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
19268         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19269         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19270         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
19271         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19272         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
19273         * sysdeps/pthread/aio_notify.c: Likewise.
19274         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
19275         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
19276         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
19277         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
19278         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19280 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19282         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
19283         version if bit_Slow_SSE4_2 is set.
19284         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
19285         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
19287 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19289         [BZ #15867]
19290         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
19291         trampoline stack frame information.
19292         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
19293         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
19294         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
19295         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
19296         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
19297         * sysdeps/unix/sysv/linux/powerpc/init-first.c
19298         (_libc_vdso_platform_setup): Initialize the signal trampolines.
19299         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
19300         sa_flags value.
19301         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
19302         interrupting a syscall and set with option SA_SIGINFO.
19304 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
19306         [BZ #15531]
19307         * math/s_cproj.c (__cproj): Only return an infinity if one part of
19308         argument is infinite.
19309         * math/s_cprojf.c (__cprojf): Likewise.
19310         * math/s_cprojl.c (__cprojl): Likewise.
19311         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
19312         * math/libm-test.inc (cproj_test_data): Add more tests.
19314         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
19316         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
19317         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
19318         size.  Use __ffs to determine corresponding shift.
19320 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
19321             Roland McGrath  <roland@hack.frob.com>
19323         * Makefile (INSTALL): Remove trailing blank lines from output of
19324         makeinfo.
19326 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19328         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
19329         Align 32 bit compat elf_greg to 8 bytes.
19331 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
19333         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
19335 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19337         * string/strcoll_l.c (coll_seq): New structure.
19338         (get_next_seq_cached): New function.
19339         (get_next_seq): New function.
19340         (do_compare): New function.
19341         (STRCOLL): Use GNU style definition.  Simplify implementation
19342         by using get_next_seq, get_next_seq_cached and do_compare.
19344 2013-08-16  Florian Weimer  <fweimer@redhat.com>
19346         [BZ #14699]
19347         CVE-2013-4237
19348         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
19349         member.
19350         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
19351         member.
19352         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
19353         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
19354         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
19355         conditional.
19356         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
19357         GETDENTS_64BIT_ALIGNED.
19358         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
19359         * manual/filesys.texi (Reading/Closing Directory): Document
19360         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
19361         strongly.
19362         * manual/conf.texi (Limits for Files): Add portability note to
19363         NAME_MAX, PATH_MAX.
19364         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
19366 2013-08-13  Andreas Schwab  <schwab@suse.de>
19368         [BZ #15749]
19369         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
19370         of fabs.
19371         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
19372         LDBL_MAX_EXP >= 16384]: Add tests for it.
19374 2013-08-12  David S. Miller  <davem@davemloft.net>
19376         * version.h (RELEASE): Set to "development".
19377         (VERSION): Set to "2.18.90".
19378         * NEWS: Add 2.19 section.
19380 2013-08-03  David S. Miller  <davem@davemloft.net>
19382         * po/ko.po: Update Korean translation from translation project.
19384 2013-08-01  David S. Miller  <davem@davemloft.net>
19386         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
19387         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
19388         Bilka.
19390 2013-07-30  David S. Miller  <davem@davemloft.net>
19392         * po/fr.po: Update French translation from translation project.
19394 2013-07-28  David S. Miller  <davem@davemloft.net>
19396         * po/cs.po: Update Czech translation from translation project.
19398         * po/sv.po: Update Swedish translation from translation project.
19400 2013-07-27  David S. Miller  <davem@davemloft.net>
19402         * po/eo.po: Update Esperanto translation from translation project.
19404         * po/vi.po: Update Vietnamese translation from translation project.
19406         * po/de.po: Update German translation from translation project.
19408 2013-07-26  David S. Miller  <davem@davemloft.net>
19410         * po/bg.po: Update Bulgarian translation from translation project.
19412         * po/nl.po: Update Dutch translation from translation project.
19413         * po/pl.po: Update Polish translation from translation project.
19414         * po/ru.po: Update Russian translation from translation project.
19416 2013-07-24  David S. Miller  <davem@davemloft.net>
19418         * po/libc.pot: Update.
19420 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19422         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19423         variable page size.
19424         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19425         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19426         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19428 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19430         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19432 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19433             Andreas Schwab  <schwab@suse.de>
19434             Roland McGrath  <roland@hack.frob.com>
19435             Joseph Myers  <joseph@codesourcery.com>
19436             Carlos O'Donell  <carlos@redhat.com>
19438         [BZ #15755]
19439         * config.h.in: Define HAVE_PT_CHOWN.
19440         * config.make.in (build-pt-chown): New variable.
19441         * configure.in (--enable-pt_chown): New configure option.
19442         * configure: Regenerate.
19443         * login/Makefile: Include Makeconfig.  Build pt_chown only if
19444         build-pt-chown is enabled.
19445         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19446         pt_chown to fix pty ownership.
19447         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19448         CLOSE_ALL_FDS.
19449         * manual/install.texi (Configuring and compiling): Mention
19450         --enable-pt_chown. Add @findex for grantpt.
19451         * INSTALL: Regenerate.
19453 2013-07-20  David S. Miller  <davem@davemloft.net>
19455         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19456         difference between 32-bit and 64-bit.
19458 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
19460         [BZ #15711]
19461         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19462         Avoid system header dependency with -ffreestanding.
19463         ($(objpfx)bits/syscall%d): Likewise.
19465 2013-07-13  David S. Miller  <davem@davemloft.net>
19467         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19468         underflows from atanl/atan2l due to bug 15319.
19469         (casinh_test_data): Likewise.
19471 2013-07-07  David S. Miller  <davem@davemloft.net>
19473         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19475 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
19477         * sysdeps/i386/fpu/libm-test-ulps: Update.
19478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19480 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19482         * configure.in (--enable-lock-elision): Fix message text.
19483         * INSTALL: Regenerate.
19484         * configure: Regenerate.
19486 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19488         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19490 2013-07-03  Andreas Jaeger  <aj@suse.de>
19492         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19493         define.
19494         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19495         (ptrace_peeksiginfo_args): Add.
19496         (__ptrace_peeksiginfo_flags): Add.
19497         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19498         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19499         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19501 2013-07-03  Allan McRae  <allan@archlinux.org>
19503         * sysdeps/i386/fpu/libm-test-ulps: Update.
19505 2013-07-02  David S. Miller  <davem@davemloft.net>
19507         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19509 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19511         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19513 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19515         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19518 2013-07-02  Andi Kleen <ak@linux.intel.com>
19520         * config.h.in (ENABLE_LOCK_ELISION): Add.
19521         * configure.in (--enable-lock-elision): Add option.
19522         * manual/install.texi: Document --enable lock elision.
19523         * configure: Regenerate
19524         * INSTALL: Regenerate.
19526 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19528         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19529         SSE4.2 strcasecmp for libc.a.
19530         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19532 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19534         [BZ #13304]
19535         * soft-fp/op-common.h (_FP_FMA): New macro.
19536         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19537         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19538         (_FP_MUL_MEAT_1_imm): ... here.
19539         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19540         (_FP_MUL_MEAT_1_wide): ... here.
19541         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19542         (_FP_MUL_MEAT_1_hard): ... here.
19543         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19544         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19545         (_FP_MUL_MEAT_2_wide): ... here.
19546         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19547         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19548         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19549         (_FP_MUL_MEAT_2_gmp): ... here.
19550         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19551         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19552         (_FP_MUL_MEAT_4_wide): ... here.
19553         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19554         (_FP_MUL_MEAT_4_gmp): ... here.
19555         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19556         (_FP_WFRACBITS_DW_S): Likewise.
19557         (_FP_WFRACXBITS_DW_S): Likewise.
19558         (_FP_HIGHBIT_DW_S): Likewise.
19559         (FP_FMA_S): Likewise.
19560         (_FP_FRAC_HIGH_DW_S): Likewise.
19561         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19562         (_FP_WFRACBITS_DW_D): Likewise.
19563         (_FP_WFRACXBITS_DW_D): Likewise.
19564         (_FP_HIGHBIT_DW_D): Likewise.
19565         (FP_FMA_D): Likewise.
19566         (_FP_FRAC_HIGH_DW_D): Likewise.
19567         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19568         (_FP_WFRACBITS_DW_E): Likewise.
19569         (_FP_WFRACXBITS_DW_E): Likewise.
19570         (_FP_HIGHBIT_DW_E): Likewise.
19571         (FP_FMA_E): Likewise.
19572         (_FP_FRAC_HIGH_DW_E): Likewise.
19573         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19574         (_FP_WFRACBITS_DW_Q): Likewise.
19575         (_FP_WFRACXBITS_DW_Q): Likewise.
19576         (_FP_HIGHBIT_DW_Q): Likewise.
19577         (FP_FMA_Q): Likewise.
19578         (_FP_FRAC_HIGH_DW_Q): Likewise.
19579         * soft-fp/fmasf4.c: New file.
19580         * soft-fp/fmadf4.c: Likewise.
19581         * soft-fp/fmatf4.c: Likewise.
19583 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19585         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19586         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19587         Silvermont.
19588         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19589         macro.
19590         (index_Slow_SSE4_2): Likewise.
19591         (index_Prefer_PMINUB_for_stringop): Likewise.
19592         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19593         bit_Slow_SSE4_2 is set.
19594         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19595         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19597 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19599         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19600         rtld_global._dl_hwcap2.
19601         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19602         POWER8.
19603         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19604         POWER8 feature descriptions defined in _dl_hwcap2.
19605         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19606         string handling for POWER8 feature bits.
19607         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19608         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19609         _dl_powerpc_cap_flags.
19610         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19611         * sysdeps/powerpc/rtld-global-offsets.sym
19612         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19613         _dl_hwcap2 in the rtld_global_ro structure.
19615 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19617         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19618         hardware capabilities in support of AT_HWCAP2.
19619         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19620         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19621         GLRO(dl_hwcap2).
19622         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19623         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19624         explicitly the unknown a_type display mechanism is used.
19625         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19626         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19627         struct member.
19628         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19629         to macro prototype for AT_HWCAP2 support.
19630         * sysdeps/i386/dl-procinfo.h: Likewise.
19631         * sysdeps/s390/dl-procinfo.h: Likewise.
19632         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19633         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19634         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19635         return -1 for unknown a_type display fallback.
19636         * sysdeps/sparc/dl-procinfo.h: Likewise.
19637         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19638         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19640 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19642         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19643         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19645 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19647         [BZ #12492]
19648         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19649         mprotect making __stack_prot writable.
19651 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19652             Joseph Myers  <joseph@codesourcery.com>
19654         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19655         as being properly aligned.
19657 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19659         * dlfcn/modstatic5.c: New file.
19660         * dlfcn/tststatic5.c: New file.
19661         * dlfcn/Makefile (tests): Add tststatic5.
19662         (tests-static): Likewise.
19663         (modules-names): Add modstatic5.
19664         (tststatic5-ENV): New variable.
19665         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19667         [BZ #15022]
19668         * elf/dl-support.c (_dl_main_map): New variable.
19669         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19670         (_dl_nns, _dl_load_adds): Set to 1.
19671         (_dl_initial_searchlist): Refer to _dl_main_map.
19672         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19673         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19674         call to _dl_get_origin.
19675         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19676         around call_map.
19677         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19678         * dlfcn/modstatic3.c: New file.
19679         * dlfcn/tststatic3.c: New file.
19680         * dlfcn/tststatic4.c: New file.
19681         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19682         (tests-static): Likewise.
19683         (modules-names): Add modstatic3.
19684         (tststatic3-ENV, tststatic4-ENV): New variables.
19685         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19686         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19688 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19690         * configure.in (CC): Require GCC version 4.4 or later.
19691         * configure: Regenerated.
19692         * manual/install.texi (Tools for Compilation): Update GCC version
19693         requirement.
19694         * INSTALL: Regenerated.
19696 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19698         [BZ #15674]
19699         * string/test-memcmp.c (check2): New.
19700         (main): Call check2.
19702         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19704 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19706         [BZ #15022]
19707         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19708         over to...
19709         (dl_open_worker) [!SHARED]: ... here.
19711 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19713         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19715 2013-06-25  Richard Henderson  <rth@redhat.com>
19717         * locale/programs/locarchive.c: Include <libc-internal.h>
19719 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19721         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19722         trailing whitespace removed.
19724 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19726         [BZ #10283]
19727         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19728         * locale/programs/locarchive.c: Include libc-mmap.h.
19729         (prepare_address_space): Take two new outputs (the mmap base and len).
19730         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19731         values.
19732         (create_archive): Declare new mmap base and len values for
19733         prepare_address_space, and store the result in ah.
19734         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19735         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19736         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19737         Declare new mmap base and len values for
19738         prepare_address_space, and store the result in new_ah.
19739         (open_archive): Declare new mmap base and len values for
19740         prepare_address_space, and store the result in ah.
19741         (close_archive): If ah->mmap_base is not NULL, use that and
19742         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19743         * sysdeps/generic/libc-mmap.h: New file.
19745 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19747         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19748         (ALIGN_UP): Likewise.
19749         (PTR_ALIGN_DOWN): Likewise.
19750         (PTR_ALIGN_UP): Likewise.
19752 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19754         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19755         entry mapped to PPC_PLATFORM_POWER8.
19756         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19757         POWER8.
19758         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19759         (_dl_string_platform): Add case for exporting platform position for
19760         POWER8.
19761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19762         search path to sysdeps/powerpc/powerpc32/power8 directory.
19763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19764         search path to sysdeps/powerpc/powerpc64/power8 directory.
19765         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19766         power7 directories.
19767         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19768         power7 directories.
19770 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19772         * INSTALL: Regenerate.
19774         * nscd/connections.c (nscd_init): Fix comment.
19776 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19778         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19780         [BZ #15667]
19781         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19782         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19784 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19786         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19787         DL_DST_REQ_STATIC.
19788         (DL_DST_REQ_STATIC): Remove macro.
19790 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19792         [BZ #7006]
19793         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19794         with a shift of 0 bits.
19796 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19798         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19799         $(tststatic-ENV).
19801 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19803         [BZ #15655]
19804         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19806 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19808         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19809         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19810         accepts -fno-tree-loop-distribute-patterns.
19811         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19812         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19813         recursive call.
19814         * string/memset.c (memset): Likewise.
19815         * string/test-memmove.c (simple_memmove): Disable loop transformation
19816         to library calls.
19817         * string/test-memset.c (simple_memset): Likewise.
19818         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19819         * benchtests/bench-memset.c (simple_memset): Likewise.
19820         * configure: Regenerated.
19822 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19824         * math/test-misc.c (main): Ignore fesetround failure when failures
19825         of subsequent rounding tests would be ignored.
19827         [BZ #15654]
19828         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19829         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19830         * math/fegetenv.c (__fegetenv): Return 0.
19831         * math/fegetexcept.c (fegetexcept): Return 0.
19832         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19833         FE_TONEAREST.
19834         * math/feholdexcpt.c (feholdexcept): Return 0.
19835         * math/fesetenv.c (__fesetenv): Return 0.
19836         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19837         argument FE_TONEAREST.
19838         * math/feupdateenv.c (__feupdateenv): Return 0.
19839         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19841 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19843         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19844         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19845         ($(objpfx)rtld-%.os rules): Use them.
19847 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19849         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19850         fields.
19852 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19854         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19855         length of target pattern, then descending length of dependency pattern.
19856         * configure.in (AWK): Require gawk 3.1.2 or newer.
19857         * manual/install.texi (Tools for Compilation): Say that we do.
19858         * configure: Regenerated.
19860         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19861         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19862         * scripts/sysd-rules.awk: ... this new script.
19863         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19864         than a glob-style pattern.
19866 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19868         * math/test-misc.c (main): Do not treat incorrectly rounded
19869         conversions as failure unless ROUNDING_TESTS passes.
19871 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19873         [BZ #15631]
19874         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19875         restore exception state around main square root computation, then
19876         check for inexactness explicitly.
19878         * math/libm-test.inc (fma_test_data): Add another test.
19880 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19882         * manual/threads.texi (Non-POSIX Extensions): New document
19883         node.  Document pthread_getattr_default_np and
19884         pthread_setattr_default_np.
19886         * Versions.def (libpthread): Add GLIBC_2.18.
19887         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19889         Likewise.
19890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19891         Likewise.
19892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19893         Likewise.
19894         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19895         Likewise.
19896         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19897         Likewise.
19898         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19899         Likewise.
19900         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19901         Likewise.
19902         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19903         Likewise.
19904         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19905         Likewise.
19907 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19909         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19910         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19912 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19913             H.J. Lu  <hjl.tools@gmail.com>
19915         [BZ #15627]
19916         * sysdeps/x86_64/rtld-memset.c: Remove file.
19917         * sysdeps/x86_64/rtld-memset.S: New file.
19919 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19921         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19922         (test_in_one_mode): Take arguments for whether the rounding mode
19923         is supported for each floating-point type.
19924         (do_test): Pass new arguments to test_in_one_mode using
19925         ROUNDING_TESTS.
19927 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19929         * posix/tst-waitid.c (do_test): Distinguish different instances of
19930         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19931         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19932         before entering the kernel for waitpid.
19934 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19936         * NEWS: Fix note on clock function precision.  Text by Roland
19937         McGrath.
19939 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19941         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19942         it into place only when and if the sanity check passes.
19944 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19946         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19947         output for whether conversion result is exact.  Take argument
19948         indicating whether type is IBM long double.
19949         (round_for_all): Change need_exact field to ibm_ld.
19950         * stdlib/tst-strtod-round.c (struct exactness): New type.
19951         (struct test): Change bool ld_ok field to struct exactness exact.
19952         (TEST): Update all definitions for change to field.
19953         (tests): Regenerate array contents.
19954         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19955         field value.  Check for IBM long double here.
19956         (do_test): Update calls to test_in_one_mode.
19958 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19960         [BZ #12515]
19961         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19962         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19964 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19966         [BZ #15605]
19967         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19968         generated by the compiler on loop optimizations.
19969         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19970         general definitions.
19972 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19974         * math/bug-nextafter.c: Include <math-tests.h>.
19975         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19976         the relevant type.
19977         * math/bug-nexttoward.c: Include <math-tests.h>.
19978         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19979         the relevant type.
19980         * math/test-misc.c: Include <math-tests.h>.
19981         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19982         the relevant type.
19984 2013-06-12  Andreas Jaeger  <aj@suse.de>
19986         * po/ia.po: Update Interlingua translation from translation
19987         project.
19989 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19991         * include/fenv.h: Include stdbool.h.
19992         (struct rm_ctx): New structure.
19993         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19994         Define macro.
19995         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19996         (SET_RESTORE_ROUNDF): Likewise.
19997         (SET_RESTORE_ROUNDL): Likewise.
19998         (SET_RESTORE_ROUND_NOEX): Likewise.
19999         (SET_RESTORE_ROUND_NOEXF): Likewise.
20000         (SET_RESTORE_ROUND_NOEXL): Likewise.
20001         (SET_RESTORE_ROUND_53BIT): Likewise.
20002         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
20003         (libc_feresetround_noexf_ctx): Likewise.
20004         (libc_feresetround_noexl_ctx): Likewise.
20005         (libc_feholdsetround_53bit_ctx): Likewise.
20006         (libc_feresetround_53bit_ctx): Likewise.
20007         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
20008         (libc_feholdexcept_setround_sse_ctx): New function.
20009         (libc_fesetenv_sse_ctx): Likewise.
20010         (libc_feupdateenv_sse_ctx): Likewise.
20011         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
20012         (libc_feholdexcept_setround_387_ctx): Likewise.
20013         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
20014         (libc_feholdsetround_387_prec_ctx): Likewise.
20015         (libc_feholdsetround_387_ctx): Likewise.
20016         (libc_feholdsetround_387_53bit_ctx): Likewise.
20017         (libc_feholdsetround_sse_ctx): Likewise.
20018         (libc_feresetround_sse_ctx): Likewise.
20019         (libc_feresetround_387_ctx): Likewise.
20020         (libc_feupdateenv_387_ctx): Likewise.
20021         (libc_feholdexcept_setroundf_ctx): Define macro.
20022         (libc_fesetenvf_ctx): Likewise.
20023         (libc_feupdateenvf_ctx): Likewise.
20024         (libc_feholdsetroundf_ctx): Likewise.
20025         (libc_feresetroundf_ctx): Likewise.
20026         (libc_feholdexcept_setround_ctx): Likewise.
20027         (libc_fesetenv_ctx): Likewise.
20028         (libc_feupdateenv_ctx): Likewise.
20029         (libc_feholdsetround_ctx): Likewise.
20030         (libc_feresetround_ctx): Likewise.
20031         (libc_feholdexcept_setroundl_ctx): Likewise.
20032         (libc_feupdateenvl_ctx): Likewise.
20033         (libc_feholdsetroundl_ctx): Likewise.
20034         (libc_feresetroundl_ctx): Likewise.
20035         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
20036         (libc_feresetround_53bit_ctx): Likewise.
20038 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20040         * locale/iso-639.def: Convert to UTF-8.
20042 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
20044         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
20045         (EXCEPTION_TESTS_double): Likewise.
20046         (EXCEPTION_TESTS_long_double): Likewise.
20047         (EXCEPTION_TESTS): Likewise.
20048         * math/libm-test.inc (test_exceptions): Only test exceptions if
20049         EXCEPTION_TESTS (FLOAT).
20051 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20053         * benchtests/Makefile (string-bench): Add strcpy_chk and
20054         stpcpy_chk.
20055         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
20056         * benchtests/bench-stpcpy_chk.c: New file.
20057         * benchtests/bench-strcpy_chk-ifunc.c: New file.
20058         * benchtests/bench-strcpy_chk.c: New file.
20059         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
20060         code.
20061         (do_test): Likewise.
20063 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20065         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
20066         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
20067         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
20068         with tabs where appropriate.
20069         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
20070         dl-procinfo.h.
20071         [PPC_PLATFORM_PPC440]: Likewise.
20072         [PPC_PLATFORM_PPC464]: Likewise.
20073         [PPC_PLATFORM_PPC476]: Likewise.
20074         (_dl_string_platform): Add support for detecting ppc405, ppc440,
20075         ppc464, and ppc476 platform strings merging from ports/
20076         dl-procinfo.h.
20078 2013-06-11  Andreas Schwab  <schwab@suse.de>
20080         [BZ #14991]
20081         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
20082         (from_ucs4_idx): Regenerate.
20083         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
20084         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
20085         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
20086         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
20087         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
20088         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
20089         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
20090         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
20091         from FROM_LOOP and TO_LOOP specific macros.
20092         (BODY): Handle combining characters.
20093         * iconvdata/BIG5HKSCS.irreversible: Update.
20094         * iconvdata/BIG5HKSCS.precomposed: New file.
20095         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
20096         characters.
20097         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
20099 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20101         * include/sys/time.h: Fix indentation and add copyright header.
20103         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
20104         (do_test): Likewise.
20105         * string/test-memchr.c (do_one_test): Likewise.
20106         (do_test): Likewise.
20107         * string/test-memcmp.c (do_one_test): Likewise.
20108         (do_test): Likewise.
20109         * string/test-memcpy.c (do_one_test): Likewise.
20110         (do_test): Likewise.
20111         * string/test-memmem.c (do_one_test): Likewise.
20112         (do_test): Likewise.
20113         (do_random_tests): Likewise.
20114         * string/test-memmove.c (do_one_test): Likewise.
20115         (do_test): Likewise.
20116         * string/test-memset.c (do_one_test): Likewise.
20117         (do_test): Likewise.
20118         * string/test-rawmemchr.c (do_one_test): Likewise.
20119         (do_test): Likewise.
20120         * string/test-strcasecmp.c (do_one_test): Likewise.
20121         (do_test): Likewise.
20122         * string/test-strcasestr.c (do_one_test): Likewise.
20123         (do_test): Likewise.
20124         * string/test-strcat.c (do_one_test): Likewise.
20125         (do_test): Likewise.
20126         * string/test-strchr.c (do_one_test): Likewise.
20127         (do_test): Likewise.
20128         * string/test-strcmp.c (do_one_test): Likewise.
20129         (do_test): Likewise.
20130         * string/test-strcpy.c (do_one_test): Likewise.
20131         (do_test): Likewise.
20132         * string/test-string.h: Likewise.
20133         (test_init): Likewise.
20134         * string/test-strlen.c (do_one_test): Likewise.
20135         (do_test): Likewise.
20136         * string/test-strncasecmp.c (do_one_test): Likewise.
20137         (do_test): Likewise.
20138         * string/test-strncat.c (do_one_test): Likewise.
20139         (do_test): Likewise.
20140         * string/test-strncmp.c (do_one_test): Likewise.
20141         (do_test_limit): Likewise.
20142         (do_test): Likewise.
20143         * string/test-strncpy.c (do_one_test): Likewise.
20144         (do_test): Likewise.
20145         * string/test-strnlen.c (do_one_test): Likewise.
20146         (do_test): Likewise.
20147         * string/test-strpbrk.c (do_one_test): Likewise.
20148         (do_test): Likewise.
20149         * string/test-strrchr.c (do_one_test): Likewise.
20150         (do_test): Likewise.
20151         * string/test-strspn.c (do_one_test): Likewise.
20152         (do_test): Likewise.
20153         * string/test-strstr.c (do_one_test): Likewise.
20154         (do_test): Likewise.
20156         * benchtests/Makefile (string-bench): Add string benchmarks.
20157         * benchtests/bench-bcopy-ifunc.c: New file.
20158         * benchtests/bench-bcopy.c: New file.
20159         * benchtests/bench-bzero-ifunc.c: New file.
20160         * benchtests/bench-bzero.c: New file.
20161         * benchtests/bench-memccpy-ifunc.c: New file.
20162         * benchtests/bench-memccpy.c: New file.
20163         * benchtests/bench-memchr-ifunc.c: New file.
20164         * benchtests/bench-memchr.c: New file.
20165         * benchtests/bench-memcmp-ifunc.c: New file.
20166         * benchtests/bench-memcmp.c: New file.
20167         * benchtests/bench-memmem-ifunc.c: New file.
20168         * benchtests/bench-memmem.c: New file.
20169         * benchtests/bench-memmove-ifunc.c: New file.
20170         * benchtests/bench-memmove.c: New file.
20171         * benchtests/bench-mempcpy-ifunc.c: New file.
20172         * benchtests/bench-mempcpy.c: New file.
20173         * benchtests/bench-memset-ifunc.c: New file.
20174         * benchtests/bench-memset.c: New file.
20175         * benchtests/bench-rawmemchr-ifunc.c: New file.
20176         * benchtests/bench-rawmemchr.c: New file.
20177         * benchtests/bench-stpcpy-ifunc.c: New file.
20178         * benchtests/bench-stpcpy.c: New file.
20179         * benchtests/bench-stpncpy-ifunc.c: New file.
20180         * benchtests/bench-stpncpy.c: New file.
20181         * benchtests/bench-strcasecmp-ifunc.c: New file.
20182         * benchtests/bench-strcasecmp.c: New file.
20183         * benchtests/bench-strcasestr-ifunc.c: New file.
20184         * benchtests/bench-strcasestr.c: New file.
20185         * benchtests/bench-strcat-ifunc.c: New file.
20186         * benchtests/bench-strcat.c: New file.
20187         * benchtests/bench-strchr-ifunc.c: New file.
20188         * benchtests/bench-strchr.c: New file.
20189         * benchtests/bench-strchrnul-ifunc.c: New file.
20190         * benchtests/bench-strchrnul.c: New file.
20191         * benchtests/bench-strcmp-ifunc.c: New file.
20192         * benchtests/bench-strcmp.c: New file.
20193         * benchtests/bench-strcpy-ifunc.c: New file.
20194         * benchtests/bench-strcpy.c: New file.
20195         * benchtests/bench-strcspn-ifunc.c: New file.
20196         * benchtests/bench-strcspn.c: New file.
20197         * benchtests/bench-strlen-ifunc.c: New file.
20198         * benchtests/bench-strlen.c: New file.
20199         * benchtests/bench-strncasecmp-ifunc.c: New file.
20200         * benchtests/bench-strncasecmp.c: New file.
20201         * benchtests/bench-strncat-ifunc.c: New file.
20202         * benchtests/bench-strncat.c: New file.
20203         * benchtests/bench-strncmp-ifunc.c: New file.
20204         * benchtests/bench-strncmp.c: New file.
20205         * benchtests/bench-strncpy-ifunc.c: New file.
20206         * benchtests/bench-strncpy.c: New file.
20207         * benchtests/bench-strnlen-ifunc.c: New file.
20208         * benchtests/bench-strnlen.c: New file.
20209         * benchtests/bench-strpbrk-ifunc.c: New file.
20210         * benchtests/bench-strpbrk.c: New file.
20211         * benchtests/bench-strrchr-ifunc.c: New file.
20212         * benchtests/bench-strrchr.c: New file.
20213         * benchtests/bench-strspn-ifunc.c: New file.
20214         * benchtests/bench-strspn.c: New file.
20215         * benchtests/bench-strstr-ifunc.c: New file.
20216         * benchtests/bench-strstr.c: New file.
20218         * benchtests/Makefile: Disable parallel execution of targets.
20219         (string-bench): Add memcpy.
20220         (benchset): New variable to store a list of benchmark sets.
20221         (bench-func): Renamed from bench.
20222         (bench-set): New target.
20223         (bench): Depend on bench-func and bench-set.
20224         * benchtests/README: Add section on benchmark sets.
20225         * benchtests/bench-memcpy-ifunc.c: New file.
20226         * benchtests/bench-memcpy.c: New file.
20227         * benchtests/bench-string.h: New file.
20229 2013-06-11  Andreas Schwab  <schwab@suse.de>
20231         [BZ #15577]
20232         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
20233         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
20234         values in the triple.
20235         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
20236         terminator in the group key.
20238 2013-06-11  Andreas Jaeger  <aj@suse.de>
20240         * po/zh_TW.po: Update Chinese (traditional) translation from
20241         translation project.
20243 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20245         * include/time.h (__clock_gettime): Add libc_hidden_proto.
20246         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
20247         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
20248         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
20249         (clock_getcpuclockid): Likewise.
20250         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
20251         Add weak_alias and libc_hidden_def.
20252         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
20253         * rt/clock_gettime.c (clock_gettime): Rename to
20254         __clock_gettime.  Add weak_alias and libc_hidden_def.
20255         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
20256         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
20257         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
20258         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
20259         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
20260         Likewise.
20261         * rt/clock_settime.c (clock_settime): Rename to
20262         __clock_settime.  Add weak_alias and libc_hidden_def.
20263         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
20265 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
20267         * mach/err_boot.sub: Remove trailing whitespace.
20268         * mach/err_ipc.sub: Likewise.
20269         * mach/err_mach.sub: Likewise.
20271         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
20272         (ROUNDING_TESTS_double): Likewise.
20273         (ROUNDING_TESTS_long_double): Likewise.
20274         (ROUNDING_TESTS): Likewise.
20275         * math/libm-test.inc: Include <math-tests.h>.
20276         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
20277         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20278         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20279         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20281 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20283         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
20284         of assigning.
20286 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
20288         * sysdeps/gnu/errlist.awk: Do not generate space at end of
20289         otherwise empty TRANS lines.
20290         * sysdeps/gnu/errlist.c: Regenerated.
20292         * catgets/gencat.c (error_print): Use (void) in function
20293         definition.
20294         * crypt/crypt_util.c (__init_des): Likewise.
20295         * crypt/speeds.c (Stop): Likewise.
20296         (main): Likewise.
20297         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
20298         * inet/ruserpass.c (token): Likewise.
20299         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
20300         * intl/localealias.c (extend_alias_table): Likewise.
20301         * intl/plural-exp.c (init_germanic_plural): Likewise.
20302         * libio/fcloseall.c (__fcloseall): Likewise.
20303         * libio/genops.c (_IO_flush_all): Likewise.
20304         (_IO_flush_all_linebuffered): Likewise.
20305         (_IO_cleanup): Likewise.
20306         (_IO_iter_begin): Likewise.
20307         (_IO_iter_end): Likewise.
20308         (_IO_list_lock): Likewise.
20309         (_IO_list_unlock): Likewise.
20310         (_IO_list_resetlock): Likewise.
20311         * libio/getchar.c (getchar): Likewise.
20312         * libio/getchar_u.c (getchar_unlocked): Likewise.
20313         * libio/getwchar.c (getwchar): Likewise.
20314         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
20315         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
20316         * login/getpt.c (__getpt): Likewise.
20317         * login/tst-utmp.c (main): Likewise.
20318         * malloc/hooks.c (__malloc_check_init): Likewise.
20319         * malloc/malloc.c (__malloc_stats): Likewise.
20320         * malloc/mtrace.c (tr_break): Likewise.
20321         (mtrace): Likewise.
20322         (muntrace): Likewise.
20323         * misc/fstab.c (endfsent): Likewise.
20324         * misc/getclktck.c (__getclktck): Likewise.
20325         * misc/getdtsz.c (__getdtablesize): Likewise.
20326         * misc/gethostid.c (gethostid): Likewise.
20327         * misc/getpagesize.c (__getpagesize): Likewise.
20328         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
20329         (__get_nprocs): Likewise.
20330         (__get_phys_pages): Likewise.
20331         (__get_avphys_pages): Likewise.
20332         * misc/getttyent.c (getttyent): Likewise.
20333         (setttyent): Likewise.
20334         (endttyent): Likewise.
20335         * misc/getusershell.c (getusershell): Likewise.
20336         (endusershell): Likewise.
20337         (setusershell): Likewise.
20338         (initshells): Likewise.
20339         * misc/hsearch.c (__hdestroy): Likewise.
20340         * misc/sync.c (sync): Likewise.
20341         * misc/syslog.c (closelog_internal): Likewise.
20342         (closelog): Likewise.
20343         * misc/ttyslot.c (ttyslot): Likewise.
20344         * misc/vhangup.c (vhangup): Likewise.
20345         * posix/fork.c (__fork): Likewise.
20346         * posix/getegid.c (__getegid): Likewise.
20347         * posix/geteuid.c (__geteuid): Likewise.
20348         * posix/getgid.c (__getgid): Likewise.
20349         * posix/getpid.c (__getpid): Likewise.
20350         * posix/getppid.c (__getppid): Likewise.
20351         * posix/getuid.c (__getuid): Likewise.
20352         * posix/pause.c (pause): Likewise.
20353         * posix/setpgrp.c (setpgrp): Likewise.
20354         * posix/setsid.c (__setsid): Likewise.
20355         * posix/test-vfork.c (noop): Likewise.
20356         * resolv/gethnamaddr.c (_endhtent): Likewise.
20357         (_gethtent): Likewise.
20358         (ht_endhostent): Likewise.
20359         (gethostent): Likewise.
20360         (dns_service): Likewise.
20361         * stdlib/drand48.c (drand48): Likewise.
20362         * stdlib/lrand48.c (lrand48): Likewise.
20363         * stdlib/mrand48.c (mrand48): Likewise.
20364         * stdlib/rand.c (rand): Likewise.
20365         * stdlib/random.c (__random): Likewise.
20366         * stdlib/setenv.c (clearenv): Likewise.
20367         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
20368         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
20369         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
20370         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
20371         (__get_nprocs): Likewise.
20372         (__get_phys_pages): Likewise.
20373         (__get_avphys_pages): Likewise.
20374         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
20375         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
20376         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
20377         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
20378         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
20379         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
20380         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
20381         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
20382         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
20383         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
20384         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
20385         * sysdeps/mach/hurd/sync.c (sync): Likewise.
20386         * sysdeps/posix/clock.c (clock): Likewise.
20387         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
20388         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
20389         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
20390         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
20391         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20392         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20393         (__get_nprocs_conf): Likewise.
20394         (__get_phys_pages): Likewise.
20395         (__get_avphys_pages): Likewise.
20396         * time/clock.c (clock): Likewise.
20397         * time/tzset.c (__tzname_max): Likewise.
20399 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
20401         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20402         (__bswap_32): Do not use "register".
20403         * crypt/crypt.c (_ufc_doit_r): Likewise.
20404         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20405         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20406         * gmon/gmon.c (__monstartup): Likewise.
20407         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20408         * hurd/hurdmalloc.c (more_memory): Likewise.
20409         (malloc): Likewise.
20410         (free): Likewise.
20411         (realloc): Likewise.
20412         (malloc_fork_prepare): Likewise.
20413         (malloc_fork_parent): Likewise.
20414         (malloc_fork_child): Likewise.
20415         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20416         (_svcauth_des): Likewise.
20417         * inet/inet_lnaof.c (inet_lnaof): Likewise.
20418         * inet/inet_net.c (inet_network): Likewise.
20419         * inet/inet_netof.c (inet_netof): Likewise.
20420         * inet/rcmd.c (__validuser2_sa): Likewise.
20421         * io/fts.c (fts_open): Likewise.
20422         (fts_load): Likewise.
20423         (fts_close): Likewise.
20424         (fts_read): Likewise.
20425         (fts_children): Likewise.
20426         (fts_build): Likewise.
20427         (fts_stat): Likewise.
20428         (fts_sort): Likewise.
20429         (fts_alloc): Likewise.
20430         (fts_lfree): Likewise.
20431         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20432         (_IO_file_xsgetn): Likewise.
20433         (_IO_file_xsgetn_mmap): Likewise.
20434         * libio/iofopncook.c (_IO_cookie_read): Likewise.
20435         (_IO_cookie_write): Likewise.
20436         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20437         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20438         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20439         * malloc/obstack.c (_obstack_begin): Likewise.
20440         (_obstack_begin_1): Likewise.
20441         (_obstack_newchunk): Likewise.
20442         (_obstack_allocated_p): Likewise.
20443         (obstack_free): Likewise.
20444         (_obstack_memory_used): Likewise.
20445         * misc/getttyent.c (getttynam): Likewise.
20446         (getttyent): Likewise.
20447         (skip): Likewise.
20448         (value): Likewise.
20449         * misc/getusershell.c (initshells): Likewise.
20450         * misc/syslog.c (__vsyslog_chk): Likewise.
20451         * misc/ttyslot.c (ttyslot): Likewise.
20452         * nis/nis_hash.c (__nis_hash): Likewise.
20453         * posix/fnmatch_loop.c (FCT): Likewise.
20454         * posix/getconf.c (print_all): Likewise.
20455         (main): Likewise.
20456         * posix/getopt.c (exchange): Likewise.
20457         * posix/glob.c (globfree): Likewise.
20458         (prefix_array): Likewise.
20459         (__glob_pattern_type): Likewise.
20460         * resolv/arpa/nameser.h (NS_GET16): Likewise.
20461         (NS_GET32): Likewise.
20462         (NS_PUT16): Likewise.
20463         (NS_PUT32): Likewise.
20464         * resolv/gethnamaddr.c (getanswer): Likewise.
20465         (gethostbyname2): Likewise.
20466         (gethostbyaddr): Likewise.
20467         (_gethtent): Likewise.
20468         (_gethtbyname2): Likewise.
20469         (_gethtbyaddr): Likewise.
20470         * resolv/ns_print.c (dst_s_get_int16): Likewise.
20471         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20472         * resolv/res_init.c (__res_vinit): Likewise.
20473         (net_mask): Likewise.
20474         * resolv/res_mkquery.c (outchar): Likewise.
20475         (PRINT): Likewise.
20476         * stdio-common/printf_fp.c (outchar): Likewise.
20477         (PRINT): Likewise.
20478         * stdio-common/printf_fphex.c (outchar): Likewise.
20479         (PRINT): Likewise.
20480         * stdio-common/printf_size.c (outchar): Likewise.
20481         (PRINT): Likewise.
20482         * stdio-common/test_rdwr.c (main): Likewise.
20483         * stdio-common/tfformat.c (matches): Likewise.
20484         * stdio-common/vfprintf.c (outchar): Likewise.
20485         (printf_unknown): Likewise.
20486         (buffered_vfprintf): Likewise.
20487         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20488         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20489         (ReadFile): Likewise.
20490         * stdlib/qsort.c (SWAP): Likewise.
20491         (_quicksort): Likewise.
20492         * stdlib/setenv.c (__add_to_environ): Likewise.
20493         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20494         * stdlib/strtol_l.c (__strtol_l): Likewise.
20495         * stdlib/tst-strtod.c (main): Likewise.
20496         * stdlib/tst-strtol.c (main): Likewise.
20497         * stdlib/tst-strtoll.c (main): Likewise.
20498         * string/bits/string2.h (__strcmp_cc): Likewise.
20499         (__strcmp_cg): Likewise.
20500         (__strcspn_c1): Likewise.
20501         (__strcspn_c2): Likewise.
20502         (__strcspn_c3): Likewise.
20503         (__strspn_c1): Likewise.
20504         (__strspn_c2): Likewise.
20505         (__strspn_c3): Likewise.
20506         (__strsep_1c): Likewise.
20507         (__strsep_2c): Likewise.
20508         (__strsep_3c): Likewise.
20509         * string/memccpy.c (__memccpy): Likewise.
20510         * string/stpcpy.c (__stpcpy): Likewise.
20511         * string/strcmp.c (strcmp): Likewise.
20512         * string/strrchr.c (strrchr): Likewise.
20513         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20514         Likewise.
20515         * sysdeps/mach/hurd/getcwd.c
20516         (_hurd_canonicalize_directory_name_internal): Likewise.
20517         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20518         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20519         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20520         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20521         Likewise, in both definitions.
20522         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20523         definitions.
20524         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20525         64] (__bswap_64): Likewise.
20526         * time/test_time.c (main): Likewise.
20527         * time/tzfile.c (__tzfile_read): Likewise.
20528         (__tzfile_compute): Likewise.
20529         * time/tzset.c (__tzset_parse_tz): Likewise.
20530         (tzset_internal): Likewise.
20531         (compute_change): Likewise.
20532         * wcsmbs/wcscat.c (__wcscat): Likewise.
20533         * wcsmbs/wcschr.c (wcschr): Likewise.
20534         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20535         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20536         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20537         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20538         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20539         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20540         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20541         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20542         * wcsmbs/wmemset.c (wmemset): Likewise.
20544 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20546         * scripts/config.guess: Update to version 2013-05-16.
20547         * scripts/config.sub: Update to version 2013-04-24.
20548         * scripts/install-sh: Update to version 2011-11-20.07.
20549         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20550         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20552 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20554         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20555         * elf/sln.c: Likewise.
20556         * hurd/hurd/ioctl.h: Likewise.
20557         * hurd/hurdmalloc.c: Likewise.
20558         * hurd/xattr.c: Likewise.
20559         * include/shlib-compat.h: Likewise.
20560         * inet/ruserpass.c: Likewise.
20561         * libio/iofgets_u.c: Likewise.
20562         * libio/iofgetws_u.c: Likewise.
20563         * locale/programs/ld-identification.c: Likewise.
20564         * locale/programs/ld-time.c: Likewise.
20565         * mach/msg-destroy.c: Likewise.
20566         * nss/nss_files/files-netgrp.c: Likewise.
20567         * resolv/res_data.c: Likewise.
20568         * soft-fp/op-1.h: Likewise.
20569         * soft-fp/op-2.h: Likewise.
20570         * soft-fp/op-4.h: Likewise.
20571         * soft-fp/op-common.h: Likewise.
20572         * stdio-common/printf_fphex.c: Likewise.
20573         * stdlib/strtod_l.c: Likewise.
20574         * sunrpc/rpc/clnt.h: Likewise.
20575         * sysdeps/generic/framestate.c: Likewise.
20576         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20577         * sysdeps/i386/bsd-setjmp.S: Likewise.
20578         * sysdeps/i386/__longjmp.S: Likewise.
20579         * sysdeps/i386/setjmp.S: Likewise.
20580         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20581         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20582         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20583         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20584         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20585         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20586         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20587         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20588         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20589         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20590         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20591         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20592         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20593         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20594         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20595         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20596         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20597         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20598         * sysdeps/ieee754/support.c: Likewise.
20599         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20600         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20601         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20602         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20603         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20604         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20605         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20606         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20607         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20608         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20609         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20610         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20611         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20612         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20613         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20614         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20615         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20618 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20620         * posix/transbug.c: Remove executable mode.
20622 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20624         * crypt/speeds.c: Remove trailing whitespace.
20625         * dlfcn/default.c: Likewise.
20626         * elf/ifuncdep2.c: Likewise.
20627         * elf/ifuncmain1.c: Likewise.
20628         * elf/ifuncmain1vis.c: Likewise.
20629         * elf/testobj.h: Likewise.
20630         * elf/tst-stackguard1.c: Likewise.
20631         * gmon/sys/gmon.h: Likewise.
20632         * hurd/hurdmsg.c: Likewise.
20633         * hurd/new-fd.c: Likewise.
20634         * hurd/ports-get.c: Likewise.
20635         * iconvdata/ibm1008_420.c: Likewise.
20636         * inet/tst-getni1.c: Likewise.
20637         * inet/tst-getni2.c: Likewise.
20638         * libio/ioungetc.c: Likewise.
20639         * libio/wfiledoalloc.c: Likewise.
20640         * manual/libm-err-tab.pl: Likewise.
20641         * math/w_dremf.c: Likewise.
20642         * misc/ftruncate.c: Likewise.
20643         * posix/bug-glob2.c: Likewise.
20644         * posix/tst-pcre.c: Likewise.
20645         * posix/wait4.c: Likewise.
20646         * resolv/README: Likewise.
20647         * resolv/res_debug.h: Likewise.
20648         * resolv/tst-inet_ntop.c: Likewise.
20649         * setjmp/bug269-setjmp.c: Likewise.
20650         * soft-fp/extended.h: Likewise.
20651         * soft-fp/op-1.h: Likewise.
20652         * soft-fp/op-2.h: Likewise.
20653         * soft-fp/op-4.h: Likewise.
20654         * soft-fp/op-8.h: Likewise.
20655         * soft-fp/testit.c: Likewise.
20656         * stdio-common/bug16.c: Likewise.
20657         * stdlib/random.c: Likewise.
20658         * sunrpc/rpcsvc/rquota.x: Likewise.
20659         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20660         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20661         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20662         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20663         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20664         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20665         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20666         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20667         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20668         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20669         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20670         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20671         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20672         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20673         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20674         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20675         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20676         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20677         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20678         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20679         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20680         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20681         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20682         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20683         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20684         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20685         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20686         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20687         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20688         * sysdeps/ieee754/s_lib_version.c: Likewise.
20689         * sysdeps/mach/hurd/check_fds.c: Likewise.
20690         * sysdeps/mach/hurd/getsockname.c: Likewise.
20691         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20692         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20693         * sysdeps/powerpc/bits/link.h: Likewise.
20694         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20695         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20696         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20697         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20698         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20699         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20700         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20701         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20702         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20703         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20704         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20705         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20706         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20707         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20708         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20709         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20710         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20711         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20712         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20713         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20714         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20715         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20716         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20717         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20718         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20719         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20720         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20721         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20722         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20723         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20724         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20725         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20726         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20727         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20728         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20729         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20730         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20731         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20732         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20733         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20734         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20735         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20736         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20737         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20738         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20739         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20740         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20741         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20742         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20743         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20744         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20745         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20746         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20747         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20748         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20749         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20750         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20751         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20752         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20753         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20754         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20755         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20756         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20757         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20758         * sysdeps/powerpc/sysdep.h: Likewise.
20759         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20760         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20761         * sysdeps/sh/dl-trampoline.S: Likewise.
20762         * sysdeps/sh/memset.S: Likewise.
20763         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20764         * sysdeps/sh/strlen.S: Likewise.
20765         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20766         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20767         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20768         * sysdeps/sparc/sparc32/rem.S: Likewise.
20769         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20770         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20771         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20772         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20773         * sysdeps/sparc/sparc32/urem.S: Likewise.
20774         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20775         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20776         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20777         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20778         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20779         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20780         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20781         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20782         * sysdeps/unix/bsd/times.c: Likewise.
20783         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20784         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20788         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20789         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20790         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20791         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20792         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20793         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20794         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20795         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20796         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20797         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20798         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20799         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20800         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20801         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20802         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20803         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20804         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20805         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20806         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20807         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20808         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20809         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20810         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20811         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20812         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20813         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20814         * sysdeps/x86_64/strcspn.S: Likewise.
20816 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20818         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20819         generated file.  Regenerate properly from gen-translit.pl.
20820         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20821         locale/C-translit.h.
20823 2013-06-05  Andreas Schwab  <schwab@suse.de>
20825         [BZ #15100]
20826         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20827         week as 6 instead of -1.
20828         * time/tst-strptime.c (day_tests): Add test case.
20830 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20832         * sysdeps/generic/math_private.h
20833         (libc_feholdexcept_setround_53bit): Replace with
20834         libc_feholdsetround_53bit.
20835         (libc_feupdateenv_53bit): Replace with
20836         libc_feresetround_53bit.
20837         (SET_RESTORE_ROUND_53BIT): Adjust.
20839 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20841         * string/test-strchrnul.c: Add copyright header.
20843         * posix/tst-getaddrinfo4.c: Increase test timeout.
20845 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20847         [BZ #15536]
20848         * math/libm-test.inc (MAX_EXP): Remove
20849         (MIN_EXP): Define.
20850         (ulp): Use MIN_EXP - MANT_DIG.
20851         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20853 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20855         * po/be.po: Revert last change.
20856         * po/zh_CN.po: Likewise.
20857         * po/header.pot: Likewise.
20859 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20861         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20862         link-libc-deps to empty as target-specific variable.
20863         * Makerules (link-libc-args): New variable.
20864         (libc-for-link): Likewise.
20865         (link-libc-deps): Likewise.
20866         (lib%.so): Depend on $(link-libc-deps).  Link with
20867         $(link-libc-args).
20868         (build-module): Link with $(link-libc-args).
20869         (build-module-asneeded): Likewise.
20870         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20871         list of objects.
20872         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20873         target-specific variable.
20874         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20875         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20876         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20877         libc.
20878         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20879         libc and ld.so.
20880         ($(objpfx)libpcprofile.so): Likewise.
20881         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20882         libc_nonshared.a.
20883         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20884         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20885         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20886         $(link-libc-deps).
20887         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20888         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20889         * login/Makefile ($(objpfx)libutil.so): Likewise.
20890         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20891         * math/Makefile ($(objpfx)libm.so): Likewise.
20892         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20893         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20894         variable instead of depending directly on libc.
20895         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20896         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20897         $(link-libc-deps).
20898         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20899         libc.
20900         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20901         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20902         ($(objpfx)libanl.so): Likewise.
20903         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20904         ld.so.
20905         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20906         $(link-libc-deps).
20907         * sysdeps/i386/fpu/Makefile: Remove file.
20908         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20909         ($(objpfx)libm.so): Remove dependency on ld.so.
20911 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20913         [BZ # 15553]
20914         * nis/yp_xdr.c (XDRMAXNAME): Define.
20915         (XDRMAXRECORD): Define.
20916         (xdr_domainname): Use XDRMAXNAME.
20917         (xdr_mapname): Likewise.
20918         (xdr_peername): Likewise.
20919         (xdr_keydat): Use XDRMAXRECORD.
20920         (xdr_valdat): Likewise.
20922 2013-05-30  Jeff Law  <law@redhat.com>
20924         [BZ #14256]
20925         * manual/errno.texi (ESTALE): Update to account for more than
20926         just NFS file systems.
20927         * sysdeps/gnu/errlist.c: Regenerated.
20929 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20931         [BZ #15465]
20932         * elf/Makefile (tests): Add tst-null-argv.
20933         (modules-names):  Add tst-null-argv-lib.
20934         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20935         (tst-null-argv-ENV): Set environment for tst-null-argv.
20936         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20937         (RTLD_PROGNAME): New macro.
20938         * elf/tst-null-argv.c: New test case.
20939         * elf/tst-null-argv-lib.c: Library for test case.
20940         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20941         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20942         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20943         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20944         * elf/dl-init.c (call_init): Likewise.
20945         (_dl_init): Likewise.
20946         * elf/dl-load.c (print_search_path): Likewise.
20947         (_dl_map_object): Likewise.
20948         * elf/dl-lookup.c (do_lookup_x): Likewise.
20949         (add_dependency): Likewise.
20950         (_dl_lookup_symbol_x): Likewise.
20951         (_dl_debug_bindings): Likewise.
20952         * elf/dl-open.c (_dl_show_scope): Likewise.
20953         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20954         * elf/dl-version.c (match_symbol): Likewise.
20955         (_dl_check_map_versions): Likewise.
20956         * elf/rtld.c (dl_main): Likewise.
20957         (print_unresolved): Use RTLD_PROGNAME.
20958         (print_missing_version): Likewise.
20959         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20960         (elf_machine_rela): Likewise.
20961         * sysdeps/powerpc/powerpc32/dl-machine.c
20962         (__process_machine_rela): Likewise.
20963         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20964         Likewise.
20965         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20966         Likewise.
20967         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20968         Likewise.
20969         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20970         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20971         Likewise.
20972         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20973         Likewise.
20974         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20976 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20978         * po/be.po: Add descriptive title.
20979         * po/zh_CN.po: Likewise.
20980         * po/header.pot: Likewise.
20982 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20984         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20985         error message.
20986         (enlarge_archive): Likewise.
20988 2013-05-28  Ben North  <ben@redfrontdoor.org>
20990         * manual/arith.texi (frexp): It is the magnitude of the return
20991         value which lies in [0.5, 1), not the return value itself.
20993 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20995         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20997 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20999         * stdio-common/bug26.c (main): Correct fscanf template.
21001         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
21002         declare _dl_skip_args.
21004         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
21005         Don't declare.
21007         * manual/platform.texi: Add missing @end deftypefun.
21009 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
21011         [BZ #15529]
21012         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
21013         bit of mantissa of 2^16382.
21014         * math/libm-test.inc (hypot_test_data): Add more tests.
21016         * math/libm-test.inc: Add drem and pow10 to list of tested
21017         functions.
21018         (pow10_test): New function.
21019         (drem_test): Likewise.
21020         (drem_test_tonearest): Likewise.
21021         (drem_test_towardzero): Likewise.
21022         (drem_test_downward): Likewise.
21023         (drem_test_upward): Likewise.
21024         (main): Call the new functions.
21026         * math/libm-test.inc (finite_test_data): Remove.
21027         (finite_test): Run tests from isfinite_test_data.
21028         (gamma_test_data): Remove.
21029         (gamma_test): Run tests from lgamma_test_data.
21030         * sysdeps/i386/fpu/libm-test-ulps: Update.
21031         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21033 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21035         * manual/platform.texi: Add PowerPC PPR function set documentation.
21036         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
21037         implementation.
21039 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
21041         * math/libm-test.inc (MAX_EXP): Define.
21042         (ULPDIFF): Define.
21043         (ulp): New function.
21044         (check_float_internal): Use ULPDIFF.
21045         (cpow_test): Disable failing test.
21046         (check_ulp): Test ulp() implemetnation.
21047         (main): Call check_ulp before starting tests.
21049 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
21051         * math/gen-libm-test.pl (generate_testfile): Do not handle
21052         START_DATA and END_DATA.
21053         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
21054         END_DATA.
21055         (acos_tonearest_test_data): Likewise.
21056         (acos_towardzero_test_data): Likewise.
21057         (acos_downward_test_data): Likewise.
21058         (acos_upward_test_data): Likewise.
21059         (acosh_test_data): Likewise.
21060         (asin_test_data): Likewise.
21061         (asin_tonearest_test_data): Likewise.
21062         (asin_towardzero_test_data): Likewise.
21063         (asin_downward_test_data): Likewise.
21064         (asin_upward_test_data): Likewise.
21065         (asinh_test_data): Likewise.
21066         (atan_test_data): Likewise.
21067         (atanh_test_data): Likewise.
21068         (atan2_test_data): Likewise.
21069         (cabs_test_data): Likewise.
21070         (cacos_test_data): Likewise.
21071         (cacosh_test_data): Likewise.
21072         (carg_test_data): Likewise.
21073         (casin_test_data): Likewise.
21074         (casinh_test_data): Likewise.
21075         (catan_test_data): Likewise.
21076         (catanh_test_data): Likewise.
21077         (cbrt_test_data): Likewise.
21078         (ccos_test_data): Likewise.
21079         (ccosh_test_data): Likewise.
21080         (ceil_test_data): Likewise.
21081         (cexp_test_data): Likewise.
21082         (cimag_test_data): Likewise.
21083         (clog_test_data): Likewise.
21084         (clog10_test_data): Likewise.
21085         (conj_test_data): Likewise.
21086         (copysign_test_data): Likewise.
21087         (cos_test_data): Likewise.
21088         (cos_tonearest_test_data): Likewise.
21089         (cos_towardzero_test_data): Likewise.
21090         (cos_downward_test_data): Likewise.
21091         (cos_upward_test_data): Likewise.
21092         (cosh_test_data): Likewise.
21093         (cosh_tonearest_test_data): Likewise.
21094         (cosh_towardzero_test_data): Likewise.
21095         (cosh_downward_test_data): Likewise.
21096         (cosh_upward_test_data): Likewise.
21097         (cpow_test_data): Likewise.
21098         (cproj_test_data): Likewise.
21099         (creal_test_data): Likewise.
21100         (csin_test_data): Likewise.
21101         (csinh_test_data): Likewise.
21102         (csqrt_test_data): Likewise.
21103         (ctan_test_data): Likewise.
21104         (ctan_tonearest_test_data): Likewise.
21105         (ctan_towardzero_test_data): Likewise.
21106         (ctan_downward_test_data): Likewise.
21107         (ctan_upward_test_data): Likewise.
21108         (ctanh_test_data): Likewise.
21109         (ctanh_tonearest_test_data): Likewise.
21110         (ctanh_towardzero_test_data): Likewise.
21111         (ctanh_downward_test_data): Likewise.
21112         (ctanh_upward_test_data): Likewise.
21113         (erf_test_data): Likewise.
21114         (erfc_test_data): Likewise.
21115         (exp_test_data): Likewise.
21116         (exp_tonearest_test_data): Likewise.
21117         (exp_towardzero_test_data): Likewise.
21118         (exp_downward_test_data): Likewise.
21119         (exp_upward_test_data): Likewise.
21120         (exp10_test_data): Likewise.
21121         (exp2_test_data): Likewise.
21122         (expm1_test_data): Likewise.
21123         (fabs_test_data): Likewise.
21124         (fdim_test_data): Likewise.
21125         (finite_test_data): Likewise.
21126         (floor_test_data): Likewise.
21127         (fma_test_data): Likewise.
21128         (fma_towardzero_test_data): Likewise.
21129         (fma_downward_test_data): Likewise.
21130         (fma_upward_test_data): Likewise.
21131         (fmax_test_data): Likewise.
21132         (fmin_test_data): Likewise.
21133         (fmod_test_data): Likewise.
21134         (fpclassify_test_data): Likewise.
21135         (frexp_test_data): Likewise.
21136         (gamma_test_data): Likewise.
21137         (hypot_test_data): Likewise.
21138         (ilogb_test_data): Likewise.
21139         (isfinite_test_data): Likewise.
21140         (isgreater_test_data): Likewise.
21141         (isgreaterequal_test_data): Likewise.
21142         (isinf_test_data): Likewise.
21143         (isless_test_data): Likewise.
21144         (islessequal_test_data): Likewise.
21145         (islessgreater_test_data): Likewise.
21146         (isnan_test_data): Likewise.
21147         (isnormal_test_data): Likewise.
21148         (issignaling_test_data): Likewise.
21149         (isunordered_test_data): Likewise.
21150         (j0_test_data): Likewise.
21151         (j1_test_data): Likewise.
21152         (jn_test_data): Likewise.
21153         (ldexp_test_data): Likewise.
21154         (lgamma_test_data): Likewise.
21155         (lrint_test_data): Likewise.
21156         (lrint_tonearest_test_data): Likewise.
21157         (lrint_towardzero_test_data): Likewise.
21158         (lrint_downward_test_data): Likewise.
21159         (lrint_upward_test_data): Likewise.
21160         (llrint_test_data): Likewise.
21161         (llrint_tonearest_test_data): Likewise.
21162         (llrint_towardzero_test_data): Likewise.
21163         (llrint_downward_test_data): Likewise.
21164         (llrint_upward_test_data): Likewise.
21165         (log_test_data): Likewise.
21166         (log10_test_data): Likewise.
21167         (log1p_test_data): Likewise.
21168         (log2_test_data): Likewise.
21169         (logb_test_data): Likewise.
21170         (logb_downward_test_data): Likewise.
21171         (lround_test_data): Likewise.
21172         (llround_test_data): Likewise.
21173         (modf_test_data): Likewise.
21174         (nearbyint_test_data): Likewise.
21175         (nextafter_test_data): Likewise.
21176         (nexttoward_test_data): Likewise.
21177         (pow_test_data): Likewise.
21178         (pow_tonearest_test_data): Likewise.
21179         (pow_towardzero_test_data): Likewise.
21180         (pow_downward_test_data): Likewise.
21181         (pow_upward_test_data): Likewise.
21182         (remainder_test_data): Likewise.
21183         (remainder_tonearest_test_data): Likewise.
21184         (remainder_towardzero_test_data): Likewise.
21185         (remainder_downward_test_data): Likewise.
21186         (remainder_upward_test_data): Likewise.
21187         (remquo_test_data): Likewise.
21188         (rint_test_data): Likewise.
21189         (rint_tonearest_test_data): Likewise.
21190         (rint_towardzero_test_data): Likewise.
21191         (rint_downward_test_data): Likewise.
21192         (rint_upward_test_data): Likewise.
21193         (round_test_data): Likewise.
21194         (scalb_test_data): Likewise.
21195         (scalbn_test_data): Likewise.
21196         (scalbln_test_data): Likewise.
21197         (signbit_test_data): Likewise.
21198         (sin_test_data): Likewise.
21199         (sin_tonearest_test_data): Likewise.
21200         (sin_towardzero_test_data): Likewise.
21201         (sin_downward_test_data): Likewise.
21202         (sin_upward_test_data): Likewise.
21203         (sincos_test_data): Likewise.
21204         (sinh_test_data): Likewise.
21205         (sinh_tonearest_test_data): Likewise.
21206         (sinh_towardzero_test_data): Likewise.
21207         (sinh_downward_test_data): Likewise.
21208         (sinh_upward_test_data): Likewise.
21209         (sqrt_test_data): Likewise.
21210         (tan_test_data): Likewise.
21211         (tan_tonearest_test_data): Likewise.
21212         (tan_towardzero_test_data): Likewise.
21213         (tan_downward_test_data): Likewise.
21214         (tan_upward_test_data): Likewise.
21215         (tanh_test_data): Likewise.
21216         (tgamma_test_data): Likewise.
21217         (trunc_test_data): Likewise.
21218         (y0_test_data): Likewise.
21219         (y1_test_data): Likewise.
21220         (yn_test_data): Likewise.
21221         (significand_test_data): Likewise.
21223         * math/gen-libm-test.pl (@functions): Remove variable.
21224         (generate_testfile): Don't handle START and END lines.
21225         * math/libm-test.inc (START): New macro.
21226         (END): Likewise.
21227         (END_COMPLEX): Likewise.
21228         (acos_test): Use END macro without arguments.
21229         (acos_test_tonearest): Likewise.
21230         (acos_test_towardzero): Likewise.
21231         (acos_test_downward): Likewise.
21232         (acos_test_upward): Likewise.
21233         (acosh_test): Likewise.
21234         (asin_test): Likewise.
21235         (asin_test_tonearest): Likewise.
21236         (asin_test_towardzero): Likewise.
21237         (asin_test_downward): Likewise.
21238         (asin_test_upward): Likewise.
21239         (asinh_test): Likewise.
21240         (atan_test): Likewise.
21241         (atanh_test): Likewise.
21242         (atan2_test): Likewise.
21243         (cabs_test): Likewise.
21244         (cacos_test): Use END_COMPLEX macro without arguments.
21245         (cacosh_test): Likewise.
21246         (carg_test): Use END macro without arguments.
21247         (casin_test): Use END_COMPLEX macro without arguments.
21248         (casinh_test): Likewise.
21249         (catan_test): Likewise.
21250         (catanh_test): Likewise.
21251         (cbrt_test): Use END macro without arguments.
21252         (ccos_test): Use END_COMPLEX macro without arguments.
21253         (ccosh_test): Likewise.
21254         (ceil_test): Use END macro without arguments.
21255         (cexp_test): Use END_COMPLEX macro without arguments.
21256         (cimag_test): Use END macro without arguments.
21257         (clog_test): Use END_COMPLEX macro without arguments.
21258         (clog10_test): Likewise.
21259         (conj_test): Likewise.
21260         (copysign_test): Use END macro without arguments.
21261         (cos_test): Likewise.
21262         (cos_test_tonearest): Likewise.
21263         (cos_test_towardzero): Likewise.
21264         (cos_test_downward): Likewise.
21265         (cos_test_upward): Likewise.
21266         (cosh_test): Likewise.
21267         (cosh_test_tonearest): Likewise.
21268         (cosh_test_towardzero): Likewise.
21269         (cosh_test_downward): Likewise.
21270         (cosh_test_upward): Likewise.
21271         (cpow_test): Use END_COMPLEX macro without arguments.
21272         (cproj_test): Likewise.
21273         (creal_test): Use END macro without arguments.
21274         (csin_test): Use END_COMPLEX macro without arguments.
21275         (csinh_test): Likewise.
21276         (csqrt_test): Likewise.
21277         (ctan_test): Likewise.
21278         (ctan_test_tonearest): Likewise.
21279         (ctan_test_towardzero): Likewise.
21280         (ctan_test_downward): Likewise.
21281         (ctan_test_upward): Likewise.
21282         (ctanh_test): Likewise.
21283         (ctanh_test_tonearest): Likewise.
21284         (ctanh_test_towardzero): Likewise.
21285         (ctanh_test_downward): Likewise.
21286         (ctanh_test_upward): Likewise.
21287         (erf_test): Use END macro without arguments.
21288         (erfc_test): Likewise.
21289         (exp_test): Likewise.
21290         (exp_test_tonearest): Likewise.
21291         (exp_test_towardzero): Likewise.
21292         (exp_test_downward): Likewise.
21293         (exp_test_upward): Likewise.
21294         (exp10_test): Likewise.
21295         (exp2_test): Likewise.
21296         (expm1_test): Likewise.
21297         (fabs_test): Likewise.
21298         (fdim_test): Likewise.
21299         (finite_test): Likewise.
21300         (floor_test): Likewise.
21301         (fma_test): Likewise.
21302         (fma_test_towardzero): Likewise.
21303         (fma_test_downward): Likewise.
21304         (fma_test_upward): Likewise.
21305         (fmax_test): Likewise.
21306         (fmin_test): Likewise.
21307         (fmod_test): Likewise.
21308         (fpclassify_test): Likewise.
21309         (frexp_test): Likewise.
21310         (gamma_test): Likewise.
21311         (hypot_test): Likewise.
21312         (ilogb_test): Likewise.
21313         (isfinite_test): Likewise.
21314         (isgreater_test): Likewise.
21315         (isgreaterequal_test): Likewise.
21316         (isinf_test): Likewise.
21317         (isless_test): Likewise.
21318         (islessequal_test): Likewise.
21319         (islessgreater_test): Likewise.
21320         (isnan_test): Likewise.
21321         (isnormal_test): Likewise.
21322         (issignaling_test): Likewise.
21323         (isunordered_test): Likewise.
21324         (j0_test): Likewise.
21325         (j1_test): Likewise.
21326         (jn_test): Likewise.
21327         (ldexp_test): Likewise.
21328         (lgamma_test): Likewise.
21329         (lrint_test): Likewise.
21330         (lrint_test_tonearest): Likewise.
21331         (lrint_test_towardzero): Likewise.
21332         (lrint_test_downward): Likewise.
21333         (lrint_test_upward): Likewise.
21334         (llrint_test): Likewise.
21335         (llrint_test_tonearest): Likewise.
21336         (llrint_test_towardzero): Likewise.
21337         (llrint_test_downward): Likewise.
21338         (llrint_test_upward): Likewise.
21339         (log_test): Likewise.
21340         (log10_test): Likewise.
21341         (log1p_test): Likewise.
21342         (log2_test): Likewise.
21343         (logb_test): Likewise.
21344         (logb_test_downward): Likewise.
21345         (lround_test): Likewise.
21346         (llround_test): Likewise.
21347         (modf_test): Likewise.
21348         (nearbyint_test): Likewise.
21349         (nextafter_test): Likewise.
21350         (nexttoward_test): Likewise.
21351         (pow_test): Likewise.
21352         (pow_test_tonearest): Likewise.
21353         (pow_test_towardzero): Likewise.
21354         (pow_test_downward): Likewise.
21355         (pow_test_upward): Likewise.
21356         (remainder_test): Likewise.
21357         (remainder_test_tonearest): Likewise.
21358         (remainder_test_towardzero): Likewise.
21359         (remainder_test_downward): Likewise.
21360         (remainder_test_upward): Likewise.
21361         (remquo_test): Likewise.
21362         (rint_test): Likewise.
21363         (rint_test_tonearest): Likewise.
21364         (rint_test_towardzero): Likewise.
21365         (rint_test_downward): Likewise.
21366         (rint_test_upward): Likewise.
21367         (round_test): Likewise.
21368         (scalb_test): Likewise.
21369         (scalbn_test): Likewise.
21370         (scalbln_test): Likewise.
21371         (signbit_test): Likewise.
21372         (sin_test): Likewise.
21373         (sin_test_tonearest): Likewise.
21374         (sin_test_towardzero): Likewise.
21375         (sin_test_downward): Likewise.
21376         (sin_test_upward): Likewise.
21377         (sincos_test): Likewise.
21378         (sinh_test): Likewise.
21379         (sinh_test_tonearest): Likewise.
21380         (sinh_test_towardzero): Likewise.
21381         (sinh_test_downward): Likewise.
21382         (sinh_test_upward): Likewise.
21383         (sqrt_test): Likewise.
21384         (tan_test): Likewise.
21385         (tan_test_tonearest): Likewise.
21386         (tan_test_towardzero): Likewise.
21387         (tan_test_downward): Likewise.
21388         (tan_test_upward): Likewise.
21389         (tanh_test): Likewise.
21390         (tgamma_test): Likewise.
21391         (trunc_test): Likewise.
21392         (y0_test): Likewise.
21393         (y1_test): Likewise.
21394         (yn_test): Likewise.
21395         (significand_test): Likewise.
21397 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
21399         [BZ #15381]
21400         * libio/genops.c (_IO_no_init): Initialize wide struct info.
21402 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21404         [BZ #14894]
21405         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21406         __ppc_mdoio and __ppc_mdoom.
21407         * manual/platform.texi: Document new functions __ppc_yield,
21408         __ppc_mdoio and __ppc_mdoom.
21410 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
21412         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21413         (main): Mention "tls" pseudo-hwcap is legacy.
21414         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21416 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21418         * math/gen-libm-test.pl (parse_args): Output only string of
21419         arguments as text for test name, not full call or descriptions of
21420         tests for extra outputs.
21421         (generate_testfile): Do not pass function name to parse_args.
21422         Generate this_func variable from START.
21423         * math/libm-test.inc (struct test_f_f_data): Rename test_name
21424         field to arg_str.
21425         (struct test_ff_f_data): Likewise.
21426         (test_ff_f_data_nexttoward): Likewise.
21427         (struct test_fi_f_data): Likewise.
21428         (struct test_fl_f_data): Likewise.
21429         (struct test_if_f_data): Likewise.
21430         (struct test_fff_f_data): Likewise.
21431         (struct test_c_f_data): Likewise.
21432         (struct test_f_f1_data): Likewise.  Remove field extra_name.
21433         (struct test_fF_f1_data): Likewise.
21434         (struct test_ffI_f1_data): Likewise.
21435         (struct test_c_c_data): Rename test_name field to arg_str.
21436         (struct test_cc_c_data): Likewise.
21437         (struct test_f_i_data): Likewise.
21438         (struct test_ff_i_data): Likewise.
21439         (struct test_f_l_data): Likewise.
21440         (struct test_f_L_data): Likewise.
21441         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
21442         and extra2_name.
21443         (COMMON_TEST_SETUP): New macro.
21444         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21445         (COMMON_TEST_CLEANUP): Likewise.
21446         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21447         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
21448         macros.
21449         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21450         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
21451         macros.
21452         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21453         (RUN_TEST_fff_f): Take argument string.  Call new setup and
21454         cleanup macros.
21455         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21456         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
21457         macros.
21458         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21459         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
21460         macros.
21461         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21462         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
21463         cleanup macros.
21464         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21465         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
21466         cleanup macros.
21467         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21468         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
21469         cleanup macros.
21470         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21471         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
21472         macros.
21473         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21474         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
21475         macros.
21476         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21477         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
21478         macros.
21479         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21480         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21481         cleanup macros.
21482         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21483         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21484         cleanup macros.
21485         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21486         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21487         macros.
21488         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21489         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21490         cleanup macros.
21491         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21492         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21493         macros.
21494         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21495         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21496         macros.
21497         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21498         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21499         cleanup macros.
21500         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21502 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21504         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21505         to _sifields.sigfault.
21506         (si_addr_lsb): Define new macro.
21507         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21508         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21509         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21511 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21513         [BZ #15441]
21514         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21515         returns -1.
21516         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21517         null return -1.
21518         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21519         loading the domain.
21521 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21523         * math/gen-libm-test.pl (parse_args): Do not include expected
21524         result in test name.
21525         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21526         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21527         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21528         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21529         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21532 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21534         * benchtests/Makefile: Sort function entries.
21536         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21537         tanh, asinh, acosh, atanh.
21538         * benchtests/acos-inputs: New file.
21539         * benchtests/acosh-inputs: New file.
21540         * benchtests/asin-inputs: New file.
21541         * benchtests/asinh-inputs: New file.
21542         * benchtests/atanh-inputs: New file.
21543         * benchtests/cosh-inputs: New file.
21544         * benchtests/log-inputs: New file.
21545         * benchtests/sinh-inputs: New file.
21546         * benchtests/tanh-inputs: New file.
21548 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21550         [BZ #15339]
21551         * posix/tst-getaddrinfo4.c: New test.
21552         * posix/Makefile (tests): Add it.
21554 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21556         [BZ #15339]
21557         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21558         when no services were used.
21559         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21560         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21562 2013-05-21  Andreas Schwab  <schwab@suse.de>
21564         [BZ #15014]
21565         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21566         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21567         successful.
21568         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21569         redundant variable declarations and reallocation of buffer when
21570         parsing as IPv6 address.  Always set NSS status when called from
21571         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21572         buffer too small.  Correct computation of needed size.
21573         * nss/Makefile (tests): Add test-digits-dots.
21574         * nss/test-digits-dots.c: New test.
21576 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21578         * benchtests/Makefile: Remove instructions for adding
21579         benchmark tests.
21580         * benchtests/README: New file to explain how to execute and
21581         enhance the benchmark tests.
21583 2013-05-21  Andreas Schwab  <schwab@suse.de>
21585         [BZ #15493]
21586         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21587         * setjmp/tst-sigsetjmp.c: New test.
21589 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21591         * sysdeps/x86_64/memset.S (memset): New implementation.
21592         (__bzero): Likewise.
21593         (__memset_tail): New function.
21595 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21597         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21598         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21599         __memcpy_sse2_unaligned ifunc selection.
21600         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21601         Add memcpy-sse2-unaligned.S.
21602         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21603         Add: __memcpy_sse2_unaligned.
21605 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21607         [BZ #15490]
21608         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21609         math_force_eval before restoring floating-point envrionment.
21610         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21611         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21612         Likewise.
21613         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21614         <math_private.h>.
21615         (__nearbyintl): Use math_force_eval before restoring
21616         floating-point environment.
21617         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21619         * math/gen-libm-test.pl (special_functions): Remove.
21620         (parse_args): Don't handle TEST_extra.  Handle functions with no
21621         return value.
21622         * math/libm-test.inc (struct test_sincos_data): Replace with
21623         struct test_fFF_11_data.
21624         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21625         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21626         (sincos_test_data): Change element type to struct
21627         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21628         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21629         RUN_TEST_LOOP_sincos.
21630         * math/README.libm-test: Don't mention special handling of
21631         individual functions.
21632         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21633         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21634         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21635         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21636         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21639         * math/gen-libm-test.pl (get_variable): Remove function.
21640         (parse_args): Don't show pointer parameters to call in test
21641         names.  Use "extra output N" in test names for extra outputs
21642         rather than naming variables.
21644 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21646         [BZ #15488]
21647         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21648         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21649         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21650         double tests.
21651         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21652         disable.
21653         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21654         check_long_double.
21656         * math/gen-libm-test.pl (@tests): Remove variable.
21657         ($count): Likewise.
21658         (new_test): Remove function.
21659         (show_exceptions): New function.
21660         (special_functions): Use show_exceptions instead of new_test.
21661         (parse_args): Likewise.
21662         (generate_testfile): Pass only function name in generated call to
21663         print_max_error or print_complex_max_error.
21664         (get_ulps): Do not handle complex tests specially.
21665         (output_test): Rename to ...
21666         (get_all_ulps_for_test): ... this.  Return a string rather than
21667         printing to a file.  Require ulps to be present.
21668         (output_ulps): Generate arrays rather than #defines.
21669         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21670         (struct ulp_data): New type.
21671         (BUILD_COMPLEX_ULP): Remove macro.
21672         (compare_ulp_data): New function.
21673         (find_ulps): Likewise.
21674         (find_test_ulps): Likewise.
21675         (find_function_ulps): Likewise.
21676         (find_complex_function_ulps): Likewise.
21677         (print_max_error): Determine allowed ulps using
21678         find_function_ulps.
21679         (print_complex_max_error): Determine allowed ulps using
21680         find_complex_function_ulps.
21681         (check_float_internal): Determine max ulps using find_test_ulps.
21682         (check_float): Do not take max_ulp parameter.  Update call to
21683         check_float_internal.
21684         (check_complex): Likewise.
21685         (check_int): Do not take max_ulp parameter.
21686         (check_long): Likewise.
21687         (check_bool): Likewise.
21688         (check_longlong): Likewise.
21689         (struct test_f_f_data): Remove max_ulp field.
21690         (struct test_ff_f_data): Likewise.
21691         (struct test_ff_f_data_nexttoward): Likewise.
21692         (struct test_fi_f_data): Likewise.
21693         (struct test_fl_f_data): Likewise.
21694         (struct test_if_f_data): Likewise.
21695         (struct test_fff_f_data): Likewise.
21696         (struct test_c_f_data): Likewise.
21697         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21698         (struct test_fF_f1_data): Likewise.
21699         (struct test_ffI_f1_data): Likewise.
21700         (struct test_c_c_data): Remove max_ulp field.
21701         (struct test_cc_c_data): Likewise.
21702         (struct test_f_i_data): Likewise.
21703         (struct test_ff_i_data): Likewise.
21704         (struct test_f_l_data): Likewise.
21705         (struct test_f_L_data): Likewise.
21706         (struct test_sincos_data): Likewise.
21707         (RUN_TEST_f_f): Do not handle ulps.
21708         (RUN_TEST_LOOP_f_f): Likewise.
21709         (RUN_TEST_2_f): Likewise.
21710         (RUN_TEST_LOOP_2_f): Likewise.
21711         (RUN_TEST_fff_f): Likewise.
21712         (RUN_TEST_LOOP_fff_f): Likewise.
21713         (RUN_TEST_c_f): Likewise.
21714         (RUN_TEST_LOOP_c_f): Likewise.
21715         (RUN_TEST_f_f1): Likewise.
21716         (RUN_TEST_LOOP_f_f1): Likewise.
21717         (RUN_TEST_fF_f1): Likewise.
21718         (RUN_TEST_LOOP_fF_f1): Likewise.
21719         (RUN_TEST_fI_f1): Likewise.
21720         (RUN_TEST_LOOP_fI_f1): Likewise.
21721         (RUN_TEST_ffI_f1): Likewise.
21722         (RUN_TEST_LOOP_ffI_f1): Likewise.
21723         (RUN_TEST_c_c): Likewise.
21724         (RUN_TEST_LOOP_c_c): Likewise.
21725         (RUN_TEST_cc_c): Likewise.
21726         (RUN_TEST_LOOP_cc_c): Likewise.
21727         (RUN_TEST_f_i): Likewise.
21728         (RUN_TEST_LOOP_f_i): Likewise.
21729         (RUN_TEST_f_i_tg): Likewise.
21730         (RUN_TEST_LOOP_f_i_tg): Likewise.
21731         (RUN_TEST_ff_i_tg): Likewise.
21732         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21733         (RUN_TEST_f_b): Likewise.
21734         (RUN_TEST_LOOP_f_b): Likewise.
21735         (RUN_TEST_f_b_tg): Likewise.
21736         (RUN_TEST_LOOP_f_b_tg): Likewise.
21737         (RUN_TEST_f_l): Likewise.
21738         (RUN_TEST_LOOP_f_l): Likewise.
21739         (RUN_TEST_f_L): Likewise.
21740         (RUN_TEST_LOOP_f_L): Likewise.
21741         (RUN_TEST_sincos): Likewise.
21742         (RUN_TEST_LOOP_sincos): Likewise.
21744 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21746         [BZ #15480]
21747         [BZ #15485]
21748         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21749         main case of finite arguments, set rounding mode to FE_TONEAREST
21750         and discard exceptions.
21751         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21752         exceptions.
21753         (remainder_tonearest_test_data): New variable.
21754         (remainder_test_tonearest): New function.
21755         (remainder_towardzero_test_data): New variable.
21756         (remainder_test_towardzero): New function.
21757         (remainder_downward_test_data): New variable.
21758         (remainder_test_downward): New function.
21759         (remainder_upward_test_data): New variable.
21760         (remainder_test_upward): New function.
21761         (main): Call the new test functions.
21763         * math/libm-test.inc (struct test_f_f1_data): Remove field
21764         extra_init.
21765         (struct test_fF_f1_data): Likewise.
21766         (struct test_ffI_f1_data): Likewise.
21767         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21768         based on value of EXTRA_EXPECTED.
21769         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21770         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21771         EXTRA_VAR based on value of EXTRA_EXPECTED.
21772         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21773         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21774         EXTRA_VAR based on value of EXTRA_EXPECTED.
21775         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21776         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21777         EXTRA_VAR based on value of EXTRA_EXPECTED.
21778         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21779         * math/gen-libm-test.pl (parse_args): Don't output initializers
21780         for extra output values.
21782         * math/libm-test.inc (check_int): Expect result to be exactly
21783         equal to expected value and do not handle ulps.
21784         (check_long): Likewise.
21785         (check_longlong): Likewise.
21787         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21788         exceptions.
21789         (cimag_test_data): Likewise.
21790         (conj_test_data): Likewise.
21791         (copysign_test_data): Likewise.
21792         (cproj_test_data): Likewise.
21793         (creal_test_data): Likewise.
21794         (fabs_test_data): Likewise.
21795         (fdim_test_data): Likewise.
21796         (finite_test_data): Likewise.
21797         (floor_test_data): Likewise.
21798         (fmax_test_data): Likewise.
21799         (fmin_test_data): Likewise.
21800         (fmod_test_data): Likewise.
21801         (fpclassify_test_data): Likewise.
21802         (frexp_test_data): Likewise.
21803         (ilogb_test_data): Likewise.
21804         (isfinite_test_data): Likewise.
21805         (isgreater_test_data): Likewise.
21806         (isgreaterequal_test_data): Likewise.
21807         (isinf_test_data): Likewise.
21808         (isless_test_data): Likewise.
21809         (islessequal_test_data): Likewise.
21810         (islessgreater_test_data): Likewise.
21811         (isnan_test_data): Likewise.
21812         (isnormal_test_data): Likewise.
21813         (issignaling_test_data): Likewise.
21814         (isunordered_test_data): Likewise.
21815         (ldexp_test_data): Likewise.
21816         (lrint_test_data): Likewise.
21817         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21818         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21819         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21820         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21821         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21822         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21823         test input.
21824         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21825         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21826         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21827         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21828         that test input.
21829         (lrint_downward_test_data): Test for "inexact" exceptions.
21830         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21831         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21832         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21833         test input.
21834         (lrint_upward_test_data): Test for "inexact" exceptions.
21835         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21836         test input.
21837         (llrint_test_data): Test for "inexact" exceptions.
21838         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21839         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21840         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21841         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21842         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21843         (llrint_downward_test_data): Test for "inexact" exceptions.
21844         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21845         (llrint_upward_test_data): Test for "inexact" exceptions.
21846         (logb_test_data): Likewise.
21847         (logb_downward_test_data): Likewise.
21848         (nextafter_test_data): Likewise.
21849         (nexttoward_test_data): Likewise.
21850         (remainder_test_data): Likewise.
21851         (remquo_test_data): Likewise.
21852         (scalbn_test_data): Likewise.
21853         (scalbln_test_data): Likewise.
21854         (signbit_test_data): Likewise.
21855         (sqrt_test_data): Likewise.
21856         (significand_test_data): Likewise.
21858 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21860         [BZ #15424]
21861         * benchtests/bench-modf.c (struct args): Mark arg0 as
21862         volatile.
21863         * scripts/bench.pl: Mark members of struct args as volatile.
21865 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21867         [BZ # 15497]
21868         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21869         negative infinity on POWER6 or lower.
21870         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21872 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21874         [BZ #15442]
21875         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21876         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21877         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21878         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21879         (_FP_SETQNAN): New macro.
21880         (_FP_SETQNAN_SEMIRAW): Likewise.
21881         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21882         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21883         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21884         (FP_EXTEND): Use _FP_FRAC_SNANP.
21885         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21886         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21887         into account.
21888         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21889         New macro.
21890         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21891         Likewise.
21893 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21895         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21896         with DIVIDE_BY_ZERO_EXCEPTION.
21897         (gamma_test_data): Likewise.
21898         (lgamma_test_data): Likewise.
21899         (log_test_data): Likewise.
21900         (log10_test_data): Likewise.
21901         (log2_test_data): Likewise.
21902         (tgamma_test_data): Likewise.
21904         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21905         (acos_test_tonearest): Likewise.
21906         (acos_test_towardzero): Likewise.
21907         (acos_test_downward): Likewise.
21908         (acos_test_upward): Likewise.
21909         (acosh_test): Likewise.
21910         (asin_test): Likewise.
21911         (asin_test_tonearest): Likewise.
21912         (asin_test_towardzero): Likewise.
21913         (asin_test_downward): Likewise.
21914         (asin_test_upward): Likewise.
21915         (asinh_test): Likewise.
21916         (atan_test): Likewise.
21917         (atanh_test): Likewise.
21918         (atan2_test): Likewise.
21919         (cabs_test): Likewise.
21920         (cacos_test): Likewise.
21921         (cacosh_test): Likewise.
21922         (casin_test): Likewise.
21923         (casinh_test): Likewise.
21924         (catan_test): Likewise.
21925         (catanh_test): Likewise.
21926         (cbrt_test): Likewise.
21927         (ccos_test): Likewise.
21928         (ccosh_test): Likewise.
21929         (cexp_test): Likewise.
21930         (clog_test): Likewise.
21931         (clog10_test): Likewise.
21932         (cos_test): Likewise.
21933         (cos_test_tonearest): Likewise.
21934         (cos_test_towardzero): Likewise.
21935         (cos_test_downward): Likewise.
21936         (cos_test_upward): Likewise.
21937         (cosh_test): Likewise.
21938         (cosh_test_tonearest): Likewise.
21939         (cosh_test_towardzero): Likewise.
21940         (cosh_test_downward): Likewise.
21941         (cosh_test_upward): Likewise.
21942         (cpow_test): Likewise.
21943         (csin_test): Likewise.
21944         (csinh_test): Likewise.
21945         (csqrt_test): Likewise.
21946         (ctan_test): Likewise.
21947         (ctan_test_tonearest): Likewise.
21948         (ctan_test_towardzero): Likewise.
21949         (ctan_test_downward): Likewise.
21950         (ctan_test_upward): Likewise.
21951         (ctanh_test): Likewise.
21952         (ctanh_test_tonearest): Likewise.
21953         (ctanh_test_towardzero): Likewise.
21954         (ctanh_test_downward): Likewise.
21955         (ctanh_test_upward): Likewise.
21956         (erf_test): Likewise.
21957         (erfc_test): Likewise.
21958         (exp_test): Likewise.
21959         (exp_test_tonearest): Likewise.
21960         (exp_test_towardzero): Likewise.
21961         (exp_test_downward): Likewise.
21962         (exp_test_upward): Likewise.
21963         (exp10_test): Likewise.
21964         (exp2_test): Likewise.
21965         (expm1_test): Likewise.
21966         (fmod_test): Likewise.
21967         (gamma_test): Likewise.
21968         (hypot_test): Likewise.
21969         (j0_test): Likewise.
21970         (j1_test): Likewise.
21971         (jn_test): Likewise.
21972         (lgamma_test): Likewise.
21973         (log_test): Likewise.
21974         (log10_test): Likewise.
21975         (log1p_test): Likewise.
21976         (log2_test): Likewise.
21977         (logb_test_downward): Likewise.
21978         (pow_test): Likewise.
21979         (pow_test_tonearest): Likewise.
21980         (pow_test_towardzero): Likewise.
21981         (pow_test_downward): Likewise.
21982         (pow_test_upward): Likewise.
21983         (remainder_test): Likewise.
21984         (remquo_test): Likewise.
21985         (sin_test): Likewise.
21986         (sin_test_tonearest): Likewise.
21987         (sin_test_towardzero): Likewise.
21988         (sin_test_downward): Likewise.
21989         (sin_test_upward): Likewise.
21990         (sincos_test): Likewise.
21991         (sinh_test): Likewise.
21992         (sinh_test_tonearest): Likewise.
21993         (sinh_test_towardzero): Likewise.
21994         (sinh_test_downward): Likewise.
21995         (sinh_test_upward): Likewise.
21996         (sqrt_test): Likewise.
21997         (tan_test): Likewise.
21998         (tan_test_tonearest): Likewise.
21999         (tan_test_towardzero): Likewise.
22000         (tan_test_downward): Likewise.
22001         (tan_test_upward): Likewise.
22002         (tanh_test): Likewise.
22003         (tgamma_test): Likewise.
22004         (y0_test): Likewise.
22005         (y1_test): Likewise.
22006         (yn_test): Likewise.
22008         * math/gen-libm-test.pl (adjust_arg): Remove function.
22009         (special_function): Remove argument $in_func.  Only handle
22010         generating output for tables of tests, not inside functions.
22011         (parse_args): Likewise.
22012         (generate_testfile): Remove variable $in_func.  Update call to
22013         parse_args.
22014         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
22015         (MINUS_ZERO_INIT): Rename macro to minus_zero.
22016         (PLUS_INFTY_INIT): Rename macro to plus_infty.
22017         (MINUS_INFTY_INIT): Rename macro to minus_infty.
22018         (QNAN_VALUE_INIT): Rename macro to qnan_value.
22019         (MAX_VALUE_INIT): Rename macro to max_value.
22020         (MIN_VALUE_INIT): Rename macro to min_value.
22021         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
22022         (plus_zero): Remove variable.
22023         (minus_zero): Likewise.
22024         (plus_infty): Likewise.
22025         (minus_infty): Likewise.
22026         (qnan_value): Likewise.
22027         (max_value): Likewise.
22028         (min_value): Likewise.
22029         (min_subnorm_value): Likewise.
22031 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22033         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
22034         uint64_t or uint32_t usage.
22035         * crypt/sha256-block.c: Likewise.
22036         * crypt/sha256-crypt.c: Likewise.
22037         * crypt/sha256.c: Likewise.
22038         * crypt/sha512-block.c: Likewise.
22039         * crypt/sha512-crypt.c: Likewise.
22040         * crypt/sha512.c: Likewise.
22041         * debug/backtrace-tst.c: Likewise.
22042         * debug/pcprofiledump.c: Likewise.
22043         * elf/cache.c: Likewise.
22044         * elf/dl-cache.c: Likewise.
22045         * elf/dl-misc.c: Likewise.
22046         * elf/dl-profile.c: Likewise.
22047         * elf/dl-support.c: Likewise.
22048         * elf/ldconfig.c: Likewise.
22049         * elf/sprof.c: Likewise.
22050         * iconv/dummy-repertoire.c: Likewise.
22051         * iconv/iconv_charmap.c: Likewise.
22052         * iconv/skeleton.c: Likewise.
22053         * iconvdata/8bit-generic.c: Likewise.
22054         * iconvdata/cp737.h: Likewise.
22055         * iconvdata/cp775.h: Likewise.
22056         * iconvdata/ibm1008.h: Likewise.
22057         * iconvdata/ibm1025.h: Likewise.
22058         * iconvdata/ibm1046.h: Likewise.
22059         * iconvdata/ibm1097.h: Likewise.
22060         * iconvdata/ibm1112.h: Likewise.
22061         * iconvdata/ibm1122.h: Likewise.
22062         * iconvdata/ibm1123.h: Likewise.
22063         * iconvdata/ibm1124.h: Likewise.
22064         * iconvdata/ibm1129.h: Likewise.
22065         * iconvdata/ibm1130.h: Likewise.
22066         * iconvdata/ibm1132.h: Likewise.
22067         * iconvdata/ibm1133.h: Likewise.
22068         * iconvdata/ibm1137.h: Likewise.
22069         * iconvdata/ibm1140.h: Likewise.
22070         * iconvdata/ibm1141.h: Likewise.
22071         * iconvdata/ibm1142.h: Likewise.
22072         * iconvdata/ibm1143.h: Likewise.
22073         * iconvdata/ibm1144.h: Likewise.
22074         * iconvdata/ibm1145.h: Likewise.
22075         * iconvdata/ibm1146.h: Likewise.
22076         * iconvdata/ibm1147.h: Likewise.
22077         * iconvdata/ibm1148.h: Likewise.
22078         * iconvdata/ibm1149.h: Likewise.
22079         * iconvdata/ibm1153.h: Likewise.
22080         * iconvdata/ibm1154.h: Likewise.
22081         * iconvdata/ibm1155.h: Likewise.
22082         * iconvdata/ibm1156.h: Likewise.
22083         * iconvdata/ibm1157.h: Likewise.
22084         * iconvdata/ibm1158.h: Likewise.
22085         * iconvdata/ibm1160.h: Likewise.
22086         * iconvdata/ibm1161.h: Likewise.
22087         * iconvdata/ibm1162.h: Likewise.
22088         * iconvdata/ibm1163.h: Likewise.
22089         * iconvdata/ibm1164.h: Likewise.
22090         * iconvdata/ibm1166.h: Likewise.
22091         * iconvdata/ibm1167.h: Likewise.
22092         * iconvdata/ibm12712.h: Likewise.
22093         * iconvdata/ibm1390.h: Likewise.
22094         * iconvdata/ibm1399.h: Likewise.
22095         * iconvdata/ibm16804.h: Likewise.
22096         * iconvdata/ibm4517.h: Likewise.
22097         * iconvdata/ibm4899.h: Likewise.
22098         * iconvdata/ibm4909.h: Likewise.
22099         * iconvdata/ibm4971.h: Likewise.
22100         * iconvdata/ibm5347.h: Likewise.
22101         * iconvdata/ibm803.h: Likewise.
22102         * iconvdata/ibm856.h: Likewise.
22103         * iconvdata/ibm901.h: Likewise.
22104         * iconvdata/ibm902.h: Likewise.
22105         * iconvdata/ibm9030.h: Likewise.
22106         * iconvdata/ibm9066.h: Likewise.
22107         * iconvdata/ibm921.h: Likewise.
22108         * iconvdata/ibm922.h: Likewise.
22109         * iconvdata/ibm9448.h: Likewise.
22110         * iconvdata/isiri-3342.h: Likewise.
22111         * iconvdata/jis0201.h: Likewise.
22112         * include/link.h: Likewise.
22113         * include/netdb.h: Likewise.
22114         * inet/check_native.c: Likewise.
22115         * inet/check_pf.c: Likewise.
22116         * inet/getipv4sourcefilter.c: Likewise.
22117         * inet/getnameinfo.c: Likewise.
22118         * inet/getsourcefilter.c: Likewise.
22119         * inet/htonl.c: Likewise.
22120         * inet/setipv4sourcefilter.c: Likewise.
22121         * inet/setsourcefilter.c: Likewise.
22122         * inet/test-inet6_opt.c: Likewise.
22123         * inet/tst-network.c: Likewise.
22124         * locale/C-collate.c: Likewise.
22125         * locale/C-ctype.c: Likewise.
22126         * locale/C-time.c: Likewise.
22127         * locale/C-translit.h: Likewise.
22128         * locale/loadarchive.c: Likewise.
22129         * locale/programs/3level.h: Likewise.
22130         * locale/programs/charmap.c: Likewise.
22131         * locale/programs/charmap.h: Likewise.
22132         * locale/programs/ld-address.c: Likewise.
22133         * locale/programs/ld-collate.c: Likewise.
22134         * locale/programs/ld-ctype.c: Likewise.
22135         * locale/programs/ld-identification.c: Likewise.
22136         * locale/programs/ld-measurement.c: Likewise.
22137         * locale/programs/ld-messages.c: Likewise.
22138         * locale/programs/ld-monetary.c: Likewise.
22139         * locale/programs/ld-name.c: Likewise.
22140         * locale/programs/ld-numeric.c: Likewise.
22141         * locale/programs/ld-paper.c: Likewise.
22142         * locale/programs/ld-telephone.c: Likewise.
22143         * locale/programs/ld-time.c: Likewise.
22144         * locale/programs/linereader.c: Likewise.
22145         * locale/programs/locale.c: Likewise.
22146         * locale/programs/locarchive.c: Likewise.
22147         * locale/programs/locfile.h: Likewise.
22148         * locale/programs/repertoire.c: Likewise.
22149         * locale/programs/simple-hash.c: Likewise.
22150         * locale/programs/simple-hash.h: Likewise.
22151         * malloc/memusage.c: Likewise.
22152         * malloc/memusagestat.c: Likewise.
22153         * nis/nis_defaults.c: Likewise.
22154         * nis/nis_hash.c: Likewise.
22155         * nis/nis_print.c: Likewise.
22156         * nis/nis_xdr.c: Likewise.
22157         * nscd/connections.c: Likewise.
22158         * nscd/hstcache.c: Likewise.
22159         * nscd/nscd_gethst_r.c: Likewise.
22160         * nscd/nscd_getserv_r.c: Likewise.
22161         * nscd/nscd_helper.c: Likewise.
22162         * nscd/servicescache.c: Likewise.
22163         * nss/makedb.c: Likewise.
22164         * nss/nss_db/db-XXX.c: Likewise.
22165         * nss/nss_db/db-initgroups.c: Likewise.
22166         * nss/nss_db/db-netgrp.c: Likewise.
22167         * nss/nss_files/files-network.c: Likewise.
22168         * nss/nss_files/files-parse.c: Likewise.
22169         * posix/bug-regex5.c: Likewise.
22170         * posix/fnmatch_loop.c: Likewise.
22171         * posix/regcomp.c: Likewise.
22172         * posix/regexec.c: Likewise.
22173         * posix/tst-rfc3484-2.c: Likewise.
22174         * posix/tst-rfc3484-3.c: Likewise.
22175         * posix/tst-rfc3484.c: Likewise.
22176         * resolv/nss_dns/dns-canon.c: Likewise.
22177         * resolv/nss_dns/dns-network.c: Likewise.
22178         * resolv/res_init.c: Likewise.
22179         * resolv/res_mkquery.c: Likewise.
22180         * resolv/tst-aton.c: Likewise.
22181         * stdlib/cxa_atexit.c: Likewise.
22182         * stdlib/cxa_finalize.c: Likewise.
22183         * stdlib/gen-fpioconst.c: Likewise.
22184         * stdlib/strtol_l.c: Likewise.
22185         * string/tst-endian.c: Likewise.
22186         * sunrpc/auth_des.c: Likewise.
22187         * sunrpc/clnt_udp.c: Likewise.
22188         * sunrpc/rtime.c: Likewise.
22189         * sunrpc/svcauth_des.c: Likewise.
22190         * sunrpc/xdr.c: Likewise.
22191         * sunrpc/xdr_intXX_t.c: Likewise.
22192         * sunrpc/xdr_rec.c: Likewise.
22193         * sysdeps/generic/ldconfig.h: Likewise.
22194         * sysdeps/generic/ldsodefs.h: Likewise.
22195         * sysdeps/generic/memusage.h: Likewise.
22196         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
22197         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
22198         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
22199         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
22200         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
22201         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
22202         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
22203         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
22204         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
22205         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22206         * sysdeps/posix/getaddrinfo.c: Likewise.
22207         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
22208         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22209         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
22210         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
22211         * sysdeps/powerpc/test-gettimebase.c: Likewise.
22212         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
22213         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
22214         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
22215         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
22216         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
22217         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
22218         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
22219         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
22220         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
22221         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
22222         * sysdeps/x86_64/dl-tls.h: Likewise.
22223         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
22224         * time/alt_digit.c: Likewise.
22225         * time/era.c: Likewise.
22226         * wcsmbs/tst-c16c32-1.c: Likewise.
22228 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22230         * math/libm-test.inc (struct test_sincos_data): New type.
22231         (RUN_TEST_LOOP_sincos): New macro.
22232         (sincos_test_data): New variable.
22233         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
22235 2013-05-16  Richard Henderson  <rth@redhat.com>
22237         * math/atest-exp2.c (LIMB64): New macro.
22238         (CONSTSZ): New macro.
22239         (mp_exp1, mp_exp_m1, mp_log2): New variables.
22240         (hexdig): Move ...
22241         (print_mpn_fp): ... to function scope.
22242         (read_mpn_hex): Remove.
22243         (get_log2): Remove.
22244         (exp2_mpn): Use mp_log2.
22245         (main): Use mp_exp1.
22247 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22249         * math/libm-test.inc: Remove comment about not testing "inexact"
22250         exceptions.
22251         (INEXACT_EXCEPTION): New macro.
22252         (NO_INEXACT_EXCEPTION): Likewise.
22253         (INVALID_EXCEPTION_OK): Update value.
22254         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
22255         (OVERFLOW_EXCEPTION_OK): Likewise.
22256         (UNDERFLOW_EXCEPTION_OK): Likewise.
22257         (IGNORE_ZERO_INF_SIGN): Likewise.
22258         (ERRNO_UNCHANGED): Likewise.
22259         (ERRNO_EDOM): Likewise.
22260         (ERRNO_ERANGE): Likewise.
22261         (test_exceptions): Handle testing "inexact" exceptions.
22262         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
22263         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
22264         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
22265         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
22266         INEXACT_EXCEPTION.
22267         (rint_towardzero_test_data): Likewise.
22268         (rint_downward_test_data): Likewise.
22269         (rint_upward_test_data): Likewise.
22271         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
22272         with OVERFLOW_EXCEPTION.
22273         (exp10_test_data): Likewise.
22274         (exp2_test_data): Likewise.
22275         (expm1_test_data): Likewise.
22276         (lgamma_test_data): Likewise.
22277         (pow_test_data): Likewise.
22278         (tgamma_test_data): Likewise.
22279         (yn_test_data): Remove duplicate test of overflow.
22281         * math/libm-test.inc (struct test_cc_c_data): New type.
22282         (RUN_TEST_LOOP_cc_c): New macro.
22283         (cpow_test_data): New variable.
22284         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
22286         * math/libm-test.inc (struct test_f_L_data): New type.
22287         (RUN_TEST_LOOP_f_L): New macro.
22288         (llrint_test_data): New variable.
22289         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
22290         (llrint_tonearest_test_data): New variable.
22291         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
22292         (llrint_towardzero_test_data): New variable.
22293         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
22294         (llrint_downward_test_data): New variable.
22295         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
22296         (llrint_upward_test_data): New variable.
22297         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
22298         (llround_test_data): New variable.
22299         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
22301 2013-05-13  Peter Collingbourne  <pcc@google.com>
22303         * math/atest-exp2.c (get_log2): Remove const attribute.
22305 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22307         * math/libm-test.inc (struct test_f_l_data): New type.
22308         (RUN_TEST_LOOP_f_l): New macro.
22309         (lrint_test_data): New variable.
22310         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
22311         (lrint_tonearest_test_data): New variable.
22312         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
22313         (lrint_towardzero_test_data): New variable.
22314         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
22315         (lrint_downward_test_data): New variable.
22316         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
22317         (lrint_upward_test_data): New variable.
22318         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
22319         (lround_test_data): New variable.
22320         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
22322 2013-05-15  Peter Collingbourne  <pcc@google.com>
22324         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
22325         (EXTRACT_WORDS64) Use where appropriate.
22326         (INSERT_WORDS64) Likewise.
22328         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
22329         constraints with x constraints.
22330         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
22332         * malloc/obstack.c (_obstack_compat): Add initializer.
22334 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
22336         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
22337         si_trapno and add si_addr_lsb to _sifields.sigfault.
22338         (si_trapno): Remove macro.
22339         (si_addr_lsb): Define new macro.
22340         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
22342 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22344         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
22345         instead of TEST_f_l.
22346         (llrint_test_tonearest): Likewise.
22347         (llrint_test_towardzero): Likewise.
22348         (llrint_test_downward): Likewise.
22349         (llrint_test_upward): Likewise.
22350         (llround_test): Likewise.
22352         * math/libm-test.inc (struct test_f_i_data): Add comment.
22353         (RUN_TEST_LOOP_f_b): New macro.
22354         (RUN_TEST_LOOP_f_b_tg): Likewise.
22355         (finite_test_data): New variable.
22356         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
22357         (isfinite_test_data): New variable.
22358         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22359         (isinf_test_data): New variable.
22360         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22361         (isnan_test_data): New variable.
22362         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22363         (isnormal_test_data): New variable.
22364         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22365         (issignaling_test_data): New variable.
22366         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22367         (signbit_test_data): New variable.
22368         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22370         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
22371         with INVALID_EXCEPTION.
22372         (acosh_test_data): Likewise.
22373         (asin_test_data): Likewise.
22374         (atanh_test_data): Likewise.
22375         (fmod_test_data): Likewise.
22376         (log_test_data): Likewise.
22377         (log10_test_data): Likewise.
22378         (log2_test_data): Likewise.
22379         (pow_test_data): Likewise.
22380         (sqrt_test_data): Likewise.
22381         (y0_test_data): Likewise.
22382         (y1_test_data): Likewise.
22383         (yn_test_data): Likewise.
22385         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
22386         function contents.
22388         * math/libm-test.inc (struct test_ff_i_data): New type.
22389         (RUN_TEST_LOOP_ff_i_tg): New macro.
22390         (isgreater_test_data): New variable.
22391         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22392         (isgreaterequal_test_data): New variable.
22393         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22394         (isless_test_data): New variable.
22395         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22396         (islessequal_test_data): New variable.
22397         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22398         (islessgreater_test_data): New variable.
22399         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22400         (isunordered_test_data): New variable.
22401         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22403 2013-05-14  David S. Miller  <davem@davemloft.net>
22405         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22407 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
22409         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22411         * math/libm-test.inc (struct test_fF_f1_data): Change type of
22412         extra_test to int.
22413         (struct test_f_i_data): Change type of max_ulp to int.
22415         * math/libm-test.inc (test_ffI_f1_data): New type.
22416         (RUN_TEST_LOOP_ffI_f1): New macro.
22417         (remquo_test_data): New variable.
22418         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22420         * setjmp/tst-setjmp-fp.c: New file.
22421         * setjmp/Makefile (tests): Add tst-setjmp-fp.
22422         (link-libm): New variable.
22423         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22425         * math/libm-test.inc (struct test_f_i_data): New type.
22426         (RUN_TEST_LOOP_f_i): New macro.
22427         (RUN_TEST_LOOP_f_i_tg): Likewise.
22428         (fpclassify_test_data): New variable.
22429         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22430         (ilogb_test_data): New variable.
22431         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22433         * math/libm-test.inc (scalbln_test): Correct function name in END
22434         call.
22436         * math/libm-test.inc (struct test_f_f1_data): Add comment.
22437         (RUN_TEST_LOOP_fI_f1): New macro.
22438         (frexp_test_data): New variable.
22439         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22441         * math/libm-test.inc (struct test_fF_f1_data): New type.
22442         (RUN_TEST_LOOP_fF_f1): New macro.
22443         (modf_test_data): New variable.
22444         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22446         * math/libm-test.inc (struct test_f_f1_data): New type.
22447         (RUN_TEST_LOOP_f_f1): New macro.
22448         (gamma_test_data): New variable.
22449         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22450         (lgamma_test_data): New variable.
22451         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22453 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
22455         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22456         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22457         (main): Comment "tls" pseudo-hwcap.
22459 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
22461         * math/libm-test.inc (struct test_fl_f_data): New type.
22462         (RUN_TEST_LOOP_fl_f): New variable.
22463         (scalbln_test_data): New variable.
22464         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22466         * math/libm-test.inc (struct test_fi_f_data): New type.
22467         (RUN_TEST_LOOP_fi_f): New macro.
22468         (ldexp_test_data): New variable.
22469         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22470         (scalbn_test_data): New variable.
22471         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22473         * math/libm-test.inc (struct test_c_f_data): New type.
22474         (RUN_TEST_LOOP_c_f): New macro.
22475         (cabs_test_data): New variable.
22476         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22477         (carg_test_data): New variable.
22478         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22479         (cimag_test_data): New variable.
22480         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22481         (creal_test_data): New variable.
22482         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22484         * math/libm-test.inc (struct test_if_f_data): New type.
22485         (RUN_TEST_LOOP_if_f): New macro.
22486         (jn_test_data): New variable.
22487         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22488         (yn_test_data): New variable.
22489         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22491         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22493 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22495         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22496         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22498 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22500         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22501         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22502         (bench-deps): Add bench-timing.h.
22503         * benchtests-bench-skeleton.c: Include bench-timing.h.
22504         (main): Use TIMING_* macros instead of clock_gettime.
22505         * benchtests/bench-timing.h: New file.
22507         [BZ #14582]
22508         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22509         Renamed from _LIB_VERSION.
22510         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22512 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22514         * math/libm-test.inc (struct test_fff_f_data): New type.
22515         (RUN_TEST_LOOP_fff_f): New macro.
22516         (fma_test_data): New variable.
22517         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22518         (fma_towardzero_test_data): New variable.
22519         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22520         (fma_downward_test_data): New variable.
22521         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22522         (fma_upward_test_data): New variable.
22523         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22525         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22526         (struct test_c_c_data): New type.
22527         (RUN_TEST_LOOP_c_c): New macro.
22528         (cacos_test_data): New variable.
22529         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22530         (cacosh_test_data): New variable.
22531         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22532         (casin_test_data): New variable.
22533         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22534         (casinh_test_data): New variable.
22535         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22536         (catan_test_data): New variable.
22537         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22538         (catanh_test_data): New variable.
22539         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22540         (ccos_test_data): New variable.
22541         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22542         (ccosh_test_data): New variable.
22543         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22544         (cexp_test_data): New variable.
22545         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22546         (clog_test_data): New variable.
22547         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22548         (clog10_test_data): New variable.
22549         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22550         (conj_test_data): New variable.
22551         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22552         (cproj_test_data): New variable.
22553         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22554         (csin_test_data): New variable.
22555         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22556         (csinh_test_data): New variable.
22557         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22558         (csqrt_test_data): New variable.
22559         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22560         (ctan_test_data): New variable.
22561         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22562         (ctan_tonearest_test_data): New variable.
22563         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22564         (ctan_towardzero_test_data): New variable.
22565         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22566         (ctan_downward_test_data): New variable.
22567         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22568         (ctan_upward_test_data): New variable.
22569         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22570         (ctanh_test_data): New variable.
22571         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22572         (ctanh_tonearest_test_data): New variable.
22573         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22574         (ctanh_towardzero_test_data): New variable.
22575         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22576         (ctanh_downward_test_data): New variable.
22577         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22578         (ctanh_upward_test_data): New variable.
22579         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22580         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22581         of BUILD_COMPLEX.
22583         * math/libm-test.inc (struct test_ff_f_data): New type.
22584         (struct test_ff_f_data_nexttoward): Likewise.
22585         (RUN_TEST_LOOP_2_f): New macro.
22586         (RUN_TEST_LOOP_ff_f): Likewise.
22587         (atan2_test_data): New variable.
22588         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22589         (copysign_test_data): New variable.
22590         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22591         (fdim_test_data): New variable.
22592         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22593         (fmax_test_data): New variable.
22594         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22595         (fmin_test_data): New variable.
22596         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22597         (fmod_test_data): New variable.
22598         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22599         (hypot_test_data): New variable.
22600         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22601         (nextafter_test_data): New variable.
22602         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22603         (nexttoward_test_data): New variable.
22604         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22605         (pow_test_data): New variable.
22606         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22607         (pow_tonearest_test_data): New variable.
22608         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22609         (pow_towardzero_test_data): New variable.
22610         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22611         (pow_downward_test_data): New variable.
22612         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22613         (pow_upward_test_data): New variable.
22614         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22615         (remainder_test_data): New variable.
22616         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22617         (scalb_test_data): New variable.
22618         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22619         * sysdeps/i386/fpu/libm-test-ulps: Update.
22621 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22623         * math/libm-test.inc (fma_test): Use max_value instead of local
22624         variable fltmax.
22625         (nextafter_test): Likewise.
22627         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22628         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22629         (acos_downward_test_data): New variable.
22630         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22631         (acos_upward_test_data): New variable.
22632         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22633         (acosh_test_data): New variable.
22634         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22635         (asin_test_data): New variable.
22636         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22637         (asin_tonearest_test_data): New variable.
22638         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22639         (asin_towardzero_test_data): New variable.
22640         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22641         (asin_downward_test_data): New variable.
22642         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22643         (asin_upward_test_data): New variable.
22644         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22645         (asinh_test_data): New variable.
22646         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22647         (atan_test_data): New variable.
22648         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22649         (atanh_test_data): New variable.
22650         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22651         (cbrt_test_data): New variable.
22652         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22653         (ceil_test_data): New variable.
22654         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22655         (cos_test_data): New variable.
22656         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22657         (cos_tonearest_test_data): New variable.
22658         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22659         (cos_towardzero_test_data): New variable.
22660         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22661         (cos_downward_test_data): New variable.
22662         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22663         (cos_upward_test_data): New variable.
22664         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22665         (cosh_test_data): New variable.
22666         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22667         (cosh_tonearest_test_data): New variable.
22668         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22669         (cosh_towardzero_test_data): New variable.
22670         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22671         (cosh_downward_test_data): New variable.
22672         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22673         (cosh_upward_test_data): New variable.
22674         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22675         (erf_test_data): New variable.
22676         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22677         (erfc_test_data): New variable.
22678         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22679         (exp_test_data): New variable.
22680         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22681         (exp_tonearest_test_data): New variable.
22682         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22683         (exp_towardzero_test_data): New variable.
22684         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22685         (exp_downward_test_data): New variable.
22686         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22687         (exp_upward_test_data): New variable.
22688         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22689         (exp10_test_data): New variable.
22690         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22691         (exp2_test_data): New variable.
22692         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22693         (expm1_test_data): New variable.
22694         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22695         (fabs_test_data): New variable.
22696         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22697         (floor_test_data): New variable.
22698         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22699         (j0_test_data): New variable.
22700         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22701         (j1_test_data): New variable.
22702         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22703         (log_test_data): New variable.
22704         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22705         (log10_test_data): New variable.
22706         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22707         (log1p_test_data): New variable.
22708         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22709         (log2_test_data): New variable.
22710         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22711         (logb_test_data): New variable.
22712         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22713         (logb_downward_test_data): New variable.
22714         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22715         (nearbyint_test_data): New variable.
22716         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22717         (rint_test_data): New variable.
22718         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22719         (rint_tonearest_test_data): New variable.
22720         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22721         (rint_towardzero_test_data): New variable.
22722         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22723         (rint_downward_test_data): New variable.
22724         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22725         (rint_upward_test_data): New variable.
22726         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22727         (round_test_data): New variable.
22728         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22729         (sin_test_data): New variable.
22730         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22731         (sin_tonearest_test_data): New variable.
22732         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22733         (sin_towardzero_test_data): New variable.
22734         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22735         (sin_downward_test_data): New variable.
22736         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22737         (sin_upward_test_data): New variable.
22738         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22739         (sinh_test_data): New variable.
22740         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22741         (sinh_tonearest_test_data): New variable.
22742         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22743         (sinh_towardzero_test_data): New variable.
22744         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22745         (sinh_downward_test_data): New variable.
22746         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22747         (sinh_upward_test_data): New variable.
22748         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22749         (sqrt_test_data): New variable.
22750         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22751         (tan_test_data): New variable.
22752         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22753         (tan_tonearest_test_data): New variable.
22754         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22755         (tan_towardzero_test_data): New variable.
22756         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22757         (tan_downward_test_data): New variable.
22758         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22759         (tan_upward_test_data): New variable.
22760         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22761         (tanh_test_data): New variable.
22762         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22763         (tgamma_test_data): New variable.
22764         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22765         (trunc_test_data): New variable.
22766         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22767         (y0_test_data): New variable.
22768         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22769         (y1_test_data): New variable.
22770         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22771         (significand_test_data): New variable.
22772         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22774 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22776         [BZ #12387]
22777         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22779 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22781         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22783 2013-05-10  Andreas Jaeger  <aj@suse.de>
22785         [BZ #15448]
22786         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22787         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22789 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22791         * math/gen-libm-test.pl (adjust_arg): New function.
22792         (special_functions): Handle generating output in both functions
22793         and arrays.
22794         (parse_args): Likewise.
22795         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22796         $in_func argument to parse_args.
22797         * math/libm-test.inc (struct test_f_f_data): New type.
22798         (IF_ROUND_INIT_): New macro.
22799         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22800         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22801         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22802         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22803         (ROUND_RESTORE_): Likewise.
22804         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22805         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22806         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22807         (ROUND_RESTORE_FE_UPWARD): Likewise.
22808         (RUN_TEST_LOOP_f_f): New macro.
22809         (acos_test_data): New variable.
22810         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22811         (acos_tonearest_test_data): New variable.
22812         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22814 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22816         * benchtests/bench-skeleton.c (startup): Fix coding style.
22818 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22820         [BZ #6809]
22821         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22822         negative infinity argument.
22823         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22824         negative infinity argument.
22825         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22826         negative infinity argument.
22827         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22828         domain errors.
22830 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22832         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22833         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22834         * iconv/iconv_prog.c (main): Likewise.
22835         * locale/programs/charmap-dir.c (charmap_readdir)
22836         (fopen_uncompressed): Likewise.
22837         * locale/programs/locfile.c (siblings_uncached)
22838         (write_locale_data): Use lstat64 instead of lstat.
22839         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22840         stat.
22842 2013-05-10  Andreas Jaeger  <aj@suse.de>
22844         [BZ #15395]
22845         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22846         localization.
22847         Include <locale.h>.
22849 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22851         * elf/dl-close.c (_dl_close_worker): Add comments.
22853 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22855         [BZ #15359]
22856         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22857         high part of pi/2.
22858         (__ieee754_rem_pio2l): Update comments.
22860         [BZ #15429]
22861         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22862         high part of pi/2.
22863         (__ieee754_rem_pio2l): Update comments.
22865         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22866         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22868         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22869         M_PI_4l.
22871         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22872         (M_PI_34_LOG10El): Likewise.
22873         (M_PI2_LOG10El): Likewise.
22874         (M_PI4_LOG10El): Likewise.
22875         (M_PI_LOG10El): Likewise.
22877 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22879         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22881 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22883         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22884         (MINUS_ZERO_INIT): Likewise.
22885         (PLUS_INFTY_INIT): Likewise.
22886         (MINUS_INFTY_INIT): Likewise.
22887         (QNAN_VALUE_INIT): Likewise.
22888         (MAX_VALUE_INIT): Likewise.
22889         (MIN_VALUE_INIT): Likewise.
22890         (MIN_SUBNORM_VALUE_INIT): Likewise.
22891         (plus_zero): Initialize with PLUS_ZERO_INIT.
22892         (minus_zero): Initialize with MINUS_ZERO_INIT.
22893         (plus_infty): Initialize with PLUS_INFTY_INIT.
22894         (minus_infty): Initialize with MINUS_INFTY_INIT.
22895         (qnan_value): Initialize with QNAN_VALUE_INIT.
22896         (max_value): Initialize with MAX_VALUE_INIT.
22897         (min_value): Initialize with MIN_VALUE_INIT.
22898         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22900         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22901         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22902         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22903         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22905         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22906         (RUN_TEST_2_f): Likewise.
22907         (RUN_TEST_ff_f): Likewise.
22908         (RUN_TEST_fi_f): Likewise.
22909         (RUN_TEST_fl_f): Likewise.
22910         (RUN_TEST_fff_f): Likewise.
22911         (RUN_TEST_c_f): Likewise.
22912         (RUN_TEST_f_f1): Likewise.
22913         (RUN_TEST_fF_f1): Likewise.
22914         (RUN_TEST_fI_f1): Likewise.
22915         (RUN_TEST_ffI_f1): Likewise.
22916         (RUN_TEST_c_c): Likewise.
22917         (RUN_TEST_cc_c): Likewise.
22918         (RUN_TEST_f_i): Likewise.
22919         (RUN_TEST_f_i_tg): Likewise.
22920         (RUN_TEST_ff_i_tg): Likewise.
22921         (RUN_TEST_f_b): Likewise.
22922         (RUN_TEST_f_b_tg): Likewise.
22923         (RUN_TEST_f_l): Likewise.
22924         (RUN_TEST_f_L): Likewise.
22925         (RUN_TEST_sincos): Likewise.
22926         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22927         whether to show exceptions.  Do not include ");\n" in return
22928         value.
22929         (special_functions): Output call to RUN_TEST_sincos instead of
22930         check_float calls.  Update calls to new_test.
22931         (parse_args): Output call to single RUN_TEST_* macro instead of
22932         check_* calls and other assignments.  Update calls to new_test.
22934         [BZ #2546]
22935         [BZ #2560]
22936         [BZ #5159]
22937         [BZ #15426]
22938         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22939         input to result for tgamma overflow.
22940         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22941         (gamma_coeff): New variable.
22942         (NCOEFF): New macro.
22943         (gamma_positive): New function.
22944         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22945         underflow here.  Use gamma_positive instead of exp (lgamma) for
22946         other arguments.
22947         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22948         (gamma_coeff): New variable.
22949         (NCOEFF): New macro.
22950         (gammaf_positive): New function.
22951         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22952         underflow here.  Use gamma_positive instead of exp (lgamma) for
22953         other arguments.
22954         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22955         (gamma_coeff): New variable.
22956         (NCOEFF): New macro.
22957         (gammal_positive): New function.
22958         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22959         underflow here.  Use gamma_positive instead of exp (lgamma) for
22960         other arguments.
22961         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22962         (gamma_coeff): New variable.
22963         (NCOEFF): New macro.
22964         (gammal_positive): New function.
22965         (__ieee754_gammal_r): Handle positive infinity, overflow and
22966         underflow here.  Handle NaN the same as positive infinity.  Remove
22967         check x < 0xffffffff for negative integers.  Use gamma_positive
22968         instead of exp (lgamma) for other arguments.
22969         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22970         (gamma_coeff): New variable.
22971         (NCOEFF): New macro.
22972         (gammal_positive): New function.
22973         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22974         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22975         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22976         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22977         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22978         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22979         * sysdeps/generic/math_private.h (__gamma_productf): New
22980         prototype.
22981         (__gamma_product): Likewise.
22982         (__gamma_productl): Likewise.
22983         * math/Makefile (libm-calls): Add gamma_product.
22984         * math/libm-test.inc (tgamma_test): Add more tests.
22985         * sysdeps/i386/fpu/libm-test-ulps: Update.
22986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22988 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22990         * benchtests/bench-skeleton.c (main): Preheat CPU.
22992 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22994         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22996 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22998         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22999         and _dl_skip_args_internal.
23001 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
23003         * manual/message.texi (Message Translation): Talk about users.
23004         Message to key mapping impacts design.
23006 2013-05-06  Roland McGrath  <roland@hack.frob.com>
23008         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
23010         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
23012         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
23013         * sysdeps/wordsize-64/glob64.c: ... here.
23015         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
23016         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
23017         New macros.
23019         * debug/getlogin_r_chk.c: Moved to ...
23020         * login/getlogin_r_chk.c: ... here.
23021         * debug/Makefile (routines): Move getlogin_r_chk to ...
23022         * login/Makefile (routines): ... here.
23023         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
23024         * login/Versions (libc: GLIBC_2.4): ... here.
23026         * io/poll.c (__poll): Renamed from poll.
23027         Add libc_hidden_def.
23028         (poll): Define as weak alias.
23030         * debug/ptsname_r_chk.c: Moved to ...
23031         * login/ptsname_r_chk.c: ... here.
23032         * debug/Makefile (routines): Move ptsname_r_chk to ...
23033         * login/Makefile (routines): ... here.
23034         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
23035         * login/Versions (libc: GLIBC_2.4): ... here.
23037         * posix/getlogin.c: Moved to ...
23038         * login/getlogin.c: ... here.
23039         * posix/getlogin_r.c: Moved to ...
23040         * login/getlogin_r.c: ... here.
23041         * posix/getlogin_r.c: Moved to ...
23042         * login/getlogin_r.c: ... here.
23043         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
23044         * login/Makefile (routines): ... here.
23045         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
23046         * login/Versions (libc: GLIBC_2.0): ... here.
23048         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
23049         (setrlimit): Define as weak alias.
23051         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
23052         Call __ names for open, ftruncate, and close.
23053         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
23054         (truncate): Define as weak alias.
23056 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
23058         * math/gen-libm-test.pl (parse_args): Initialize x before each
23059         test of frexp, modf and remquo.
23061         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
23062         test signgam value.
23064 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23066         [BZ #15418]
23067         [BZ #15419]
23068         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
23069         internal tests.
23070         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
23072 2013-05-06  Roland McGrath  <roland@hack.frob.com>
23074         * elf/dl-writev.h: New file.
23075         * elf/dl-misc.c: Include it.
23076         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
23077         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
23079 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
23081         * math/libm-test.inc (noXFails): Remove variable.
23082         (noXPasses): Likewise.
23083         (BUILD_COMPLEX_INT): Remove macro.
23084         (print_screen): Remove xfail argument.
23085         (print_screen_max_error): Likewise.
23086         (update_stats): Likewise.
23087         (print_max_error): Likewise.  Update calls to other affected
23088         functions.
23089         (print_complex_max_error): Likewise.
23090         (test_single_exception): Update calls to print_screen.
23091         (test_single_errno): Likewise.
23092         (check_float_internal): Remove xfail argument.  Update calls to
23093         other affected functions.
23094         (check_float): Likewise.
23095         (check_complex): Likewise.
23096         (check_int): Likewise.
23097         (check_long): Likewise.
23098         (check_bool): Likewise.
23099         (check_longlong): Likewise.
23100         (main): Don't print noXFails and noXPasses.
23101         * math/gen-libm-test.pl (top level): Don't mention expected
23102         failure handling in comment.
23103         (new_test): Don't handle expected failures.
23104         (parse_args): Don't mention expected failure handling in comment.
23105         (generate_testfile): Don't handle expected failures.
23106         (parse_ulps): Likewise.
23107         (print_ulps_file): Likewise.
23108         (get_failure): Remove function.
23109         (output_test): Don't handle expected failures.
23110         * make/README.libm-test: Don't mention expected failure handling.
23112         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
23113         (minus_zero): Likewise.
23114         (plus_infty): Likewise.
23115         (minus_infty): Likewise.
23116         (qnan_value): Likewise.
23117         (max_value): Likewise.
23118         (min_value): Likewise.
23119         (min_subnorm_value): Likewise.
23120         (initialize): Do not initialize those variables dynamically.
23122 2013-05-03  Roland McGrath  <roland@hack.frob.com>
23124         * io/open.c (__open_2): Moved to ...
23125         * io/open_2.c: ... this new file.
23126         * io/open64.c (__open64_2): Moved to ...
23127         * io/open64_2.c: ... this new file.
23128         * io/openat.c (__openat_2): Moved to ...
23129         * io/openat_2.c: ... this new file.
23130         * io/openat64.c (__openat64_2): Moved to ...
23131         * io/openat64_2.c: ... this new file.
23132         * io/Makefile (routines): Add them.
23133         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
23134         * sysdeps/unix/sysv/linux/open_2.c: File removed.
23135         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
23136         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
23137         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
23138         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
23139         (__openat64): Add hidden_ver.
23140         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
23141         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
23143         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
23144         Separately conditionalize setting of GLRO(dl_sysinfo) so
23145         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
23146         as well, but the actual setting is only under [NEED_DL_SYSINFO].
23148 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23150         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
23151         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
23152         definition.
23153         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
23154         * sysdeps/unix/sysv/linux/powerpc/init-first.c
23155         (_libc_vdso_platform_setup): Add __vdso_time initialization.
23156         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
23157         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
23159 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
23161         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
23162         test signgam value.
23164         * math/libm-test.inc (hypot_test): Do not use
23165         IGNORE_ZERO_INF_SIGN.
23167 2013-05-03  Andreas Jaeger  <aj@suse.de>
23169         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
23170         Linux 3.9.
23171         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
23172         (PF_MAX): Adjust for VSOCK change.
23174 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23176         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23178 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
23180         [BZ #15264]
23181         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
23182         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
23183         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
23185 2013-05-02  David S. Miller  <davem@davemloft.net>
23187         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23189 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
23191         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
23193 2013-05-01  Roland McGrath  <roland@hack.frob.com>
23195         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
23197 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
23199         [BZ #14952]
23200         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
23201         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23202         Use __attribute__ ((__gnu_inline__)).
23203         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23204         Don't use __attribute__ ((__gnu_inline__)).
23206 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
23208         [BZ #15423]
23209         * math/s_catan.c (__catan): Handle small real or imaginary part of
23210         input specially to avoid spurious underflow.
23211         * math/s_catanf.c (__catanf): Likewise.
23212         * math/s_catanh.c (__catanh): Likewise.
23213         * math/s_catanhf.c (__catanhf): Likewise.
23214         * math/s_catanhl.c (__catanhl): Likewise.
23215         * math/s_catanl.c (__catanl): Likewise.
23216         * math/libm-test.inc (catan_test): Add more tests.
23217         (catanh_test): Likewise.
23218         * sysdeps/i386/fpu/libm-test-ulps: Update.
23219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23221 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23223         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23225 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
23227         [BZ #15416]
23228         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
23229         accurately for denominator in atan2.
23230         * math/s_catanf.c (__catanf): Likewise.
23231         * math/s_catanh.c (__catanh): Likewise.
23232         * math/s_catanhf.c (__catanhf): Likewise.
23233         * math/s_catanhl.c (__catanhl): Likewise.
23234         * math/s_catanl.c (__catanl): Likewise.
23235         * math/libm-test.inc (catan_test): Add more tests.
23236         (catanh_test): Likewise.
23237         * sysdeps/i386/fpu/libm-test-ulps: Update.
23238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23240 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23242         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
23244         * benchtests/Makefile (bench): Remove slow benchmarks.
23245         * benchtests/atan-inputs: Add slow benchmark inputs.
23246         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
23247         (BENCH_FUNC): Accept variant offset.
23248         (VARIANT): Define.
23249         * benchtests/bench-skeleton.c (main): Run benchmark for each
23250         variant.
23251         * benchtests/cos-inputs: Add slow benchmark inputs.
23252         * benchtests/exp-inputs: Likewise.
23253         * benchtests/pow-inputs: Likewise.
23254         * benchtests/sin-inputs: Likewise.
23255         * benchtests/slowatan-inputs: Remove.
23256         * benchtests/slowatan.c: Remove.
23257         * benchtests/slowcos-inputs: Remove.
23258         * benchtests/slowcos.c: Remove.
23259         * benchtests/slowexp-inputs: Remove.
23260         * benchtests/slowexp.c: Remove.
23261         * benchtests/slowpow-inputs: Remove.
23262         * benchtests/slowpow.c: Remove.
23263         * benchtests/slowsin-inputs: Remove.
23264         * benchtests/slowsin.c: Remove.
23265         * benchtests/slowtan-inputs: Remove.
23266         * benchtests/slowtan.c: Remove.
23267         * benchtests/tan-inputs: Add slow benchmark inputs.
23268         * scripts/bench.pl: Parse comments and directives.
23270         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
23271         in CPPFLAGS.
23272         ($(objpfx)bench-%.c): Remove *-ITER.
23273         * benchtests/bench-modf.c: Remove definition of ITER.
23274         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
23275         (main): Loop for DURATION seconds instead of fixed number of
23276         iterations.
23277         * scripts/bench.pl: Don't expect iterations in parameters.
23279 2013-04-29  Roland McGrath  <roland@hack.frob.com>
23281         * io/fchdir.c (__fchdir): Renamed from fchdir.
23282         (fchdir): Define as weak alias.
23284 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23286         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
23287         (ERRNO_EDOM): Likewise.
23288         (ERRNO_ERANGE): Likewise.
23289         (noErrnoTests): New variable.
23290         (init_max_error): Set errno to 0.
23291         (test_single_errno): New function.
23292         (test_errno): Likewise.
23293         (check_float_internal): Call test_errno.  Set errno to 0.
23294         (check_complex): Refer to errno tests in comment.
23295         (check_int): Call test_errno.  Set errno to 0.
23296         (check_long): Likewise.
23297         (check_bool): Likewise.
23298         (check_longlong): Likewise.
23299         (cos_test): Use ERRNO_* flags for errno tests instead of
23300         check_int.
23301         (expm1_test): Likewise.
23302         (fmod_test): Likewise.
23303         (ilogb_test): Likewise.
23304         (lgamma_test): Likewise.
23305         (pow_test): Likewise.
23306         (remainder_test): Likewise.
23307         (sin_test): Likewise.
23308         (tan_test): Likewise.
23309         (yn_test): Likewise.
23310         (initialize): Set errno to 0.
23311         (main): Print number of errno tests.
23312         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
23314 2013-04-29  Andreas Jaeger  <aj@suse.de>
23316         [BZ #15084]
23317         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
23318         and RES_USEVC.
23320         [BZ #15085]
23321         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
23322         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
23323         unimplemented.
23325         [BZ #15380]
23326         * stdlib/random.c (__initstate): Return NULL if
23327         __initstate fails.
23329         [BZ #15086]
23330         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
23331         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
23332         RES_SNGLKUPREOP.
23334 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23336         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23338 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23340         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
23341         of individual tests.
23342         (casin_test): Likewise.
23343         (casinh_test): Likewise.
23345 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
23347         [BZ #15409]
23348         * math/s_catan.c (__catan): Handle arguments with large real or
23349         imaginary part separately without squaring.
23350         * math/s_catanf.c (__catanf): Likewise.
23351         * math/s_catanh.c (__catanh): Likewise.
23352         * math/s_catanhf.c (__catanhf): Likewise.
23353         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23354         and redefine.
23355         (__catanhl): Handle arguments with large real or imaginary part
23356         separately without squaring.
23357         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23358         and redefine.
23359         (__catanl): Handle arguments with large real or imaginary part
23360         separately without squaring.
23361         * math/libm-test.inc (catan_test): Add more tests.
23362         (catanh_test): Likewise.
23363         * sysdeps/i386/fpu/libm-test-ulps: Update.
23364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23366 2013-04-27  Andreas Jaeger  <aj@suse.de>
23368         [BZ #15007]
23369         * stdlib/stdlib.h: Update guards for qecvt.
23370         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
23371         <stdlib.h>.
23373 2013-04-27  Allan McRae  <allan@archlinux.org>
23375         * sysdeps/i386/fpu/libm-test-ulps: Update.
23377 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
23379         [BZ #15406]
23380         * math/s_catan.c: Include <float.h>.
23381         (__catan): Ensure underflow exception occurs for underflowed
23382         result.
23383         * math/s_catanf.c: Include <float.h>.
23384         (__catanf): Ensure underflow exception occurs for underflowed
23385         result.
23386         * math/s_catanh.c: Include <float.h>.
23387         (__catanh): Ensure underflow exception occurs for underflowed
23388         result.
23389         * math/s_catanhf.c: Include <float.h>.
23390         (__catanhf): Ensure underflow exception occurs for underflowed
23391         result.
23392         * math/s_catanhl.c: Include <float.h>.
23393         (__catanhl): Ensure underflow exception occurs for underflowed
23394         result.
23395         * math/s_catanl.c: Include <float.h>.
23396         (__catanl): Ensure underflow exception occurs for underflowed
23397         result.
23398         * math/libm-test.inc (catan_test): Add more tests.
23399         (catanh_test): Likewise.
23401         [BZ #15405]
23402         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23403         underflowed result.
23404         * math/s_ccoshf.c (__ccoshf): Likewise.
23405         * math/s_ccoshl.c (__ccoshl): Likewise.
23406         * math/s_csin.c (__csin): Likewise.
23407         * math/s_csinf.c (__csinf): Likewise.
23408         * math/s_csinh.c (__csinh): Likewise.
23409         * math/s_csinhf.c (__csinhf): Likewise.
23410         * math/s_csinhl.c (__csinhl): Likewise.
23411         * math/s_csinl.c (__csinl): Likewise.
23412         * math/libm-test.inc (ccos_test): Add more tests.
23413         (ccosh_test): Likewise.
23414         (csin_test): Likewise.
23415         (csinh_test): Likewise.
23417 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23419         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23420         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23421         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23422         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23423         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23424         powerpc/power5+/fpu folders.
23425         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23428 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23430         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23432 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
23434         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23435         additions to variable.
23436         [$(config-machine) = x86_64] (modules-names): Likewise.
23437         ($(objpfx)tst-audit3): Remove dependency.
23438         ($(objpfx)tst-audit3.out): Likewise.
23439         ($(objpfx)tst-audit4): Likewise.
23440         ($(objpfx)tst-audit4.out): Likewise.
23441         ($(objpfx)tst-audit5): Likewise.
23442         ($(objpfx)tst-audit5.out): Likewise.
23443         ($(objpfx)tst-audit6): Likewise.
23444         ($(objpfx)tst-audit6.out): Likewise.
23445         ($(objpfx)tst-audit7): Likewise.
23446         ($(objpfx)tst-audit7.out): Likewise.
23447         (tst-audit3-ENV): Remove variable.
23448         (tst-audit4-ENV): Likewise.
23449         (tst-audit5-ENV): Likewise.
23450         (tst-audit6-ENV): Likewise.
23451         (tst-audit7-ENV): Likewise.
23452         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23453         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23454         addition to variable.
23455         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23456         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23457         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23458         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23459         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23460         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23461         tst-audit3, tst-audit4 and tst-audit5.
23462         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23463         tst-audit6 and tst-audit7.
23464         [$(subdir) = elf] (modules-names): Add audit modules for those
23465         tests.
23466         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23467         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23468         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23469         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23470         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23471         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23472         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23473         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23474         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23475         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23476         [$(subdir) = elf] (tst-audit3-ENV): New variable.
23477         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23478         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23479         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23480         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23481         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23482         Likewise.
23483         [$(subdir) = elf && $(config-cflags-avx) = yes]
23484         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23485         [$(subdir) = elf && $(config-cflags-avx) = yes]
23486         (CFLAGS-tst-auditmod4a.c): Likewise.
23487         [$(subdir) = elf && $(config-cflags-avx) = yes]
23488         (CFLAGS-tst-auditmod4b.c): Likewise.
23489         [$(subdir) = elf && $(config-cflags-avx) = yes]
23490         (CFLAGS-tst-auditmod6b.c): Likewise.
23491         [$(subdir) = elf && $(config-cflags-avx) = yes]
23492         (CFLAGS-tst-auditmod6c.c): Likewise.
23493         [$(subdir) = elf && $(config-cflags-avx) = yes]
23494         (CFLAGS-tst-auditmod7b.c): Likewise.
23495         * elf/tst-audit3.c: Move to ...
23496         * sysdeps/x86_64/tst-audit3.c: ... here.
23497         * elf/tst-audit4.c: Move to ...
23498         * sysdeps/x86_64/tst-audit4.c: ... here.
23499         * elf/tst-audit5.c: Move to ...
23500         * sysdeps/x86_64/tst-audit5.c: ... here.
23501         * elf/tst-audit6.c: Move to ...
23502         * sysdeps/x86_64/tst-audit6.c: ... here.
23503         * elf/tst-audit7.c: Move to ...
23504         * sysdeps/x86_64/tst-audit7.c: ... here.
23505         * elf/tst-auditmod3a.c: Move to ...
23506         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23507         * elf/tst-auditmod3b.c: Move to ...
23508         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23509         * elf/tst-auditmod4a.c: Move to ...
23510         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23511         * elf/tst-auditmod4b.c: Move to ...
23512         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23513         * elf/tst-auditmod5a.c: Move to ...
23514         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23515         * elf/tst-auditmod5b.c: Move to ...
23516         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23517         * elf/tst-auditmod6a.c: Move to ...
23518         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23519         * elf/tst-auditmod6b.c: Move to ...
23520         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23521         * elf/tst-auditmod6c.c: Move to ...
23522         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23523         * elf/tst-auditmod7a.c: Move to ...
23524         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23525         * elf/tst-auditmod7b.c: Move to ...
23526         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23528 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23530         [BZ #15366]
23531         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23532         define unconditionally.
23533         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23534         define unconditionally.
23535         (INT8_C, INT16_C, etc.): Likewise.
23537 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23539         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23540         __ehdr_start with hidden visibility.
23542         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23544 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23546         * math/libm-test.inc (cos_test): Use accurate hex constants.
23547         (sincost_test): Likewise.
23549 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23551         * math/libm-test.inc (catan_test): Add more tests.
23552         (catanh_test): Likewise.
23554         * math/s_catanf.c (__catanf): Use suffixed floating-point
23555         constants.
23556         * math/s_catanhf.c (__catanhf): Likewise.
23557         * math/s_catanhl.c (__catanhl): Likewise.
23558         * math/s_catanl.c (__catanl): Likewise.
23560         [BZ #15394]
23561         * math/s_catan.c (__catan): Calculate imaginary part of result
23562         with log1p not log unless computing log of number close to 0.
23563         * math/s_catanf.c (__catanf): Likewise.
23564         * math/s_catanl.c (__catanl): Likewise.
23565         * math/s_catanh.c (__catanh): Calculate real part of result with
23566         log1p not log unless computing log of number close to 0.
23567         * math/s_catanhf.c (__catanhf): Likewise.
23568         * math/s_catanhl.c (__catanhl): Likewise.
23569         * math/libm-test.inc (catan_test): Add more tests.
23570         (catanh_test): Likewise.
23571         * sysdeps/i386/fpu/libm-test-ulps: Update.
23572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23574 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23576         * benchtests/Makefile: Mention files in which fast and slow
23577         paths of math functions are implemented.
23579 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23581         * sysdeps/posix/timespec_get.c: New file.
23583 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23585         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23586         POWER.
23587         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23588         for POWER.
23589         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23590         powerpc/power5/fpu folders.
23591         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23592         * benchtests/Makefile: Add modf testcase.
23593         * benchtests/bench-modf.c: New file: Benchmark test for mo
23595 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23597         [BZ #14888]
23598         * time/Makefile (tests): Add tst-strptime-whitespace.
23599         * time/strptime_l.c (get_number): Use ISSPACE.
23600         (__strptime_internal): Likewise.
23601         * time/tst-strptime-whitespace.c: New test case.
23603 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23605         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23606         member.
23607         (_nss_files_init): Set it here.
23609 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23611         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23612         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23613         unsigned.
23615 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23617         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23619 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23621         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23622         size just once.
23624 2013-04-21  David S. Miller  <davem@davemloft.net>
23626         * po/ru.po: Update Russion translation from translation project.
23628 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23630         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23631         and setfsgid.
23633 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23635         * configure.in: Remove i386 configure warning. Remove i386 case.
23636         * configure: Regenerate.
23637         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23638         Add example to error message.
23639         * sysdeps/i386/configure: Regenerate.
23641 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23643         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23644         slowtan.
23645         * benchtests/cos-inputs: New file.
23646         * benchtests/slowcos-inputs: New file.
23647         * benchtests/slowcos.c: New file.
23648         * benchtests/slowtan-inputs: New file.
23649         * benchtests/slowtan.c: New file.
23650         * benchtests/tan-inputs: New file.
23652 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23654         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23655         considered kosher.
23657 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23659         * benchtests/Makefile: Include cppflags-iterator.mk to add
23660         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23662         * Makefile.in (bench-clean): New target.
23663         * benchtests/Makefile (bench-clean): Likewise.
23665 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23667         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23669 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23671         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23673 2013-04-15  Andreas Schwab  <schwab@suse.de>
23675         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23676         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23677         * nscd/pwdcache.c (cache_addpw): Likewise.
23678         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23679         more than recsize.
23681 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23683         * benchtests/Makefile (bench): Write all output to
23684         bench-out.tmp together.
23686 2013-04-15  Andreas Schwab  <schwab@suse.de>
23688         * nscd/nscd.c (main): Don't fork again after closing files.
23690 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23692         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23694         * benchtests/Rules (bench-deps): Collect dependencies into a
23695         single variable.  Add Makefile to dependencies.
23696         ($(objpfx)bench-%.c): Depend on bench-deps.
23698 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23699             Xavier Roche  <roche+kml2@exalead.com>
23701         [BZ #15361]
23702         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23703         just that it's a file descriptor.
23704         * manual/llio.texi (Synchronizing AIO Operations): Update description
23705         for EBADF error from aio_fsync.
23707 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23709         * Rules (bench): Move target definition...
23710         * benchtests/Makefile: ... here.
23712 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23714         * math/libm-test.inc (cos_test): Fix PI/2 test.
23715         (sincos_test): Likewise.
23716         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23717         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23719 2013-04-11  Andreas Schwab  <schwab@suse.de>
23721         [BZ #13988]
23722         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23723         accept exponent character only when digits were seen.
23724         * stdio-common/Makefile (tests): Add bug26.
23725         * stdio-common/bug26.c: New file.
23727         [BZ #14293]
23728         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23729         non-freeable.
23731 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23733         * Makeconfig (rtld-prefix): Define built linker prefix.
23734         * Rules (run-bench): Use it.
23735         * math/Makefile (run-regen-ulps): Likewise.
23737         * Rules (bench): Remove eval.
23739 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23740             Roland McGrath  <roland@hack.frob.com>
23741             Ondrej Bilka  <neleai@seznam.cz>
23743         [BZ #15346]
23744         * time/getdate.c: Include ctype.h and alloca.h.
23745         (__getdate_r): Trim leading and trailing spaces of input.
23746         * time/tst-getdate.c (tests): Add tests with leading and
23747         trailing spaces.
23749 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23751         [BZ #14280]
23752         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23753         when computing value.
23755 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23757         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23758         Use testrun.sh to run libm tests.
23760         [BZ #15309]
23761         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23763 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23765         [BZ #15264]
23766         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23768 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23770         * Makefile.in (regen-ulps): New target.
23771         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23772         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23773         [ifneq (no,$(PERL)] (regen-ulps): New target.
23774         [ifeq (no,$(PERL)] (regen-ulps): New target.
23775         * math/libm-test.inc (ulps_file_name): Define.
23776         (output_dir): New variable.
23777         (options): Add "output-dir" option.
23778         (parse_opt): Handle 'o' case.
23779         (main): If output_dir is non-NULL use it as a prefix
23780         otherwise use "".
23781         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23783 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23785         [BZ #10060, #10062]
23786         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23787         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23788         fail configure if __sync_val_compare_and_swap is not inlined.
23789         * sysdeps/i386/configure: Regenerate.
23790         * configure.in: Build for i686 when configured for i386.
23791         * configure: Regenerate.
23792         * README: Remove i386 reference.
23794 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23796         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23797         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23799 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23801         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23802         (lmsnanval): New variables.
23803         (F): Add conversion tests.
23804         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23805         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23807         * stdio-common/tstdiomisc.c (F): Properly collect individual
23808         tests' results.
23810         [BZ #14686, #15336]
23811         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23812         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23813         Instead, use input NaN values or generate a qNaN by arithmetic
23814         operation.  Also fix bugs to comply with the standard.
23815         * math/libm-test.inc (remainder_test): Add more tests.
23817         [BZ #15335, #15342]
23818         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23819         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23820         input NaN values or generate a qNaN by arithmetic operation.
23822         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23823         unreachable code.
23825         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23826         definitions.
23828 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23830         [BZ #14478]
23831         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23832         underflowed result.
23833         * math/s_cexpf.c (__cexpf): Likewise.
23834         * math/s_cexpl.c (__cexpl): Likewise.
23835         * math/libm-test.inc (cexp_test): Add more tests.
23837 2013-04-03  Andreas Schwab  <schwab@suse.de>
23839         [BZ #15330]
23840         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23841         order arrays from heap if bigger than alloca cutoff.
23843 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23845         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23846         (SNAN_TESTS_double): Refer to GCC PR56831.
23847         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23848         GCC PR56828.
23850 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23852         * Rules (bench): Move bench.out after the run is complete.
23854         * Rules (bench): Echo currently running benchmark.
23856         * benchtests/Makefile (bench): Add atan and slowatan.
23857         * benchtests/atan-inputs: New file.
23858         * benchtests/slowatan-inputs: New file.
23859         * benchtests/slowatan.c: New file.
23861         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23862         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23863         its value.
23865         [BZ #15305]
23866         * sysdeps/unix/sysv/linux/kernel-features.h
23867         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23868         __ASSUME_XFS_RESTRICTED_CHOWN.
23869         * sysdeps/unix/sysv/linux/pathconf.c
23870         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23871         Save and restore errno.
23873 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23875         [BZ #15327]
23876         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23877         arguments using __kernel_casinh.
23878         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23879         arguments using __kernel_casinhf.
23880         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23881         arguments using __kernel_casinhl.
23882         * math/libm-test.inc (cacosh_test): Add more tests.
23883         * sysdeps/i386/fpu/libm-test-ulps: Update.
23884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23886 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23888         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23889         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23891         * bench/Makefile (bench): Add sin and slowsin.
23892         * benchtests/sin-inputs: New file.
23893         * benchtests/slowsin-inputs: New file.
23894         * benchtests/slowsin.c: New file.
23896         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23897         (bench): Add slowexp and slowpow.
23898         (exp-ITER): Increase iterations.
23899         (pow-ITER): Likewise.
23900         * benchtests/exp-inputs: Change input.
23901         * benchtests/pow-inputs: Likewise.
23902         * benchtests/slowexp-inputs: New file.
23903         * benchtests/slowexp.c: New file.
23904         * benchtests/slowpow-inputs: New file.
23905         * benchtests/slowpow.c: New file.
23907 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23909         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23910         instructions.
23911         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23912         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23913         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23914         * benchtests/Makefile: Add rint benchtest.
23915         * benchtests/rint-inputs: Input for rint benchtest.
23917 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23919         * Versions.def (libm): Add GLIBC_2.18.
23920         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23921         hidden libm prototypes.
23922         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23923         * math/Makefile (libm-calls): Add s_issignaling.
23924         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23925         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23926         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23927         declaration.
23928         * math/math.h [__USE_GNU] (issignaling): New macro.
23929         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23930         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23931         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23932         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23933         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23934         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23935         * manual/arith.texi (issignaling): New section.
23936         * manual/libm-err-tab.pl (@all_functions): Update comment.
23937         * math/gen-libm-test.pl (parse_args): Apply special handling for
23938         issignaling.
23939         * math/libm-test.inc (print_float, issignaling_test): New
23940         functions.
23941         (check_float_internal): Add issignaling checks.
23942         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23943         default definition.
23944         * sysdeps/powerpc/math-tests.h: New file.
23945         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23946         tests.
23947         * math/test-snan.c (TEST_FUNC): Likewise.
23949 2013-03-30  David S. Miller  <davem@davemloft.net>
23951         * po/de.po: Update from translation team.
23953 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23955         [BZ #10357]
23956         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23957         imaginary part less than 1.0 and real part less than 0.5
23958         specially.
23959         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23960         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23961         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23962         (cacos_test): Add more tests.
23963         (casin_test): Likewise.
23964         (casinh_test): Likewise.
23965         * sysdeps/i386/fpu/libm-test-ulps: Update.
23966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23968 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23970         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23971         ONE with its value.
23973         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23974         (__pow_mp): Replace ONE and MONE with their values.
23975         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23976         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23977         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23978         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23979         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23980         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23982         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23984         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23985         (__pow_mp): Replace ZERO and MZERO with their values.
23986         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23987         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23988         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23989         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23990         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23991         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23992         (__sqr): Likewise.
23994         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23996         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23998 2013-03-28  Roland McGrath  <roland@hack.frob.com>
24000         * include/stdlib.h [!SHARED] (__call_tls_dtors):
24001         Declare with __attribute__ ((weak)).
24002         * stdlib/exit.c (__libc_atexit) [!SHARED]:
24003         Call __call_tls_dtors only if it's not NULL.
24005 2013-03-28  Roland McGrath  <roland@hack.frob.com>
24007         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
24008         didn't do it already, then set _dl_phdr and _dl_phnum based on the
24009         magic __ehdr_start linker symbol if it's defined.
24010         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
24011         them up here if it was already done.
24013         * elf/dl-support.c (_dl_phdr): Make pointer to const.
24014         (_dl_aux_init): Use const in cast when setting it.
24015         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
24016         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
24017         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
24019         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
24020         Declare them here.
24021         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
24022         * csu/libc-tls.c: Nor here.
24023         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
24025         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
24026         (__libc_message): Never call vsyslog.
24028 2013-03-28  Alan Modra  <amodra@gmail.com>
24030         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
24031         Define as empty.
24032         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
24033         Likewise.
24035 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24037         [BZ #15214]
24038         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
24039         underflow.
24040         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24042 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24044         [BZ #15304]
24045         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
24046         Don't add gid passed as argument.
24048         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
24050 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
24052         [BZ #15307]
24053         * math/k_casinh.c (__kernel_casinh): Handle arguments with
24054         imaginary part between 1.0 and 1.5 and real part less than 0.5
24055         specially.
24056         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24057         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24058         * math/libm-test.inc (cacos_test): Add more tests.
24059         (casin_test): Likewise.
24060         (casinh_test): Likewise.
24061         * sysdeps/i386/fpu/libm-test-ulps: Update.
24062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24064 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24066         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
24067         constants.
24068         (norm): Likewise.
24069         (denorm): Likewise.
24070         (__dbl_mp): Likewise.
24071         (add_magnitudes): Likewise.
24072         (sub_magnitudes): Likewise.
24073         (__add): Likewise.
24074         (__sub): Likewise.
24075         (__mul): Likewise.
24076         (__sqr): Likewise.
24077         (__inv): Likewise.
24078         (__dvd): Likewise.
24080         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
24081         commented code.
24082         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
24083         (__dubcos): Likewise.
24084         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
24085         (__ieee754_acos): Likewise.
24086         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
24087         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
24088         (__exp1): Likewise.
24089         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24090         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
24091         (log1): Likewise.
24092         (my_log2): Likewise.
24093         (checkint): Likewise.
24094         * sysdeps/ieee754/dbl-64/e_remainder.c
24095         (__ieee754_remainder): Likewise.
24096         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24097         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
24098         (bsloww): Likewise.
24099         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
24101         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24102         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
24103         MANTISSA_STORE_T to store computations on mantissa.  Use
24104         macros for rounding and division.
24105         (denorm): Likewise.
24106         (__dbl_mp): Likewise.
24107         (add_magnitudes): Likewise.
24108         (sub_magnitudes): Likewise.
24109         (__mul): Likewise.
24110         (__sqr): Likewise.
24111         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24112         powers of two in terms of TWOPOW macro.
24113         (mp_no): Make type of mantissa as MANTISSA_T.
24114         [!RADIXI]: Define RADIXI.
24115         [!TWO52]: Define TWO52.
24116         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24118 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24120         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
24121         llroundl symbol when building for PPC32.
24123 2013-03-24  Mark H Weaver  <mhw@netris.org>
24125         * manual/arith.texi (Normalization Functions): Fix prototypes for
24126         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
24128 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24130         [BZ #13889]
24131         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
24132         high value to check if expl overflow.
24133         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
24134         to check for underflow and overflow.
24135         * math/libm-test.inc: Add exp test.
24137 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
24139         [BZ #11120]
24140         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
24141         with NOT_IN_libc.
24143 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24145         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
24146         symbol.
24148 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
24150         * math/gen-libm-test.pl (parse_args, special_functions): Properly
24151         wrap blocks consisting of several statements.
24153         * sysdeps/generic/math-tests.h: New file.
24154         * sysdeps/i386/fpu/math-tests.h: Likewise.
24155         * math/test-snan.c: Include it.
24156         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
24158 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
24160         [BZ #15285]
24161         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
24162         (__ieee754_j0l): Do not improve calculations using cos of twice
24163         input for inputs above LDBL_MAX / 2.0L.
24164         (__ieee754_y0l): Likewise.
24165         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
24166         (__ieee754_j1l): Do not improve calculations using cos of twice
24167         input for inputs above LDBL_MAX / 2.0L.
24168         (__ieee754_y1l): Likewise.
24169         * math/libm-test.inc (j0_test): Add another test.
24170         (j1_test): Likewise.
24171         (y0_test): Likewise.
24172         (y1_test): Likewise.
24173         * sysdeps/i386/fpu/libm-test-ulps: Update.
24175 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24177         * Rules ($(objpfx)bench-%.c): Include code from a C source
24178         file.
24180 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
24182         [BZ #15287]
24183         * math/k_casinh.c (__kernel_casinh): Handle arguments with
24184         imaginary part 1.0 and real part less than 0.5 specially.
24185         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24186         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24187         * math/libm-test.inc (cacos_test): Add more tests.
24188         (casin_test): Likewise.
24189         (casinh_test): Likewise.
24190         * sysdeps/i386/fpu/libm-test-ulps: Update.
24191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24193 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24195         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
24196         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
24198 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
24200         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
24201         * config.make.in (config-cflags-sse4): Remove variable.
24202         (config-cflags-avx): Likewise.
24203         (config-cflags-sse2avx): Likewise.
24204         (config-cflags-novzeroupper): Likewise.
24205         (config-asflags-i686): Likewise.
24206         (have-mfma4): Likewise.
24207         (have-as-vis3): Likewise.
24208         (MIG): Likewise.
24209         * configure.in (MIG): Do not AC_SUBST.
24210         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
24211         (libc_cv_cc_sse4): Do not AC_SUBST.
24212         (libc_cv_cc_avx): Likewise.
24213         (libc_cv_cc_sse2avx): Likewise.
24214         (libc_cv_cc_novzeroupper): Likewise.
24215         (libc_cv_cc_fma4): Likewise.
24216         (libc_cv_as_i686): Likewise.
24217         (libc_cv_sparc_as_vis3): Likewise.
24218         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
24219         LIBC_CONFIG_VAR.
24220         (config-asflags-i686): Likewise.
24221         (config-cflags-avx): Likewise.
24222         (config-cflags-sse2avx): Likewise.
24223         (have-mfma4): Likewise.
24224         (config-cflags-novzeroupper): Likewise.
24225         * sysdeps/mach/configure.in (MIG): Likewise.
24226         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
24227         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
24228         LIBC_CONFIG_VAR.
24229         (config-cflags-avx): Likewise.
24230         (config-cflags-sse2avx): Likewise.
24231         (have-mfma4): Likewise.
24232         (config-cflags-novzeroupper): Likewise.
24233         * configure: Regenerated.
24234         * sysdeps/i386/configure: Likewise.
24235         * sysdeps/mach/configure: Likewise.
24236         * sysdeps/sparc/configure: Likewise.
24237         * sysdeps/x86_64/configure: Likewise.
24239 2013-03-20  Roland McGrath  <roland@hack.frob.com>
24241         [BZ #14812]
24242         * locale/programs/localedef.c (options): Put N_ translation marker
24243         on argument names, not just descriptions.
24245 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24247         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
24249 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
24251         [BZ #14176]
24252         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
24254 2013-03-19  Roland McGrath  <roland@hack.frob.com>
24256         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
24257         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
24258         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
24259         [!BEFORE_ABORT] (before_abort): New function.
24260         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
24261         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
24262         (writev_for_fatal): New function.
24263         (WRITEV_FOR_FATAL): New macro; call that.
24264         (backtrace_and_maps): New function.
24265         (BEFORE_ABORT): New macro; call that.
24266         (struct str_list): Type removed.
24267         (__libc_message, __libc_fatal): Functions removed.
24268         Include <sysdeps/posix/libc_fatal.c> instead.
24270 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
24272         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
24273         constants.
24274         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
24275         double constants.
24277 2013-03-19  Andreas Schwab  <schwab@suse.de>
24279         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
24280         * sysdeps/gnu/configure: Regenerate.
24282         * configure.in: Substitute libc_cv_rtlddir.
24283         * configure: Regenerate.
24284         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
24285         * Makeconfig (rtlddir, inst_rtlddir): New variables.
24286         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
24287         * elf/Makefile (install-others, CFLAGS-interp.c)
24288         (ldso_install, common-ldd-rewrite): Likewise.
24289         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
24290         $(inst_slibdir)/$(rtld-installed-name).
24291         * scripts/rellns-sh: Add -p option.
24292         * Makerules (make-shlib-link): Use rellns-sh to get relative name
24293         for source.
24295 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24297         * manual/nptl.texi: Renamed to ...
24298         * manual/threads.texi: ... this.
24299         * manual/Makefile (chapters): Update.
24301 2013-03-18  Roland McGrath  <roland@hack.frob.com>
24303         [BZ #14812]
24304         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
24305         on argument names, not just descriptions.
24306         * malloc/memusagestat.c (options): Likewise.
24307         * nss/getent.c (options): Likewise.
24309 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
24311         [BZ #14812]
24312         * iconv/iconv_prog.c (options): Put N_ translation marker
24313         on argument names, not just descriptions.
24314         * iconv/iconvconfig.c (options): Likewise.
24316 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
24318         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
24319         implementation which is faster on all x86_64 architectures.
24320         Tested on AMD, Intel Nehalem, SNB, IVB.
24321         * sysdeps/x86_64/strnlen.S: Likewise.
24323         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24324         Remove all multiarch strlen and strnlen versions.
24325         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
24326         Remove strlen and strnlen related parts.
24328         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
24329         Inline strlen part.
24330         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
24332         * sysdeps/x86_64/multiarch/strlen.S: Remove.
24333         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
24334         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
24335         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
24336         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
24337         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
24339 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
24341         * manual/memory.texi (Malloc Tunable Parameters):
24342         Sort parameters alphabetically. Add comments for missing entries.
24344 2013-03-17  David S. Miller  <davem@davemloft.net>
24346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24348 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
24350         [BZ #15283]
24351         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
24352         for arguments at most half maximum finite value.
24353         * math/libm-test.inc (j0_test): Add more tests.
24354         (j1_test): Likewise.
24355         (y0_test): Likewise.
24356         (y1_test): Likewise.
24357         * sysdeps/i386/fpu/libm-test-ulps: Update.
24358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24360         [BZ #14155]
24361         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
24362         1 / x and functions P and Q for arguments above 0x1p256L.
24363         (__ieee754_y0l): Likewise.
24364         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
24365         (__ieee754_y1l): Likewise.
24366         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
24367         (j1_test): Likewise.
24368         (y0_test): Likewise.
24369         (y1_test): Likewise.
24371 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
24373         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
24374         variable.
24376 2013-03-15  Roland McGrath  <roland@hack.frob.com>
24378         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
24379         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
24380         zero since it's initialized to EXEC_PAGESIZE.
24382         * sysdeps/unix/sysv/linux/ldsodefs.h
24383         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
24384         * sysdeps/generic/ldsodefs.h: ... here.
24386 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
24388         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
24390         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
24391         math/test-snan.c.
24392         * math/test-snan.c: Renamed from
24393         sysdeps/powerpc/fpu/test-powerpc-snan.c.
24394         * math/Makefile (tests): Add test-snan.
24395         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24396         test-powerpc-snan.
24398         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24399         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
24400         functions.
24401         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
24402         __builtin_nan family of functions.
24403         * math/libm-test.inc (initialize): Initialize qnan_value with
24404         __builtin_nan family of functions.
24405         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24406         Remove variables.
24407         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24408         Remove functions.
24409         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
24410         storage class.  Initialize qNaN_var and sNaN_var with
24411         __builtin_nan and __builtin_nans families of functions,
24412         respectively.
24414         * math/libm-test.inc (acosh_test): Also test with qNaN input.
24415         (sqrt_test): Remove duplicate test with qNaN input.
24416         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24417         (round_test, signbit_test, significand_test): Note missing +/-Inf
24418         as well as qNaN tests.
24420         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24421         qNaN_var.  Fix a few strings, too.
24422         * math/libm-test.inc (nan_value): Rename to qnan_value.
24423         * math/gen-libm-test.pl (%beautify): Adjust to that.
24424         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24425         * math/test-misc.c (main): Likewise.
24426         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24427         to __qnan_bytes, and __qnan_union, respectively.
24428         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24429         Likewise.
24430         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24431         and lqnanval, respectively.
24432         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24433         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24434         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24435         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24437         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24438         * math/test-misc.c (main) [__x86_64__]: Enable test for long
24439         doubles.
24441         * math/test-misc.c (main): Fix copy'n'pastos.
24442         * misc/tst-efgcvt.c (special): Likewise.
24444         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24445         Remove declarations.
24447 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24449         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24450         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24451         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24452         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24454 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24456         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24457         macro to return vdso values correctly in IFUNC implementations.
24458         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24459         Optimization by using IFUNC.
24461 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24462             Richard Henderson  <rth@redhat.com>
24463             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24465         * Makefile.in (bench): New target.
24466         * NEWS: Mention the benchmark framework.
24467         * Rules (bench): Likewise.
24468         (binaries-bench): Generate binaries for functions to
24469         benchmark.
24470         * benchtests/Makefile: New makefile for benchmark tests.
24471         * benchtests/bench-skeleton.c: New skeleton file for benchmark
24472         programs.
24473         * benchtests/exp-inputs: New input file for EXP function.
24474         * benchtests/pow-inputs: New input file for POW function.
24475         * scripts/bench.pl: New script to generate source files for
24476         benchmark programs.
24478 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24480         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24481         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24482         computations on mantissa.  Use macros for rounding and
24483         division.
24484         (denorm): Likewise.
24485         (__dbl_mp): Likewise.
24486         (add_magnitudes): Likewise.
24487         (sub_magnitudes): Likewise.
24488         (__mul): Likewise.
24489         (__sqr): Likewise.
24490         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24491         powers of two in terms of TWOPOW macro.
24492         (mp_no): Make type of mantissa as MANTISSA_T.
24493         [!RADIXI]: Define RADIXI.
24494         [!TWO52]: Define TWO52.
24495         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24497         * manual/nptl.texi (cindex): Modify threads to pthreads.
24499 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24501         * sysdeps/x86_64/preconfigure: Regenerated.
24503 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24505         [BZ #14155]
24506         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24507         0x1p28 and above.
24508         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24509         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24510         0x1p28 and above.
24511         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24512         * math/libm-test.inc (j0_test): Do not allow one spurious
24513         underflow exception.
24514         (y1_test): Likewise.
24516 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24518         * manual/Makefile (chapters): Add nptl.
24519         * manual/debug.texi (Debugging Support): Add link to Threads
24520         chapter.
24521         * manual/nptl.texi: New file.
24523         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24525 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24527         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24528         for non-NULL pointer before the memory validity test. Pointed
24529         out by Holger Brunck <holger.brunck@keymile.com>.
24531 2013-03-13  Andreas Schwab  <schwab@suse.de>
24533         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24534         instead of .os.
24536 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24538         * timezone/zic.c: Update from tzcode 2013b.
24540 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24542         * manual/install.texi (Configuring and compiling):
24543         Mention i686 and i586.
24544         * INSTALL: Regenerate.
24546 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24548         * sysdeps/init_array/elf-init.c: New file.
24549         * csu/elf-init.c
24550         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24551         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24553         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24554         __gmon_start__ as global, but as static with a .preinit_array pointer.
24555         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24556         * sysdeps/init_array/crti.S: New file, empty except for comments.
24557         * sysdeps/init_array/crtn.S: Likewise.
24559 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24561         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24562         definining bcopy.
24563         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24564         Remove Prefer_SSE_for_memop.
24565         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24566         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24567         HAS_PREFER_SSE_FOR_MEMOP.
24568         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24569         memset-x86-64.
24570         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24571         Remove bzero, memset ifunc support.
24572         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24573         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24574         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24575         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24577 2013-03-11  Andreas Schwab  <schwab@suse.de>
24579         [BZ #15234]
24580         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24581         by SHLIB_COMPAT.
24582         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24583         (GLIBC_2.16): Remove pthread_atfork.
24585 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24587         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24588         (ptestcases.h): Likewise.
24590 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24592         * Makeconfig ($(common-objpfx)config.status): Depend on
24593         sysdeps/*/preconfigure{,.in} too.
24595 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24597         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24598         (__free_hook): Use void * instead of __malloc_ptr_t.
24599         (__malloc_hook): Likewise.
24600         (__realloc_hook): Likewise.
24601         (__memalign_hook): Likewise.
24602         (__after_morecore_hook): Likewise.
24603         * malloc/arena.c (save_malloc_hook): Likewise.
24604         (save_free_hook): Likewise.
24605         * malloc/hooks.c (malloc_hook_ini): Likewise.
24606         (realloc_hook_ini): Likewise.
24607         (memalign_hook_ini): Likewise.
24608         * malloc/malloc.c (malloc_hook_ini): Likewise.
24609         (realloc_hook_ini): Likewise.
24610         (memalign_hook_ini): Likewise.
24611         (__free_hook): Likewise.
24612         (__malloc_hook): Likewise.
24613         (__realloc_hook): Likewise.
24614         (__memalign_hook): Likewise.
24615         (__libc_malloc): Likewise.
24616         (__libc_free): Likewise.
24617         (__libc_realloc): Likewise.
24618         (__libc_memalign): Likewise.
24619         (__libc_valloc): Likewise.
24620         (__libc_pvalloc): Likewise.
24621         (__libc_calloc): Likewise.
24622         (__posix_memalign): Likewise.
24623         * malloc/morecore.c (__sbrk): Likewise.
24624         (__default_morecore): Likewise.
24626         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24628         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24629         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24630         __malloc_ptrdiff_t.
24632         * malloc/malloc.h (__malloc_size_t): Remove macro.
24633         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24634         __malloc_size_t.
24635         (old_memalign_hook): Likewise.
24636         (old_realloc_hook): Likewise.
24637         (struct hdr): Likewise.
24638         (flood): Likewise.
24639         (mallochook): Likewise.
24640         (memalignhook): Likewise.
24641         (reallochook): Likewise.
24642         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24643         (tr_old_realloc_hook): Likewise.
24644         (tr_old_memalign_hook): Likewise.
24645         (tr_mallochook): Likewise.
24646         (tr_reallochook): Likewise.
24647         (tr_memalignhook): Likewise.
24649 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24651         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24652         default_ldbl_pack and using as default implementation.
24653         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24654         implementation.
24655         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24656         redundant definition.
24657         (ldbl_insert_mantissa): Likewise.
24658         (ldbl_canonicalize): Likewise.
24659         (ldbl_nearbyint): Likewise.
24660         (ldbl_pack): Rename to ldbl_pack_ppc.
24661         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24662         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24663         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24665 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24667         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24668         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24669         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24670         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24671         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24672         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24673         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24674         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24676 2013-03-07  Andreas Jaeger  <aj@suse.de>
24678         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24679         bits/mman-linux.h.
24681 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24683         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24684         Include mpa.h and declare __MPEXP.
24685         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24686         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24687         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24688         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24689         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24690         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24691         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24693         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24694         (__slowpow): Use long double EXPL and LOGL functions to
24695         compute POW.
24696         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24697         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24698         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24699         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24700         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24701         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24703         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24704         intermediate variable to calculate exponent.
24705         (__sqr): Likewise.
24706         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24707         Likewise.
24708         (__sqr): Likewise.
24710         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24711         [!NO__SQR]: Define __sqr.
24712         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24713         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24714         sysdeps/ieee754/dbl-64/mpa.c.
24715         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24717         [BZ #12723]
24718         * posix/Makefile (tests): Add tst-pathconf.
24719         * posix/tst-pathconf.c: New test case.
24720         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24721         _PC_PIPE_BUF.
24722         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24724 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24726         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24728 2013-03-06  Andreas Jaeger  <aj@suse.de>
24730         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24731         definition via __MAP_ANONYMOUS.
24733         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24734         it's not part of Linux headers.
24736         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24737         (MAP_HUGE_MASK): Define.
24739         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24740         Define.
24741         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24742         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24743         Define.
24744         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24745         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24746         Define.
24747         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24748         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24749         Define.
24750         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24752         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24753         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24754         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24755         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24756         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24757         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24759         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24760         Handle f2fs.
24762         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24763         Handle f2fs and efivarfs.
24765         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24766         f2fs.
24768         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24769         (EFIVARFS_MAGIC): Add.
24770         (F2FS_LINK_MAX): Add.
24772 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24774         * stdio-common/vfprintf.c: Replace __builtin_expect with
24775         __glibc_unlikely.
24777 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24779         [BZ #13550]
24780         * sysdeps/generic/bp-sym.h: Remove file.
24781         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24782         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24783         <bp-sym.h> and <bp-asm.h>.
24784         (__longjmp): Don't use BP_SYM.
24785         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24786         and <bp-asm.h>.
24787         (memcpy): Don't use BP_SYM.
24788         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24789         <bp-sym.h> and <bp-asm.h>.
24790         (memcpy): Don't use BP_SYM.
24791         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24792         <bp-asm.h>.
24793         (memcpy): Don't use BP_SYM.
24794         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24795         <bp-asm.h>.
24796         (memset): Don't use BP_SYM.
24797         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24798         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24799         (__bzero): Don't use BP_SYM.
24800         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24801         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24802         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24803         <bp-sym.h> and <bp-asm.h>.
24804         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24805         pointers.
24806         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24807         <bp-sym.h> and <bp-asm.h>.
24808         (memcpy): Don't use BP_SYM.
24809         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24810         <bp-sym.h> and <bp-asm.h>.
24811         (memset): Don't use BP_SYM.
24812         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24813         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24814         (__bzero): Don't use BP_SYM.
24815         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24816         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24817         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24818         <bp-sym.h> and <bp-asm.h>.
24819         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24820         pointers.
24821         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24822         <bp-sym.h> and <bp-asm.h>.
24823         (memcpy): Don't use BP_SYM.
24824         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24825         <bp-sym.h> and <bp-asm.h>.
24826         (memset): Don't use BP_SYM.
24827         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24828         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24829         (__bzero): Don't use BP_SYM.
24830         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24831         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24832         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24833         <bp-sym.h> and <bp-asm.h>.
24834         (__memchr): Don't use BP_SYM.
24835         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24836         <bp-sym.h> and <bp-asm.h>.
24837         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24838         pointers.
24839         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24840         <bp-sym.h> and <bp-asm.h>.
24841         (memcpy): Don't use BP_SYM.
24842         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24843         <bp-sym.h> and <bp-asm.h>.
24844         (__mempcpy): Don't use BP_SYM.
24845         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24846         <bp-sym.h> and <bp-asm.h>.
24847         (__memrchr): Don't use BP_SYM.
24848         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24849         <bp-sym.h> and <bp-asm.h>.
24850         (memset): Don't use BP_SYM.
24851         (__bzero): Likewise.
24852         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24853         <bp-sym.h> and <bp-asm.h>.
24854         (__rawmemchr): Don't use BP_SYM.
24855         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24856         <bp-sym.h> and <bp-asm.h>.
24857         (__STRCMP): Don't use BP_SYM.
24858         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24859         <bp-sym.h> and <bp-asm.h>.
24860         (strchr): Don't use BP_SYM.
24861         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24862         <bp-sym.h> and <bp-asm.h>.
24863         (__strchrnul): Don't use BP_SYM.
24864         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24865         <bp-sym.h> and <bp-asm.h>.
24866         (strlen): Don't use BP_SYM.
24867         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24868         <bp-sym.h> and <bp-asm.h>.
24869         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24870         pointers.
24871         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24872         <bp-sym.h> and <bp-asm.h>.
24873         (__strnlen): Don't use BP_SYM.
24874         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24875         <bp-sym.h> and <bp-asm.h>.
24876         (__GI__setjmp): Don't use BP_SYM.
24877         (_setjmp): Likewise.
24878         (__sigsetjmp): Likewise.
24879         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24880         (L(start_addresses)): Don't use BP_SYM.
24881         (_start): Likewise.
24882         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24883         <bp-asm.h>.
24884         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24885         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24886         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24887         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24888         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24889         <bp-asm.h>.
24890         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24891         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24892         about bounded pointers.
24893         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24894         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24895         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24896         <bp-asm.h>.
24897         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24898         about bounded pointers.  Remove GKM FIXME comments.
24899         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24900         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24901         <bp-asm.h>.
24902         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24903         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24904         Remove GKM FIXME comments.
24905         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24906         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24907         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24908         <bp-asm.h>.
24909         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24910         about bounded pointers.  Remove GKM FIXME comment.
24911         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24912         and <bp-asm.h>.
24913         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24914         pointers.
24915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24916         <bp-sym.h> and <bp-asm.h>.
24917         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24919         <bp-sym.h> and <bp-asm.h>.
24920         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24921         comment.
24923 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24925         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24926         call free(NULL).
24928 2013-03-05  David S. Miller  <davem@davemloft.net>
24930         * po/es.po: Update from translation team.
24932 2013-03-05  Andreas Jaeger  <aj@suse.de>
24934         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24935         <bits/mman-linux.h>.
24936         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24937         is fine.
24938         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24939         <bits/mman-linux.h> to end of file.
24940         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24941         is fine.
24942         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24943         <bits/mman-linux.h> to end of file.
24944         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24945         is fine.
24946         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24947         <bits/mman-linux.h> to end of file.
24949         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24950         (MCL_CURRENT, MCL_FUTURE): Define here.
24952 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24954         [BZ #15232]
24955         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24956         attribute_hidden.
24957         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24959 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24961         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24962         fourth parameter needed for rt_sigprocmask syscall.
24963         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24964         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24965         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24966         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24967         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24968         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24970 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24972         [BZ #13550]
24973         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24974         comment about bounded pointers.
24975         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24976         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24978 2013-03-04  Andreas Jaeger  <aj@suse.de>
24980         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24981         common definitions.
24983         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24984         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24985         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24986         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24987         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24988         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24990 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24992         [BZ #15055]
24993         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24994         __ieee754_sqrl instead of __sqrl.
24996 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24998         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24999         * sysdeps/powerpc/fpu_control.h: ... here.
25000         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
25001         * sysdeps/powerpc/bits/fenvinline.h: ... here.
25002         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
25003         * sysdeps/powerpc/bits/mathinline.h: ... here.
25005 2013-03-01  Roland McGrath  <roland@hack.frob.com>
25007         * elf/dl-hwcaps.c (_dl_important_hwcaps):
25008         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
25009         to just [NEED_DL_SYSINFO_DSO].
25010         * elf/dl-support.c: Likewise.
25011         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
25012         * elf/rtld.c (dl_main): Likewise.
25013         * elf/setup-vdso.h (setup_vdso): Likewise.
25014         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
25015         * sysdeps/unix/sysv/linux/dl-sysdep.c
25016         (_dl_discover_osversion): Likewise.
25018 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
25020         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
25021         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
25023 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
25025         * NEWS: Mention libm performance improvements and non-x86 PI
25026         futex support.
25028         * csu/libc-start.c (__pthread_initialize_minimal): Change
25029         function arguments.
25030         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
25032 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
25034         [BZ #13550]
25035         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
25036         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
25037         <bp-sym.h> and <bp-asm.h>.
25038         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25039         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
25040         and <bp-asm.h>.
25041         (memcpy): Don't use BP_SYM.
25042         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
25043         <bp-asm.h>.
25044         (__mpn_add_n): Don't use BP_SYM.
25045         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
25046         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
25047         and <bp-asm.h>.
25048         (__mpn_addmul_1): Don't use BP_SYM.
25049         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25050         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
25051         <bp-sym.h>.
25052         (_setjmp): Don't use BP_SYM.
25053         (__novmx_setjmp): Likewise.
25054         (__GI__setjmp): Likewise.
25055         (__vmx_setjmp): Likewise.
25056         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
25057         <bp-sym.h>.
25058         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
25059         (__bzero): Don't use BP_SYM.
25060         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
25061         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
25062         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
25063         <bp-sym.h> and <bp-asm.h>.
25064         (memcpy): Don't use BP_SYM.
25065         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
25066         <bp-sym.h> and <bp-asm.h>.
25067         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25068         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
25069         <bp-sym.h> and <bp-asm.h>.
25070         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25071         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
25072         <bp-asm.h>.
25073         (__mpn_lshift): Don't use BP_SYM.
25074         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25075         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
25076         <bp-asm.h>.
25077         (memset): Don't use BP_SYM.
25078         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
25079         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
25080         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
25081         <bp-asm.h>.
25082         (__mpn_mul_1): Don't use BP_SYM.
25083         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25084         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
25085         <bp-sym.h> and <bp-asm.h>.
25086         (memcmp): Don't use BP_SYM.
25087         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
25088         <bp-sym.h> and <bp-asm.h>.
25089         (memcpy): Don't use BP_SYM.
25090         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
25091         <bp-sym.h> and <bp-asm.h>.
25092         (memset): Don't use BP_SYM.
25093         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
25094         <bp-sym.h> and <bp-asm.h>.
25095         (strncmp): Don't use BP_SYM.
25096         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
25097         <bp-sym.h> and <bp-asm.h>.
25098         (memcpy): Don't use BP_SYM.
25099         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
25100         <bp-sym.h> and <bp-asm.h>.
25101         (memset): Don't use BP_SYM.
25102         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
25103         <bp-sym.h> and <bp-asm.h>.
25104         (__memchr): Don't use BP_SYM.
25105         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
25106         <bp-sym.h> and <bp-asm.h>.
25107         (memcmp): Don't use BP_SYM.
25108         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
25109         <bp-sym.h> and <bp-asm.h>.
25110         (memcpy): Don't use BP_SYM.
25111         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
25112         <bp-sym.h> and <bp-asm.h>.
25113         (__mempcpy): Don't use BP_SYM.
25114         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
25115         <bp-sym.h> and <bp-asm.h>.
25116         (__memrchr): Don't use BP_SYM.
25117         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
25118         <bp-sym.h> and <bp-asm.h>.
25119         (memset): Don't use BP_SYM.
25120         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
25121         <bp-sym.h> and <bp-asm.h>.
25122         (__rawmemchr): Don't use BP_SYM.
25123         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
25124         <bp-sym.h> and <bp-asm.h>.
25125         (__STRCMP): Don't use BP_SYM.
25126         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
25127         <bp-sym.h> and <bp-asm.h>.
25128         (strchr): Don't use BP_SYM.
25129         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
25130         <bp-sym.h> and <bp-asm.h>.
25131         (__strchrnul): Don't use BP_SYM.
25132         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
25133         <bp-sym.h> and <bp-asm.h>.
25134         (strlen): Don't use BP_SYM.
25135         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
25136         <bp-sym.h> and <bp-asm.h>.
25137         (strncmp): Don't use BP_SYM.
25138         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
25139         <bp-sym.h> and <bp-asm.h>.
25140         (__strnlen): Don't use BP_SYM.
25141         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
25142         <bp-asm.h>.
25143         (__mpn_rshift): Don't use BP_SYM.
25144         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25145         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
25146         <bp-sym.h> and <bp-asm.h>.
25147         (__sigsetjmp): Don't use BP_SYM.
25148         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
25149         (L(start_addresses)): Don't use BP_SYM.
25150         (_start): Likewise.
25151         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
25152         <bp-asm.h>.
25153         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
25154         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25155         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25156         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
25157         <bp-asm.h>.
25158         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
25159         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25160         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25161         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
25162         <bp-asm.h>.
25163         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
25164         comments.
25165         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25166         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
25167         <bp-asm.h>.
25168         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
25169         FIXME comments.
25170         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25171         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25172         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
25173         <bp-asm.h>.
25174         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
25175         comment.
25176         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
25177         and <bp-asm.h>.
25178         (strncmp): Don't use BP_SYM,
25179         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
25180         <bp-asm.h>.
25181         (__mpn_sub_n): Don't use BP_SYM.
25182         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25183         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
25184         and <bp-asm.h>.
25185         (__mpn_submul_1): Don't use BP_SYM.
25186         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
25188         <bp-sym.h> and <bp-asm.h>.
25189         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
25190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
25191         <bp-sym.h> and <bp-asm.h>.
25192         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
25193         comment.
25195 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25197         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
25198         Use ZK to minimize writes to Z.
25199         (sub_magnitudes): Simplify code a bit.
25200         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
25201         Use ZK to minimize writes to Z.
25202         (sub_magnitudes): Simplify code a bit.
25204 2013-02-27  Roland McGrath  <roland@hack.frob.com>
25206         * csu/gmon-start.c: Add special exception to license text.
25208 2013-02-27  Richard Henderson  <rth@redhat.com>
25210         * scripts/config.guess: Update from config.git.
25211         * scripts/config.sub: Likewise.
25213 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25215         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
25217         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
25219         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
25221         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
25223         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
25225 2013-02-26  Roland McGrath  <roland@hack.frob.com>
25227         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
25228         [$(build-shared = yes].
25230 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25232         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
25233         (__mul): Reduce iterations for calculating mantissa.
25235         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
25236         MPTWO.
25237         (__mpranred): Likewise.
25239         [BZ #15160]
25240         * malloc/memusagestat.c (main): Draw graphs for heap and stack
25241         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
25243 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
25245         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
25246         Define __attribute__.
25248 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25250         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
25251         unused.
25252         * posix/regex_internal.h (__attribute): Remove.
25253         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
25254         (re_string_context_at): Likewise.
25255         (bitset_not): Use __attribute__ and mark function as possibly
25256         unused.
25257         (bitset_merge): Likewise.
25258         (bitset_mask): Likewise.
25259         (re_string_char_size_at): Likewise.
25260         (re_string_wchar_at): Likewise.
25261         (re_string_elem_size_at): Likewise.
25263 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
25265         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
25266         code.
25267         (cc32): Likewise.
25269         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
25270         (__acr): Likewise.
25271         (__cpy): Likewise.
25272         (norm): Likewise.
25273         (denorm): Likewise.
25274         (__dbl_mp): Likewise.
25275         (add_magnitudes): Likewise.
25276         (sub_magnitudes): Likewise.
25277         (__mul): Likewise.
25278         (__inv): Likewise.
25280         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
25281         style.
25283         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
25284         style.
25286         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
25287         code.
25289         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
25290         up changes with default code.
25291         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
25292         Likewise.
25294 2013-02-24  Allan McRae  <allan@archlinux.org>
25296         * manual/socket.texi (The Internet Namespace): Order menu items
25297         to match that in the file.
25299         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
25300         node listing of the info page menu.
25302 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
25304         [BZ #13550]
25305         * sysdeps/i386/bp-asm.h: Remove file.
25306         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25307         (PARMS): Do not use macros from bp-asm.h.
25308         (S1): Likewise.
25309         (S2): Likewise.
25310         (SIZE): Likewise.
25311         (__mpn_add_n): Do not use BP_SYM
25312         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
25313         "bp-asm.h".
25314         (PARMS): Do not use macros from bp-asm.h.
25315         (S1): Likewise.
25316         (SIZE): Likewise.
25317         (__mpn_addmul_1): Do not use BP_SYM
25318         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
25319         "bp-asm.h".
25320         (PARMS): Do not use macros from bp-asm.h.
25321         (SIGMSK): Likewise.
25322         (_setjmp): Likewise.  Do not use BP_SYM.
25323         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
25324         "bp-asm.h".
25325         (PARMS): Do not use macros from bp-asm.h.
25326         (SIGMSK): Likewise.
25327         (setjmp): Likewise.  Do not use BP_SYM.
25328         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
25329         "bp-asm.h".
25330         (PARMS): Do not use macros from bp-asm.h.
25331         (__frexp): Do not use BP_SYM.
25332         (frexp): Likewise.
25333         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
25334         "bp-asm.h".
25335         (PARMS): Do not use macros from bp-asm.h.
25336         (__frexpf): Do not use BP_SYM.
25337         (frexpf): Likewise.
25338         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
25339         "bp-asm.h".
25340         (PARMS): Do not use macros from bp-asm.h.
25341         (__frexpl): Do not use BP_SYM.
25342         (frexpl): Likewise.
25343         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
25344         "bp-asm.h".
25345         (PARMS): Do not use macros from bp-asm.h.
25346         (__remquo): Do not use BP_SYM.
25347         (remquo): Likewise.
25348         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
25349         "bp-asm.h".
25350         (PARMS): Do not use macros from bp-asm.h.
25351         (__remquof): Do not use BP_SYM.
25352         (remquof): Likewise.
25353         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
25354         "bp-asm.h".
25355         (PARMS): Do not use macros from bp-asm.h.
25356         (__remquol): Do not use BP_SYM.
25357         (remquol): Likewise.
25358         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
25359         "bp-asm.h".
25360         (PARMS): Do not use macros from bp-asm.h.
25361         (DEST): Likewise.
25362         (SRC): Likewise.
25363         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
25364         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
25365         "bp-asm.h".
25366         (PARMS): Do not use macros from bp-asm.h.
25367         (strlen): Do not use BP_SYM.
25368         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
25369         "bp-asm.h".
25370         (PARMS): Do not use macros from bp-asm.h.
25371         (S1): Likewise.
25372         (S2): Likewise.
25373         (SIZE): Likewise.
25374         (__mpn_add_n): Do not use BP_SYM.
25375         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
25376         "bp-asm.h".
25377         (PARMS): Do not use macros from bp-asm.h.
25378         (S1): Likewise.
25379         (SIZE): Likewise.
25380         (__mpn_addmul_1): Do not use BP_SYM.
25381         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
25382         weak_alias.
25383         (bzero): Likewise.
25384         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
25385         "bp-asm.h".
25386         (PARMS): Do not use macros from bp-asm.h.
25387         (S): Likewise.
25388         (SIZE): Likewise.
25389         (__mpn_lshift): Do not use BP_SYM.
25390         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
25391         "bp-asm.h".
25392         (PARMS): Do not use macros from bp-asm.h.
25393         (DEST): Likewise.
25394         (SRC): Likewise.
25395         (LEN): Likewise.
25396         (memcpy): Likewise.  Do not use BP_SYM.
25397         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25398         libc_hidden_def and weak_alias.
25399         (mempcpy): Do not use BP_SYM in weak_alias.
25400         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25401         "bp-asm.h".
25402         (PARMS): Do not use macros from bp-asm.h.
25403         (DEST): Likewise.
25404         (LEN): Likewise.
25405         [!BZERO_P] (CHR): Likewise.
25406         (memset): Likewise.  Do not use BP_SYM.
25407         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25408         "bp-asm.h".
25409         (PARMS): Do not use macros from bp-asm.h.
25410         (S1): Likewise.
25411         (SIZE): Likewise.
25412         (__mpn_mul_1): Do not use BP_SYM.
25413         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25414         "bp-asm.h".
25415         (PARMS): Do not use macros from bp-asm.h.
25416         (S): Likewise.
25417         (SIZE): Likewise.
25418         (__mpn_rshift): Do not use BP_SYM.
25419         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25420         "bp-asm.h".
25421         (PARMS): Do not use macros from bp-asm.h.
25422         (STR): Likewise.
25423         (CHR): Likewise.
25424         (strchr): Likewise.  Do not use BP_SYM.
25425         (index): Do not use BP_SYM in weak_alias.
25426         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25427         "bp-asm.h".
25428         (PARMS): Do not use macros from bp-asm.h.
25429         (DEST): Likewise.
25430         (SRC): Likewise.
25431         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
25432         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25433         "bp-asm.h".
25434         (PARMS): Do not use macros from bp-asm.h.
25435         (strlen): Do not use BP_SYM.
25436         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25437         "bp-asm.h".
25438         (PARMS): Do not use macros from bp-asm.h.
25439         (S1): Likewise.
25440         (S2): Likewise.
25441         (SIZE): Likewise.
25442         (__mpn_sub_n): Do not use BP_SYM.
25443         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25444         "bp-asm.h".
25445         (PARMS): Do not use macros from bp-asm.h.
25446         (S1): Likewise.
25447         (SIZE): Likewise.
25448         (__mpn_submul_1): Do not use BP_SYM.
25449         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25450         "bp-asm.h".
25451         (PARMS): Do not use macros from bp-asm.h.
25452         (S1): Likewise.
25453         (S2): Likewise.
25454         (SIZE): Likewise.
25455         (__mpn_add_n): Do not use BP_SYM.
25456         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25457         weak_alias.
25458         (bzero): Likewise.
25459         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25460         "bp-asm.h".
25461         (PARMS): Do not use macros from bp-asm.h.
25462         (BLK2): Likewise.
25463         (LEN): Likewise.
25464         (memcmp): Do not use BP_SYM.
25465         (bcmp): Do not use BP_SYM in weak_alias.
25466         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25467         "bp-asm.h".
25468         (PARMS): Do not use macros from bp-asm.h.
25469         (DEST): Likewise.
25470         (SRC): Likewise.
25471         (LEN): Likewise.
25472         (memcpy): Likewise.  Do not use BP_SYM.
25473         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25474         "bp-asm.h".
25475         (PARMS): Do not use macros from bp-asm.h.
25476         (DEST): Likewise.
25477         (SRC): Likewise.
25478         (LEN): Likewise.
25479         (memmove): Likewise.  Do not use BP_SYM.
25480         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25481         "bp-asm.h".
25482         (PARMS): Do not use macros from bp-asm.h.
25483         (DEST): Likewise.
25484         (SRC): Likewise.
25485         (LEN): Likewise.
25486         (__mempcpy): Likewise.  Do not use BP_SYM.
25487         (mempcpy): Do not use BP_SYM in weak_alias.
25488         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25489         "bp-asm.h".
25490         (PARMS): Do not use macros from bp-asm.h.
25491         (DEST): Likewise.
25492         (LEN): Likewise.
25493         [!BZERO_P] (CHR): Likewise.
25494         (memset): Likewise.  Do not use BP_SYM.
25495         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25496         "bp-asm.h".
25497         (PARMS): Do not use macros from bp-asm.h.
25498         (STR2): Likewise.
25499         (strcmp): Do not use BP_SYM.
25500         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25501         "bp-asm.h".
25502         (PARMS): Do not use macros from bp-asm.h.
25503         (STR): Likewise.
25504         (DELIM): Likewise.
25505         [USE_AS_STRTOK_R] (SAVE): Likewise.
25506         (FUNCTION): Likewise.  Do not use BP_SYM.
25507         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25508         aliases.
25509         (strtok_r): Likewise.
25510         (__GI___strtok_r): Likewise.
25511         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25512         (PARMS): Do not use macros from bp-asm.h.
25513         (S): Likewise.
25514         (SIZE): Likewise.
25515         (__mpn_lshift): Do not use BP_SYM.
25516         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25517         (PARMS): Do not use macros from bp-asm.h.
25518         (STR): Likewise.
25519         (CHR): Likewise.
25520         (__memchr): Do not use BP_SYM.
25521         (memchr): Do not use BP_SYM in weak_alias.
25522         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25523         (PARMS): Do not use macros from bp-asm.h.
25524         (BLK2): Likewise.
25525         (LEN): Likewise.
25526         (memcmp): Do not use BP_SYM.
25527         (bcmp): Do not use BP_SYM in weak_alias.
25528         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25529         (PARMS): Do not use macros from bp-asm.h.
25530         (S1): Likewise.
25531         (SIZE): Likewise.
25532         (__mpn_mul_1): Do not use BP_SYM.
25533         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25534         "bp-asm.h".
25535         (PARMS): Do not use macros from bp-asm.h.
25536         (STR): Likewise.
25537         (CHR): Likewise.
25538         (__rawmemchr): Do not use BP_SYM.
25539         (rawmemchr): Do not use BP_SYM in weak_alias.
25540         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25541         (PARMS): Do not use macros from bp-asm.h.
25542         (S): Likewise.
25543         (SIZE): Likewise.
25544         (__mpn_rshift): Do not use BP_SYM.
25545         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25546         (PARMS): Do not use macros from bp-asm.h.
25547         (SIGMSK): Likewise.
25548         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25549         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25550         (_start): Do not use BP_SYM.
25551         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25552         (PARMS): Do not use macros from bp-asm.h.
25553         (DEST): Likewise.
25554         (SRC): Likewise.
25555         (__stpcpy): Likewise.  Do not use BP_SYM.
25556         (stpcpy): Do not use BP_SYM in weak_alias.
25557         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25558         "bp-asm.h".
25559         (PARMS): Do not use macros from bp-asm.h.
25560         (DEST): Likewise.
25561         (SRC): Likewise.
25562         (LEN): Likewise.
25563         (__stpncpy): Likewise.  Do not use BP_SYM.
25564         (stpncpy): Do not use BP_SYM in weak_alias.
25565         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25566         (PARMS): Do not use macros from bp-asm.h.
25567         (STR): Likewise.
25568         (CHR): Likewise.
25569         (strchr): Likewise.  Do not use BP_SYM.
25570         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25571         "bp-asm.h".
25572         (PARMS): Do not use macros from bp-asm.h.
25573         (STR): Likewise.
25574         (CHR): Likewise.
25575         (__strchrnul): Likewise.  Do not use BP_SYM.
25576         (strchrnul): Do not use BP_SYM in weak_alias.
25577         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25578         "bp-asm.h".
25579         (PARMS): Do not use macros from bp-asm.h.
25580         (STOP): Likewise.
25581         (strcspn): Do not use BP_SYM.
25582         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25583         "bp-asm.h".
25584         (PARMS): Do not use macros from bp-asm.h.
25585         (STR): Likewise.
25586         (STOP): Likewise.
25587         (strpbrk): Likewise.  Do not use BP_SYM.
25588         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25589         "bp-asm.h".
25590         (PARMS): Do not use macros from bp-asm.h.
25591         (STR): Likewise.
25592         (CHR): Likewise.
25593         (strrchr): Likewise.  Do not use BP_SYM.
25594         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25595         (PARMS): Do not use macros from bp-asm.h.
25596         (SKIP): Likewise.
25597         (strspn): Do not use BP_SYM.
25598         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25599         (PARMS): Do not use macros from bp-asm.h.
25600         (STR): Likewise.
25601         (DELIM): Likewise.
25602         (SAVE): Likewise.
25603         (FUNCTION): Likewise.  Do not use BP_SYM.
25604         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25605         aliases.
25606         (strtok_r): Likewise.
25607         (__GI___strtok_r): Likewise.
25608         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25609         (PARMS): Do not use macros from bp-asm.h.
25610         (S1): Likewise.
25611         (S2): Likewise.
25612         (SIZE): Likewise.
25613         (__mpn_sub_n): Do not use BP_SYM.
25614         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25615         "bp-asm.h".
25616         (PARMS): Do not use macros from bp-asm.h.
25617         (S1): Likewise.
25618         (SIZE): Likewise.
25619         (__mpn_submul_1): Do not use BP_SYM.
25620         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25621         <bp-sym.h>.
25622         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25623         and <bp-asm.h>.
25624         (PARMS): Do not use macros from bp-asm.h.
25625         (FLAGS): Likewise.
25626         (PTID): Likewise.
25627         (TLS): Likewise.
25628         (CTID): Likewise.
25629         (__clone): Do not use BP_SYM.
25630         (clone): Do not use BP_SYM in weak_alias.
25631         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25632         and <bp-asm.h>.
25633         (PARMS): Do not use macros from bp-asm.h.
25634         (LEN): Likewise.
25635         (__mmap64): Do not use BP_SYM.
25636         (mmap64): Do not use BP_SYM in weak_alias.
25637         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25638         <bp-sym.h> and <bp-asm.h>.
25639         (PARMS): Do not use macros from bp-asm.h.
25640         (__posix_fadvise64_l64): Do not use BP_SYM.
25641         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25642         (PARMS): Do not use macros from bp-asm.h.
25643         (NSOPS): Likewise.
25644         (semtimedop): Do not use BP_SYM.
25645         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25646         and <bp-asm.h>.
25648 2013-02-21  Allan McRae  <allan@archlinux.org>
25650         * manual/message.texi (Charset conversion in gettext):
25651         Move @end statement to beginning of line.
25653 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25655         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25656         static.
25657         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25658         Likewise.
25660         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25661         (denorm): Likewise.
25662         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25663         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25665 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25667         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25668         tail-call to the resolved function if pltexit isn't needed.
25670 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25672         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25673         or Y being zero as being unlikely.
25674         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25675         Likewise.
25677 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25679         * manual/nss.texi (System Databases and Name Service Switch):
25680         Remove frobnicate @pxref.
25682 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25684         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25685         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25687 2013-02-20  Petr Machata  <pmachata@redhat.com>
25689         * elf/elf.h (R_ARM_TARGET1): New macro.
25690         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25691         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25692         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25693         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25694         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25695         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25696         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25697         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25698         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25699         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25700         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25701         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25702         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25703         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25704         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25705         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25706         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25707         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25708         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25709         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25710         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25711         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25712         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25713         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25714         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25715         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25716         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25717         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25718         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25719         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25720         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25721         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25722         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25723         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25724         (R_ARM_THM_GOT_BREL12): Likewise.
25725         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25726         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25727         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25728         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25729         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25730         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25731         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25732         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25733         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25735 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25737         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25738         __attribute_used__ to __attribute__ ((unused)).
25740 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25742         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25743         powerpc mpa.c.
25744         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25745         comment formatting.
25746         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25748 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25750         [BZ #13550]
25751         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25752         Remove macro.
25753         (ENTER): Remove both macro definitions.
25754         (LEAVE): Likewise.
25755         (CHECK_BOUNDS_LOW): Likewise.
25756         (CHECK_BOUNDS_HIGH): Likewise.
25757         (CHECK_BOUNDS_BOTH): Likewise.
25758         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25759         (RETURN_BOUNDED_POINTER): Likewise.
25760         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25761         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25762         (POP_ERRNO_LOCATION_RETURN): Likewise.
25763         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25764         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25765         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25766         macros.
25767         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25768         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25769         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25770         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25771         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25772         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25773         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25774         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25775         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25776         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25777         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25778         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25779         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25780         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25781         removed macros.
25782         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25783         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25784         macros.
25785         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25786         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25787         * sysdeps/i386/i586/memset.S (memset): Likewise.
25788         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25789         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25790         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25791         macros.
25792         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25793         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25794         Change uses of L(2) to L(out).
25795         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25796         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25797         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25798         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25799         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25800         removed macros.
25801         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25802         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25803         macros.
25804         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25805         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25806         (RETURN): Do not use macro LEAVE.
25807         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25808         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25809         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25810         * sysdeps/i386/i686/memset.S (memset): Likewise.
25811         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25812         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25813         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25814         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25815         Likewise.
25816         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25817         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25818         L(1_2) and L(1_3) into L(1).
25819         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25820         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25821         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25822         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25823         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25824         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25825         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25826         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25827         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25828         macros.
25829         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25830         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25831         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25832         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25833         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25834         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25835         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25836         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25837         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25838         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25839         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25840         * sysdeps/i386/strspn.S (strspn): Likewise.
25841         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25842         conditional code.
25843         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25844         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25845         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25846         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25847         L(1_3) into L(1_1).
25848         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25849         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25850         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25851         macros.
25852         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25854 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25856         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25857         macro.
25859 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25861         * math/atest-exp.c (exp_mpn): Remove ROUND.
25862         * math/atest-exp2.c (exp_mpn): Likewise.
25863         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25865         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25866         * stdlib/tst-tls-atexit-lib.c: Likewise.
25867         * stdlib/tst-tls-atexit.c: Likewise.
25869 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25871         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25872         and __attribute_alloc_size__.
25874 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25876         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25877         __attribute_alloc_size__.
25878         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25879         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25881 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25883         * include/programs/xmalloc.h: New file.
25884         * catgets/gencat.c: Include it.
25885         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25886         * elf/pldd.c: Likewise.
25887         * iconv/iconv_charmap.c: Likewise.
25888         * iconv/iconvconfig.c: Likewise.
25889         * iconv/strtab.c: Likewise.
25890         * locale/programs/locale.c: Likewise.
25891         * locale/programs/localedef.h: Likewise.
25892         * locale/programs/simple-hash.c: Likewise.
25893         * nscd/nscd.h: Likewise.
25894         * nss/makedb.c: Likewise.
25895         * sysdeps/generic/ldconfig.h: Likewise.
25897 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25899         * Versions.def: Add GLIBC_2.18.
25900         * include/link.h (struct link_map): New member l_tls_dtor_count.
25901         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25902         (__call_tls_dtors): Likewise.
25903         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25904         __cxa_thread_atexit_impl.
25905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25906         Likewise.
25907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25908         Likewise.
25909         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25910         Likewise.
25911         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25912         Likewise.
25913         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25914         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25915         Likewise.
25916         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25917         Likewise.
25918         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25919         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25920         Likewise.
25921         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25922         (tests): Add test case tst-tls-atexit.
25923         (modules-names): Add shared library for tst-tls-atexit.
25924         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25925         (GLIBC_PRIVATE): Add __call_tls_dtors.
25926         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25927         for libstdc++.
25928         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25929         * stdlib/tst-tls-atexit.c: New test case.
25930         * stdlib/tst-tls-atexit-lib.c: New test case.
25932         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25934         * elf/Versions (ld): Add _dl_find_dso_for_object.
25935         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25936         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25937         (dl_open_worker): Use _dl_find_dso_for_object.
25938         * elf/dl-sym.c (do_sym): Likewise.
25939         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25941 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25943         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25944         Syntactic changes only.
25945         (_dl_runtime_profile): Do a tail-call to the resolved function.
25947 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25949         [BZ #13550]
25950         * sysdeps/x86_64/bp-asm.h: Remove file.
25951         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25952         <bp-sym.h> and <bp-asm.h>.
25953         (__clone): Do not use BP_SYM.
25954         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25955         <bp-sym.h> and <bp-asm.h>.
25956         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25957         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25958         "bp-asm.h".
25959         (_setjmp): Do not use BP_SYM.
25960         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25961         "bp-asm.h".
25962         (setjmp): Do not use BP_SYM.
25963         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25964         libc_hidden_def.
25965         (mempcpy): Do not use BP_SYM in weak_alias.
25966         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25967         "bp-asm.h".
25968         (strchr): Do not use BP_SYM.
25969         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25970         "bp-asm.h".
25971         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25972         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25973         (_start): Do not use BP_SYM.
25974         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25975         "bp-asm.h".
25976         (strcat): Do not use BP_SYM.
25977         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25978         "bp-asm.h".
25979         (STRCMP): Do not use BP_SYM.
25980         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25981         "bp-asm.h".
25982         (STRCPY): Do not use BP_SYM.
25983         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25984         "bp-asm.h".
25985         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25986         "bp-asm.h".
25987         (FUNCTION): Do not use BP_SYM.
25988         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25989         weak_alias.
25990         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25992 2013-02-17  Andreas Jaeger  <aj@suse.de>
25994         * time/Versions: Sort entries.
25995         * string/Versions: Likewise.
25996         * resolv/Versions: Likewise.
25997         * posix/Versions: Likewise.
25998         * iconv/Versions: Likewise.
25999         * elf/Versions: Likewise.
26000         * wcsmbs/Versions: Likewise.
26002 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26004         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
26005         loop termination condition.
26007         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
26008         variable to calculate EZ.
26009         (__sqr): Likewise.
26011         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
26012         the lower precision input.
26014 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
26016         [BZ #13550]
26017         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
26018         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
26019         (run-via-rtld-prefix): Do not handle %-bp tests.
26020         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
26021         (all-object-suffixes): Remove .ob.
26022         (bppfx): Remove variable.
26023         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
26024         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
26025         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
26026         [$(build-bounded) = yes] (libtype.ob): Likewise.
26027         * Makerules (elide-routines.ob): Remove variable.
26028         (do-tests-clean): Do not handle *-bp.out.
26029         (common-mostlyclean): Do not handle *-bp and *-bp.out.
26030         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
26031         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
26032         (tests): Do not include $(tests-bp.out).
26033         (xtests): Do not include $(xtests-bp.out).
26034         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
26035         [$(build-bounded) = yes] ($(addprefix
26036         $(objpfx),$(binaries-bounded))): Remove rule.
26037         ($(objpfx)%-bp.out): Remove rule.
26038         * config.make.in (build-bounded): Remove variable.
26039         * crypt/Makefile [$(build-bounded) = yes]
26040         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
26041         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
26042         append to variable.
26043         [$(build-bounded) = yes] (install-lib): Likewise.
26044         [$(build-bounded) = yes] (generated): Likewise.
26045         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
26046         Remove rule.
26047         * intl/Makefile [$(build-bounded) = yes]
26048         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
26049         * math/Makefile [$(build-bounded) = yes]
26050         ($(tests:%=$(objpfx)%-bp): Likewise.
26051         * misc/Makefile [$(build-bounded) = yes]
26052         ($(objpfx)tst-tsearch-bp): Likewise.
26053         * nptl/Makeconfig (bounded-thread-library): Remove variable.
26054         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
26055         Remove dependency.
26056         * string/Makefile (o-objects.ob): Remove variable.
26057         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
26058         (CFLAGS-.ob): Remove variable.
26059         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
26060         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
26061         both definitions of variable.
26062         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
26063         (ASFLAGS-.ob): Remove variable.
26065 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
26067         [BZ #13550]
26068         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
26069         Remove __BOUNDED_POINTERS__ from condition.
26070         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
26071         * string/bits/string2.h [!__NO_STRING_INLINES &&
26072         !__BOUNDED_POINTERS__]: Likewise.
26073         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
26074         Likewise.
26075         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
26076         Remove conditional code.
26077         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
26078         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
26079         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
26080         condition.
26082         [BZ #13550]
26083         * csu/libc-start.c: Do not include <bp-sym.h>.
26084         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
26085         * elf/dl-open.c: Do not include <bp-sym.h>.
26086         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
26087         * math/fegetenv.c: Do not include <bp-sym.h>.
26088         (fegetenv): Do not use BP_SYM in versioned symbols.
26089         * nptl/sysdeps/pthread/bits/libc-lockP.h
26090         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
26091         <bp-sym.h>.
26092         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26093         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
26094         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26095         (__pthread_mutex_destroy): Likewise.
26096         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26097         (__pthread_mutex_lock): Likewise.
26098         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26099         (__pthread_mutex_trylock): Likewise.
26100         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26101         (__pthread_mutex_unlock): Likewise.
26102         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26103         (__pthread_mutexattr_init): Likewise.
26104         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26105         (__pthread_mutexattr_destroy): Likewise.
26106         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26107         (__pthread_mutexattr_settype): Likewise.
26108         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26109         (__pthread_rwlock_init): Likewise.
26110         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26111         (__pthread_rwlock_destroy): Likewise.
26112         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26113         (__pthread_rwlock_rdlock): Likewise.
26114         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26115         (__pthread_rwlock_tryrdlock): Likewise.
26116         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26117         (__pthread_rwlock_wrlock): Likewise.
26118         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26119         (__pthread_rwlock_trywrlock): Likewise.
26120         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26121         (__pthread_rwlock_unlock): Likewise.
26122         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26123         (__pthread_key_create): Likewise.
26124         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26125         (__pthread_setspecific): Likewise.
26126         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26127         (__pthread_getspecific): Likewise.
26128         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
26129         Likewise.
26130         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26131         (_pthread_cleanup_push_defer): Likewise.
26132         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26133         (_pthread_cleanup_pop_restore): Likewise.
26134         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26135         (pthread_setcancelstate): Likewise.
26136         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
26137         <bp-sym.h>.
26138         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
26139         (memchr): Do not use BP_SYM in weak_alias.
26140         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
26141         (fegetenv): Do not use BP_SYM in versioned symbols.
26142         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
26143         (fesetenv): Do not use BP_SYM in versioned symbols.
26144         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
26145         (feupdateenv): Do not use BP_SYM in versioned symbols.
26146         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
26147         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
26148         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
26149         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
26150         (open64): Do not use BP_SYM in weak_alias.
26151         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
26152         (fegetenv): Do not use BP_SYM in versioned symbols.
26153         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
26154         (fesetenv): Do not use BP_SYM in versioned symbols.
26155         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
26156         (feupdateenv): Do not use BP_SYM in versioned symbols.
26157         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
26158         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
26159         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
26160         (feraiseexcept): Do not use BP_SYM in versioned symbols.
26161         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
26162         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
26163         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
26164         <bp-sym.h>.
26165         (__libc_start_main): Do not use BP_SYM.
26167 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26169         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
26170         redundant return line.
26171         (norm): Likewise.
26172         (denorm): Likewise.
26173         (dbl_mp): Likewise.
26174         (sub_magnitudes): Likewise.
26175         (__add): Likewise.
26176         (__sub): Likewise.
26177         (__mul): Likewise.
26178         (__inv): Likewise.
26179         (__dvd): Likewise.
26180         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
26181         (norm): Likewise.
26182         (denorm): Likewise.
26183         (dbl_mp): Likewise.
26184         (sub_magnitudes): Likewise.
26185         (__add): Likewise.
26186         (__sub): Likewise.
26187         (__mul): Likewise.
26188         (__inv): Likewise.
26189         (__dvd): Likewise.
26191         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
26192         instead of __mul.
26193         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
26194         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
26195         (cc32): Likewise.
26197         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
26198         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
26199         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
26200         of __mul for squares.
26201         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
26202         function
26203         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
26204         Likewise.
26205         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
26206         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26208 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
26210         [BZ #13550]
26211         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
26212         code.
26213         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
26214         prototype or function definition.  Rename ubp_* variables and
26215         parameters.  Remove argv definitions conditional on
26216         [__BOUNDED_POINTERS__].
26217         * debug/backtrace.c (__backtrace): Do not use __unbounded.
26218         * elf/dl-runtime.c (_dl_fixup): Likewise.
26219         * include/set-hooks.h (RUN_HOOK): Likewise.
26220         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
26221         definition.
26222         * string/strcpy.c (strcpy): Do not use __unbounded.
26223         * sysdeps/generic/frame.h (struct layout): Likewise.
26224         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
26225         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
26226         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
26227         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
26228         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
26229         (__backtrace): Likewise.
26230         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
26231         use __ptrvalue.
26232         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
26233         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
26234         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
26235         Likewise.
26236         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
26237         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
26238         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
26239         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26240         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
26241         Do not use __unbounded.
26242         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
26243         Rename __unboundedrlimits parameter to rlimits in prototype.
26244         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
26245         Do not use __unbounded.
26246         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
26247         not use __ptrvalue.
26248         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26249         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
26250         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26251         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
26252         __ptrvalue or __unbounded.
26253         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
26254         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
26255         use __unbounded.
26256         (__new_msgctl): Do not use __ptrvalue.
26257         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
26258         __unbounded.
26259         (__libc_msgrcv): Do not use __ptrvalue.
26260         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
26261         startup_info): Do not use __unbounded.
26262         (__libc_start_main): Likewise.  Rename ubp_* variables and
26263         parameters.  Remove argv definitions conditional on
26264         [__BOUNDED_POINTERS__].
26265         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
26266         __ptrvalue.
26267         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
26268         use __unbounded.
26269         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
26270         or __ptrvalue.
26271         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
26272         use __unbounded.
26273         (__new_shmctl): Do not use __ptrvalue.
26274         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
26275         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
26276         Likewise.
26277         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
26278         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
26279         (__libc_sigaction): Likewise.
26280         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
26281         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
26282         Likewise.
26283         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26285 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
26287         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
26289         * string/mempcpy.c: Implement by calling memcpy.
26291 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26293         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
26295         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
26296         evaluation.
26298         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
26299         values in the mantissa.
26301         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
26302         minimize writes to Z.
26303         (sub_magnitudes): Simplify code a bit.
26305 2013-02-12  Roland McGrath  <roland@hack.frob.com>
26307         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
26308         from the message.  The linker prefixes all warnings with that already.
26310 2013-02-12  Andreas Schwab  <schwab@suse.de>
26312         [BZ #15078]
26313         * posix/regexec.c (extend_buffers): Add parameter min_len.
26314         (check_matching): Pass minimum needed length.
26315         (clean_state_log_if_needed): Likewise.
26316         (get_subexp): Likewise.
26317         * posix/Makefile (tests): Add bug-regex34.
26318         (bug-regex34-ENV): Define.
26319         * posix/bug-regex34.c: New file.
26321         [BZ #11561]
26322         * posix/regcomp.c (parse_bracket_exp): When looking up collating
26323         elements compare against the byte sequence of it, not its name.
26324         * posix/Makefile (tests): Add bug-regex35.
26325         (bug-regex35-ENV): Define.
26326         * posix/bug-regex35.c: New file.
26328 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26330         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
26331         comment.
26332         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
26333         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
26334         (CHECK_EOL): Add undef.
26336 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
26338         * bits/stdlib-bsearch.h: New file.
26339         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
26340         * stdlib/stdlib.h: Likewise.
26342 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26344         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
26345         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
26346         declaration.
26347         * manual/search.texi (Array Search Function): Add missing const in
26348         lfind prototype.
26349         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
26350         declaration to use rlim_t.
26351         (Basic Scheduling Functions): Remove erroneous const from
26352         sched_getparam prototype.  Remove erroneous * from
26353         sched_get_priority_max and sched_get_priority_min prototypes.
26354         (Resource Usage): Fix summary @comment on vtimes to refer to
26355         sys/vtimes.h rather than vtimes.h.
26356         Add missing *s in vtimes prototype.
26357         (Limits on Resources): Fix ulimit prototype to return long int.
26358         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
26359         prototypes to use long int rather than double.
26360         (BSD Random): Fix initstate and setstate to use char *, not void *.
26361         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
26362         prototype to make second argument 'struct aiocb64 *const[]'.
26363         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
26364         (Status of AIO Operations): Remove erroneous const in aio_return and
26365         aio_return64 prototypes.
26366         (Synchronizing I/O): Fix sync prototype to return void.
26367         * manual/startup.texi (Suboptions): Remove an erroneous const in
26368         getsubopt prototype.
26369         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
26370         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
26371         use size_t rather than int.
26372         (Scanning All Users): Likewise for getpwent_r.
26373         (Setting Groups): Add missing const to setgroups prototype.
26374         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
26375         * manual/socket.texi (Host Names): Fix gethostbyaddr and
26376         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
26377         'const void *' rather than 'const char *'.
26378         (Host Address Functions): Likewise for inet_ntop.
26379         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
26380         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
26381         ssize_t for return value.
26382         (Sending Data): Likewise for send, sendto, sendmsg.
26383         (Socket Option Functions): Add a missing const in setsockopt prototype.
26384         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
26385         use wchar_t for the argument.
26386         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
26387         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
26388         take no arguments.
26389         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
26390         double/float/long double for second argument.
26391         Fix return types of significand, significandf, significandl.
26392         * manual/filesys.texi (Setting Permissions): Use mode_t for second
26393         argument in fchmod prototype.
26394         (File Owner): Use uid_t and gid_t in fchown prototype.
26395         (File Times): Add const to utimes, futimes, and lutimes prototypes.
26396         (Making Special Files): Use mode_t and dev_t in mknod prototype.
26397         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26398         use 'const struct dirent **' as argument types to CMP function pointer
26399         argument.
26400         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26401         (File Times): Fix summary magic @comment for struct utimbuf and utime
26402         to refer to utime.h, not time.h.
26403         * manual/string.texi (Argz Functions): Add missing const in
26404         argz_extract and argz_next prototypes.
26405         (Finding Tokens in a String): Likewise for basename.
26406         (String/Array Comparison): Fix typo in wcscasecmp prototype.
26407         (Copying and Concatenation): Fix typo in wmemmove prototype.
26408         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26409         (Signal Stack): Remove erroneous const in sigstack prototype.
26410         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26411         prototype.
26412         (Simple Calendar Time): Likewise for stime.
26413         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26414         prototype.
26415         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26416         say sys/sysctl.h instead.
26417         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26418         and vsyslog prototypes.
26420 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26422         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26423         Remove.
26425 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26427         * misc/sys/mman.h: Fix typo in mremap comment.
26429 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26431         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26432         the '\0' terminator.
26434 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26436         [BZ #13550]
26437         * debug/segfault.c: Don't include <bp-checks.h>.
26438         * sysdeps/generic/bp-checks.h: Remove file.
26439         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26440         (__GETDENTS): Don't use CHECK_N.
26441         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26442         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26443         (__getgroups): Don't use CHECK_N.
26444         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26445         (setgroups): Don't use CHECK_N.
26446         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26447         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26448         (__libc_msgrcv): Don't use CHECK_N.
26449         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26450         (__libc_msgsnd): Don't use CHECK_N.
26451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26452         <bp-checks.h>.
26453         (__libc_pread): Don't use CHECK_N.
26454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26455         include <bp-checks.h>.
26456         (__libc_pread64): Don't use CHECK_N.
26457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26458         include <bp-checks.h>.
26459         (__libc_pwrite): Don't use CHECK_N.
26460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26461         include <bp-checks.h>.
26462         (__libc_pwrite64): Don't use CHECK_N.
26463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26464         <bp-checks.h>.
26465         (__libc_pread): Don't use CHECK_N.
26466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26467         include <bp-checks.h>.
26468         (__libc_pread64): Don't use CHECK_N.
26469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26470         include <bp-checks.h>.
26471         (__libc_pwrite): Don't use CHECK_N.
26472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26473         include <bp-checks.h>.
26474         (__libc_pwrite64): Don't use CHECK_N.
26475         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26476         (do_pread): Don't use CHECK_N.
26477         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26478         (do_pread64): Don't use CHECK_N.
26479         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26480         (do_pwrite): Don't use CHECK_N.
26481         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26482         (do_pwrite64): Don't use CHECK_N.
26483         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26484         (__libc_readv): Don't use CHECK_N.
26485         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26486         (semop): Don't use CHECK_N.
26487         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26488         <bp-checks.h>.
26489         (semtimedop): Don't use CHECK_N.
26490         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26491         (__libc_pread): Don't use CHECK_N.
26492         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26493         <bp-checks.h>.
26494         (__libc_pread64): Don't use CHECK_N.
26495         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26496         <bp-checks.h>.
26497         (__libc_pwrite): Don't use CHECK_N.
26498         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26499         <bp-checks.h>.
26500         (__libc_pwrite64): Don't use CHECK_N.
26501         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26502         <bp-checks.h>.
26503         (__libc_msgrcv): Don't use CHECK_N.
26504         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26505         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26506         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26507         (__libc_writev): Don't use CHECK_N.
26509 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26511         * string/strcpy.c: Removed unused variable.
26513         * Makeconfig (+sysdep-includes): Define with := rather than =.
26514         Use an existing include/ subdir of each sysdeps dir before it.
26516 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26518         * nscd/connection.c (register_traced_file): Comment function.
26519         [HAVE_INOTIFY] (union __inev): Define.
26520         [HAVE_INOTIFY] (inotify_check_files): New function.
26521         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26522         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26523         clear_db_cache.
26524         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26526 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26528         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26529         loaded if not already and that a failure is permanent.
26531 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26533         [BZ #15006]
26534         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26535         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26537 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26539         [BZ #13550]
26540         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26541         (CHECK_1_NULL_OK): Likewise.
26542         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26543         (__fxstat): Do not use CHECK_1.
26544         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26545         <bp-checks.h>.
26546         (___fxstat64): Do not use CHECK_1.
26547         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26548         <bp-checks.h>.
26549         (__fxstatat): Do not use CHECK_1.
26550         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26551         <bp-checks.h>.
26552         (__fxstatat64): Do not use CHECK_1.
26553         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26554         <bp-checks.h>.
26555         (__fxstat): Do not use CHECK_1.
26556         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26557         <bp-checks.h>.
26558         (__fxstatat): Do not use CHECK_1.
26559         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26560         <bp-checks.h>.
26561         (__getresgid): Do not use CHECK_1.
26562         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26563         <bp-checks.h>.
26564         (__getresuid): Do not use CHECK_1.
26565         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26566         <bp-checks.h>.
26567         (__lxstat): Do not use CHECK_1.
26568         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26569         <bp-checks.h>.
26570         (__old_msgctl): Do not use CHECK_1.
26571         (__new_msgctl): Likewise.
26572         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26573         <bp-checks.h>.
26574         (__new_setrlimit): Do not use CHECK_1.
26575         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26576         <bp-checks.h>.
26577         (__old_shmctl): Do not use CHECK_1.
26578         (__new_shmctl): Likewise.
26579         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26580         <bp-checks.h>.
26581         (__xstat): Do not use CHECK_1.
26582         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26583         (__lxstat): Do not use CHECK_1.
26584         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26585         <bp-checks.h>.
26586         (___lxstat64): Do not use CHECK_1.
26587         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26588         (__old_msgctl): Do not use CHECK_1.
26589         (__new_msgctl): Likewise.
26590         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26591         <bp-checks.h>.
26592         (__gettimeofday): Do not use CHECK_1.
26593         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26594         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26595         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26596         <bp-checks.h>.
26597         (__gettimeofday): Do not use CHECK_1.
26598         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26599         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26600         (__new_shmctl): Do not use CHECK_1.
26601         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26602         <bp-checks.h>.
26603         (do_sigtimedwait): Do not use CHECK_1.
26604         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26605         <bp-checks.h>.
26606         (do_sigwaitinfo): Do not use CHECK_1.
26607         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26608         <bp-checks.h>.
26609         (msgctl): Do not use CHECK_1.
26610         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26611         <bp-checks.h>.
26612         (shmctl): Do not use CHECK_1.
26613         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26614         (ustat): Do not use CHECK_1.
26615         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26616         <bp-checks.h>.
26617         (__fxstat): Do not use CHECK_1.
26618         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26619         <bp-checks.h>.
26620         (__fxstatat): Do not use CHECK_1.
26621         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26622         <bp-checks.h>.
26623         (__lxstat): Do not use CHECK_1.
26624         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26625         <bp-checks.h>.
26626         (__xstat): Do not use CHECK_1.
26627         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26628         (__xstat): Do not use CHECK_1.
26629         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26630         (___xstat64): Do not use CHECK_1.
26632         [BZ #13550]
26633         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26634         definitions.
26635         (CHECK_BOUNDS_HIGH): Likewise.
26636         * string/strcpy.c: Do not include <bp-checks.h>.
26637         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26639 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26641         * nscd/nscd-client.h (__nscd_drop_map_ref):
26642         Add __attribute__ ((unused)).
26643         * nis/nss-nisplus.h (niserr2nss): Likewise.
26645         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26646         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26648         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26649         Remove inline keyword.
26650         * include/rounding-mode.h (round_away): Likewise.
26651         * libio/wfileops.c (adjust_wide_data): Likewise.
26652         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26653         (__m128i_strloadu_tolower): Likewise.
26654         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26655         (__m128i_strloadu_tolower): Likewise.
26656         * time/mktime.c (ydhms_diff): Likewise.
26657         * locale/elem-hash.h (elem_hash): Likewise.
26658         * locale/setlocale.c (setdata): Likewise.
26659         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26660         (re_string_wchar_at): Likewise.
26661         (bitset_not, bitset_merge, bitset_mask): Likewise.
26662         [!(__GNUC__ > 3)] (inline): Remove macro.
26663         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26664         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26665         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26666         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26667         * string/memcmp.c (memcmp_bytes): Likewise.
26668         * locale/programs/locarchive.c (compute_hashval): Likewise.
26669         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26670         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26671         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26672         * nss/getent.c (print_rpc, print_protocols): Likewise.
26673         (print_passwd, print_group, print_aliases): Likewise.
26674         * nis/nss-nisplus.h (niserr2nss): Likewise.
26675         * nscd/connections.c (restart_p): Likewise.
26676         Change return type to bool.
26678 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26680         * Makeconfig (all-Depend-files): Add existing
26681         $(sorted-subdirs:=/Depend) files.
26682         (all-subdirs): Remove nss.
26683         * sysdeps/unix/inet/Subdirs: Add it here instead.
26684         * hesiod/Depend: New file.
26686         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26687         instead of calling alloca.
26689         * io/lseek.c (__lseek): Rename to __libc_lseek.
26690         Define __lseek as an alias.
26692         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26694 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26696         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26697         else clause and remove check for non-standard endianness.
26699 2013-02-04  David S. Miller  <davem@davemloft.net>
26701         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26703 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26705         [BZ #13550]
26706         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26707         (__ubp_memchr): Remove prototype.
26708         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26709         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26710         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26711         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26712         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26713         Remove alias.
26714         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26715         (__ubp_memchr): Likewise.
26716         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26717         (__ubp_memchr): Likewise.
26718         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26719         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26720         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26721         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26722         CHECK_STRING.
26723         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26724         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26725         (__getcwd): Do not use CHECK_STRING.
26726         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26727         <bp-checks.h>.
26728         (__real_chown): Do not use CHECK_STRING.
26729         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26730         <bp-checks.h>.
26731         (fchownat): Do not use CHECK_STRING.
26732         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26733         CHECK_STRING.
26734         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26735         <bp-checks.h>.
26736         (__lchown): Do not use CHECK_STRING.
26737         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26738         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26739         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26740         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26742         include <bp-checks.h>.
26743         (truncate64): Do not use CHECK_STRING.
26744         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26745         <bp-checks.h>.
26746         (__real_chown): Do not use CHECK_STRING.
26747         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26748         <bp-checks.h>.
26749         (__lchown): Do not use CHECK_STRING.
26750         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26751         <bp-checks.h>.
26752         (__chown): Do not use CHECK_STRING.
26753         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26754         <bp-checks.h>.
26755         (truncate64): Do not use CHECK_STRING.
26756         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26757         Likewise.
26758         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26759         (__xmknod): Do not use CHECK_STRING.
26760         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26761         <bp-checks.h>.
26762         (__xmknodat): Do not use CHECK_STRING.
26763         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26764         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26766 2013-02-04  Andreas Schwab  <schwab@suse.de>
26768         [BZ #14142]
26769         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26770         * include/netdb.h: Likewise for h_errno.
26771         * elf/tst-stackguard1.c: Include <tls.h>.
26773 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26775         * elf/link.h (struct link_map): Extend the l_addr comment.
26776         * include/link.h (struct link_map): Likewise.
26778 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26780         [BZ #13550]
26781         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26782         (BOUNDED_1): Remove macro.
26783         * debug/backtrace.c: Don't include <bp-checks.h>.
26784         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26785         (__backtrace): Likewise.
26786         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26787         <bp-checks.h>.
26788         (__backtrace): Don't use BOUNDED_1.
26789         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26790         <bp-checks.h>.
26791         (__backtrace): Don't use BOUNDED_1.
26792         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26793         (__backtrace): Don't use BOUNDED_1.
26794         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26795         (shmat): Don't use BOUNDED_N.
26797 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26799         [BZ #13550]
26800         * sysdeps/generic/bp-start.h: Remove file.
26801         * csu/libc-start.c: Don't include <bp-start.h>.
26802         (LIBC_START_MAIN): Set up __environ directly instead of using
26803         INIT_ARGV_and_ENVIRON.
26804         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26805         <bp-start.h>.
26807         [BZ #13550]
26808         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26809         definitions.
26810         (CHECK_FCNTL): Likewise.
26811         (CHECK_N_PAGES): Likewise.
26813         [BZ #13550]
26814         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26815         definitions.
26816         (CHECK_SIGSET_NULL_OK): Likewise.
26817         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26818         <bp-checks.h>.
26819         (sigpending): Don't use CHECK_SIGSET.
26820         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26821         <bp-checks.h>.
26822         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26823         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26824         <bp-checks.h>.
26825         (do_sigsuspend): Don't use CHECK_SIGSET.
26826         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26827         use CHECK_SIGSET.
26828         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26829         (do_sigwait): Don't use CHECK_SIGSET.
26830         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26831         use CHECK_SIGSET.
26832         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26833         include <bp-checks.h>.
26834         (sigpending): Don't use CHECK_SIGSET.
26835         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26836         include <bp-checks.h>.
26837         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26838         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26839         <bp-checks.h>.
26840         (sigpending): Don't use CHECK_SIGSET.
26841         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26842         <bp-checks.h>.
26843         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26845         [BZ #13550]
26846         * sysdeps/generic/bp-semctl.h: Remove file.
26847         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26848         <bp-checks.h> and <bp-semctl.h>.
26849         (__old_semctl): Don't use CHECK_SEMCTL.
26850         (__new_semctl): Likewise.
26851         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26852         and <bp-semctl.h>.
26853         (__old_semctl): Don't use CHECK_SEMCTL.
26854         (__new_semctl): Likewise.
26855         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26856         <bp-checks.h> and <bp-semctl.h>.
26857         (__old_semctl): Don't use CHECK_SEMCTL.
26858         (__new_semctl): Likewise.
26859         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26860         <bp-checks.h> and <bp-semctl.h>.
26861         (semctl): Don't use CHECK_SEMCTL.
26863         [BZ #13550]
26864         * Makerules (elide-bp-thunks): Remove variable.
26865         (elide-routines.oS): Don't use $(elide-bp-thunks).
26866         (elide-routines.os): Likewise.
26867         (elide-routines.o): Likewise.
26868         (elide-routines.op): Likewise.
26869         (elide-routines.og): Likewise.
26870         (objects): Don't use $(bp-thunks).
26871         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26872         include.
26873         (common-generated): Do not add s-proto-bp.d.
26874         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26875         (int): Likewise.
26876         (typ): Likewise.
26877         Do not generate makefile rules for bounded-pointer thunks.
26878         * sysdeps/generic/bp-thunks.h: Remove file.
26879         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26880         * sysdeps/unix/s-proto-bp.S: Likewise.
26882         [BZ #15062]
26883         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26884         parts of result separately when argument is not close to line from
26885         -i to i and one part of argument is small.
26886         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26887         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26888         * math/libm-test.inc (cacos_test): Add more tests.
26889         (casin_test): Likewise.
26890         (casinh_test): Likewise.
26891         * sysdeps/i386/fpu/libm-test-ulps: Update.
26892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26894 2013-01-31  David S. Miller  <davem@davemloft.net>
26896         * po/de.po: Update from translation team.
26898 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26900         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26902 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26904         * configure.in (_AC_PROG_CC_C89): New definition.
26905         * configure: Regenerate.
26907         * configure.in (AC_PROG_CPP): New definition.
26908         * configure: Regenerate.
26910 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26912         * debug/tst-backtrace.h: New file.
26913         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26914         (ret): Remove variable.
26915         (x): Likewise.
26916         (FAIL): Remove macro.
26917         (NO_INLINE): Likewise.
26918         (fn1): Use match function instead of strstr.
26919         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26920         (ret): Remove variable.
26921         (x): Likewise.
26922         (FAIL): Remove macro.
26923         (NO_INLINE): Likewise.
26924         (fn): Use match function instead of strstr.
26925         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26926         (ret): Remove variable.
26927         (x): Likewise.
26928         (FAIL): Remove macro.
26929         (NO_INLINE): Likewise.
26930         (handle_signal): Use match function instead of strstr.
26931         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26932         (ret): Remove variable.
26933         (x): Likewise.
26934         (FAIL): Remove macro.
26935         (NO_INLINE): Likewise.
26936         (handle_signal): Use match function instead of strstr.
26938 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26940         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26942 2013-01-23  David S. Miller  <davem@davemloft.net>
26944         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26945         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26946         argument of CAS if possible.
26947         * sysdeps/sparc/sparc64/bits/atomic.h
26948         (__arch_compare_and_exchange_val_32_acq): Likewise.
26949         (__arch_compare_and_exchange_val_64_acq): Likewise.
26951 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26953         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26954         * sysdeps/posix/ulimit.c: ... this.
26955         Include <limits.h>.
26956         * sysdeps/unix/bsd/ulimit.c: Remove file.
26958 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26960         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26961         (LDFLAGS-tst-array5): Likewise.
26963 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26965         [BZ #15036]
26966         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26967         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26968         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26969         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26971 2013-01-21  David S. Miller  <davem@davemloft.net>
26973         * sysdeps/sparc/backtrace.c: New file.
26974         * sysdeps/sparc/sparc32/backtrace.h: New file.
26975         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26976         * sysdeps/sparc/sparc64/backtrace.h: New file.
26977         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26978         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26979         -funwind-tables.
26981 2013-01-21  Andreas Schwab  <schwab@suse.de>
26983         [BZ #15020]
26984         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26985         closed its stdout.
26987 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26989         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26990         "mpa2.h".
26991         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26993 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26994             Mark Mitchell  <mark@codesourcery.com>
26995             Tom de Vries  <tom@codesourcery.com>
26996             Paul Pluzhnikov  <ppluzhnikov@google.com>
26998         * debug/tst-backtrace2.c: New file.
26999         * debug/tst-backtrace3.c: Likewise.
27000         * debug/tst-backtrace4.c: Likewise.
27001         * debug/tst-backtrace5.c: Likewise.
27002         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
27003         (CFLAGS-tst-backtrace3.c): Likewise.
27004         (CFLAGS-tst-backtrace4.c): Likewise.
27005         (CFLAGS-tst-backtrace5.c): Likewise.
27006         (LDFLAGS-tst-backtrace2): Likewise.
27007         (LDFLAGS-tst-backtrace3): Likewise.
27008         (LDFLAGS-tst-backtrace4): Likewise.
27009         (LDFLAGS-tst-backtrace5): Likewise.
27010         (tests): Add new tests tst-backtrace2, tst-backtrace3,
27011         tst-backtrace4 and tst-backtrace5.
27013 2013-01-18  Anton Blanchard  <anton@samba.org>
27014             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27016         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
27017         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
27018         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
27019         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
27020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27021         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
27022         "+r" and remove output regs list as redundant.  Add explicit inline
27023         asm to specify register of return val to work around compiler codegen
27024         bug.  Remove (int) cast on return value.  Add return type parameter to
27025         use in macro so that this macro does not truncate return value for
27026         64-bit values.
27027         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
27028         pass to INTERNAL_VSYSCALL_NCS.
27029         (INLINE_VSYSCALL): Add 'long int' as return type to
27030         INTERNAL_VSYSCALL_NCS macro invocation.
27031         (INTERNAL_VSYSCALL): Add 'long int' as return type to
27032         INTERNAL_VSYSCALL_NCS macro invocation.
27033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27035 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
27037         [BZ #14496]
27038         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
27039         Fix application of SIMD FP exception mask.
27041         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
27042         mp_no from a power of two.
27043         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
27044         __mpexp_twomm1.  Use __pow_mp.
27046         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
27047         multiplication.
27049 2013-01-17  David S. Miller  <davem@davemloft.net>
27051         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27053 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
27055         [BZ #15023]
27056         * include/complex.h: Condition contents on [!_COMPLEX_H].
27057         (__kernel_casinhf): New prototype.
27058         (__kernel_casinh): Likewise.
27059         (__kernel_casinhl): Likewise.
27060         * math/Makefile (libm_calls): Add k_casinh.
27061         * math/k_casinh.c: New file.
27062         * math/k_casinhf.c: Likewise.
27063         * math/k_casinhl.c: Likewise.
27064         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
27065         finite nonzero arguments.
27066         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
27067         finite nonzero arguments.
27068         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
27069         finite nonzero arguments.
27070         * math/s_casinh.c: Do not include <float.h>.
27071         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
27072         * math/s_casinhf.c: Do not include <float.h>.
27073         (__casinhf): Move code for finite nonzero arguments to
27074         k_casinhf.c.
27075         * math/s_casinhl.c: Do not include <float.h>.
27076         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
27077         redefine.
27078         (__casinhl): Move code for finite nonzero arguments to
27079         k_casinhl.c.
27080         * math/libm-test.inc (cacos_test): Add more tests.
27081         * sysdeps/i386/fpu/libm-test-ulps: Update.
27082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27084 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
27086         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
27087         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
27088         [!HAVE_MREMAP]: Remove [defined linux] case.
27089         * malloc/arena.c: Do not include <malloc-sysdep.h>.
27091 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27093         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
27095 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
27097         * elf/elf.h (R_386_SIZE32): New relocation.
27098         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
27099         R_386_SIZE32.
27100         (elf_machine_rela): Likewise.
27101         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
27102         R_X86_64_SIZE64 and R_X86_64_SIZE32.
27104 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
27106         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
27107         (FP_FAST_FMA): Do not define.
27108         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
27109         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
27110         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
27111         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
27112         !_SOFT_FLOAT]: Likewise.
27113         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
27114         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
27115         value.
27116         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
27117         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
27118         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
27119         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
27120         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
27121         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
27122         file.
27124 2013-01-16  Andreas Schwab  <schwab@suse.de>
27126         [BZ #14327]
27127         * include/stdlib.h (__mktemp): Add declaration.
27128         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
27129         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
27131 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27133         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
27134         definitions.
27135         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27136         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
27137         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
27138         definitions here.
27139         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
27140         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
27141         definitions.
27142         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
27143         and ONE.
27144         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
27145         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
27146         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
27147         definitions.
27148         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
27149         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
27150         definitions.
27151         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27153         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
27155 2013-01-15  David S. Miller  <davem@davemloft.net>
27157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27158         trunc{,f} to libm-sysdep_routes.
27159         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
27161         file.
27162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
27163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
27164         file.
27165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
27166         file.
27167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
27168         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
27169         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
27170         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
27171         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
27172         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
27173         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
27174         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
27176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27177         nearbyint{,f} to libm-sysdep_routes.
27178         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
27180         New file.
27181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
27182         file.
27183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
27184         New file.
27185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
27186         file.
27187         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
27188         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
27189         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
27190         file.
27191         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
27192         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
27193         file.
27194         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
27195         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
27196         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
27198         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27199         libc_feholdexcept and libc_fesetenv.
27201 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
27203         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
27205 2013-01-14  David S. Miller  <davem@davemloft.net>
27207         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
27208         (SPARC_ASM_VIS2_IFUNC): Likewise.
27209         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
27210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
27211         use of 'siam' instruction.
27212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
27213         Likewise.
27214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
27215         Likewise.
27216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
27217         Likewise.
27218         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
27219         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
27220         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
27221         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
27222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
27223         file.
27224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
27225         file.
27226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
27227         file.
27228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
27229         file.
27230         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
27231         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
27232         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
27233         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
27234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
27235         new VIS2 routines.
27236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
27237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
27238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
27239         Likewise.
27240         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
27241         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
27242         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
27243         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
27244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
27245         routines to libm-sysdep_routines.
27246         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27249         fdim/fdimf to libm-sysdep_routines.
27250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
27251         file.
27252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
27253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
27254         file.
27255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
27256         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
27257         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
27258         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
27259         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
27260         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
27261         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
27263 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27265         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
27266         to optimize copies.
27268         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
27269         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27270         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27272         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
27273         local variable MPTWO.
27274         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27275         Likewise.
27277 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27279         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
27280         GLOB_NOESCAPE.
27282 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27284         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
27286 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27288         * manual/pattern.texi (glob_t): Document gl_flags.
27289         (glob64_t): Likewise.
27291 2013-01-11  David S. Miller  <davem@davemloft.net>
27293         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
27294         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
27295         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
27296         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
27297         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
27298         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
27299         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
27300         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
27301         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
27302         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
27303         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
27304         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
27305         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
27307         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27308         sparc V9 rather than using V8 code.
27309         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27310         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27312         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
27313         Move to...
27314         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
27315         Here.
27317 2013-01-11  Roland McGrath  <roland@hack.frob.com>
27319         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
27320         not in the main loop.
27321         * configure: Regenerated.
27323 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
27325         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
27326         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
27327         to just #else.
27328         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
27329         [!__GLIBC_HAVE_LONG_LONG] case.
27330         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
27331         condition to just #else.
27332         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
27333         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
27334         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
27335         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
27336         unconditional.
27337         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
27338         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27339         #elif condition to just #else.
27340         * sysdeps/unix/sysv/linux/sys/sysmacros.h
27341         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
27342         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27343         #elif condition to just #else.
27345 2013-01-11  Steve Ellcey  <sellcey@mips.com>
27347         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
27348         (EF_MIPS_ARCH_64): Fix value.
27349         (EF_MIPS_ARCH_32R2): New.
27350         (EF_MIPS_ARCH_64R2): New.
27352 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
27354         * Makeconfig (+link-pie-before-libc): New.
27355         (+link-pie-after-libc): Likewise.
27356         (+link-pie-tests): Likewise.
27357         (+link-pie): Rewritten.
27358         (link-before-libc): Remove $(config-LDFLAGS).
27359         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
27360         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
27361         (config-LDFLAGS): Renamed to ...
27362         (rtld-LDFLAGS): This.
27363         (rtld-tests-LDFLAGS): New macro.
27364         (link-libc-rpath-link): Likewise.
27365         (link-libc-tests-rpath-link): Likewise.
27366         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
27367         (link-libc): Prepand $(link-libc-rpath-link).
27368         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
27369         (test-program-prefix): New macro.
27370         (test-via-rtld-prefix): Likewise.
27371         (test-program-cmd): Likewise.
27372         (host-test-program-cmd): Likewise.
27373         * Makefile ($(common-objpfx)testrun.sh): Replace
27374         $(run-program-prefix) with $(test-program-prefix).
27375         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
27376         $(rtld-LDFLAGS).
27377         ($(common-objpfx)shlib.lds): Likewise.
27378         (build-module-helper): Likewise.
27379         ($(common-objpfx)format.lds): Likewise.
27380         * Rules (binaries-pie-tests): New.
27381         (binaries-pie-notests): Likewise.
27382         (binaries-pie): Rewritten.
27383         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
27384         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
27385         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
27386         (make-test-out): Replace $(host-built-program-cmd) with
27387         $(host-test-program-cmd).
27388         * config.make.in (build-hardcoded-path-in-tests): New variable.
27389         * configure.in (--enable-hardcoded-path-in-tests): New configure
27390         option.
27391         (hardcoded_path_in_tests): New AC_SUBST.
27392         * configure: Regenerated.
27393         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27394         $(built-program-cmd) with $(test-program-cmd).
27395         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27396         (test_program_cmd): This.
27397         * elf/Makefile ($(objpfx)order.out): Run test with
27398         $(test-program-prefix).
27399         ($(objpfx)order2.out): Likewise.
27400         ($(objpfx)tst-initorder.out): Likewise.
27401         ($(objpfx)tst-initorder2.out): Likewise.
27402         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27403         $(test-program-cmd).
27404         ($(objpfx)tst-array1-static.out): Likewise.
27405         ($(objpfx)tst-array2.out): Likewise.
27406         ($(objpfx)tst-array3.out): Likewise.
27407         ($(objpfx)tst-array4.out): Likewise.
27408         ($(objpfx)tst-array5.out): Likewise.
27409         ($(objpfx)tst-array5-static.out): Likewise.
27410         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27411         $(test-program-cmd).
27412         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27413         $(run-program-prefix) with $(test-program-prefix).
27414         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27415         (test_program_prefix): This.
27416         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27417         $(run-program-prefix) with $(test-program-prefix).
27418         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27419         (test_program_prefix): This.
27420         * iconvdata/tst-tables.sh: Likewise.
27421         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27422         $(run-program-prefix) with $(test-program-prefix).
27423         ($(objpfx)tst-translit.out): Likewise.
27424         ($(objpfx)tst-gettext2.out): Likewise.
27425         ($(objpfx)tst-gettext4.out): Likewise.
27426         ($(objpfx)tst-gettext6.out): Likewise.
27427         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27428         (test_program_prefix): This.
27429         * intl/tst-gettext2.sh: Likewise.
27430         * intl/tst-gettext4.sh  Likewise.
27431         * intl/tst-gettext6.sh: Likewise.
27432         * intl/tst-translit.sh: Likewise.
27433         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27434         with $(test-program-cmd).
27435         * libio/Makefile ($(objpfx)test-freopen.out): Replace
27436         $(run-program-prefix) with $(test-program-prefix).
27437         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27438         (test_program_prefix): This.
27439         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27440         $(run-program-prefix) with $(test-program-prefix).
27441         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27442         (test_program_prefix): This.
27443         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27444         * posix/Makefile ($(objpfx)globtest.out): Replace
27445         $(run-via-rtld-prefix) and $(test-wrapper) with
27446         $(test-program-prefix) and $(test-via-rtld-prefix).
27447         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27448         $(test-program-prefix).
27449         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27450         $(host-test-program-cmd).
27451         (tst-spawn-ARGS): Likewise.
27452         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27453         $(test-program-prefix).
27454         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27455         (test_via_rtld_prefix): This.
27456         (test_wrapper): Renamed to ...
27457         (test_program_prefix): This.
27458         (run_program_prefix): Replaced by test_program_prefix.
27459         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27460         (test_program_prefix): This.
27461         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27462         with $(host-test-program-cmd).
27463         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27464         $(run-program-prefix) with $(test-program-prefix).
27465         ($(objpfx)tst-printf.out): Likewise.
27466         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27467         $(test-program-cmd).
27468         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27469         (test_program_prefix): This.
27470         * stdio-common/tst-unbputc.sh: Likewise.
27471         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27472         $(run-program-prefix) with $(test-program-prefix).
27473         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27474         (test_program_prefix): This.
27475         * string/Makefile ($(objpfx)tst-svc.out):  Replace
27476         $(built-program-cmd) with $(test-program-cmd).
27478 2013-01-11  Andreas Jaeger  <aj@suse.de>
27480         [BZ #15003]
27481         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27482         value. Sync with Linux 3.7.
27484 2013-01-10  David S. Miller  <davem@davemloft.net>
27486         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27487         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27488         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27490 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27492         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27493         never set.
27494         * configure: Regenerated.
27496 2013-01-10  David S. Miller  <davem@davemloft.net>
27498         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27499         sparc V9 rather than using V8 code.
27500         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27501         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27503 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27505         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27506         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27507         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27508         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27509         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27510         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27511         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27512         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27513         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27514         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27515         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27516         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27517         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27518         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27519         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27520         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27521         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27522         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27523         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27524         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27525         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27526         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27527         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27528         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27529         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27530         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27531         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27533 2013-01-10  David S. Miller  <davem@davemloft.net>
27535         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27537 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27539         * posix/Makefile (tests-static): New variable.
27540         (tests): Add $(tests-static).
27541         (tst-exec-static-ARGS): New variable.
27542         (tst-spawn-static-ARGS): Likewise.
27543         * posix/tst-exec-static.c: New file.
27544         * posix/tst-spawn-static.c: Likewise.
27545         * posix/tst-exec.c: Support run directly.
27546         * posix/tst-spawn.c: Likewise.
27548 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27550         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27551         long.
27552         * math/bits/mathcalls.h (llrint): Likewise.
27553         (llround): Likewise.
27554         * stdlib/stdlib.h (struct drand48_data): Likewise.
27555         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27556         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27557         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27558         Likewise.
27559         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27560         Likewise.
27561         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27562         (elf_greg_t): Likewise.
27563         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27564         (__jmp_buf): Likewise.
27565         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27566         definitions.
27567         (llrint): Likewise, for all definitions.
27568         (llrintl): Likewise.
27570         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27571         Remove [__GNUC__] condition.
27572         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27573         condition to just [__USE_ISOC99].
27574         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27576 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27578         [BZ #14200]
27579         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27580         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27581         defined.
27582         (_POSIX_V6_ILP32_OFF32): Likewise.
27583         (_XBS5_ILP32_OFF32): Likewise.
27584         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27585         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27587 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27589         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27591         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27592         doubles __mpexp_twomm1.  Adjust usage.
27593         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27594         Remove.
27596 2013-01-10  Andreas Schwab  <schwab@suse.de>
27598         [BZ #14964]
27599         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27600         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27602 2013-01-09  David S. Miller  <davem@davemloft.net>
27604         [BZ #15003]
27605         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27606         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27607         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27608         (TCP_FASTOPEN): Define.
27609         (tcp_repair_opt): New structure.
27610         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27611         enum values.
27612         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27613         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27614         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27615         (tcp_cookie_transactions): New structure.
27617 2013-01-09  Anton Blanchard  <anton@samba.org>
27619         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27620         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27621         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27622         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27624 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27626         * include/features.h (__USE_ANSI): Remove.
27628 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27630         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27632         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27634 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27636         * sysdeps/s390/fpu/libm-test-ulps: Update.
27638         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27640         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27641         (__acr): Likewise.
27642         (__cpy): Likewise.
27643         (norm): Likewise.
27644         (denorm): Likewise.
27645         (__mp_dbl): Likewise.
27646         (__dbl_mp): Likewise.
27647         (add_magnitudes): Likewise.
27648         (sub_magnitudes): Likewise.
27649         (__add): Likewise.
27650         (__sub): Likewise.
27651         (__mul): Likewise.
27652         (__inv): Likewise.
27653         (__dvd): Likewise.
27654         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27655         (__acr): Likewise.
27656         (__cpy): Likewise.
27657         (norm): Likewise.
27658         (denorm): Likewise.
27659         (__mp_dbl): Likewise.
27660         (__dbl_mp): Likewise.
27661         (add_magnitudes): Likewise.
27662         (sub_magnitudes): Likewise.
27663         (__add): Likewise.
27664         (__sub): Likewise.
27665         (__mul): Likewise.
27666         (__inv): Likewise.
27667         (__dvd): Likewise.
27668         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27669         (__acr): Likewise.
27670         (__cpy): Likewise.
27671         (norm): Likewise.
27672         (denorm): Likewise.
27673         (__mp_dbl): Likewise.
27674         (__dbl_mp): Likewise.
27675         (add_magnitudes): Likewise.
27676         (sub_magnitudes): Likewise.
27677         (__add): Likewise.
27678         (__sub): Likewise.
27679         (__mul): Likewise.
27680         (__inv): Likewise.
27681         (__dvd): Likewise.
27683 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27685         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27686         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27687         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27688         2 && __USE_EXTERN_INLINES]: Likewise.
27690 2013-01-08  Andreas Jaeger  <aj@suse.de>
27692         [BZ# 14985]
27693         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27694         Remove.
27695         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27696         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27698 2013-01-07  Anton Blanchard  <anton@samba.org>
27700         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27701         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27702         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27703         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27704         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27705         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27706         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27707         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27708         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27709         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27710         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27711         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27712         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27713         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27714         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27715         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27716         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27717         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27718         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27719         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27720         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27721         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27722         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27723         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27724         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27725         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27726         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27727         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27728         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27729         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27730         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27731         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27732         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27733         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27734         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27735         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27736         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27737         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27738         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27739         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27740         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27741         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27742         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27744 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27746         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27747         (__MALLOC_PMT): Likewise.
27748         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27749         [__GNUC__], only on [_LIBC].
27750         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27751         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27752         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27753         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27754         forward declaration.
27755         (realloc_hook_ini): Likewise.
27756         (memalign_hook_ini): Likewise.
27757         (__libc_memalign): Do not use __MALLOC_PMT in variable
27758         declaration.
27759         (__libc_valloc): Likewise.
27760         (__libc_pvalloc): Likewise.
27761         (__libc_calloc): Likewise.
27762         (__posix_memalign): Likewise.
27764         [BZ #14996]
27765         * math/s_casinh.c: Include <float.h>.
27766         (__casinh): Do not do computation with squaring and square root
27767         for large arguments.
27768         * math/s_casinhf.c: Include <float.h>.
27769         (__casinhf): Do not do computation with squaring and square root
27770         for large arguments.
27771         * math/s_casinhl.c: Include <float.h>.
27772         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27773         (__casinhl): Do not do computation with squaring and square root
27774         for large arguments.
27775         * math/libm-test.inc (casin_test): Add more tests.
27776         (casinh_test): Likewise.
27777         * sysdeps/i386/fpu/libm-test-ulps: Update.
27778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27780 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27782         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27783         (__x86_64_raw_data_cache_size): Likewise.
27784         (__x86_64_data_cache_size_half): Likewise.
27785         (__x86_64_raw_data_cache_size_half): Likewise.
27786         (__x86_64_shared_cache_size): Likewise.
27787         (__x86_64_raw_shared_cache_size): Likewise.
27788         (__x86_64_shared_cache_size_half): Likewise.
27789         (__x86_64_raw_shared_cache_size_half): Likewise.
27790         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27791         to ...
27792         (__x86_data_cache_size): This.
27793         (__x86_64_raw_data_cache_size): Renamed to ...
27794         (__x86_raw_data_cache_size): This.
27795         (__x86_64_data_cache_size_half): Renamed to ...
27796         (__x86_data_cache_size_half): This.
27797         (__x86_64_raw_data_cache_size_half): Renamed to ...
27798         (__x86_raw_data_cache_size_half): This.
27799         (__x86_64_shared_cache_size): Renamed to ...
27800         (__x86_shared_cache_size): This.
27801         (__x86_64_raw_shared_cache_size): Renamed to ...
27802         (__x86_raw_shared_cache_size): This.
27803         (__x86_64_shared_cache_size_half): Renamed to ...
27804         (__x86_shared_cache_size_half): This.
27805         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27806         (__x86_raw_shared_cache_size_half): This.
27807         * sysdeps/x86_64/memcpy.S: Updated.
27808         * sysdeps/x86_64/memset.S: Likewise.
27809         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27810         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27811         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27813 2013-01-04  David S. Miller  <davem@davemloft.net>
27815         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27817 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27819         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27820         1 to avoid redefinition warning.
27821         (__USE_GNU): Don't define.
27822         (init_signaling_nan): Protoize.
27824         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27826 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27828         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27829         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27830         (__cpymn): Likewise.
27831         (norm): Remove commented code.
27832         (denorm): Likewise.
27833         (__mp_dbl): Likewise.
27834         (__inv): Likewise.
27835         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27836         (__cpymn): Likewise.
27837         (norm): Remove commented code.
27838         (denorm): Likewise.
27839         (__mp_dbl): Likewise.
27840         (__inv): Likewise.
27842         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27843         mp_no value for 1.0 and 2.0.
27844         (norm): Use RADIXI instead of radixi.d.
27845         (denorm): Likewise.
27846         (__mul): Use 0.0 instead of zero.d.
27847         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27848         mp_no value for 1.0 and 2.0.
27849         (norm): Use RADIXI instead of radixi.d.
27850         (denorm): Likewise.
27851         (__mul): Use 0.0 instead of zero.d.
27853 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27855         [BZ #14994]
27856         * math/s_casinh.c (__casinh): Reduce finite argument to first
27857         quadrant then set signs of results at the end.
27858         * math/s_casinhf.c (__casinhf): Likewise.
27859         * math/s_casinhl.c (__casinhl): Likewise.
27860         * math/libm-test.inc (casin_test): Add more tests.
27861         (casinh_test): Likewise.
27862         * sysdeps/i386/fpu/libm-test-ulps: Update.
27863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27865 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27867         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27869         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27871         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27872         declarations.
27873         (denorm): Likewise.
27874         (__mp_dbl): Likewise.
27875         (__inv): Likewise.
27877         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27878         and adjust the header comment.
27880         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27881         variable name from declaration.
27883 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27885         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27886         Initialize COMMON_CPUID_INDEX_7 element.
27887         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27888         (CPUID_RTM): Likewise.
27889         (HAS_RTM): Likewise.
27890         (COMMON_CPUID_INDEX_7): New enum.
27892 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27894         [BZ #14981]
27895         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27896         size is zero, record memory as freed.
27898 2013-01-03  Andreas Jaeger  <aj@suse.de>
27900         * po/ia.po: Add new Interlingua translation.
27902 2012-01-03  Allan McRae  <allan@archlinux.org>
27904         * locale/programs/localedef.c: Fix description of '--posix' flag.
27906 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27908         * NEWS: Update dates in second copyright notice.
27909         * README: Update copyright dates in example.
27910         * manual/libc.texinfo: Update copyright dates.
27911         * scripts/test-installation.pl: Update copyright date in --version
27912         output.
27914         * hurd/ctty-input.c: Fix copyright notice formatting.
27915         * hurd/ctty-output.c: Likewise.
27916         * hurd/dtable.c: Likewise.
27917         * hurd/hurd-raise.c: Likewise.
27918         * hurd/hurdprio.c: Likewise.
27919         * hurd/msgportdemux.c: Likewise.
27920         * misc/sys/file.h: Likewise.
27921         * misc/sys/ioctl.h: Likewise.
27922         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27923         * sysdeps/mach/hurd/chdir.c: Likewise.
27924         * sysdeps/mach/hurd/fchdir.c: Likewise.
27925         * sysdeps/mach/hurd/rename.c: Likewise.
27926         * sysdeps/mach/hurd/rmdir.c: Likewise.
27927         * sysdeps/mach/hurd/seekdir.c: Likewise.
27928         * sysdeps/mach/hurd/setsid.c: Likewise.
27929         * sysdeps/posix/wait3.c: Likewise.
27931         * All files with FSF copyright notices: Update copyright dates
27932         using scripts/update-copyrights.
27933         * intl/plural.c: Regenerated.
27934         * locale/programs/charmap-kw.h: Likewise.
27935         * locale/programs/locfile-kw.h: Likewise.
27937 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27939         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27940         four values.
27942         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27943         calculation loop and add branch prediction.
27945         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27946         check access beyond bounds of m1np.
27948         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27949         MPTWO.
27950         (__inv): Remove local variable MPTWO to use the global
27951         constant.
27952         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27953         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27954         variable MPTWO.
27955         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27956         MP3HALFS static const.
27958 2013-01-01  David S. Miller  <davem@davemloft.net>
27960         * po/ca.po: Update from translation team.
27962 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27964         * scripts/update-copyrights: New file.
27965         * Makeconfig: Reformat copyright notice.
27966         * ctype/ctype.h: Likewise.
27967         * debug/swprintf_chk.c: Likewise.
27968         * elf/dl-cache.c: Likewise.
27969         * elf/dl-debug.c: Likewise.
27970         * elf/dl-object.c: Likewise.
27971         * grp/initgroups.c: Likewise.
27972         * hurd/Makefile: Likewise.
27973         * hurd/hurd/signal.h: Likewise.
27974         * hurd/hurdfault.c: Likewise.
27975         * hurd/hurdioctl.c: Likewise.
27976         * hurd/hurdlookup.c: Likewise.
27977         * hurd/intr-msg.c: Likewise.
27978         * iconv/gconv_open.c: Likewise.
27979         * libio/swprintf.c: Likewise.
27980         * locale/lc-ctype.c: Likewise.
27981         * locale/nl_langinfo.c: Likewise.
27982         * mach/Machrules: Likewise.
27983         * mach/Makefile: Likewise.
27984         * malloc/obstack.h: Likewise.
27985         * manual/Makefile: Likewise.
27986         * manual/tsort.awk: Likewise.
27987         * misc/bits/stab.def: Likewise.
27988         * nis/nis_print_group_entry.c: Likewise.
27989         * nis/nis_table.c: Likewise.
27990         * nis/nss_compat/compat-pwd.c: Likewise.
27991         * nis/nss_compat/compat-spwd.c: Likewise.
27992         * po/Makefile: Likewise.
27993         * posix/fnmatch.c: Likewise.
27994         * posix/regex.h: Likewise.
27995         * resolv/Makefile: Likewise.
27996         * resolv/nss_dns/dns-network.c: Likewise.
27997         * resolv/res_hconf.c: Likewise.
27998         * scripts/gen-sorted.awk: Likewise.
27999         * soft-fp/soft-fp.h: Likewise.
28000         * stdio-common/printf.h: Likewise.
28001         * stdlib/monetary.h: Likewise.
28002         * stdlib/random.c: Likewise.
28003         * stdlib/random_r.c: Likewise.
28004         * sysdeps/generic/Makefile: Likewise.
28005         * sysdeps/gnu/Makefile: Likewise.
28006         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
28007         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
28008         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
28009         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
28010         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
28011         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
28012         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
28013         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
28014         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
28015         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
28016         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
28017         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
28018         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
28019         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
28020         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
28021         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
28022         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
28023         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
28024         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
28025         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
28026         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
28027         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
28028         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
28029         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
28030         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
28031         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
28032         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
28033         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
28034         * sysdeps/mach/hurd/errnos.awk: Likewise.
28035         * sysdeps/mach/hurd/fork.c: Likewise.
28036         * sysdeps/mach/hurd/getcwd.c: Likewise.
28037         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
28038         * sysdeps/mach/hurd/mmap.c: Likewise.
28039         * sysdeps/mach/hurd/utimes.c: Likewise.
28040         * sysdeps/mach/hurd/xmknod.c: Likewise.
28041         * sysdeps/posix/profil.c: Likewise.
28042         * sysdeps/posix/readdir_r.c: Likewise.
28043         * sysdeps/powerpc/bits/mathdef.h: Likewise.
28044         * sysdeps/powerpc/bits/setjmp.h: Likewise.
28045         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
28046         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
28047         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
28048         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
28049         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
28050         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
28051         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28052         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
28053         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
28054         * sysdeps/pthread/lio_listio.c: Likewise.
28055         * sysdeps/sparc/dl-procinfo.h: Likewise.
28056         * sysdeps/unix/i386/sysdep.S: Likewise.
28057         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
28058         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
28059         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
28060         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
28061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
28062         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
28063         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
28064         * sysdeps/unix/sysv/linux/speed.c: Likewise.
28065         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
28066         * sysdeps/wordsize-32/divdi3.c: Likewise.
28067         * time/sys/time.h: Likewise.
28068         * wcsmbs/Makefile: Likewise.
28070 2013-01-01  David S. Miller  <davem@davemloft.net>
28072         * po/fr.po: Update from translation team.
28074         * catgets/gencat.c: Update copyright year.
28075         * csu/version.c: Likewise.
28076         * debug/catchsegv.sh: Likewise.
28077         * debug/pcprofiledump.c: Likewise.
28078         * debug/xtrace.sh: Likewise.
28079         * elf/ldconfig.c: Likewise.
28080         * elf/ldd.bash.in: Likewise.
28081         * elf/pldd.c: Likewise.
28082         * elf/sotruss.ksh: Likewise.
28083         * elf/sprof.c: Likewise.
28084         * iconv/iconv_prog.c: Likewise.
28085         * iconv/iconvconfig.c: Likewise.
28086         * locale/programs/locale.c: Likewise.
28087         * locale/programs/localedef.c: Likewise.
28088         * login/programs/pt_chown.c: Likewise.
28089         * malloc/memusage.sh: Likewise.
28090         * malloc/memusagestat.c: Likewise.
28091         * malloc/mtrace.pl: Likewise.
28092         * nscd/nscd.c: Likewise.
28093         * nss/getent.c: Likewise.
28094         * nss/makedb.c: Likewise.
28095         * posix/getconf.c: Likewise.
28097 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
28099         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
28100         numbers.
28102 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
28104         * math/bits/mathcalls.h (modf): Use __nonnull.
28106 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28108         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
28109         (split): Use macro CN instead of the bare value.
28110         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
28111         could be used.
28112         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
28113         instead of the bare value.
28114         (power1): Likewise.
28116 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28118         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
28119         __ATAN_TWOM.
28120         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
28122         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
28123         their values.
28124         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
28125         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28126         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
28127         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
28129 2012-12-28  Andreas Jaeger  <aj@suse.de>
28131         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
28132         values are from Linux 3.7.
28134         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
28135         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
28137 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28139         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
28140         TRUE case.
28142         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
28143         (norm): Likewise.
28144         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
28145         variables with preprocessor constants.
28146         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
28147         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
28148         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
28150 2012-12-27  Bruno Haible  <bruno@clisp.org>
28152         [BZ #14317]
28153         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
28154         only if needed.
28156 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28158         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
28159         and use variable directly.
28160         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
28162         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
28163         MPONE.
28164         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
28165         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
28166         variable MPONE.
28167         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28168         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28169         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
28170         include directive.  Remove local variable MPONE.
28171         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
28172         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
28173         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28175 2012-12-25  David S. Miller  <davem@davemloft.net>
28177         * version.h (RELEASE): Set to "development".
28178         (VERSION): Set to "2.17.90".
28179         * NEWS: Add 2.18 section.
28181 2012-12-21  David S. Miller  <davem@davemloft.net>
28183         * po/hr.po: Update from translation team.
28185 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28187         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
28189 2012-12-19  Steve Ellcey  <sellcey@mips.com>
28191         * NEWS:  Mention new memcpy for MIPS.
28193 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28195         * manual/contrib.texi (Contributors): Spelling correction.
28197 2012-12-15  David S. Miller  <davem@davemloft.net>
28199         * po/ru.po: Update from translation team.
28201 2012-12-13  David S. Miller  <davem@davemloft.net>
28203         * NEWS: Mention IFUNC testsuite enhancements.
28205         * po/pl.po: Update from translation team.
28206         * po/bg.po: Likewise.
28208         * manual/contrib.texi (Contributors): Update entries for Hongjiu
28209         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
28211 2012-12-11  David S. Miller  <davem@davemloft.net>
28213         * po/sv.po: Update from translation team.
28215         * po/vi.po: Update from translation team.
28217         * po/cs.po: Update from translation team.
28219         * po/de.po: Update from translation team.
28220         * po/eo.po: Likewise.
28221         * po/nl.po: Likewise.
28223 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28225         [BZ #14246]
28226         * manual/argp.texi (Argp Helper Functions): Move node to follow
28227         Argp Parsing State.
28229         [BZ #14872]
28230         * manual/conf.texi (Limits on File System Capacity): Mention if
28231         terminating null is included in the max size.
28233 2012-12-10  Andreas Jaeger  <aj@suse.de>
28235         * po/cs.po: Update from translation team.
28237 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
28239         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
28240         void pointer and cast to uintptr_t.
28241         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
28242         path.
28243         * sysdeps/s390/s390-64/memcpy.S: Likewise.
28244         * sysdeps/s390/s390-64/memset.S: Likewise.
28246 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
28248         [BZ #14833]
28249         * menual/message.texi (Message Translation): Fix typos.
28250         (Helper programs for gettext): Likewise.
28252 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
28254         [BZ #14898]
28255         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
28256         Change to -1.
28258 2012-12-07  David S. Miller  <davem@davemloft.net>
28260         * po/libc.pot: Update.
28262 2012-12-07  Richard Henderson  <rth@redhat.com>
28264         [BZ #10114]
28265         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
28266         normal/normal case to before the switch.
28267         (_FP_DIV): Likewise.
28269 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
28270             Mike Frysinger  <vapier@gentoo.org>
28272         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
28273         check for __NR_fadvise64_64.
28275 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
28277         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
28278         0, not just to plain "0" as a statement.
28279         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
28280         with cw.
28282 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
28284         * NEWS: Use sourceware.org in Bugzilla URL.
28286 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
28288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
28289         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28291         * stdio-common/tst-put-error.c (do_test): Add newline to the
28292         padded test to ensure flush.
28294 2012-12-05  Jeff Law  <law@redhat.com>
28296         * sunrpc/etc.rpc (fedfs_admin): Add entry.
28298 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
28300         * README: Don't refer to ports add-on as distributed separately.
28301         Mention AArch64 in list of systems supported in the ports add-on.
28303         * LICENSES: Add more non-FSF copyright and license notices.
28305         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
28306         ((unused)).
28308         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
28310         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
28311         10000 as width of padded output.
28313 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
28315         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
28317         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
28318         variable LX with __attribute__ ((unused)).
28319         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
28320         Likewise.
28321         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
28322         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
28323         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
28324         with __attribute__ ((unused)).
28326 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
28328         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
28330 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
28332         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
28333         (CFLAGS-nldbl-acos.c): New variable.
28334         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
28335         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
28336         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
28337         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
28338         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
28339         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
28340         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
28341         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
28342         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
28343         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
28344         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
28345         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
28346         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
28347         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
28348         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
28349         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
28350         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
28351         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
28352         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
28353         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
28354         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
28355         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
28356         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
28357         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
28358         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
28359         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
28360         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
28361         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
28362         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
28363         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
28364         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
28365         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
28366         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
28367         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
28368         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
28369         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
28370         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
28371         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
28372         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
28373         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
28374         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
28375         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
28376         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
28377         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
28378         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
28379         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
28380         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
28381         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
28382         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
28383         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
28384         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
28385         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
28386         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
28387         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
28388         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
28389         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
28390         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
28391         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28392         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28393         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28394         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28395         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28396         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28397         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28398         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28399         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28400         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28401         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28402         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28403         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28404         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28405         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28406         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28407         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28408         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28409         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28410         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28411         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28412         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28413         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28414         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28415         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28416         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28417         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28418         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28419         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28420         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28421         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28422         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28423         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28424         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28425         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28426         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28427         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28428         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28429         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28430         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28433         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28435         [BZ #14914]
28436         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28437         whole low double instead of just low 47 bits when splitting values
28438         into two parts.
28440 2012-12-03  Allan McRae  <allan@archlinux.org>
28442         * manual/stdio.texi (Predefined Printf Handlers): Remove
28443         @hsep and @vsep usage.
28445 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
28447         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28448         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28450 2012-12-03  Jeff Law  <law@redhat.com>
28452         * time/sys/time.h (settimeofday): Do not mark TV argument
28453         as __nonnull.
28455 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
28457         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28458         when currently writing and seek to current position when not.
28459         * libio/Makefile (tests): Remove bug-fclose1.
28460         * libio/bug-fclose1.c: Delete.
28462 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
28464         * manual/arith.texi (feenableexcept): Fix typo.
28465         (fedisableexcept): Likewise.
28467 2012-11-30  Roland McGrath  <roland@hack.frob.com>
28469         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28470         second, differently-typed declaration, rather than a cast.
28472 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28474         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28475         * include/rpc/svc.h: ... here.
28477 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
28479         [BZ #13013]
28480         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28481         depending n and resplen2 to catch cases where answer
28482         equals answerp2.
28484 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28486         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28487         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28489 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28491         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28493 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28495         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28497 2012-11-28  Jeff Law  <law@redhat.com>
28499         [BZ #13761]
28500         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28501         dataset_temporary.  Track alloca usage into alloca_used.
28502         If dataset is large allocate and release it via malloc/free.
28504 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28506         [BZ #14197]
28507         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28509 2012-11-28  David S. Miller  <davem@davemloft.net>
28511         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28513 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28515         [BZ #14803]
28516         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28517         of pi/2 rounded to nearest to 64 bits.
28518         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28519         nearest to 64 bits.
28520         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28521         bits.
28523 2012-11-28  Jeff Law <law@redhat.com>
28524             Martin Osvald <mosvald@redhat.com>
28526         [BZ #14889]
28527         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28528         * sunrpc/svc.c: Include time.h.
28529         (__svc_accept_failed): New function.
28530         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28531         any reason other than EINTR, call __svc_accept_failed.
28532         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28533         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28535 2012-11-28  Andreas Schwab  <schwab@suse.de>
28537         * scripts/abilist.awk: Also handle indirect functions in .opd
28538         section.
28540 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28542         [BZ #13881]
28543         * sysdeps/x86/fpu/powl_helper.c: New file.
28544         * sysdeps/x86/fpu/Makefile: Likewise.
28545         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28546         (p3): New object.
28547         (__ieee754_powl): Use __powl_helper for finite arguments except
28548         integer exponents below 8.
28549         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28550         (p3): New object.
28551         (__ieee754_powl): Use __powl_helper for finite arguments except
28552         integer exponents below 8.
28553         * math/libm-test.inc (pow_test): Add more tests and enable some
28554         previously disabled tests.
28555         * sysdeps/i386/fpu/libm-test-ulps: Update.
28556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28558 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28559             Carlos O'Donell  <carlos_odonell@mentor.com>
28561         * nss/makedb.c (is_prime): Assert that input is odd and greater
28562         than 4.  Note that fact in a comment too.
28563         (next_prime): Add 4 to input.
28565 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28567         [BZ #11741]
28568         * libio/Makefile (tests): Add test case tst-fwrite-error.
28569         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28570         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28571         * libio/tst-fwrite-error.c: New test case.
28573 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28575         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28576         before casting to void *.
28577         * include/libc-internal.h (__pointer_type): New macro.
28578         (__integer_if_pointer_type_sub): Likewise.
28579         (__integer_if_pointer_type): Likewise.
28580         (cast_to_integer): Likewise.
28581         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28582         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28583         before casting to atomic64_t.
28584         (atomic_exchange_acq): Likewise.
28585         (__arch_exchange_and_add_body): Likewise.
28586         (__arch_add_body): Likewise.
28587         (atomic_add_negative): Likewise.
28588         (atomic_add_zero): Likewise.
28590 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28592         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28593         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28594         (add_fdes): Likewise.
28595         (linear_search_fdes): Likewise.
28596         (binary_search_unencoded_fdes): Likewise.
28598 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28600         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28602 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28604         * configure.in: Autodetect C++ header directories.
28605         * configure: Regenerated.
28607 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28609         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28611 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28613         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28615 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28617         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28618         LDBL_MANT_DIG == 106]: Disable some tests.
28619         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28620         Likewise.
28621         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28622         Likewise.
28624         [BZ #14871]
28625         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28626         input for small inputs.  Return +/- pi/2 for large inputs.
28627         * math/libm-test.inc (atan_test): Add more tests.
28629         * sysdeps/generic/unwind-dw2-fde-glibc.c
28630         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28631         __attribute__ ((unused)).
28633         [BZ #14645]
28634         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28635         x * y if x and y are nonzero and z is zero.
28637         [BZ #14811]
28638         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28639         nonzero exponents with absolute value below 0x1p-117 to +/-
28640         0x1p-117.
28642         [BZ #14869]
28643         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28644         up arguments below 2**-450, not just those below 2**-500.
28645         * math/libm-test.inc (hypot_test): Add another test.
28647         [BZ #14868]
28648         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28649         Return a+b for ratio over 2**120, not 2**60.
28650         * math/libm-test.inc (hypot_test): Add another test.
28652         * math/libm-test.inc (clog_test): Use
28653         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28654         (clog10_test): Likewise.
28656         [BZ #6778]
28657         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28659 2012-11-22  Andreas Schwab  <schwab@suse.de>
28661         * sysdeps/i386/fpu/libm-test-ulps: Update.
28663 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28665         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28666         printf output with newline.
28668 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28670         [BZ #14865]
28671         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28672         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28673         -z nodlopen, -z initfirst and -z execstack support.
28674         * configure: Regenerated.
28676         * elf/elf.h (DF_1_NODIRECT): New macro.
28677         (DF_1_IGNMULDEF): Likewise.
28678         (DF_1_NOKSYMS): Likewise.
28679         (DF_1_NOHDR): Likewise.
28680         (DF_1_EDITED): Likewise.
28681         (DF_1_NORELOC): Likewise.
28682         (DF_1_SYMINTPOSE): Likewise.
28683         (DF_1_GLOBAUDIT): Likewise.
28684         (DF_1_SINGLETON): Likewise.
28685         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28686         DT_1_SUPPORTED_MASK bits.
28687         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28689 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28691         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28693 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28695         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28696         macro.
28698         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28699         (sendmmsg): Move declarations...
28700         * socket/sys/socket.h: ... here.
28701         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28702         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28703         include it from...
28704         * socket/recvmmsg.c: ... this new file.
28705         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28706         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28707         definition of __sendmmsg hidden.
28708         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28709         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28710         Move ENOSYS stub into and include it from...
28711         * socket/sendmmsg.c: ... this new file.
28712         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28713         (sysdep_routines): Move recvmmsg and sendmmsg...
28714         * socket/Makefile (routines): ... here.
28715         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28716         (GLIBC_PRIVATE): Add __sendmmsg.
28717         * include/sys/socket.h (__sendmmsg): Add declarations.
28718         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28719         sendmmsg.
28721 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28723         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28724         variable I1 with __attribute__ ((unused)).
28725         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28727 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28729         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28730         DUMMY variables with __attribute__ ((unused)).
28732         * bits/byteswap.h: Include <bits/types.h>.
28733         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28735 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28737         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28738         string_t.  Do not manually set errno.
28739         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28740         length with __strnlen.  Make sure to both set errno and return it on
28741         failure.
28743 2012-11-19  David S. Miller  <davem@davemloft.net>
28745         With help from Joseph Myers.
28746         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28747         very large arguments properly.
28748         * math/libm-test.inc (atan_test): New tests.
28749         (atan2_test): New tests.
28750         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28751         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28753 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28755         [BZ #14856]
28756         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28757         Define to 3.
28759         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28760         [POSIX] (EADDRNOTAVAIL): Likewise.
28761         [POSIX] (EAFNOSUPPORT): Likewise.
28762         [POSIX] (EALREADY): Likewise.
28763         [POSIX] (ECONNABORTED): Likewise.
28764         [POSIX] (ECONNREFUSED): Likewise.
28765         [POSIX] (ECONNRESET): Likewise.
28766         [POSIX] (EDESTADDRREQ): Likewise.
28767         [POSIX] (EDQUOT): Likewise.
28768         [POSIX] (EHOSTUNREACH): Likewise.
28769         [POSIX] (EIDRM): Likewise.
28770         [POSIX] (EISCONN): Likewise.
28771         [POSIX] (ELOOP): Likewise.
28772         [POSIX] (EMULTIHOP): Likewise.
28773         [POSIX] (ENETDOWN): Likewise.
28774         [POSIX] (ENETUNREACH): Likewise.
28775         [POSIX] (ENOBUFS): Likewise.
28776         [POSIX] (ENODATA): Likewise.
28777         [POSIX] (ENOLINK): Likewise.
28778         [POSIX] (ENOMSG): Likewise.
28779         [POSIX] (ENOPROTOOPT): Likewise.
28780         [POSIX] (ENOSR): Likewise.
28781         [POSIX] (ENOSTR): Likewise.
28782         [POSIX] (ENOTCONN): Likewise.
28783         [POSIX] (ENOTSOCK): Likewise.
28784         [POSIX] (EOPNOTSUPP): Likewise.
28785         [POSIX] (EOVERFLOW): Likewise.
28786         [POSIX] (EPROTO): Likewise.
28787         [POSIX] (EPROTONOSUPPORT): Likewise.
28788         [POSIX] (EPROTOTYPE): Likewise.
28789         [POSIX] (ESTALE): Likewise.
28790         [POSIX] (ETIME): Likewise.
28791         [POSIX] (ETXTBSY): Likewise.
28792         [POSIX] (EWOULDBLOCK): Likewise.
28793         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28794         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28795         [POSIX] (SEEK_CUR): Likewise.
28796         [POSIX] (SEEK_END): Likewise.
28797         [POSIX || UNIX98] (mode_t): Do not require.
28798         [POSIX] (off_t): Likewise.
28799         [POSIX] (pid_t): Likewise.
28800         [POSIX] (sys/stat.h): Do not allow header.
28801         [POSIX] (unistd.h): Likewise.
28802         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28803         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28804         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28805         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28806         require.
28807         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28808         sigevent): Specify elements.
28809         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28810         entry.
28811         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28812         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28814         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28815         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28816         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28817         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28818         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28819         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28820         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28821         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28822         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28823         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28824         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28825         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28826         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28827         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28828         Likewise.
28829         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28830         Likewise.
28831         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28832         Likewise.
28833         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28834         Likewise.
28835         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28836         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28837         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28838         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28839         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28840         Specify lower bound on value.
28841         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28842         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28843         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28844         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28845         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28846         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28847         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28848         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28849         value.
28850         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28851         as optional.
28852         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28853         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28854         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28855         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28856         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28857         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28858         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28859         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28860         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28861         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28862         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28863         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28864         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28865         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28866         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28867         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28868         entry.
28869         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28870         optional.
28871         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28872         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28873         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28874         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28875         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28876         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28877         Likewise.
28878         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28879         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28880         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28881         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28882         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28883         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28884         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28885         as optional.
28886         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28887         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28888         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28889         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28890         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28891         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28892         specify as optional.
28893         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28894         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28895         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28896         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28897         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28898         [XPG3] (NL_LANGMAX): Likewise.
28899         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28900         [POSIX || XPG3] (NL_NMAX): Likewise.
28901         [POSIX || XPG3] (NL_SETMAX): Likewise.
28902         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28903         [XPG3] (NZERO): Likewise.
28904         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28905         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28906         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28907         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28908         (REG_ERANGE): Expect.
28909         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28910         optional-constant.
28911         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28912         Use (void) in prototype.
28913         [POSIX] (*_t): Allow.
28914         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28915         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28916         (WRDE_BADVAL): Expect.
28918         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28919         expect.
28920         [XPG3 || XPG4] (O_RSYNC): Likewise.
28921         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28922         Likewise.
28923         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28924         [XPG3 || XPG4] (sigqueue): Likewise.
28925         [XPG3 || XPG4] (sigtimedwait): Likewise.
28926         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28927         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28928         [XPG3 || XPG4] (vsnprintf): Likewise.
28929         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28930         Likewise.
28931         [XPG3 || XPG4] (blksize_t): Likewise.
28932         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28933         Likewise.
28934         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28935         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28936         [XPG3 || XPG4] (struct itimerspec): Likewise.
28937         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28938         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28939         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28940         [XPG3 || XPG4] (clockid_t): Likewise.
28941         [XPG3 || XPG4] (timer_t): Likewise.
28942         [XPG3 || XPG4] (clock_getres): Likewise.
28943         [XPG3 || XPG4] (clock_gettime): Likewise.
28944         [XPG3 || XPG4] (clock_settime): Likewise.
28945         [XPG3 || XPG4] (nanosleep): Likewise.
28946         [XPG3 || XPG4] (timer_create): Likewise.
28947         [XPG3 || XPG4] (timer_delete): Likewise.
28948         [XPG3 || XPG4] (timer_gettime): Likewise.
28949         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28950         [XPG3 || XPG4] (timer_settime): Likewise.
28951         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28952         [XPG3 || XPG4] (getlogin_r): Likewise.
28953         [XPG3 || XPG4] (pread): Likewise.
28954         [XPG3 || XPG4] (pthread_atfork): Likewise.
28955         [XPG3 || XPG4] (pwrite): Likewise.
28957         [BZ #14835]
28958         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28959         <bits/siginfo.h>.
28961 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28963         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28964         finalizing MALLSTREAM.
28966         * sysdeps/mach/hurd/syncfs.c: New file.
28968 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28970         [BZ #14719]
28971         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28972         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28973         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28974         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28975         (_nss_dns_gethostbyname4_r): Likewise.
28976         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28977         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28979 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28981         [BZ #13763]
28982         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28984 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28986         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28987         * elf/cache.c (print_entry): Print ",AArch64" for
28988         FLAG_AARCH64_LIB64
28990         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28991         * elf/cache.c (print_entry): Print ",hard-float" for
28992         FLAG_ARM_LIBHF.
28994 2012-11-18  David S. Miller  <davem@davemloft.net>
28996         With help from Joseph Myers.
28997         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28998         cutoff to 2**-13.
28999         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
29000         cutoff to 2**-25.
29001         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
29002         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
29003         small.
29004         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
29005         * math/libm-test.inc (y0_test): New tests.
29006         (y1_test): New tests.
29007         * sysdeps/i386/fpu/libm-test-ulps: Update.
29008         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29009         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29011 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
29013         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
29014         64-bit targets.
29015         * configure: Regenerated.
29017 2012-11-17  David S. Miller  <davem@davemloft.net>
29019         [BZ #14811]
29020         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
29021         nonzero exponents with absolute value below 0x1p-128 to +/-
29022         0x1p-128.
29024 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
29026         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
29028         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
29030         * posix/getconf-speclist.c: New file.
29031         * posix/posix-envs.def: Likewise.
29032         * posix/confstr.c (START_ENV_GROUP): New macro.
29033         (END_ENV_GROUP): Likewise.
29034         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
29035         (KNOWN_PRESENT_ENV_STRING): Likewise.
29036         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
29037         (UNKNOWN_ENVIRONMENT): Likewise.
29038         (confstr): Include posix-envs.def instead of handling
29039         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
29040         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
29041         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
29042         (END_ENV_GROUP): Likewise.
29043         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
29044         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
29045         (UNKNOWN_ENVIRONMENT): Likewise.
29046         (__sysconf): Include posix-envs.def instead of handling associated
29047         cases directly here.
29048         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
29049         preprocessing getconf-speclist.c rather than running getconf or
29050         generating empty file.
29052 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
29054         * scripts/check-local-headers.sh: Ignore 'mach' headers.
29056 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
29058         [BZ #14672]
29059         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
29061 2012-11-16  David S. Miller  <davem@davemloft.net>
29063         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
29064         smaller than LDBL_EPSILON/2.0L, just return xm1.
29066 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
29068         * elf/tst-array1.c (init): Set constructor priority to 1000.
29069         (fini): Set destructor priority to 1000.
29070         * elf/tst-array2dep.c: Likewise.
29072 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29074         [BZ #11741]
29075         * libio/fileops.c (_IO_new_file_write): Correctly return error.
29076         (_IO_new_file_xsputn): Also return EOF if none of the input
29077         data was written when overflow failed.
29078         * libio/iopadn.c (_IO_padn): Likewise.
29079         * libio/iowpadn.c (_IO_wpadn): Likewise.
29080         * stdio-common/tst-put-error.c: Add copyright notice.
29081         (do_test): Add case for printing padded string.
29082         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
29083         _IO_padn returned error.
29084         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
29085         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
29086         return EOF.
29088 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29090         * libio/libioP.h: Add comment note that the references to C++
29091         bits are now obsolete.
29093 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29095         * math/libm-test.inc (check_complex): Use asprintf.
29097 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
29099         * debug/pcprofiledump.c (print_version): Update copyright year.
29100         * malloc/memusagestat.c (print_version): Likewise.
29102 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
29104         [BZ #14831]
29105         * elf/Makefile (tests): Add tst-audit8.
29106         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
29107         ($(objpfx)tst-audit8.out): New target.
29108         (tst-audit8-ENV): New variable.
29109         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
29110         audit if l_reloc_result is NULL.
29111         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
29112         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
29113         * elf/tst-audit8.c: New file.
29115 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29117         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
29118         * misc/Makefile (CFLAGS-select.c): Define.
29119         * posix/Makefile (CFLAGS-pause.c): Define.
29121 2012-11-13  David S. Miller  <davem@davemloft.net>
29123         * crypt/Makefile: Move test targets after toplevel Rules
29124         inclusion.  Grab any necessary sysdep routines when linking.
29125         * crypt/md5.c (md5_process_block): Remove define, we will always
29126         name it __md5_process_block.
29127         (md5_finish_ctx): Update md5_process_block call.
29128         (md5_stream): Likewise.
29129         (md5_process_bytes): Likewise.
29130         (md5_process_block): Rename to __md5_process_block and move to ...
29131         * crypt/md5-block.c: ... here.
29132         * crypt/sha256.c (sha256_process_block): Move to ...
29133         * crypt/sha256-block.c: ... here.
29134         * crypt/sha512.c (sha512_process_block): Move to ...
29135         * crypt/sha512-block.c: ... here.
29136         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
29137         path.
29138         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
29139         * sysdeps/sparc/sparc64/multiarch/Makefile
29140         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
29141         crypt subdir.
29142         (localedef-aux): Add md5 crypto assembler when in locale subdir.
29143         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
29144         multiarch changes.
29145         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
29146         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
29147         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
29148         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
29149         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
29150         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
29151         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
29152         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
29153         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
29154         file.
29155         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
29156         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
29157         file.
29158         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
29160 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
29162         * timezone/tzselect.ksh: Update from tzcode git revision
29163         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
29164         * timezone/zdump.c: Likewise.
29165         * timezone/zic.c: Likewise.
29166         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
29167         in TZVERSION setting, not $(PKGVERSION).
29168         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
29169         REPORT_BUGS_TO settings.
29171         [BZ #14838]
29172         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
29173         macro.
29175 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29177         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
29178         detection to immediately after _FP_ROUND().
29179         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
29180         bits are 0.
29182 2012-11-11  David S. Miller  <davem@davemloft.net>
29184         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
29185         inttypes.h
29186         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
29187         __close rather than their public counterparts.
29189 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
29191         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
29192         file.
29193         [UNIX98] (sem_timedwait): Do not expect.
29194         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
29195         [XPG4 || UNIX98] (sockatmark): Do not expect.
29196         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
29197         (clock_getcpuclockid): Do not expect.
29198         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
29199         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
29200         Do not expect.
29201         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
29202         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
29203         [UNIX98] (vwscanf): Likewise.
29204         [UNIX98] (vswscanf): Likewise.
29206 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
29208         * timezone/version.h: Remove file.
29209         * timezone/README: Do not refer to version.h.
29210         * timezone/Makefile ($(objpfx)zic.o): New dependency on
29211         $(objpfx)version.h.
29212         ($(objpfx)zdump.o): Likewise.
29213         ($(objpfx)version.h): New target.
29215         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
29216         2012i.
29217         * timezone/README: Don't mention modification to tzselect.ksh.
29218         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
29219         work on unmodified tzselect.ksh.  Substitute version numbers in
29220         tzselect.ksh.
29222         * Makefile (format-me): Remove.
29223         (INSTALL): Adjust indentation.  Use commands directly instead of
29224         using $(format-me).
29226         * aclocal.m4 (ACX_PKGVERSION): New macro.
29227         (ACX_BUGURL): Likewise.
29228         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
29229         (PKGVERSION): New AC_DEFINE_UNQUOTED.
29230         (REPORT_BUGS_TO): Likewise.
29231         * configure: Regenerated.
29232         * config.h.in (PKGVERSION): New macro.
29233         (REPORT_BUGS_TO): Likewise.
29234         * config.make.in (PKGVERSION): New variable.
29235         (PKGVERSION_TEXI): Likewise.
29236         (REPORT_BUGS_TO): Likewise.
29237         (REPORT_BUGS_TEXI): Likewise.
29238         * Makefile (format-me): Use -I$(common-objpfx)manual.
29239         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
29240         ($(common-objpfx)manual/%): New target.
29241         (manual/%): Remove target.
29242         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
29243         (print_version): Use PKGVERSION.
29244         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
29245         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
29246         and REPORT_BUGS_TO.
29247         ($(objpfx)xtrace): Likewise.
29248         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
29249         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
29250         (print_version): Use PKGVERSION.
29251         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
29252         (do_version): Use PKGVERSION.
29253         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
29254         REPORT_BUGS_TO.
29255         (common-ldd-rewrite): Likewise.
29256         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
29257         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
29258         (print_version): Use PKGVERSION.
29259         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
29260         * elf/pldd.c (argp_program_bug_address): Remove variable.
29261         (more_help): New function.
29262         (argp): Use more_help.
29263         (print_version): Use PKGVERSION.
29264         * elf/sln.c (main): Use PKGVERSION.
29265         (usage): Use REPORT_BUGS_TO.
29266         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
29267         (top level): Use PKGVERSION.
29268         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
29269         (print_version): Use PKGVERSION.
29270         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
29271         (print_version): Use PKGVERSION.
29272         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
29273         (print_version): Use PKGVERSION.
29274         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
29275         (print_version): Use PKGVERSION.
29276         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
29277         (print_version): Use PKGVERSION.
29278         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
29279         (print_version): Use PKGVERSION.
29280         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
29281         and BUGURL.
29282         ($(objpfx)memusage): Likewise.
29283         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
29284         (do_version): Use PKGVERSION.
29285         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
29286         (print_version): Use PKGVERSION.
29287         * malloc/mtrace.pl ($PACKAGE): Remove variable.
29288         ($PKGVERSION): New variable.
29289         ($REPORT_BUGS_TO): Likewise.
29290         (usage): Use $REPORT_BUGS_TO.
29291         (top level): Use $PKGVERSION.
29292         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
29293         ($(objpfx)pkgvers.texi): New rule.
29294         ($(objpfx)stamp-pkgvers): Likewise.
29295         * manual/install.texi: Include pkgvers.texi.
29296         (--with-pkgversion): Document new configure option.
29297         (--with-bugurl): Likewise.
29298         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
29299         than necessarily for this particular distribution.  Use
29300         REPORT_BUGS_TO for where to report bugs.
29301         * INSTALL: Regenerated.
29302         * manual/libc.texinfo: Include pkgvers.texi.
29303         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
29304         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
29305         (print_version): Use PKGVERSION.
29306         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
29307         (print_version): Use PKGVERSION.
29308         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
29309         (print_version): Use PKGVERSION.
29310         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
29311         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
29312         macro.
29313         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
29314         (print_version): Use PKGVERSION.
29315         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
29316         (print_version): Use PKGVERSION.
29317         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
29318         and PKGVERSION.
29320         * timezone/checktab.awk: Update from tzcode 2012i.
29321         * timezone/ialloc.c: Likewise.
29322         * timezone/private.h: Likewise.
29323         * timezone/scheck.c: Likewise.
29324         * timezone/tzfile.h: Likewise.
29325         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
29326         (TZVERSION): Hardcode tzcode version number.
29327         * timezone/zdump.c: Update from tzcode 2012i.
29328         * timezone/zic.c: Likewise.
29329         * timezone/version.h: New file.
29330         * timezone/README: Describe version.h.  Update upstream location.
29332         [BZ #14824]
29333         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
29334         (mktemp): Enable declaration.
29335         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
29336         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
29337         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
29338         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
29339         Likewise.
29340         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
29341         Likewise.
29342         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
29343         Likewise.
29344         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
29345         Likewise.
29346         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
29347         Likewise.
29348         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
29349         Likewise.
29351         [BZ #14821]
29352         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
29353         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
29354         for copies of such integer values.
29355         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
29356         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
29358 2012-11-09  Andreas Jaeger  <aj@suse.de>
29360         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
29361         definitions and declarations that are provided by
29362         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29364 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29366         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
29367         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
29368         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
29369         definition.
29371 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29373         * elf/elf.h: Update comment before AArch64 relocations.
29375 2012-11-07  David S. Miller  <davem@davemloft.net>
29377         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
29378         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
29379         (__start_context): Declare.
29380         (__makecontext_ret): Delete.
29381         (__makecontext): Hook up __start_context instead of
29382         __makecontext_ret.
29383         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
29384         (sysdep_routines): Add __start_context when in stdlib.
29386 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29388         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
29389         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
29390         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
29391         hardcoded "nm".
29392         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
29393         (READELF): New variable.  Use it instead of hardcoded "readelf".
29395 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
29397         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29398         * sysdeps/x86/Makefile: Here.
29399         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29400         * sysdeps/x86/tst-xmmymm.sh: This.
29402 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29404         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29405         expectations.
29406         [UNIX98] (pthread_barrier_t): Do not expect.
29407         [UNIX98] (pthread_barrierattr_t): Likewise.
29408         [UNIX98] (pthread_spinlock_t): Likewise.
29409         [UNIX98] (pthread_barrier_destroy): Likewise.
29410         [UNIX98] (pthread_barrier_init): Likewise.
29411         [UNIX98] (pthread_barrier_wait): Likewise.
29412         [UNIX98] (pthread_barrierattr_destroy): Likewise.
29413         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29414         [UNIX98] (pthread_barrierattr_init): Likewise.
29415         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29416         [UNIX98] (pthread_getcpuclockid): Likewise.
29417         [UNIX98] (pthread_mutex_timedlock): Likewise.
29418         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29419         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29420         [UNIX98] (pthread_sigmask): Likewise.
29421         [UNIX98] (pthread_spin_destroy): Likewise.
29422         [UNIX98] (pthread_spin_init): Likewise.
29423         [UNIX98] (pthread_spin_lock): Likewise.
29424         [UNIX98] (pthread_spin_trylock): Likewise.
29425         [UNIX98] (pthread_spin_unlock): Likewise.
29426         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29427         Do not expect.
29428         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29429         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29430         [XPG3 || XPG4] (pthread_cond_t): Likewise.
29431         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29432         [XPG3 || XPG4] (pthread_key_t): Likewise.
29433         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29434         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29435         [XPG3 || XPG4] (pthread_once_t): Likewise.
29436         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29437         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29438         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29439         [XPG3 || XPG4] (pthread_t): Likewise.
29441         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29442         not expect.
29443         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29445         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29446         Change function return type to int.
29448         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29449         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29450         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29451         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29452         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29453         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29454         [!POSIX] (posix_madvise): Likewise.
29455         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29456         && !UNIX98].
29457         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29458         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29459         (mode_t): Likewise.
29460         (posix_mem_offset): Likewise.
29461         (posix_typed_mem_get_info): Likewise.
29462         (posix_typed_mem_open): Likewise.
29464         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29465         Change condition to [XOPEN2K8].
29467         * conform/conformtest.pl: Preprocess allow-header data with -x c
29468         instead of from stdin.
29469         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29470         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29471         [C99-based standards] (cerfc): Likewise.
29472         [C99-based standards] (cexp2): Likewise.
29473         [C99-based standards] (cexpm1): Likewise.
29474         [C99-based standards] (clog10): Likewise.
29475         [C99-based standards] (clog1p): Likewise.
29476         [C99-based standards] (clog2): Likewise.
29477         [C99-based standards] (clgamma): Likewise.
29478         [C99-based standards] (ctgamma): Likewise.
29479         [C99-based standards] (cerff): Likewise.
29480         [C99-based standards] (cerfcf): Likewise.
29481         [C99-based standards] (cexp2f): Likewise.
29482         [C99-based standards] (cexpm1f): Likewise.
29483         [C99-based standards] (clog10f): Likewise.
29484         [C99-based standards] (clog1pf): Likewise.
29485         [C99-based standards] (clog2f): Likewise.
29486         [C99-based standards] (clgammaf): Likewise.
29487         [C99-based standards] (ctgammaf): Likewise.
29488         [C99-based standards] (cerfl): Likewise.
29489         [C99-based standards] (cerfcl): Likewise.
29490         [C99-based standards] (cexp2l): Likewise.
29491         [C99-based standards] (cexpm1l): Likewise.
29492         [C99-based standards] (clog10l): Likewise.
29493         [C99-based standards] (clog1pl): Likewise.
29494         [C99-based standards] (clog2l): Likewise.
29495         [C99-based standards] (clgammal): Likewise.
29496         [C99-based standards] (ctgammal): Likewise.
29497         * conform/data/inttypes.h-data [C99-based standards]: Include
29498         stdint.h-data.  Remove all expectations for stdint.h contents.
29499         [C99-based standards] (PRI*): Do not allow.
29500         [C99-based standards] (SCN*): Likewise.
29501         [C99-based standards] (*_t): Likewise.
29502         [C99-based-standards] (PRId8): Expect macro.
29503         [C99-based-standards] (PRIi8): Likewise.
29504         [C99-based-standards] (PRIo8): Likewise.
29505         [C99-based-standards] (PRIu8): Likewise.
29506         [C99-based-standards] (PRIx8): Likewise.
29507         [C99-based-standards] (PRIX8): Likewise.
29508         [C99-based-standards] (SCNd8): Likewise.
29509         [C99-based-standards] (SCNi8): Likewise.
29510         [C99-based-standards] (SCNo8): Likewise.
29511         [C99-based-standards] (SCNu8): Likewise.
29512         [C99-based-standards] (SCNx8): Likewise.
29513         [C99-based-standards] (PRIdLEAST8): Likewise.
29514         [C99-based-standards] (PRIiLEAST8): Likewise.
29515         [C99-based-standards] (PRIoLEAST8): Likewise.
29516         [C99-based-standards] (PRIuLEAST8): Likewise.
29517         [C99-based-standards] (PRIxLEAST8): Likewise.
29518         [C99-based-standards] (PRIXLEAST8): Likewise.
29519         [C99-based-standards] (SCNdLEAST8): Likewise.
29520         [C99-based-standards] (SCNiLEAST8): Likewise.
29521         [C99-based-standards] (SCNoLEAST8): Likewise.
29522         [C99-based-standards] (SCNuLEAST8): Likewise.
29523         [C99-based-standards] (SCNxLEAST8): Likewise.
29524         [C99-based-standards] (PRIdFAST8): Likewise.
29525         [C99-based-standards] (PRIiFAST8): Likewise.
29526         [C99-based-standards] (PRIoFAST8): Likewise.
29527         [C99-based-standards] (PRIuFAST8): Likewise.
29528         [C99-based-standards] (PRIxFAST8): Likewise.
29529         [C99-based-standards] (PRIXFAST8): Likewise.
29530         [C99-based-standards] (SCNdFAST8): Likewise.
29531         [C99-based-standards] (SCNiFAST8): Likewise.
29532         [C99-based-standards] (SCNoFAST8): Likewise.
29533         [C99-based-standards] (SCNuFAST8): Likewise.
29534         [C99-based-standards] (SCNxFAST8): Likewise.
29535         [C99-based-standards] (PRId16): Likewise.
29536         [C99-based-standards] (PRIi16): Likewise.
29537         [C99-based-standards] (PRIo16): Likewise.
29538         [C99-based-standards] (PRIu16): Likewise.
29539         [C99-based-standards] (PRIx16): Likewise.
29540         [C99-based-standards] (PRIX16): Likewise.
29541         [C99-based-standards] (SCNd16): Likewise.
29542         [C99-based-standards] (SCNi16): Likewise.
29543         [C99-based-standards] (SCNo16): Likewise.
29544         [C99-based-standards] (SCNu16): Likewise.
29545         [C99-based-standards] (SCNx16): Likewise.
29546         [C99-based-standards] (PRIdLEAST16): Likewise.
29547         [C99-based-standards] (PRIiLEAST16): Likewise.
29548         [C99-based-standards] (PRIoLEAST16): Likewise.
29549         [C99-based-standards] (PRIuLEAST16): Likewise.
29550         [C99-based-standards] (PRIxLEAST16): Likewise.
29551         [C99-based-standards] (PRIXLEAST16): Likewise.
29552         [C99-based-standards] (SCNdLEAST16): Likewise.
29553         [C99-based-standards] (SCNiLEAST16): Likewise.
29554         [C99-based-standards] (SCNoLEAST16): Likewise.
29555         [C99-based-standards] (SCNuLEAST16): Likewise.
29556         [C99-based-standards] (SCNxLEAST16): Likewise.
29557         [C99-based-standards] (PRIdFAST16): Likewise.
29558         [C99-based-standards] (PRIiFAST16): Likewise.
29559         [C99-based-standards] (PRIoFAST16): Likewise.
29560         [C99-based-standards] (PRIuFAST16): Likewise.
29561         [C99-based-standards] (PRIxFAST16): Likewise.
29562         [C99-based-standards] (PRIXFAST16): Likewise.
29563         [C99-based-standards] (SCNdFAST16): Likewise.
29564         [C99-based-standards] (SCNiFAST16): Likewise.
29565         [C99-based-standards] (SCNoFAST16): Likewise.
29566         [C99-based-standards] (SCNuFAST16): Likewise.
29567         [C99-based-standards] (SCNxFAST16): Likewise.
29568         [C99-based-standards] (PRId32): Likewise.
29569         [C99-based-standards] (PRIi32): Likewise.
29570         [C99-based-standards] (PRIo32): Likewise.
29571         [C99-based-standards] (PRIu32): Likewise.
29572         [C99-based-standards] (PRIx32): Likewise.
29573         [C99-based-standards] (PRIX32): Likewise.
29574         [C99-based-standards] (SCNd32): Likewise.
29575         [C99-based-standards] (SCNi32): Likewise.
29576         [C99-based-standards] (SCNo32): Likewise.
29577         [C99-based-standards] (SCNu32): Likewise.
29578         [C99-based-standards] (SCNx32): Likewise.
29579         [C99-based-standards] (PRIdLEAST32): Likewise.
29580         [C99-based-standards] (PRIiLEAST32): Likewise.
29581         [C99-based-standards] (PRIoLEAST32): Likewise.
29582         [C99-based-standards] (PRIuLEAST32): Likewise.
29583         [C99-based-standards] (PRIxLEAST32): Likewise.
29584         [C99-based-standards] (PRIXLEAST32): Likewise.
29585         [C99-based-standards] (SCNdLEAST32): Likewise.
29586         [C99-based-standards] (SCNiLEAST32): Likewise.
29587         [C99-based-standards] (SCNoLEAST32): Likewise.
29588         [C99-based-standards] (SCNuLEAST32): Likewise.
29589         [C99-based-standards] (SCNxLEAST32): Likewise.
29590         [C99-based-standards] (PRIdFAST32): Likewise.
29591         [C99-based-standards] (PRIiFAST32): Likewise.
29592         [C99-based-standards] (PRIoFAST32): Likewise.
29593         [C99-based-standards] (PRIuFAST32): Likewise.
29594         [C99-based-standards] (PRIxFAST32): Likewise.
29595         [C99-based-standards] (PRIXFAST32): Likewise.
29596         [C99-based-standards] (SCNdFAST32): Likewise.
29597         [C99-based-standards] (SCNiFAST32): Likewise.
29598         [C99-based-standards] (SCNoFAST32): Likewise.
29599         [C99-based-standards] (SCNuFAST32): Likewise.
29600         [C99-based-standards] (SCNxFAST32): Likewise.
29601         [C99-based-standards] (PRId64): Likewise.
29602         [C99-based-standards] (PRIi64): Likewise.
29603         [C99-based-standards] (PRIo64): Likewise.
29604         [C99-based-standards] (PRIu64): Likewise.
29605         [C99-based-standards] (PRIx64): Likewise.
29606         [C99-based-standards] (PRIX64): Likewise.
29607         [C99-based-standards] (SCNd64): Likewise.
29608         [C99-based-standards] (SCNi64): Likewise.
29609         [C99-based-standards] (SCNo64): Likewise.
29610         [C99-based-standards] (SCNu64): Likewise.
29611         [C99-based-standards] (SCNx64): Likewise.
29612         [C99-based-standards] (PRIdLEAST64): Likewise.
29613         [C99-based-standards] (PRIiLEAST64): Likewise.
29614         [C99-based-standards] (PRIoLEAST64): Likewise.
29615         [C99-based-standards] (PRIuLEAST64): Likewise.
29616         [C99-based-standards] (PRIxLEAST64): Likewise.
29617         [C99-based-standards] (PRIXLEAST64): Likewise.
29618         [C99-based-standards] (SCNdLEAST64): Likewise.
29619         [C99-based-standards] (SCNiLEAST64): Likewise.
29620         [C99-based-standards] (SCNoLEAST64): Likewise.
29621         [C99-based-standards] (SCNuLEAST64): Likewise.
29622         [C99-based-standards] (SCNxLEAST64): Likewise.
29623         [C99-based-standards] (PRIdFAST64): Likewise.
29624         [C99-based-standards] (PRIiFAST64): Likewise.
29625         [C99-based-standards] (PRIoFAST64): Likewise.
29626         [C99-based-standards] (PRIuFAST64): Likewise.
29627         [C99-based-standards] (PRIxFAST64): Likewise.
29628         [C99-based-standards] (PRIXFAST64): Likewise.
29629         [C99-based-standards] (SCNdFAST64): Likewise.
29630         [C99-based-standards] (SCNiFAST64): Likewise.
29631         [C99-based-standards] (SCNoFAST64): Likewise.
29632         [C99-based-standards] (SCNuFAST64): Likewise.
29633         [C99-based-standards] (SCNxFAST64): Likewise.
29634         [C99-based-standards] (PRIdMAX): Likewise.
29635         [C99-based-standards] (PRIiMAX): Likewise.
29636         [C99-based-standards] (PRIoMAX): Likewise.
29637         [C99-based-standards] (PRIuMAX): Likewise.
29638         [C99-based-standards] (PRIxMAX): Likewise.
29639         [C99-based-standards] (PRIXMAX): Likewise.
29640         [C99-based-standards] (SCNdMAX): Likewise.
29641         [C99-based-standards] (SCNiMAX): Likewise.
29642         [C99-based-standards] (SCNoMAX): Likewise.
29643         [C99-based-standards] (SCNuMAX): Likewise.
29644         [C99-based-standards] (SCNxMAX): Likewise.
29645         [C99-based-standards] (PRIdPTR): Likewise.
29646         [C99-based-standards] (PRIiPTR): Likewise.
29647         [C99-based-standards] (PRIoPTR): Likewise.
29648         [C99-based-standards] (PRIuPTR): Likewise.
29649         [C99-based-standards] (PRIxPTR): Likewise.
29650         [C99-based-standards] (PRIXPTR): Likewise.
29651         [C99-based-standards] (SCNdPTR): Likewise.
29652         [C99-based-standards] (SCNiPTR): Likewise.
29653         [C99-based-standards] (SCNoPTR): Likewise.
29654         [C99-based-standards] (SCNuPTR): Likewise.
29655         [C99-based-standards] (SCNxPTR): Likewise.
29656         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29657         allow.
29658         * conform/data/stdint.h-data: Update comments to clarify
29659         requirements.
29660         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29661         type.
29662         [C99-based standards] (INT8_MAX): Likewise.
29663         [C99-based standards] (INT16_MIN): Likewise.
29664         [C99-based standards] (INT16_MAX): Likewise.
29665         [C99-based standards] (INT32_MIN): Likewise.
29666         [C99-based standards] (INT32_MAX): Likewise.
29667         [C99-based standards] (INT64_MIN): Likewise.
29668         [C99-based standards] (INT64_MAX): Likewise.
29669         [C99-based standards] (UINT8_MAX): Likewise.
29670         [C99-based standards] (UINT16_MAX): Likewise.
29671         [C99-based standards] (UINT32_MAX): Likewise.
29672         [C99-based standards] (UINT64_MAX): Likewise.
29673         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29674         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29675         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29676         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29677         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29678         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29679         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29680         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29681         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29682         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29683         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29684         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29685         [C99-based standards] (INT_FAST8_MIN): Likewise.
29686         [C99-based standards] (INT_FAST8_MAX): Likewise.
29687         [C99-based standards] (INT_FAST16_MIN): Likewise.
29688         [C99-based standards] (INT_FAST16_MAX): Likewise.
29689         [C99-based standards] (INT_FAST32_MIN): Likewise.
29690         [C99-based standards] (INT_FAST32_MAX): Likewise.
29691         [C99-based standards] (INT_FAST64_MIN): Likewise.
29692         [C99-based standards] (INT_FAST64_MAX): Likewise.
29693         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29694         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29695         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29696         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29697         [C99-based standards] (INTPTR_MIN): Likewise.
29698         [C99-based standards] (INTPTR_MAX): Likewise.
29699         [C99-based standards] (UINTPTR_MAX): Likewise.
29700         [C99-based standards] (INTMAX_MIN): Likewise.
29701         [C99-based standards] (INTMAX_MAX): Likewise.
29702         [C99-based standards] (UINTMAX_MAX): Likewise.
29703         [C99-based standards] (PTRDIFF_MIN): Likewise.
29704         [C99-based standards] (PTRDIFF_MAX): Likewise.
29705         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29706         [C99-based standards] (SIZE_MAX): Likewise.
29707         [C99-based standards] (WCHAR_MAX): Likewise.
29708         [C99-based standards] (WINT_MAX): Likewise.
29709         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29710         constraint on value.
29711         [C99-based standards] (WCHAR_MIN): Likewise.
29712         [C99-based standards] (WINT_MIN): Likewise.
29713         [C99-based standards] (*_t): Allow.
29714         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29715         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29716         Include math.h-data and complex.h-data.  Remove all expectations
29717         of math.h and complex.h contents.
29718         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29719         at end of line.
29720         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29721         (struct tm): Expect tag.
29722         [C99-based-standards] (wcstof): Expect function.
29723         [C99-based-standards] (wcstold): Likewise.
29724         [C99-based-standards] (wcstoll): Likewise.
29725         [C99-based-standards] (wcstoull): Likewise.
29726         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29727         macro-int-constant.  Specify type.
29728         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29729         constraint on value.
29730         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29731         Specify type.
29732         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29733         Specify value.
29734         [ISO C standards]: Do not allow headers.
29735         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29736         wcs[abcdefghijklmnopqrstuvwxyz]*.
29737         [ISO C standards] (*_t): Do not allow.
29738         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29739         Expect function.
29740         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29741         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29742         Specify type.
29743         [ISO C standards]: Do not allow headers.
29744         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29745         is[abcdefghijklmnopqrstuvwxyz]*.
29746         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29747         to[abcdefghijklmnopqrstuvwxyz]*.
29748         [ISO C standards] (*_t): Do not allow.
29749         * conform/data/stdalign.h-data: New file.
29750         * conform/data/stdbool.h-data: Likewise.
29751         * conform/data/stdnoreturn.h-data: Likewise.
29753 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29755         [BZ #14815]
29756         * manual/filesys.texi (Directory Entries): Typo fix.
29757         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29759 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29761         * elf/elf.h (EM_AARCH64): New macro.
29762         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29763         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29764         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29765         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29766         (R_AARCH64_TLSDESC): Likewise.
29767         (NT_ARM_TLS): Likewise.
29768         (NT_ARM_HW_BREAK): Likewise.
29769         (NT_ARM_HW_WATCH): Likewise.
29771 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29773         [BZ #14811]
29774         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29775         (__ieee754_powl): Saturate nonzero exponents with absolute value
29776         below 0x1p-79 to +/- 0x1p-79.
29777         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29778         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29779         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29780         nonzero exponents with absolute value below 0x1p-32 to +/-
29781         0x1p-32.
29782         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29783         (__ieee754_powl): Saturate nonzero exponents with absolute value
29784         below 0x1p-79 to +/- 0x1p-79.
29785         * math/libm-test.inc (pow_test): Add more tests.
29787 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29789         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29790         _dl_s390_cap_flags with kernel. Increase string length.
29791         (_dl_s390_platforms): Add z196 and zEC12.
29793 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29795         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29796         Change XOPEN21K to XOPEN2K.
29798 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29800         * string/memmove.c: Use memcpy when possible.
29802 2012-11-06  Andreas Jaeger  <aj@suse.de>
29804         * po/eo.po: Update from translation team.
29806 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29808         [BZ #14793]
29809         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29810         exponent and small x and y exponents, scale x or y up.  Increase
29811         by 2 the exponent used in scaling up.
29812         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29813         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29814         * math/libm-test.inc (fma_test): Add more tests.
29815         (fma_test_towardzero): Likewise.
29816         (fma_test_downward): Likewise.
29817         (fma_test_upward): Likewise.
29819 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29821         [BZ #14805]
29822         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29823         fenv_t *.
29825         [BZ #14801]
29826         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29827         namespace for names of struct fields.
29828         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29829         fenv_t fields.
29830         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29831         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29833 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29835         [BZ #3665]
29836         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29838 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29840         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29841         PTR_DEMANGLE.
29843         [BZ #5246]
29844         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29845         PTR_DEMANGLE.
29847 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29849         [BZ #14797]
29850         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29851         definitely overflow as x * y not x * y + z.
29852         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29853         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29854         * math/libm-test.inc (fma_test): Add more tests.
29855         (fma_test_towardzero): Likewise.
29856         (fma_test_downward): Likewise.
29857         (fma_test_upward): Likewise.
29859 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29861         [BZ #157]
29863         * include/stub-tag.h: Remove file.
29864         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29865         '#include' of it.
29866         * manual/maint.texi (Porting): Don't reference it.
29867         * Makerules ($(objpfx)stubs): Likewise.
29868         * dirent/closedir.c: Don't include <stub-tag.h>.
29869         * dirent/dirfd.c: Likewise.
29870         * dirent/fdopendir.c: Likewise.
29871         * dirent/getdents.c: Likewise.
29872         * dirent/getdents64.c: Likewise.
29873         * dirent/opendir.c: Likewise.
29874         * dirent/readdir.c: Likewise.
29875         * dirent/readdir64.c: Likewise.
29876         * dirent/readdir64_r.c: Likewise.
29877         * dirent/readdir_r.c: Likewise.
29878         * dirent/rewinddir.c: Likewise.
29879         * dirent/seekdir.c: Likewise.
29880         * dirent/telldir.c: Likewise.
29881         * gmon/profil.c: Likewise.
29882         * grp/setgroups.c: Likewise.
29883         * inet/if_index.c: Likewise.
29884         * io/access.c: Likewise.
29885         * io/chdir.c: Likewise.
29886         * io/chmod.c: Likewise.
29887         * io/chown.c: Likewise.
29888         * io/close.c: Likewise.
29889         * io/dup.c: Likewise.
29890         * io/dup2.c: Likewise.
29891         * io/dup3.c: Likewise.
29892         * io/euidaccess.c: Likewise.
29893         * io/faccessat.c: Likewise.
29894         * io/fchdir.c: Likewise.
29895         * io/fchmod.c: Likewise.
29896         * io/fchmodat.c: Likewise.
29897         * io/fchown.c: Likewise.
29898         * io/fchownat.c: Likewise.
29899         * io/fcntl.c: Likewise.
29900         * io/flock.c: Likewise.
29901         * io/fstatfs.c: Likewise.
29902         * io/fstatfs64.c: Likewise.
29903         * io/fstatvfs.c: Likewise.
29904         * io/fstatvfs64.c: Likewise.
29905         * io/futimens.c: Likewise.
29906         * io/fxstat.c: Likewise.
29907         * io/fxstat64.c: Likewise.
29908         * io/fxstatat.c: Likewise.
29909         * io/fxstatat64.c: Likewise.
29910         * io/getcwd.c: Likewise.
29911         * io/isatty.c: Likewise.
29912         * io/lchmod.c: Likewise.
29913         * io/lchown.c: Likewise.
29914         * io/link.c: Likewise.
29915         * io/linkat.c: Likewise.
29916         * io/lseek.c: Likewise.
29917         * io/lseek64.c: Likewise.
29918         * io/lxstat64.c: Likewise.
29919         * io/mkdir.c: Likewise.
29920         * io/mkdirat.c: Likewise.
29921         * io/mkfifo.c: Likewise.
29922         * io/mkfifoat.c: Likewise.
29923         * io/open.c: Likewise.
29924         * io/open64.c: Likewise.
29925         * io/openat.c: Likewise.
29926         * io/openat64.c: Likewise.
29927         * io/pipe.c: Likewise.
29928         * io/pipe2.c: Likewise.
29929         * io/poll.c: Likewise.
29930         * io/posix_fadvise.c: Likewise.
29931         * io/posix_fadvise64.c: Likewise.
29932         * io/posix_fallocate.c: Likewise.
29933         * io/posix_fallocate64.c: Likewise.
29934         * io/read.c: Likewise.
29935         * io/readlink.c: Likewise.
29936         * io/readlinkat.c: Likewise.
29937         * io/rmdir.c: Likewise.
29938         * io/sendfile.c: Likewise.
29939         * io/sendfile64.c: Likewise.
29940         * io/statfs.c: Likewise.
29941         * io/statfs64.c: Likewise.
29942         * io/statvfs.c: Likewise.
29943         * io/statvfs64.c: Likewise.
29944         * io/symlink.c: Likewise.
29945         * io/symlinkat.c: Likewise.
29946         * io/ttyname.c: Likewise.
29947         * io/ttyname_r.c: Likewise.
29948         * io/umask.c: Likewise.
29949         * io/unlink.c: Likewise.
29950         * io/unlinkat.c: Likewise.
29951         * io/utime.c: Likewise.
29952         * io/utimensat.c: Likewise.
29953         * io/write.c: Likewise.
29954         * io/xmknod.c: Likewise.
29955         * io/xmknodat.c: Likewise.
29956         * io/xstat.c: Likewise.
29957         * io/xstat64.c: Likewise.
29958         * login/getpt.c: Likewise.
29959         * login/grantpt.c: Likewise.
29960         * login/unlockpt.c: Likewise.
29961         * math/e_acoshl.c: Likewise.
29962         * math/e_acosl.c: Likewise.
29963         * math/e_asinl.c: Likewise.
29964         * math/e_atan2l.c: Likewise.
29965         * math/e_atanhl.c: Likewise.
29966         * math/e_coshl.c: Likewise.
29967         * math/e_expl.c: Likewise.
29968         * math/e_fmodl.c: Likewise.
29969         * math/e_gammal_r.c: Likewise.
29970         * math/e_hypotl.c: Likewise.
29971         * math/e_j0l.c: Likewise.
29972         * math/e_j1l.c: Likewise.
29973         * math/e_jnl.c: Likewise.
29974         * math/e_lgammal_r.c: Likewise.
29975         * math/e_log10l.c: Likewise.
29976         * math/e_log2l.c: Likewise.
29977         * math/e_logl.c: Likewise.
29978         * math/e_powl.c: Likewise.
29979         * math/e_rem_pio2l.c: Likewise.
29980         * math/e_sinhl.c: Likewise.
29981         * math/e_sqrtl.c: Likewise.
29982         * math/fclrexcpt.c: Likewise.
29983         * math/fedisblxcpt.c: Likewise.
29984         * math/feenablxcpt.c: Likewise.
29985         * math/fegetenv.c: Likewise.
29986         * math/fegetexcept.c: Likewise.
29987         * math/fegetround.c: Likewise.
29988         * math/feholdexcpt.c: Likewise.
29989         * math/fesetenv.c: Likewise.
29990         * math/fesetround.c: Likewise.
29991         * math/feupdateenv.c: Likewise.
29992         * math/fgetexcptflg.c: Likewise.
29993         * math/fraiseexcpt.c: Likewise.
29994         * math/fsetexcptflg.c: Likewise.
29995         * math/ftestexcept.c: Likewise.
29996         * math/k_cosl.c: Likewise.
29997         * math/k_rem_pio2l.c: Likewise.
29998         * math/k_sinl.c: Likewise.
29999         * math/k_tanl.c: Likewise.
30000         * math/s_asinhl.c: Likewise.
30001         * math/s_atanl.c: Likewise.
30002         * math/s_cbrtl.c: Likewise.
30003         * math/s_erfl.c: Likewise.
30004         * math/s_expm1l.c: Likewise.
30005         * math/s_log1pl.c: Likewise.
30006         * math/s_tanhl.c: Likewise.
30007         * misc/acct.c: Likewise.
30008         * misc/brk.c: Likewise.
30009         * misc/chflags.c: Likewise.
30010         * misc/chroot.c: Likewise.
30011         * misc/fchflags.c: Likewise.
30012         * misc/fgetxattr.c: Likewise.
30013         * misc/flistxattr.c: Likewise.
30014         * misc/fremovexattr.c: Likewise.
30015         * misc/fsetxattr.c: Likewise.
30016         * misc/fsync.c: Likewise.
30017         * misc/ftruncate.c: Likewise.
30018         * misc/futimes.c: Likewise.
30019         * misc/futimesat.c: Likewise.
30020         * misc/getdomain.c: Likewise.
30021         * misc/getdtsz.c: Likewise.
30022         * misc/gethostid.c: Likewise.
30023         * misc/gethostname.c: Likewise.
30024         * misc/getloadavg.c: Likewise.
30025         * misc/getpagesize.c: Likewise.
30026         * misc/getsysstats.c: Likewise.
30027         * misc/getxattr.c: Likewise.
30028         * misc/gtty.c: Likewise.
30029         * misc/ioctl.c: Likewise.
30030         * misc/lgetxattr.c: Likewise.
30031         * misc/listxattr.c: Likewise.
30032         * misc/llistxattr.c: Likewise.
30033         * misc/lremovexattr.c: Likewise.
30034         * misc/lsetxattr.c: Likewise.
30035         * misc/lutimes.c: Likewise.
30036         * misc/madvise.c: Likewise.
30037         * misc/mincore.c: Likewise.
30038         * misc/mlock.c: Likewise.
30039         * misc/mlockall.c: Likewise.
30040         * misc/mmap.c: Likewise.
30041         * misc/mprotect.c: Likewise.
30042         * misc/msync.c: Likewise.
30043         * misc/munlock.c: Likewise.
30044         * misc/munlockall.c: Likewise.
30045         * misc/munmap.c: Likewise.
30046         * misc/preadv.c: Likewise.
30047         * misc/preadv64.c: Likewise.
30048         * misc/ptrace.c: Likewise.
30049         * misc/pwritev.c: Likewise.
30050         * misc/pwritev64.c: Likewise.
30051         * misc/readv.c: Likewise.
30052         * misc/reboot.c: Likewise.
30053         * misc/remap_file_pages.c: Likewise.
30054         * misc/removexattr.c: Likewise.
30055         * misc/revoke.c: Likewise.
30056         * misc/select.c: Likewise.
30057         * misc/setdomain.c: Likewise.
30058         * misc/setegid.c: Likewise.
30059         * misc/seteuid.c: Likewise.
30060         * misc/sethostid.c: Likewise.
30061         * misc/sethostname.c: Likewise.
30062         * misc/setregid.c: Likewise.
30063         * misc/setreuid.c: Likewise.
30064         * misc/setxattr.c: Likewise.
30065         * misc/sstk.c: Likewise.
30066         * misc/stty.c: Likewise.
30067         * misc/swapoff.c: Likewise.
30068         * misc/swapon.c: Likewise.
30069         * misc/sync.c: Likewise.
30070         * misc/syncfs.c: Likewise.
30071         * misc/syscall.c: Likewise.
30072         * misc/truncate.c: Likewise.
30073         * misc/ualarm.c: Likewise.
30074         * misc/usleep.c: Likewise.
30075         * misc/ustat.c: Likewise.
30076         * misc/utimes.c: Likewise.
30077         * misc/vhangup.c: Likewise.
30078         * misc/writev.c: Likewise.
30079         * posix/_exit.c: Likewise.
30080         * posix/alarm.c: Likewise.
30081         * posix/execve.c: Likewise.
30082         * posix/fexecve.c: Likewise.
30083         * posix/fork.c: Likewise.
30084         * posix/fpathconf.c: Likewise.
30085         * posix/getaddrinfo.c: Likewise.
30086         * posix/getegid.c: Likewise.
30087         * posix/geteuid.c: Likewise.
30088         * posix/getgid.c: Likewise.
30089         * posix/getgroups.c: Likewise.
30090         * posix/getlogin.c: Likewise.
30091         * posix/getlogin_r.c: Likewise.
30092         * posix/getpgid.c: Likewise.
30093         * posix/getpid.c: Likewise.
30094         * posix/getppid.c: Likewise.
30095         * posix/getresgid.c: Likewise.
30096         * posix/getresuid.c: Likewise.
30097         * posix/getsid.c: Likewise.
30098         * posix/getuid.c: Likewise.
30099         * posix/glob64.c: Likewise.
30100         * posix/nanosleep.c: Likewise.
30101         * posix/pathconf.c: Likewise.
30102         * posix/pause.c: Likewise.
30103         * posix/posix_madvise.c: Likewise.
30104         * posix/pread.c: Likewise.
30105         * posix/pread64.c: Likewise.
30106         * posix/pwrite.c: Likewise.
30107         * posix/pwrite64.c: Likewise.
30108         * posix/sched_getaffinity.c: Likewise.
30109         * posix/sched_getp.c: Likewise.
30110         * posix/sched_gets.c: Likewise.
30111         * posix/sched_primax.c: Likewise.
30112         * posix/sched_primin.c: Likewise.
30113         * posix/sched_rr_gi.c: Likewise.
30114         * posix/sched_setaffinity.c: Likewise.
30115         * posix/sched_setp.c: Likewise.
30116         * posix/sched_sets.c: Likewise.
30117         * posix/sched_yield.c: Likewise.
30118         * posix/setgid.c: Likewise.
30119         * posix/setlogin.c: Likewise.
30120         * posix/setpgid.c: Likewise.
30121         * posix/setresgid.c: Likewise.
30122         * posix/setresuid.c: Likewise.
30123         * posix/setsid.c: Likewise.
30124         * posix/setuid.c: Likewise.
30125         * posix/sleep.c: Likewise.
30126         * posix/spawni.c: Likewise.
30127         * posix/sysconf.c: Likewise.
30128         * posix/times.c: Likewise.
30129         * posix/wait.c: Likewise.
30130         * posix/wait3.c: Likewise.
30131         * posix/wait4.c: Likewise.
30132         * posix/waitpid.c: Likewise.
30133         * resolv/gai_sigqueue.c: Likewise.
30134         * resource/getpriority.c: Likewise.
30135         * resource/getrlimit.c: Likewise.
30136         * resource/getrusage.c: Likewise.
30137         * resource/nice.c: Likewise.
30138         * resource/setpriority.c: Likewise.
30139         * resource/setrlimit.c: Likewise.
30140         * resource/ulimit.c: Likewise.
30141         * rt/aio_cancel.c: Likewise.
30142         * rt/aio_fsync.c: Likewise.
30143         * rt/aio_read.c: Likewise.
30144         * rt/aio_sigqueue.c: Likewise.
30145         * rt/aio_suspend.c: Likewise.
30146         * rt/aio_write.c: Likewise.
30147         * rt/clock_getres.c: Likewise.
30148         * rt/clock_gettime.c: Likewise.
30149         * rt/clock_nanosleep.c: Likewise.
30150         * rt/clock_settime.c: Likewise.
30151         * rt/lio_listio.c: Likewise.
30152         * rt/mq_close.c: Likewise.
30153         * rt/mq_getattr.c: Likewise.
30154         * rt/mq_notify.c: Likewise.
30155         * rt/mq_open.c: Likewise.
30156         * rt/mq_receive.c: Likewise.
30157         * rt/mq_send.c: Likewise.
30158         * rt/mq_setattr.c: Likewise.
30159         * rt/mq_timedreceive.c: Likewise.
30160         * rt/mq_timedsend.c: Likewise.
30161         * rt/mq_unlink.c: Likewise.
30162         * rt/shm_open.c: Likewise.
30163         * rt/shm_unlink.c: Likewise.
30164         * rt/timer_create.c: Likewise.
30165         * rt/timer_delete.c: Likewise.
30166         * rt/timer_getoverr.c: Likewise.
30167         * rt/timer_gettime.c: Likewise.
30168         * rt/timer_settime.c: Likewise.
30169         * setjmp/__longjmp.c: Likewise.
30170         * setjmp/setjmp.c: Likewise.
30171         * signal/kill.c: Likewise.
30172         * signal/killpg.c: Likewise.
30173         * signal/raise.c: Likewise.
30174         * signal/sigaction.c: Likewise.
30175         * signal/sigaltstack.c: Likewise.
30176         * signal/sigblock.c: Likewise.
30177         * signal/sigignore.c: Likewise.
30178         * signal/sigintr.c: Likewise.
30179         * signal/signal.c: Likewise.
30180         * signal/sigpause.c: Likewise.
30181         * signal/sigpending.c: Likewise.
30182         * signal/sigqueue.c: Likewise.
30183         * signal/sigreturn.c: Likewise.
30184         * signal/sigset.c: Likewise.
30185         * signal/sigsetmask.c: Likewise.
30186         * signal/sigstack.c: Likewise.
30187         * signal/sigsuspend.c: Likewise.
30188         * signal/sigtimedwait.c: Likewise.
30189         * signal/sigvec.c: Likewise.
30190         * signal/sigwait.c: Likewise.
30191         * signal/sigwaitinfo.c: Likewise.
30192         * signal/sysv_signal.c: Likewise.
30193         * socket/accept.c: Likewise.
30194         * socket/accept4.c: Likewise.
30195         * socket/bind.c: Likewise.
30196         * socket/connect.c: Likewise.
30197         * socket/getpeername.c: Likewise.
30198         * socket/getsockname.c: Likewise.
30199         * socket/getsockopt.c: Likewise.
30200         * socket/isfdtype.c: Likewise.
30201         * socket/listen.c: Likewise.
30202         * socket/recv.c: Likewise.
30203         * socket/recvfrom.c: Likewise.
30204         * socket/recvmsg.c: Likewise.
30205         * socket/send.c: Likewise.
30206         * socket/sendmsg.c: Likewise.
30207         * socket/sendto.c: Likewise.
30208         * socket/setsockopt.c: Likewise.
30209         * socket/shutdown.c: Likewise.
30210         * socket/sockatmark.c: Likewise.
30211         * socket/socket.c: Likewise.
30212         * socket/socketpair.c: Likewise.
30213         * stdio-common/ctermid.c: Likewise.
30214         * stdio-common/cuserid.c: Likewise.
30215         * stdio-common/remove.c: Likewise.
30216         * stdio-common/rename.c: Likewise.
30217         * stdio-common/renameat.c: Likewise.
30218         * stdio-common/tempname.c: Likewise.
30219         * stdlib/getcontext.c: Likewise.
30220         * stdlib/makecontext.c: Likewise.
30221         * stdlib/setcontext.c: Likewise.
30222         * stdlib/swapcontext.c: Likewise.
30223         * stdlib/system.c: Likewise.
30224         * streams/fattach.c: Likewise.
30225         * streams/fdetach.c: Likewise.
30226         * streams/getmsg.c: Likewise.
30227         * streams/getpmsg.c: Likewise.
30228         * streams/putmsg.c: Likewise.
30229         * streams/putpmsg.c: Likewise.
30230         * sysdeps/unix/bsd/getpt.c: Likewise.
30231         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
30232         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
30233         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
30234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
30235         Likewise.
30236         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
30237         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
30238         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
30239         * sysvipc/msgctl.c: Likewise.
30240         * sysvipc/msgget.c: Likewise.
30241         * sysvipc/msgrcv.c: Likewise.
30242         * sysvipc/msgsnd.c: Likewise.
30243         * sysvipc/semctl.c: Likewise.
30244         * sysvipc/semget.c: Likewise.
30245         * sysvipc/semop.c: Likewise.
30246         * sysvipc/semtimedop.c: Likewise.
30247         * sysvipc/shmat.c: Likewise.
30248         * sysvipc/shmctl.c: Likewise.
30249         * sysvipc/shmdt.c: Likewise.
30250         * sysvipc/shmget.c: Likewise.
30251         * termios/tcdrain.c: Likewise.
30252         * termios/tcflow.c: Likewise.
30253         * termios/tcflush.c: Likewise.
30254         * termios/tcgetattr.c: Likewise.
30255         * termios/tcgetpgrp.c: Likewise.
30256         * termios/tcsendbrk.c: Likewise.
30257         * termios/tcsetattr.c: Likewise.
30258         * termios/tcsetpgrp.c: Likewise.
30259         * time/adjtime.c: Likewise.
30260         * time/clock.c: Likewise.
30261         * time/getitimer.c: Likewise.
30262         * time/gettimeofday.c: Likewise.
30263         * time/setitimer.c: Likewise.
30264         * time/settimeofday.c: Likewise.
30265         * time/stime.c: Likewise.
30266         * time/time.c: Likewise.
30268 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
30270         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
30271         /usr/old/bin.
30273         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
30274         instead of spaces.
30275         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
30277 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
30279         [BZ #14796]
30280         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
30281         FE_TONEAREST before applying Dekker multiplication and Knuth
30282         addition.  Clear inexact exceptions and check for exact zero
30283         results afterwards.
30284         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30285         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30286         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30287         * math/libm-test.inc (fma_test): Add more tests.
30288         (fma_test_towardzero): Likewise.
30289         (fma_test_downward): Likewise.
30290         (fma_test_upward): Likewise.
30291         * sysdeps/generic/math_private.h (default_libc_fesetround): New
30292         function.
30293         (libc_fesetround): New macro.
30294         (libc_fesetroundf): Likewise.
30295         (libc_fesetroundl): Likewise.
30296         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
30297         function.
30298         (libc_fesetround_387): Likewise.
30299         (libc_fesetroundf): New macro.
30300         (libc_fesetround): Likewise.
30301         (libc_fesetroundl): Likewise.
30302         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
30303         function.
30304         (libc_fesetroundf): New macro.
30305         (libc_fesetround): Likewise.
30306         (libc_fesetroundl): Likewise.
30307         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
30308         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
30309         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
30310         libm_hidden_ver.
30311         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
30312         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
30313         libm_hidden_def.
30314         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
30315         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
30316         libm_hidden_ver.
30317         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
30318         libm_hidden_def.
30320         [BZ #3439]
30321         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
30322         integer constant usable in #if and use that to give value to enum
30323         constant.
30324         (FE_DIVBYZERO): Likewise.
30325         (FE_UNDERFLOW): Likewise.
30326         (FE_OVERFLOW): Likewise.
30327         (FE_INVALID): Likewise.
30328         (FE_INVALID_SNAN): Likewise.
30329         (FE_INVALID_ISI): Likewise.
30330         (FE_INVALID_IDI): Likewise.
30331         (FE_INVALID_ZDZ): Likewise.
30332         (FE_INVALID_IMZ): Likewise.
30333         (FE_INVALID_COMPARE): Likewise.
30334         (FE_INVALID_SOFTWARE): Likewise.
30335         (FE_INVALID_SQRT): Likewise.
30336         (FE_INVALID_INTEGER_CONVERSION): Likewise.
30337         (FE_TONEAREST): Likewise.
30338         (FE_TOWARDZERO): Likewise.
30339         (FE_UPWARD): Likewise.
30340         (FE_DOWNWARD): Likewise.
30341         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
30342         (FE_DIVBYZERO): Likewise.
30343         (FE_OVERFLOW): Likewise.
30344         (FE_UNDERFLOW): Likewise.
30345         (FE_INEXACT): Likewise.
30346         (FE_TONEAREST): Likewise.
30347         (FE_DOWNWARD): Likewise.
30348         (FE_UPWARD): Likewise.
30349         (FE_TOWARDZERO): Likewise.
30350         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
30351         (FE_UNDERFLOW): Likewise.
30352         (FE_OVERFLOW): Likewise.
30353         (FE_DIVBYZERO): Likewise.
30354         (FE_INVALID): Likewise.
30355         (FE_TONEAREST): Likewise.
30356         (FE_TOWARDZERO): Likewise.
30357         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
30358         (FE_OVERFLOW): Likewise.
30359         (FE_UNDERFLOW): Likewise.
30360         (FE_DIVBYZERO): Likewise.
30361         (FE_INEXACT): Likewise.
30362         (FE_TONEAREST): Likewise.
30363         (FE_TOWARDZERO): Likewise.
30364         (FE_UPWARD): Likewise.
30365         (FE_DOWNWARD): Likewise.
30366         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
30367         (FE_DIVBYZERO): Likewise.
30368         (FE_OVERFLOW): Likewise.
30369         (FE_UNDERFLOW): Likewise.
30370         (FE_INEXACT): Likewise.
30371         (FE_TONEAREST): Likewise.
30372         (FE_DOWNWARD): Likewise.
30373         (FE_UPWARD): Likewise.
30374         (FE_TOWARDZERO): Likewise.
30376 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
30378         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
30380 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
30382         * scripts/cross-test-ssh.sh (command): Use newlines to separate
30383         commands.  Quote $PWD.
30384         (blacklist_exports): Don't use remove_newlines.  Replace "declare
30385         -x" by "export".
30386         (remove_newlines): Remove.
30388 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
30390         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
30391         * stdlib/stdlib.h (atof): Moved to ...
30392         * include/bits/stdlib-float.h: Here.  New file.
30393         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30394         * stdlib/bits/stdlib-float.h: New file.
30395         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30396         -mno-sse -mno-mmx.
30397         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30398         <xmmintrin.h>.
30400 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30402         * conform/conformtest.pl (@headers): Add fenv.h.
30403         * conform/data/fenv.h-data: New file.
30404         * include/fenv.h [_ISOMAC]: Disable all contents of file except
30405         include of <math/fenv.h>.
30407         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30408         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30409         && !UNIX98].  Enables tests for XOPEN2K8.
30410         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30411         POSIX2008]: Likewise.
30413         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30414         (struct rusage): Do not expect type or its members.
30416         [BZ #3439]
30417         * math/math.h (FP_NAN): Define macro to integer constant usable in
30418         #if and use that to give value to enum constant.
30419         (FP_INFINITE): Likewise.
30420         (FP_ZERO): Likewise.
30421         (FP_SUBNORMAL): Likewise.
30422         (FP_NORMAL): Likewise.
30424 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
30426         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30427         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30428         arguments.
30430 2012-11-02  Roland McGrath  <roland@hack.frob.com>
30432         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30433         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30434         autoconf-time if not.
30435         * configure.in: Remove AC_PREREQ.
30437 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30439         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30440         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30441         of the internal implementation.
30443 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30445         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30446         except include of <misc/sys/syslog.h>.
30448 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30451         function returns with a NULL context exit with zero.
30453 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30455         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30457 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
30459         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30460         (run_program_cmd): This.
30461         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30462         (tst_langinfo): New variable.  Use it.
30464 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
30466         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30467         floating point opcodes.
30469 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30471         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30472         variable.
30474         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30476         * sysdeps/mach/hurd/powerpc: Remove directory.
30477         * sysdeps/mach/powerpc: Likewise.
30479 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30481         * scripts/check-local-headers.sh: Ignore c++ headers.
30483 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30485         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30486         __libc_cleanup_region_start argument.
30488 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30490         [BZ #14784]
30491         [BZ #14785]
30492         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30493         x * y using scaling, not as x * y + z.
30494         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30495         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30496         * math/libm-test.inc (fma_test): Add more tests.
30497         (fma_test_towardzero): Likewise.
30498         (fma_test_downward): Likewise.
30499         (fma_test_upward): Likewise.
30501 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30503         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30505 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30507         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30508         New variable.
30510 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30512         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30514 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30517         Fix sort order.
30518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30519         Likewise.
30521 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30524         Fix the order of the list for glibc 2.17.
30525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30526         Likewise.
30528 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30530         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30532 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30534         [BZ #14610]
30535         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30536         for low part of x being zero before using __atanl (y).
30537         * math/libm-test.inc (atan2_test): Add another test.
30539         * manual/install.texi (Configuring and compiling): Document
30540         general use of test-wrapper and test-wrapper-env.
30541         * INSTALL: Regenerated.
30543         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30544         (__fma): Do not extract and scale down low bits on after-rounding
30545         systems when result rounded to normal precision would have normal
30546         exponent.
30547         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30548         (__fmal): Do not extract and scale down low bits on after-rounding
30549         systems when result rounded to normal precision would have normal
30550         exponent.
30551         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30552         (__fmal): Do not extract and scale down low bits on after-rounding
30553         systems when result rounded to normal precision would have normal
30554         exponent.
30555         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30556         macro.
30557         (fma_test): Add more tests.
30558         (fma_test_towardzero): Likewise.
30559         (fma_test_downward): Likewise.
30560         (fma_test_upward): Likewise.
30562 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30564         * sysdeps/i386/tininess.h: Renamed to ...
30565         * sysdeps/x86/tininess.h: This.
30566         * sysdeps/x86_64/tininess.h: Removed.
30568 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30570         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30571         input.  Use $(build-program-cmd).
30572         ($(objpfx)tst-array1-static.out): Likewise.
30573         ($(objpfx)tst-array2.out): Likewise.
30574         ($(objpfx)tst-array3.out): Likewise.
30575         ($(objpfx)tst-array4.out): Likewise.
30576         ($(objpfx)tst-array5.out): Likewise.
30577         ($(objpfx)tst-array5-static.out): Likewise.
30579 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30581         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30582         if defined.
30584         * nss/nsswitch.h (nss_interface_function): Provide new
30585         macro for use with NSS functions.
30586         * grp/initgroups.c: Use new macro.
30587         * nss/getXXbyYY.c: Likewise.
30588         * nss/getXXbyYY_r.c: Likewise.
30589         * nss/getXXent.c: Likewise.
30590         * nss/getXXent_r.c: Likewise.
30591         * sysdeps/posix/getaddrinfo.c: Likewise.
30593 2012-10-30  Andreas Jaeger  <aj@suse.de>
30595         * po/ru.po: Update Russion translation from translation project.
30597 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30599         [BZ #14152]
30600         [BZ #14783]
30601         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30602         result and shift together with sticky bit instead of replicating
30603         round-to-nearest rounding.
30604         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30605         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30606         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30607         missing underflow exceptions.
30608         (fma_test_towardzero): Add more tests.
30609         (fma_test_downward): Likewise.
30610         (fma_test_upward): Likewise.
30612         [BZ #14047]
30613         * sysdeps/generic/tininess.h: New file.
30614         * sysdeps/i386/tininess.h: Likewise.
30615         * sysdeps/sh/tininess.h: Likewise.
30616         * sysdeps/x86_64/tininess.h: Likewise.
30617         * stdlib/tst-strtod-underflow.c: Likewise.
30618         * stdlib/tst-tininess.c: Likewise.
30619         * stdlib/strtod_l.c: Include <tininess.h>.
30620         (round_and_return): Do not set errno for exact underflow cases.
30621         Force an underflow exception when setting errno for underflow.
30622         Determine underflow based on rounding to normal precision if
30623         TININESS_AFTER_ROUNDING.
30624         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30625         ERANGE for exact underflow cases.
30626         * stdlib/Makefile (tests): Add tst-tininess and
30627         tst-strtod-underflow.
30628         ($(objpfx)tst-tininess): Use $(link-libm).
30629         ($(objpfx)tst-strtod-underflow): Likewise.
30631 2012-10-30  Andreas Jaeger  <aj@suse.de>
30633         [BZ#14767]
30634         * elf/Makefile (tests): Remove conditional for have-initfini-array
30635         since this is now always required and the variable does not exist
30636         anymore.
30637         (tests-static): Likewise.
30638         (modules-names): Likewise.
30640         * po/eo.po: Add Esperanto translation from translation project.
30642         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30643         merged with constructor/destructor.
30644         (init_array): Likewise.
30645         * elf/tst-array2dep.c (fini_array): Likewise.
30646         (init_array): Likewise.
30648 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30650         * manual/message.texi: Delete @cartouche tags.
30652 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30654         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30655         EOPNOTSUPP.
30656         * sysdeps/mach/hurd/fsync.c: Likewise.
30658         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30659         [_POSIX_REALTIME_SIGNALS]: Change condition to
30660         [_POSIX_REALTIME_SIGNALS > 0].
30662 2012-10-27  Andreas Jaeger  <aj@suse.de>
30664         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30665         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30666         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30667         [__WORDSIZE != 64]: Likewise.
30669 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30671         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30672         *  iconvdata/tst-tables.sh: Likewise.
30674 2012-10-25  David S. Miller  <davem@davemloft.net>
30676         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30677         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30678         of strtoull.
30680         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30681         ifunc-impl-list.c
30682         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30683         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30684         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30685         file.
30687 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30689         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30690         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30691         __getdirentries.
30693 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30694             Jim Blandy  <jimb@codesourcery.com>
30696         * scripts/cross-test-ssh.sh: New file.
30697         * manual/install.texi (Configuring and compiling): Document use of
30698         cross-test-ssh.sh.
30699         * INSTALL: Regenerated.
30701 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30703         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30704         EOPNOTSUPP.
30706 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30708         * Makeconfig (run-program-prefix): Fix comment.
30710 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30711             Jim Blandy  <jimb@codesourcery.com>
30713         * Makeconfig (test-wrapper): New variable,
30714         (test-wrapper-env): Likewise.
30715         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30716         (run-built-tests): Define to yes.
30717         (run-program-prefix): Use $(test-wrapper).
30718         (built-program-cmd): Likewise.
30719         * Rules (make-test-out): Use $(test-wrapper-env) and
30720         $(host-built-program-cmd).
30721         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30722         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30723         tst-pathopt.sh.
30724         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30725         $(test-wrapper-env) to tst-rtld-load-self.sh.
30726         ($(objpfx)order2.out): Use $(test-wrapper).
30727         ($(objpfx)tst-initorder.out): Likewise.
30728         ($(objpfx)tst-initorder2.out): Likewise.
30729         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30730         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30731         (test_wrapper_env): New variable.  Use it to run ld.so.
30732         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30733         Use it to run ld.so.
30734         (test_wrapper_env): Likewise.
30735         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30736         $(test-wrapper) to run-iconv-test.sh.
30737         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30738         (ICONV): Use $test_wrapper.
30739         * posix/Makefile ($(objpfx)globtest.out): Pass
30740         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30741         globtest.sh, not $(run-program-prefix).
30742         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30743         (test_wrapper): Likewise.
30744         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30745         set together with run_via_rtld_prefix.
30746         (run_program_prefix): Define in terms of test_wrapper and
30747         run_via_rtld_prefix.
30749 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30751         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30752         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30753         Targets removed.
30755         [BZ #14743]
30756         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30757         Declare __clock_getres, __clock_gettime, __clock_settime,
30758         __clock_nanosleep, and __clock_getcpuclockid.
30759         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30760         Remove librt_hidden_def (clock_gettime).
30761         * sysdeps/unix/clock_gettime.c: Likewise.
30762         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30763         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30764         * rt/clock_getres.c: Define __clock_getres as an alias.
30765         * sysdeps/posix/clock_getres.c: Likewise.
30766         * rt/clock_settime.c: Define __clock_settime as an alias.
30767         * sysdeps/unix/clock_settime.c: Likewise.
30768         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30769         * sysdeps/unix/clock_nanosleep.c: Likewise.
30770         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30771         * rt/clock-compat.c: New file.
30772         * rt/Makefile (librt-routines): Add clock-compat and move
30773         $(clock-routines) to ...
30774         (routines): ... here, new variable.
30775         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30776         Don't add get_clockfreq here.
30777         * rt/Versions (libc: GLIBC_2.17): New version set.
30778         Add clock_* symbols here.
30779         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30780         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30781         (GLIBC_2.17): Add clock_* symbols.
30782         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30783         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30784         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30786         Likewise.
30787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30788         Likewise.
30789         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30790         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30791         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30792         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30793         * NEWS: Mention the move.
30795         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30796         Use __open, __read, __close rather than their public counterparts.
30797         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30798         (__get_clockfreq_via_cpuinfo): Likewise.
30799         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30800         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30802         * config.h.in (HAVE_IFUNC): New #undef.
30803         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30804         was successful.
30805         * configure: Regenerated.
30807 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30809         * configure.in: Move READELF check to start of file.
30810         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30811         libc_cv_asm_gnu_indirect_function in the process.
30812         * configure: Regenerated.
30814 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30816         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30817         send the output to /dev/null.
30818         (libc_cv_cc_with_libunwind): Likewise.
30819         (libc_cv_as_noexecstack): Likewise.
30820         * configure: Regenerate.
30822 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30824         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30826         * posix/globtest.sh (TMPDIR): Do not set.
30827         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30828         (testout): Likewise.
30830 2012-10-24  Andreas Jaeger  <aj@suse.de>
30832         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30833         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30834         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30835         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30836         posix_fadvise64, posix_fallocate64.
30838         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30839         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30840         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30841         Likewise.
30842         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30843         Likewise.
30844         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30846         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30847         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30848         <bits/fcntl-linux.h>.
30849         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30851         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30852         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30853         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30854         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30855         [__WORDSIZE != 64]: Likewise.
30857 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30859         * Makeconfig (run-built-tests): New variable.
30860         * Rules [$(cross-compiling) = yes]: Change condition to
30861         [$(run-built-tests) = no].
30862         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30863         to [$(run-built-tests) = yes].
30864         * elf/Makefile [$(cross-compiling) = no]: Likewise
30865         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30866         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30867         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30868         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30869         * io/Makefile [$(cross-compiling) = no]: Likewise.
30870         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30871         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30872         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30873         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30874         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30875         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30876         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30877         * string/Makefile [$(cross-compiling) = no]: Likewise.
30879         * posix/Makefile ($(objpfx)globtest.out): Pass
30880         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30881         $(rtld-installed-name).
30882         * posix/globtest.sh (elf_objpfx): Remove variable.
30883         (rtld_installed_name): Likewise.
30884         (library_path): Likewise.
30885         (run_program_prefix): New variable.  Use for running globtest
30886         binary.
30888 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30889             Joseph Myers  <joseph@codesourcery.com>
30891         * Makeconfig (host-built-program-cmd): New variable.
30892         * elf/Makefile (tst-stackguard1-ARGS): Use
30893         $(host-built-program-cmd).
30894         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30895         (tst-spawn-ARGS): Likewise.
30896         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30898 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30899             Jim Blandy  <jimb@codesourcery.com>
30901         * Makeconfig (run-via-rtld-prefix): New variable.
30902         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30903         (built-program-cmd): Likewise.
30905 2012-10-22  Andreas Jaeger  <aj@suse.de>
30907         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30908         __O_RSYNC if it exists, otherwise to O_SYNC.
30910 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30911             Joseph Myers  <joseph@codesourcery.com>
30913         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30914         /dev/null.
30915         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30916         from /dev/null
30917         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30918         /dev/null.
30920 2012-10-22  Andreas Jaeger  <aj@suse.de>
30922         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30923         Define always.
30924         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30926         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30927         bits/fcntl-linux.h.
30929         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30930         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30932         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30933         to __O_LARGEFILE.
30934         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30935         to __O_LARGEFILE.
30937 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30938             Joseph Myers  <joseph@codesourcery.com>
30940         * config.make.in (NM): New variable.
30942 2012-10-21  Andreas Jaeger  <aj@suse.de>
30944         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30945         definitions and declarations that are provided by
30946         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30948 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30950         [BZ #14683]
30951         * elf/Makefile (tests-static): Add tst-leaks1-static.
30952         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30953         ($(objpfx)tst-leaks1-static): New rule.
30954         ($(objpfx)tst-leaks1-static-mem): Likewise.
30955         (tst-leaks1-static-ENV): New macro.
30956         * elf/dl-open.c (dl_open_worker): Check the main application
30957         only if SHARED is defined.
30958         * elf/tst-leaks1-static.c: New file.
30960 2012-10-20  Andreas Jaeger  <aj@suse.de>
30962         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30963         generic values for Linux.
30964         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30965         and declarations that are provided by <bits/fcntl-linux.h> and
30966         include <bits/fcntl-linux.h>.
30967         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30968         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30970 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30972         * io/fcntl.h: Move include of <bits/types.h> to the top and
30973         include it unconditionally.
30975 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30977         * wcsmbs/Makefile (tests-ifunc): New variable.
30978         (tests): Add $(tests-ifunc).
30979         * wcsmbs/test-wcschr-ifunc.c: New file.
30980         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30981         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30982         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30983         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30984         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30986         * string/Makefile (tests-ifunc): New variable.
30987         (tests): Add $(tests-ifunc).
30988         * string/test-memccpy.c (TEST_NAME): New macro.
30989         * string/test-memchr.c (TEST_NAME): Likewise.
30990         * string/test-memcmp.c (TEST_NAME): Likewise.
30991         * string/test-memcpy.c (TEST_NAME): Likewise.
30992         * string/test-memmem.c (TEST_NAME): Likewise.
30993         * string/test-memmove.c (TEST_NAME): Likewise.
30994         * string/test-memset.c (TEST_NAME): Likewise.
30995         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30996         * string/test-stpcpy.c (TEST_NAME): Likewise.
30997         * string/test-stpncpy.c (TEST_NAME): Likewise.
30998         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30999         * string/test-strcasestr.c (TEST_NAME): Likewise.
31000         * string/test-strcat.c (TEST_NAME): Likewise.
31001         * string/test-strchr.c (TEST_NAME): Likewise.
31002         * string/test-strcmp.c(TEST_NAME): Likewise.
31003         * string/test-strcpy.c (TEST_NAME): Likewise.
31004         * string/test-strcspn.c (TEST_NAME): Likewise.
31005         * string/test-strlen.c (TEST_NAME): Likewise.
31006         * string/test-strncasecmp.c (TEST_NAME): Likewise.
31007         * string/test-strncmp.c (TEST_NAME): Likewise.
31008         * string/test-strncpy.c (TEST_NAME): Likewise.
31009         * string/test-strnlen.c (TEST_NAME): Likewise.
31010         * string/test-strpbrk.c (TEST_NAME): Likewise.
31011         * string/test-strrchr.c (TEST_NAME): Likewise.
31012         * string/test-strspn.c (TEST_NAME): Likewise.
31013         * string/test-strstr.c (TEST_NAME): Likewise.
31014         * string/test-bcopy-ifunc.c: New file.
31015         * string/test-bzero-ifunc.c: Likewise.
31016         * string/test-memccpy-ifunc.c: Likewise.
31017         * string/test-memchr-ifunc.c: Likewise.
31018         * string/test-memcmp-ifunc.c: Likewise.
31019         * string/test-memcpy-ifunc.c: Likewise.
31020         * string/test-memmem-ifunc.c: Likewise.
31021         * string/test-memmove-ifunc.c: Likewise.
31022         * string/test-mempcpy-ifunc.c: Likewise.
31023         * string/test-memset-ifunc.c: Likewise.
31024         * string/test-rawmemchr-ifunc.c: Likewise.
31025         * string/test-stpcpy-ifunc.c: Likewise.
31026         * string/test-stpncpy-ifunc.c: Likewise.
31027         * string/test-strcasecmp-ifunc.c: Likewise.
31028         * string/test-strcasestr-ifunc.c: Likewise.
31029         * string/test-strcat-ifunc.c: Likewise.
31030         * string/test-strchr-ifunc.c: Likewise.
31031         * string/test-strchrnul-ifunc.c: Likewise.
31032         * string/test-strcmp-ifunc.c: Likewise.
31033         * string/test-strcpy-ifunc.c: Likewise.
31034         * string/test-strcspn-ifunc.c: Likewise.
31035         * string/test-strlen-ifunc.c: Likewise.
31036         * string/test-strncasecmp-ifunc.c: Likewise.
31037         * string/test-strncat-ifunc.c: Likewise.
31038         * string/test-strncmp-ifunc.c: Likewise.
31039         * string/test-strncpy-ifunc.c: Likewise.
31040         * string/test-strnlen-ifunc.c: Likewise.
31041         * string/test-strpbrk-ifunc.c: Likewise.
31042         * string/test-strrchr-ifunc.c: Likewise.
31043         * string/test-strspn-ifunc.c: Likewise.
31044         * string/test-strstr-ifunc.c: Likewise.
31046         * debug/Makefile (tests-ifunc): New variable.
31047         (tests): Add $(tests-ifunc).
31048         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
31049         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
31050         * debug/test-stpcpy_chk-ifunc.c: New file.
31051         * debug/test-strcpy_chk-ifunc.c: Likewise.
31053 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31055         [BZ #13601]
31056         * elf/dl-load.c (open_verify): Retry read if the entire ELF
31057         header is not read in.
31059 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
31061         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
31062         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
31063         directly.  Pass built executable to script as
31064         $(built-program-cmd).
31065         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
31066         $testprogram without using LD_LIBRARY_PATH and $ldso.
31068         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
31069         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
31070         $(rtld-installed-name).
31071         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
31072         (rtld_installed_name): Likewise.
31073         (library_path): Likewise.
31074         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
31075         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
31076         $(run-program-prefix) to tst-tables.sh.
31077         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
31078         it to run tst-table-from and tst-table-to.
31079         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
31080         Pass it to tst-table.sh.
31081         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
31082         $(run-program-prefix) to tst-gettext.sh.
31083         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
31084         tst-translit.sh.
31085         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
31086         tst-gettext2.sh.
31087         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
31088         to run tst-gettext.
31089         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
31090         to run tst-gettext2.
31091         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
31092         to run tst-translit.
31093         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
31094         $(run-program-prefix) to tst-mtrace.sh.
31095         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
31096         to run tst-mtrace.
31097         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
31098         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
31099         $(rtld-installed-name).
31100         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
31101         (rtld_installed_name): Likewise.
31102         (run_program_prefix): New variable.  Use it to run wordexp-test.
31104         * Makeconfig (ARCH): Remove all definitions.
31105         (machine): Likewise.
31106         [ARCH]: Remove conditional code.
31107         [!objdir]: Give error.
31108         [!objdir] (objpfx): Remove.
31109         [!objdir] (common-objpfx): Likewise.
31110         [!objdir] (common-objdir): Likewise.
31111         * configure.in (config_makefile): Remove.  Hardcode Makefile in
31112         AC_CONFIG_FILES call.
31113         * configure: Regenerated.
31115         [BZ #13888]
31116         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
31117         or TMPDIR.
31118         (testout): Likewise.
31120         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
31121         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
31122         $(rtld-installed-name).
31123         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
31124         (rtld_installed_name): Likwise.
31125         (runit): Remove function.
31126         (run_getconf): New variable,  Use it for running getconf binary.
31128 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
31130         [BZ #14716]
31131         * string/test-memmem.c (check_result): New function.
31132         (do_one_test): Use it.
31133         (check1): New function.
31134         (test_main): Use it.
31136 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
31138         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
31140 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
31142         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
31143         (_G_LSEEK64): Likewise.
31144         (_G_MMAP64): Likewise.
31145         (_G_FSTAT64): Likewise.
31146         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
31147         (_G_LSEEK64): Likewise.
31148         (_G_MMAP64): Likewise.
31149         (_G_FSTAT64): Likewise.
31150         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
31151         unconditional.  Call __mmap64 directly.
31152         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
31153         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
31154         __lseek64 directly.
31155         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
31156         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
31157         __mmap64 directly.
31158         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
31159         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
31160         __lseek64 directly.
31161         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
31162         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
31163         __lseek64 directly.
31164         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
31165         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
31166         __lseek64 directly.
31167         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
31168         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
31169         __fxstat64 directly.
31170         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
31171         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
31172         unconditional.
31173         (freopen64) [!_G_OPEN64]: Remove conditional code.
31174         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
31175         unconditional.
31176         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
31177         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
31178         unconditional.
31179         (ftello64) [!_G_LSEEK64]: Remove conditional code.
31180         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
31181         unconditional.
31182         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31183         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
31184         unconditional.
31185         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
31186         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
31187         unconditional.
31188         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31189         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
31190         unconditional.
31191         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31192         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
31193         unconditional.
31194         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31196 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31198         [BZ #12140]
31199         * manual/memory.texi (Malloc Tunable Parameters): Add note
31200         about free list pointers overwriting some perturb bytes.
31201         Wording suggested by Roland McGrath.
31203 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
31205         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
31206         (lgamma_test): Likewise.
31207         (tgamma_test): Likewise.
31209 2012-10-16  Florian Weimer  <fweimer@redhat.com>
31211         [BZ #14700]
31212         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
31213         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
31215 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
31217         * NEWS: Mention BZ #14716.
31218         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
31219         when removing AVAILABLE1_USES_J macro.
31221 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
31223         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
31224         (__bswap_64): __uint64_t for unsigned 64-bit int.
31226 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
31228         * include/string.h (memmem): Declare libc hidden alias.
31229         * string/memmem.c (memmem): Define libc hidden alias.
31230         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
31231         __read, __close instead of open, read, close.
31233 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
31235         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
31236         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
31237         global and hidden.
31238         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
31239         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
31240         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
31241         Likewise.
31242         (__rawmemchr_sse2): Likewise.
31243         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
31244         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
31245         (__strchr_sse2): Likewise.
31246         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
31247         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
31248         (__strcasecmp_sse2): Likewise.
31249         (__strncasecmp_sse2): Likewise.
31250         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
31251         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
31252         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
31253         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
31254         (__strrchr_sse2): Likewise.
31255         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
31256         ifunc-impl-list.c.
31257         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
31258         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
31259         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
31260         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
31261         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
31262         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
31263         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31264         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31265         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
31266         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
31267         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
31268         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
31269         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
31270         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
31271         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
31272         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
31273         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
31274         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
31275         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
31276         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
31277         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
31278         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
31279         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
31280         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31281         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
31282         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31283         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
31284         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31285         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
31286         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
31288         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
31289         global and hidden.
31290         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
31291         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
31292         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
31293         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
31294         Likewise.
31295         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
31296         Likewise.
31297         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
31298         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
31299         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
31300         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
31301         ifunc-impl-list.c.
31302         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
31303         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
31304         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
31305         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
31306         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
31307         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
31308         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
31309         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
31310         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
31311         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
31312         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
31313         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
31314         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
31315         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
31316         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
31317         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31318         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
31319         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
31320         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
31321         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
31322         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
31323         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
31324         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
31325         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
31326         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31327         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
31328         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
31329         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
31330         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
31331         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
31332         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
31333         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
31334         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
31335         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
31336         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
31337         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31338         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31339         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31340         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31341         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31342         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
31344         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
31345         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
31346         * include/ifunc-impl-list.h: New file.
31347         * misc/ifunc-impl-list.c: Likewise.
31348         * misc/Makefile (routines): Add ifunc-impl-list.
31349         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
31350         * string/test-string.h: Include <ifunc-impl-list.h>.
31351         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
31352         TEST_NAME]: New variables.
31353         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
31354         are defined.
31355         (test_init): Call __libc_ifunc_impl_list to initialize
31356         func_list if TEST_IFUNC and TEST_NAME are defined.
31358         * string/Makefile (strop-tests): Add bcopy and bzero.
31359         * string/test-bcopy.c: New file.
31360         * string/test-bzero.c: Likewise.
31361         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
31362         defined.
31363         * string/test-memset.c: Support bzero test if TEST_BZERO is
31364         defined.
31365         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
31366         __libc_memmove.
31367         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
31368         __libc_memset.
31369         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
31370         of memset.
31372 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
31374         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
31375         * configure: Regenerated.
31377         * Makeconfig (+link-static-before-libc): Don't include
31378         $(link-static-libc).
31380         * libio/libio.h (_IO_pos_t): Remove.
31382 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31384         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
31385         McGrath.
31387 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31389         * crypt/crypt-entry.c: Include fips-private.h.
31390         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
31391         * crypt/md5c-test.c (main): Tolerate disabled MD5.
31392         * sysdeps/unix/sysv/linux/fips-private.h: New file.
31393         * sysdeps/generic/fips-private.h: New file, dummy fallback.
31395 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31397         * crypt/crypt-private.h: Include stdbool.h.
31398         (_ufc_setup_salt_r): Return bool.
31399         * crypt/crypt-entry.c: Include errno.h.
31400         (__crypt_r): Return NULL with EINVAL for bad salt.
31401         * crypt/crypt_util.c (bad_for_salt): New.
31402         (_ufc_setup_salt_r): Check that salt is long enough and within
31403         the specified alphabet.
31404         * crypt/badsalttest.c: New file.
31405         * crypt/Makefile (tests): Add it.
31406         ($(objpfx)badsalttest): New.
31408 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
31410         * NEWS: Add entry for BZ #14602.
31412 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31414         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31415         type-generic.
31416         * math/libm-test.inc: Update comment listing what functions and
31417         macros are tested.
31418         (isgreater_test): New function.
31419         (isgreaterequal_test): Likewise.
31420         (isless_test): Likewise.
31421         (islessequal_test): Likewise.
31422         (islessgreater_test): Likewise.
31423         (isunordered_test): Likewise.
31424         (main): Call the new functions.
31426 2012-10-09  Roland McGrath  <roland@hack.frob.com>
31428         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31429         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31430         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31431         * sysdeps/i386/configure: Regenerated.
31432         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31433         * sysdeps/mach/configure: Regenerated.
31434         * sysdeps/mach/hurd/configure: Regenerated.
31435         * sysdeps/powerpc/configure: Regenerated.
31436         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31437         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31438         * sysdeps/s390/s390-32/configure: Regenerated.
31439         * sysdeps/s390/s390-64/configure: Regenerated.
31440         * sysdeps/sh/configure: Regenerated.
31441         * sysdeps/sparc/configure: Regenerated.
31442         * sysdeps/unix/sysv/linux/configure: Regenerated.
31443         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31444         * sysdeps/x86_64/configure: Regenerated.
31446         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31447         defined.  Don't check if MAP is NULL.
31449 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31451         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31452         (_G_stat64): Likewise.
31453         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31454         (_G_stat64): Likewise.
31455         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31456         instead of struct _G_stat64.
31457         * libio/fileops.c (mmap_remap_check): Likewise.
31458         (decide_maybe_mmap): Likewise.
31459         (_IO_new_file_seekoff): Likewise.
31460         (_IO_file_stat): Likewise.
31461         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31462         _G_off64_t.
31463         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31464         instead of struct _G_stat64.
31465         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31467 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
31469         [BZ #14602]
31470         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31471         Replace with ...
31472         (CHECK_EOL): New macro.
31473         (two_way_short_needle): Check beginning of haystack for EOL.  Use
31474         CHECK_EOL.
31475         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31476         Replace with CHECK_EOL.
31477         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31478         Replace with CHECK_EOL.
31480 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31482         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31483         type-generic.
31484         * math/libm-test.inc: Update comment listing what functions and
31485         macros are tested.
31486         (finite_test): New function.
31487         (isinf_test): Likewise.
31488         (isnan_test): Likewise.
31489         (fpclassify_test): Test subnormal input.
31490         (isfinite_test): Likewise.
31491         (isnormal_test): Likewise.
31492         (main): Call the new functions.
31494 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31496         [BZ #14660]
31497         * Makerules (%.dynsym): Force C locale when running
31498         $(OBJDUMP) --dynamic-syms.
31500 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31502         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31503         <stdint.h>.
31505 2012-10-06  David S. Miller  <davem@davemloft.net>
31507         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31508         upper 32-bits of the length value in %o2 since we use branch-on-register
31509         tests which consider the entire 64-bit register.
31511 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31513         * string/test-strstr.c (check2): Add a test for page boundary.
31515 2012-10-05  David S. Miller  <davem@davemloft.net>
31517         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31518         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31519         file.
31520         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31521         sysdep_routines.
31522         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31523         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31524         and bzero when HWCAP_SPARC_CRYPTO is present.
31526 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31528         [BZ #14602]
31529         * string/test-strstr.c (check2): New function.
31530         (test_main): Call check2.
31532         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31533         and bug-strchr1.
31534         * string/bug-strcasestr1.c (do_test): Moved to ...
31535         * string/test-strcasestr.c (check1): Here.  New function.
31536         (do_one_test): Break out result checking code into ...
31537         (check_result): This.  New function.
31538         (do_one_test): Call check_result.
31539         (test_main): Call check1.
31540         * string/bug-strchr1.c (do_test): Moved to ...
31541         * string/test-strchr.c (check1): Here.  New function.
31542         (do_one_test): Break out result checking code into ...
31543         (check_result): This.  New function.
31544         (do_one_test): Call check_result.
31545         (test_main): Call check1.
31546         * string/bug-strstr1.c (main): Moved to ...
31547         * string/test-strstr.c (check1): Here.  New function.
31548         (do_one_test): Break out result checking code into ...
31549         (check_result): This.  New function.
31550         (do_one_test): Call check_result.
31551         (test_main): Call check1.
31552         * string/bug-strcasestr1.c: Removed.
31553         * string/bug-strchr1.c: Likewise.
31554         * string/bug-strstr1.c: Likewise.
31556         * elf/Makefile (dl-routines): Add hwcaps.
31557         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31558         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31559         (_dl_important_hwcaps): Moved to ...
31560         * elf/dl-hwcaps.c: Here.  New file.
31561         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31563         [BZ #14557]
31564         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31565         if IS_IN_rtld isn't defined.
31567         * elf/dl-support.c (_dl_sysinfo_map): New.
31568         Include "get-dynamic-info.h" and "setup-vdso.h".
31569         (_dl_non_dynamic_init): Call setup_vdso.
31570         * elf/dynamic-link.h: Don't include <assert.h>.
31571         (elf_get_dynamic_info): Moved to ...
31572         * elf/get-dynamic-info.h: Here.  New file.
31573         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31574         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31575         * elf/setup-vdso.h: Here.  New file.
31576         * elf/rtld.c: Include "setup-vdso.h".
31577         (dl_main): Call setup_vdso.
31579 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31581         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31582         creal in comment listing functions tested.  List finite, isinf,
31583         isnan, isless, islessequal, isgreater, isgreaterequal,
31584         islessgreater, isunordered, lgamma_r and pow10 as functions and
31585         macros not tested.  Mention which functions not tested are aliases
31586         for other functions.  Fix typo.  Note that signs of NaNs are not
31587         tested.
31589         * scripts/config.guess: Update from config.git.
31590         * scripts/config.sub: Likewise.
31592 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31594         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31595         * misc/madvise.c (madvise): Renamed to __madvise.
31596         Make madvise a weak alias.
31597         * include/sys/mman.h: Declare __madvise.
31598         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31599         * sysdeps/unix/syscalls.list
31600         (madvise): Make __madvise the strong name, and madvise a weak alias.
31601         * sysdeps/unix/sysv/linux/syscalls.list
31602         (madvise, mmap): Remove redundant entries.
31603         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31604         * malloc/malloc.c (mtrim): Likewise.
31605         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31607 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31609         * sysdeps/mach/hurd/dl-cache.c: File removed.
31610         * config.h.in (USE_LDCONFIG): New #undef.
31611         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31612         * configure: Regenerated.
31613         * elf/Makefile (dl-routines): Add dl-cache only under
31614         [$(use-ldconfig) = yes].
31615         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31616         cache on [USE_LDCONFIG].
31617         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31618         [USE_LDCONFIG].
31619         * elf/rtld.c (dl_main): Likewise.
31621 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31623         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31624         _SC_LEVEL4_CACHE_LINESIZE.
31626 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31628         * sysdeps/unix/bsd/confstr.h: File removed.
31630 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31632         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31633         sys/sdt-config.h.
31635 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31637         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31638         Make 'mapoff' field ElfW(Off) rather than off_t.
31640 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31642         * nscd/Makefile: Remove nscd-cflags and all its users.
31643         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31644         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31646         [BZ #10631]
31647         * malloc.c (malloc_printerr): Clarify error message.
31649 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31651         [BZ #14648]
31652         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31653         Set bit_FMA_Usable if FMA is supported.
31654         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31655         macro.
31656         (bit_FMA4_Usable): Updated.
31657         (index_FMA_Usable): New macro.
31658         (CPUID_FMA): Likewise
31659         (HAS_FMA): Defined with bit_FMA_Usable.
31661 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31663         * bits/types.h (__swblk_t): Type removed.
31664         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31665         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31666         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31667         (__SWBLK_T_TYPE): Likewise.
31668         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31669         (__SWBLK_T_TYPE): Likewise.
31670         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31671         (__SWBLK_T_TYPE): Likewise.
31672         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31673         (__SWBLK_T_TYPE): Likewise.
31675 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31676             Honza Horak <hhorak@redhat.com>
31678         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31679         (xdr_mapname): Use YPMAXMAP as maxsize.
31680         (xdr_peername): Use YPMAXPEER as maxsize.
31681         (xdr_keydat): Use YPAXRECORD as maxsize.
31682         (xdr_valdat): Use YPMAXRECORD as maxsize.
31684 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31686         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31688         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31689         * csu/init-first.c: ... here.
31690         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31691         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31692         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31693         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31694         * sysdeps/i386/init-first.c: File removed.
31695         * sysdeps/sh/init-first.c: File removed.
31697 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31699         [BZ #14645]
31700         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31701         if x * y might underflow to zero and z is zero.
31702         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31703         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31704         * math/libm-test.inc (min_subnorm_value): New variable.
31705         (fma_test): Add more tests.
31706         (fma_test_towardzero): Likewise.
31707         (fma_test_downward): Likewise
31708         (fma_test_upward): Likewise.
31709         (initialize): Set min_subnorm_value.
31711 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31713         [BZ #14638]
31714         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31715         0 + 0.
31716         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31717         mode for addition resulting in exact zero.
31718         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31719         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31720         exact 0 + 0.
31721         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31722         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31723         * math/libm-test.inc (fma_test): Add more tests.
31724         (fma_test_towardzero): New function.
31725         (fma_test_downward): Likewise.
31726         (fma_test_upward): Likewise.
31727         (main): Call the new functions.
31729 2012-09-28  David S. Miller  <davem@davemloft.net>
31731         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31733 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31735         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31736         instead of SIGALRM.
31738         * sysdeps/gnu/_G_config.h: Moved to ...
31739         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31740         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31741         * sysdeps/generic/_G_config.h: ... here.
31743         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31745         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31747         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31748         Conditionalize target on [libnss_test1.so-version].
31750         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31752         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31753         (elfobjdir): Move out of conditionals.
31755         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31756         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31757         (__nss_lookup_function): Conditionalize label remove_from_tree on
31758         [!DO_STATIC_NSS || SHARED], matching its only use.
31760 2012-09-28  David S. Miller  <davem@davemloft.net>
31762         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31763         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31764         file.
31765         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31766         sysdep_routines.
31767         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31768         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31769         when HWCAP_SPARC_CRYPTO is present.
31771 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31773         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31775 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31777         [BZ #6530]
31778         * stdio-common/vfprintf.c (process_string_arg): Revert
31779         2000-07-22 change.
31781 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31783         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31784         for testcase.
31785         * stdio-common/tst-sprintf.c: Include <locale.h>
31786         (main): Test sprintf's handling of incomplete multibyte
31787         characters.
31789 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31791         * elf/dl-runtime.c (VERSYMIDX): Removed.
31792         * elf/dl-version.c (VERSYMIDX): Likewise.
31793         * elf/do-rel.h (VERSYMIDX): Likewise.
31794         (VALIDX): Likewise.
31795         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31796         * elf/rtld.c (VALIDX): Likewise.
31797         (ADDRIDX): Likewise.
31798         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31799         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31800         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31801         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31802         (VALIDX): Likewise.
31803         (ADDRIDX): Likewise.
31805 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31807         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31809 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31811         [BZ #11438]
31812         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31813         to global scope.
31814         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31815         addresses are in the same scope as 192.0.2/24.
31816         * posix/gai.conf: Document new scope table defaults.
31818 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31820         [BZ #5298]
31821         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31822         for ftell.  Compute offsets from write pointers instead.
31823         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31825 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31827         [BZ #14543]
31828         * libio/Makefile (tests): New test case tst-fseek.
31829         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31830         combination works in wide mode.
31831         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31832         state when the external buffer state changes.
31834 2012-09-27  David S. Miller  <davem@davemloft.net>
31836         [BZ #14376]
31837         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31838         pass reloc->r_addend in as the 'high' argument to
31839         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31841         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31843 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31845         * rt/tst-aio2.c: Include <pthread.h>.
31846         * rt/tst-aio3.c: Likewise.
31848 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31850         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31852 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31854         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31855         contents on [SHARED].
31857 2012-09-26  Marek Polacek  <polacek@redhat.com>
31859         [BZ #14530]
31860         [BZ #13741]
31861         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31862         for C++ and GCC <4.3 as well as for non GCC compilers.
31864 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31866         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31868 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31870         * Makefile.in (all, install): Declare with .PHONY.
31871         Reported by Michael Hope <michael.hope@linaro.org>.
31873 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31875         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31876         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31877         system header.
31878         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31879         Likewise.
31880         (sydep_routines): Add the new and the internal functions.
31881         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31882         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31884         (GLIBC_2.17): Add the new function.
31885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31886         (GLIBC_2.17): Likewise.
31887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31888         (GLIBC_2.17): Likewise.
31889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31890         (GLIBC_2.17): Likewise.
31891         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31893 2012-09-25  Alan Modra  <amodra@gmail.com>
31895         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31896         Add release barrier before setting once_control to say
31897         initialisation is done.  Add hints on lwarx.  Use macro in
31898         place of isync.
31899         (clear_once_control): Add release barrier.
31901 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31903         [BZ #13629]
31904         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31905         specially.
31906         * math/s_clog10.c (__clog10): Likewise.
31907         * math/s_clog10f.c (__clog10f): Likewise.
31908         * math/s_clog10l.c (__clog10l): Likewise.
31909         * math/s_clogf.c (__clogf): Likewise.
31910         * math/s_clogl.c (__clogl): Likewise.
31911         * math/Makefile (libm-calls): Add x2y2m1.
31912         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31913         (__x2y2m1): Likewise.
31914         (__x2y2m1l): Likewise.
31915         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31916         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31917         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31918         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31919         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31920         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31921         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31922         * sysdeps/i386/fpu/libm-test-ulps: Update.
31923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31925         [BZ #14621]
31926         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31927         int as type of variable DEPTH.
31928         (glob): Use size_t instead of int as type of variables NEWCOUNT
31929         and OLD_PATHC.
31931 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31933         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31934         Add s_sincosf-sse2.
31935         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31936         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31937         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31938         macros for using routine as __sincosf_ia32.
31939         Use macro for function declaration and weak_alias.
31940         * sysdeps/i386/fpu/libm-test-ulps: Update.
31942         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31943         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31945         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31946         subnormal argument.
31947         * math/s_cexpf.c (__cexpf): Likewise.
31948         * math/s_csinf.c (__csinf): Likewise.
31949         * math/s_csinhf.c (__csinhf): Likewise.
31950         * math/s_ctanf.c (__ctanf): Likewise.
31951         * math/s_ctanhf.c (__ctanhf): Likewise.
31952         * math/s_ccosh.c (__ccoshf): Likewise.
31953         * math/s_cexp.c (__cexpl): Likewise.
31954         * math/s_csin.c (__csin): Likewise.
31955         * math/s_csinh.c (__csinh): Likewise.
31956         * math/s_ctan.c (__ctan): Likewise.
31957         * math/s_ctanh.c (ctanh): Likewise.
31958         * math/s_ccoshl.c (__ccoshl): Likewise.
31959         * math/s_cexpl.c (__cexpl): Likewise.
31960         * math/s_csinl.c (__csinl): Likewise.
31961         * math/s_csinhl.c (__csinhl): Likewise.
31962         * math/s_ctanl.c (__ctanl): Likewise.
31963         * math/s_ctanhl.c (__ctanhl): Likewise.
31965 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31967         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31968         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31969         (_IO_off_t): Define to __off_t, not _G_off_t.
31970         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31971         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31972         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31973         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31974         type of __dummy and __dummy2 fields.
31975         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31976         (_G_ssize_t): Likewise.
31977         (_G_off_t): Likewise.
31978         (_G_pid_t): Likewise.
31979         (_G_uid_t): Likewise.
31980         (_G_wchar_t): Likewise.
31981         (_G_wint_t): Likewise.
31982         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31983         (_G_ssize_t): Likewise.
31984         (_G_off_t): Likewise.
31985         (_G_pid_t): Likewise.
31986         (_G_uid_t): Likewise.
31987         (_G_wchar_t): Likewise.
31988         (_G_wint_t): Likewise.
31989         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31990         (_G_ssize_t): Likewise.
31991         (_G_off_t): Likewise.
31992         (_G_pid_t): Likewise.
31993         (_G_uid_t): Likewise.
31994         (_G_wchar_t): Likewise.
31995         (_G_wint_t): Likewise.
31997 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31999         * malloc/arena.c: Include malloc-sysdep.h.
32000         (shrink_heap): Use check_may_shrink_heap to decide if madvise
32001         is sufficient to shrink the heap or an unmap is needed.
32002         * sysdeps/generic/malloc-sysdep.h: New file.  Define
32003         new function check_may_shrink_heap.
32004         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
32005         new function check_may_shrink_heap.
32007 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32009         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
32010         comments.
32012 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
32014         * catgets/test-gencat.sh: Add "set -e".
32015         * elf/tst-pathopt.sh: Likewise.
32016         * grp/tst_fgetgrent.sh: Likewise.
32017         * iconvdata/run-iconv-test.sh: Likewise.
32018         * intl/tst-gettext.sh: Likewise.
32019         * intl/tst-gettext2.sh: Likewise.
32020         * intl/tst-gettext4.sh: Likewise.
32021         * intl/tst-gettext6.sh: Likewise.
32022         * intl/tst-translit.sh: Likewise.
32023         * io/ftwtest-sh: Likewise.
32024         * libio/test-freopen.sh: Likewise.
32025         * malloc/tst-mtrace.sh: Likewise.
32026         * posix/globtest.sh: Likewise.
32027         * posix/tst-getconf.sh: Likewise.
32028         * posix/wordexp-tst.sh: Likewise.
32029         * stdio-common/tst-printf.sh: Likewise.
32030         * stdio-common/tst-unbputc.sh: Likewise.
32031         * stdlib/tst-fmtmsg.sh: Likewise.
32032         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
32033         * catgets/Makefile: Do not specify -e option when running
32034         testsuite shell scripts.
32035         * elf/Makefile: Likewise.
32036         * grp/Makefile: Likewise.
32037         * iconvdata/Makefile: Likewise.
32038         * intl/Makefile: Likewise.
32039         * io/Makefile: Likewise.
32040         * libio/Makefile: Likewise.
32041         * malloc/Makefile: Likewise.
32042         * posix/Makefile: Likewise.
32043         * stdio-common/Makefile: Likewise.
32044         * stdlib/Makefile: Likewise.
32045         * sysdeps/x86_64/Makefile: Likewise.
32047         * io/ftwtest-sh: Add copyright header.
32048         * posix/globtest.sh: Likewise.
32049         * posix/tst-getconf.sh: Likewise.
32050         * posix/wordexp-tst.sh: Likewise.
32051         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
32053 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
32055         [BZ #13679]
32056         * Makeconfig (+link): Defined as $(+link-static) if
32057         $(build-shared) isn't yes.
32058         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
32059         isn't yes.
32060         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
32062         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
32064         [BZ #14562]
32065         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
32066         new chunk size with MALLOC_ALIGN_MASK.
32068 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
32070         [BZ #5044]
32071         * stdio-common/printf_fphex.c: Include <stdbool.h> and
32072         <rounding-mode.h>.
32073         (__printf_fphex): Determine rounding using get_rounding_mode and
32074         round_away.
32075         * stdio-common/tst-printf-round.c (struct hex_test): New
32076         structure.
32077         (hex_tests): New variable.
32078         (test_hex_in_one_mode): New function.
32079         (do_test): Also run tests for hex float output.
32081 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
32083         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
32084         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
32085         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
32086         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
32087         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
32088         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
32089         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
32090         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
32092 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
32094         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
32095         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
32096         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
32097         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
32099 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
32101         [BZ #14579]
32102         * elf/rtld.c (dl_main): Limit the check for self loading to normal
32103         mode only.
32104         * elf/tst-rtld-load-self.sh: New test.
32105         * elf/Makefile: Run it.
32107 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
32109         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
32110         (tst-writev-ENV): Remove.
32111         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
32113 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
32115         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
32117 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
32119         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
32120         unconditional.
32121         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
32122         Likewise.
32123         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
32124         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
32125         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
32126         Likewise.
32128 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
32130         [BZ #14587]
32131         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
32132         * config.make.in (have-cpp-asm-debuginfo): Removed.
32133         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
32134         * configure: Regenerated.
32136 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
32138         [BZ #5044]
32139         * stdio-common/printf_fp.c: Include <stdbool.h> and
32140         <rounding-mode.h>.
32141         (___printf_fp): Determine rounding using get_rounding_mode and
32142         round_away.
32143         * stdio-common/tst-printf-round.c: New file.
32144         * stdio-common/Makefile (tests): Add tst-printf-round.
32145         (link-libm): New variable.
32146         ($(objpfx)tst-printf-round): Depend in $(link-libm).
32148 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
32150         [BZ #14576]
32151         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
32152         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
32153         Likewise.
32154         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
32155         Likewise.
32157 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
32159         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
32160         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32161         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32162         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32164 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
32166         [BZ #14518]
32167         * include/rounding-mode.h: New file.
32168         * sysdeps/generic/get-rounding-mode.h: Likewise.
32169         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
32170         * stdlib/strtod_l.c: Include <rounding-mode.h>.
32171         (MAX_VALUE): New macro.
32172         (MIN_VALUE): Likewise.
32173         (overflow_value): New function.
32174         (underflow_value): Likewise.
32175         (round_and_return): Use overflow_value and underflow_value to
32176         determine return values in overflow and underflow cases.  Use
32177         round_away to determine rounding depending on rounding mode.
32178         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
32179         determine return values in overflow and underflow cases.
32180         * stdlib/tst-strtod-round.c: Include <fenv.h>.
32181         (struct test_results): New structure.
32182         (struct test): Use struct test_results to store expected results
32183         for all rounding modes.
32184         (TEST): Include expected results for all rounding modes.
32185         (test_in_one_mode): New function.
32186         (do_test): Use test_in_one_mode to compute and check results.
32187         Check results for all rounding modes.
32188         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
32189         $(link-libm).
32191 2012-12-09  Allan McRae  <allan@archlinux.org>
32193         * sysdeps/i386/fpu/libm-test-ulps: Update
32195 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
32197         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
32198         (_G_int32_t): Likewise.
32199         (_G_uint16_t): Likewise.
32200         (_G_uint32_t): Likewise.
32201         (_G_HAVE_BOOL): Likewise.
32202         (_G_HAVE_ATEXIT): Likewise.
32203         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32204         (_G_HAVE_IO_FILE_OPEN): Likewise.
32205         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
32206         (_G_int32_t): Likewise.
32207         (_G_uint16_t): Likewise.
32208         (_G_uint32_t): Likewise.
32209         (_G_HAVE_BOOL): Likewise.
32210         (_G_HAVE_ATEXIT): Likewise.
32211         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32212         (_G_HAVE_IO_FILE_OPEN): Likewise.
32213         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
32214         (_G_int32_t): Likewise.
32215         (_G_uint16_t): Likewise.
32216         (_G_uint32_t): Likewise.
32217         (_G_HAVE_BOOL): Likewise.
32218         (_G_HAVE_ATEXIT): Likewise.
32219         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32220         (_G_HAVE_IO_FILE_OPEN): Likewise.
32222 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
32224         * csu/libc-tls.c: Update copyright years.
32226 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
32228         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
32229         [!_G_USING_THUNKS]: Remove conditional code.
32230         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
32231         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
32233         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
32234         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
32235         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32236         (_G_VTABLE_LABEL_PREFIX): Likewise.
32237         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32238         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32239         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32240         (_G_VTABLE_LABEL_PREFIX): Likewise.
32241         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32242         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32243         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32244         (_G_VTABLE_LABEL_PREFIX): Likewise.
32245         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32247 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
32249         * libio/Makefile: Include ../Makeconfig before tests.
32250         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
32251         only if $(build-shared) is yes.
32253         * iconv/gconv_db.c: Update copyright years.
32255 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32257         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
32258         unwind info if defined PIC. Fix special cases description.
32259         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
32261         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
32262         DP_HI_MASK entry.
32263         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
32265 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
32267         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
32269         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
32270         is NULL.
32272         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
32273         (LDLIBS-tst-chk4): This.
32274         (LDFLAGS-tst-chk5): Renamed to ...
32275         (LDLIBS-tst-chk5): This.
32276         (LDFLAGS-tst-chk6): Renamed to ...
32277         (LDLIBS-tst-chk6): This.
32278         (LDFLAGS-tst-lfschk4): Renamed to ...
32279         (LDLIBS-tst-lfschk4): This.
32280         (LDFLAGS-tst-lfschk5): Renamed to ...
32281         (LDLIBS-tst-lfschk5): This.
32282         (LDFLAGS-tst-lfschk6): Renamed to ...
32283         (LDLIBS-tst-lfschk6): This.
32285         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
32286         on $(common-objpfx)soversions.mk.
32288 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
32290         [BZ #10014]
32291         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
32292         example host name.
32294 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32296         * malloc/arena.c (arena_get_retry): New function that gets
32297         another arena for the caller to try its request on.
32298         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
32299         current arena cannot fulfill the request.
32300         (__libc_memalign): Likewise.
32301         (__libc_memalign): Likewise.
32302         (__libc_pvalloc): Likewise.
32303         (__libc_calloc): Likewise.
32305 2012-09-05  John Tobey  <john.tobey@gmail.com>
32307         [BZ #13542]
32308         * manual/arith.texi (Operations on Complex): Fix description
32309         of carg branch cut.
32311 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32313         [BZ #10014]
32314         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
32315         host name.
32317         [BZ #10038]
32318         * manual/memory.texi (Memory): Make order of menu items match
32319         order of sections.
32321 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32323         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
32324         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
32325         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
32327 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32329         * csu/libc-tls.c (static_dtv): Renamed to ...
32330         (_dl_static_dtv): This.  Make it global.
32331         (_dl_initial_dtv): Removed.
32332         (__libc_setup_tls): Updated.
32333         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
32334         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
32335         DL_INITIAL_DTV.
32337 2012-09-06  Petr Machata  <pmachata@redhat.com>
32339         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
32340         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
32341         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
32342         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
32344 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32346         [BZ #14545]
32347         * csu/libc-tls.c (_dl_initial_dtv): New variable.
32348         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
32349         freeing dtv[-1].
32351 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32353         [BZ #14544]
32354         * Makeconfig (link-static-before-libc): Replace $(+prector)
32355         with $(+prectorT).
32356         (link-static-after-libc): Replace $(+postctor) with
32357         $(+postctorT).
32358         (link-bounded): Replace $(+prector)/$(+postctor) with
32359         $(+prectorT)/$(+postctorT).
32360         (+prectorT): New macro.
32361         (+postctorT): Likewise.
32363 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32365         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
32366         (round_str): Handle values above the maximum for IBM long double
32367         as inexact.
32368         * stdlib/tst-strtod-round.c (tests): Regenerated.
32370 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32372         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
32373         assembler flag.
32374         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
32375         zarch_nohighgprs around the zarch optimized routines.
32376         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
32377         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
32378         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
32379         for zarch.
32381 2012-09-05  David S. Miller  <davem@davemloft.net>
32383         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32385         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
32386         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
32387         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
32388         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32389         entries.
32391 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32393         * malloc/arena.c: Fold copyright years.
32394         * malloc/mcheck.c, malloc/memusage.c: Likewise.
32396 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32398         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32400 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32402         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
32404 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32406         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32407         change internal state upon failure.
32409 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32411         * malloc/mcheck.c (mcheck_check_all): Fix typo.
32412         * malloc/memusage.c (mmap): Likewise.
32413         (mmap64, mremap): Likewise.  Adjust name in comment.
32415 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32417         * libio/fileops.c: Fix typos in comments.
32418         * libio/oldfileops.c: Likewise.
32419         * libio/wfileops.c: Likewise.
32421 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32423         [BZ #1349]
32424         * malloc/Makefile (tests): Add tst-malloc-usable test case.
32425         (tst-malloc-usable-ENV): Set environment for test case.
32426         * malloc/hooks.c (malloc_check_get_size): New function to get
32427         requested size.
32428         * malloc/malloc.c (musable): Use malloc_check_get_size.
32429         * malloc/tst-malloc-usable.c: New test case.
32431 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32433         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32435 2012-09-05  Allan McRae  <allan@archlinux.org>
32437         [BZ #13966]
32438         * configure.in (CXX_SYSINCLUDES): Use compiler output to
32439         determine header location.
32440         * configure: Regenerated.
32442 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32444         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32445         float format.
32446         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
32447         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32448         format.
32449         (test): Regenerate.
32451 2012-09-04  David S. Miller  <davem@davemloft.net>
32453         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32454         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32455         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32457 2012-09-04  Florian Weimer  <fweimer@redhat.com>
32459         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32460         failures.
32462         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32464 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
32466         [BZ #9914]
32467         * libio/iogetdelim.c: Include <limits.h>.
32468         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32469         + len + 1 would overflow.
32471 2012-09-03  Andreas Jaeger  <aj@suse.de>
32473         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32474         * sysdeps/i386/fpu/libm-test-ulps: Update.
32476 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32478         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32479         Add s_sinf-sse2, s_conf-sse2.
32481         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32482         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32483         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32484         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32486         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32487         for using routine as __sinf_ia32.
32488         Use macro for function declaration and weak_alias.
32489         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32490         for using routine as __cosf_ia32.
32491         Use macro for function declaration and weak_alias.
32493         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32494         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32496         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32497         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32498         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32500         * math/libm-test.inc (cos_test): Add more test cases.
32501         (sin_test): Likewise.
32502         (sincos_test): Likewise.
32504 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32506         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32507         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32508         hidden.
32509         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32511 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32513         [BZ #14538]
32514         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32515         first element of the GOT.
32516         (elf_machine_load_address): Return the difference between
32517         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32519 2012-09-01  Allan McRae  <allan@archlinux.org>
32521         [BZ #13412]
32522         * configure.in (AWK): Require gawk version 3.0 or later.
32523         * configure: Regenerated.
32525 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32527         * sysdeps/unix/sysv/linux/kernel-features.h
32528         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32529         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32530         [__NR_clock_getres]: Make code unconditional.
32531         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32532         (clock_getcpuclockid): Remove code left unreachable by removal of
32533         conditionals.
32534         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32535         code unconditional.
32536         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32537         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32538         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32539         Make code unconditional.
32540         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32541         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32542         * sysdeps/unix/sysv/linux/clock_settime.c
32543         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32544         conditional code.
32545         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32546         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32548 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32550         [BZ #14476]
32551         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32552         scripts/test-installation.pl.
32554         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32555         and $ld_so_version if it is set.
32557 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32559         [BZ #14516]
32560         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32561         failure if reading from procfs failed.
32562         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32564 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32566         * sysdeps/unix/sysv/linux/kernel-features.h
32567         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32568         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32569         Remove conditional code.
32570         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32571         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32572         Remove conditional code.
32573         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32574         * sysdeps/unix/sysv/linux/i386/fxstat.c
32575         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32576         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32577         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32578         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32579         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32580         * sysdeps/unix/sysv/linux/i386/lxstat.c
32581         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32582         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32583         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32584         Remove conditional code.
32585         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32586         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32587         Remove conditional code.
32588         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32589         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32590         <kernel-features.h>.
32591         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32592         Remove.
32593         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32594         Remove conditional code.
32595         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32596         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32597         Remove conditional.
32599 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32601         [BZ #5400]
32602         * NEWS: Add fixed bug number.
32604 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32606         [BZ #14519]
32607         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32608         underflowing exponent in case of negative sign.
32609         * stdlib/tst-strtod-round-data: Add more tests.
32610         * stdlib/tst-strtod-round.c (tests): Regenerated.
32612         [BZ #3479]
32613         * stdlib/strtod_l.c (NDIG): Remove.
32614         (HEXNDIG): Likewise.
32615         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32616         smallest representable value.
32617         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32618         lie within an exact representation of 1/2 ulp of the result.
32619         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32620         unconditionally.
32621         (TENS_P9_IDX): Define unconditionally.
32622         (TENS_P9_SIZE): Likewise.
32623         (TENS_P10_IDX): Likewise.
32624         (TENS_P10_SIZE): Likewise.
32625         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32626         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32627         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32628         entries for 10^2^13 and 10^2^14.
32629         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32630         (TENS_P13_IDX): Define.
32631         (TENS_P13_SIZE): Likewise.
32632         (TENS_P14_IDX): Likewise.
32633         (TENS_P14_SIZE): Likewise.
32634         (_fpioconst_pow10): Change array size to
32635         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32636         unconditional.
32637         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32638         1024]: Add entries for 10^2^13 and 10^2^14.
32639         [LAST_POW10 > _LAST_POW10]: Remove #error.
32640         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32641         (_fpioconst_pow10): Change array size to
32642         FPIOCONST_POW10_ARRAY_SIZE.
32643         * stdlib/gen-fpioconst.c: New file.
32644         * stdlib/gen-tst-strtod-round.c: Likewise.
32645         * stdlib/tst-strtod-round-data: Likewise.
32646         * stdlib/tst-strtod-round.c: Likewise.
32647         * stdlib/Makefile (tests): Add tst-strtod-round.
32649         [BZ #14459]
32650         * stdlib/strtod_l.c: Include <stdint.h>.
32651         (NDEBUG): Do not define.
32652         (round_and_return): Change EXPONENT parameter to type intmax_t.
32653         Rearrange calculations to avoid internal overflow possibilities.
32654         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32655         Rearrange calculations to avoid internal overflow possibilities.
32656         Assert that number fits inside MPNSIZE limbs.
32657         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32658         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32659         calculations and add assertions to avoid internal overflow
32660         possibilities.  Add casts to avoid signed/unsigned operations.
32661         * stdlib/tst-strtod-overflow.c: New file.
32662         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32664 2012-08-25  Marek Polacek  <polacek@redhat.com>
32666         * time/time.h: Fix some typos in comments.
32668 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32670         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32671         * posix/tst-rfc3484-2.c: Likewise.
32672         * posix/tst-rfc3484-3.c: Likewise.
32674 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32676         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32677         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32679 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32681         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32682         #include of fxstatat64.c.
32684 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32686         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32687         * shadow/getspent_r.c: Likewise.
32688         * shadow/getspnam.c: Likewise.
32689         * shadow/getspnam_r.c: Likewise.
32690         * gshadow/getsgent.c: Likewise.
32691         * gshadow/getsgent_r.c: Likewise.
32692         * gshadow/getsgnam.c: Likewise.
32693         * gshadow/getsgnam_r.c: Likewise.
32694         * inet/getnetbyad.c: Likewise.
32695         * inet/getnetbyad_r.c: Likewise.
32696         * inet/getnetbynm.c: Likewise.
32697         * inet/getnetbynm_r.c: Likewise.
32698         * inet/getnetent.c: Likewise.
32699         * inet/getnetent_r.c: Likewise.
32700         * inet/getproto.c: Likewise.
32701         * inet/getproto_r.c: Likewise.
32702         * inet/getprtent.c: Likewise.
32703         * inet/getprtent_r.c: Likewise.
32704         * inet/getprtname.c: Likewise.
32705         * inet/getprtname_r.c: Likewise.
32706         * inet/getrpcbyname.c: Likewise.
32707         * inet/getrpcbyname_r.c: Likewise.
32708         * inet/getrpcbynumber.c: Likewise.
32709         * inet/getrpcbynumber_r.c: Likewise.
32710         * inet/getrpcent.c: Likewise.
32711         * inet/getrpcent_r.c: Likewise.
32712         * inet/getaliasent.c: Likewise.
32713         * inet/getaliasent_r.c: Likewise.
32714         * inet/getaliasname.c: Likewise.
32715         * inet/getaliasname_r.c: Likewise.
32716         * nscd/getgrgid_r.c: Likewise.
32717         * nscd/getgrnam_r.c: Likewise.
32718         * nscd/gethstbyad_r.c: Likewise.
32719         * nscd/gethstbynm3_r.c: Likewise.
32720         * nscd/getpwnam_r.c: Likewise.
32721         * nscd/getpwuid_r.c: Likewise.
32722         * nscd/getsrvbynm_r.c: Likewise.
32723         * nscd/getsrvbypt_r.c: Likewise.
32724         * nscd/gai.c: Likewise.
32726         * configure.in (build_nscd): New substituted variable, set
32727         by --disable-build-nscd and defaults to $use_nscd.
32728         * configure: Regenerated.
32729         * config.make.in (build-nscd): New substituted variable.
32730         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32731         Change conditional to require [$(build-nscd) = yes] as well.
32732         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32734         [BZ# 13696]
32735         * configure.in (use_nscd): New substituted variable, set by
32736         --disable-nscd.  If enabled, define USE_NSCD.
32737         * configure: Regenerated.
32738         * config.h.in: Add USE_NSCD.
32739         * config.make.in (use-nscd): New substituted variable.
32740         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32741         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32742         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32743         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32744         (CFLAGS-getgrnam_r.c): Likewise.
32745         (CFLAGS-initgroups.c): Likewise.
32746         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32747         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32748         Variables removed.
32749         * inet/getnetgrent_r.c
32750         (nscd_setnetgrent): New function, broken out of ...
32751         (setnetgrent): ... here.  Call it.
32752         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32753         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32754         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32755         * nscd/Makefile (routines, aux): Move definitions after include of
32756         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32757         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32758         Conditionalize on [USE_NSCD].
32759         (is_nscd, nscd_init_cb): Likewise.
32760         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32761         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32762         * nss/nss_db/db-init.c: Likewise.
32763         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32764         [USE_NSCD].
32765         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32766         (make_request): Use it.
32767         (cache_valid_p): New function.
32768         (__check_pf): Use it.
32769         * NEWS: Add item for --disable-nscd.
32771 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32773         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32774         to support sed >= 4.2.1-20-ga9bf076.
32775         * configure: Regenerated.
32777 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32779         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32780         Conditionalize whole body on [IREL].
32782 2012-08-22  Jeff Law <law@redhat.com>
32784         [BZ #14505]
32785         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32786         if the family is PF_UNSPEC.
32788 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32790         * Makerules (lib-version): Rename from V.
32791         (install-lib-nosubdir): Change V to lib-version.
32793 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32795         [BZ #14252]
32796         * powerpc32/power6/wcschr.c: New file.
32797         * powerpc32/power6/wcscpy.c: New file.
32798         * powerpc32/power6/wcsrchr.c: New file.
32799         * powerpc64/power6/wcschr.c: New file.
32800         * powerpc64/power6/wcscpy.c: New file.
32801         * powerpc64/power6/wcsrchr.c: New file.
32803 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32805         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32806         (two_way_short_needle): Use it.
32807         * string/strstr.c (AVAILABLE1_USES_J): Define.
32808         * string/strcasestr.c: Likewise.
32810         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32811         array references.
32812         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32814         [BZ #11607]
32815         * NEWS: Add an entry.
32816         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32817         define their defaults.
32818         (two_way_short_needle): Detect end-of-string on-the-fly.
32819         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32820         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32821         * string/bug-strcasestr1.c: New test.
32822         * string/Makefile: Run it.
32824 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32826         [BZ #11607]
32827         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32828         the first character.
32830 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32832         * csu/elf-init.c (__libc_csu_irel): Function removed.
32833         * csu/libc-start.c (apply_irel): New function.
32834         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32836 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32838         * sysdeps/unix/sysv/linux/kernel-features.h
32839         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32840         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32841         <kernel-features.h>.
32842         [__NR_fadvise64_64]: Make code unconditional.
32843         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32844         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32845         !__NR_fadvise64_64)]: Likewise.
32846         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32847         !__NR_fadvise64_64))]: Likewise.
32848         [__NR_fadvise64]: Make code unconditional.
32849         [!__NR_fadvise64]: Remove conditional code.
32850         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32851         <kernel-features.h>.
32852         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32853         unconditional.
32854         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32855         conditional code.
32856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32857         not include <kernel-features.h>.
32858         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32859         unconditional.
32860         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32861         conditional code.
32862         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32863         include <kernel-features.h>.
32864         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32865         unconditional.
32866         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32867         conditional code.
32869 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32871         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32872         slight instruction rearrangements per scrollpipe analysis.
32873         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32875 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32877         * manual/syslog.texi (syslog; vsyslog, closelog):
32878         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32879         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32881         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32882         DSOCAPS to match condition on defining it.
32884 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32886         * sysdeps/unix/sysv/linux/kernel-features.h
32887         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32889         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32890         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32892         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32893         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32895         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32896         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32898         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32899         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32901         * sysdeps/unix/sysv/linux/kernel-features.h
32902         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32903         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32904         unconditional.
32905         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32906         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32907         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32908         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32909         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32910         Make code unconditional.
32911         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32912         (__mmap64) [!__NR_mmap2]: Likewise.
32913         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32914         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32915         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32916         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32917         [__NR_mmap2]: Make code unconditional.
32918         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32919         (__mmap64) [!__NR_mmap2]: Likewise.
32921 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32923         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32925 2012-08-18  Andreas Jaeger  <aj@suse.de>
32927         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32929 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32931         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32932         * include/unistd.h (__have_sock_cloexec): Likewise.
32933         (__have_pipe2): Likewise.
32934         (__have_dup3): Likewise.
32936 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32938         [BZ #9685]
32939         * include/unistd.h (__have_pipe2): Change define into an extern int.
32940         (__have_dup3): Likewise.
32941         * socket/have_sock_cloexec.c: Include fcntl.h.
32942         (__have_pipe2): New variable.
32943         (__have_dup3): Likewise.
32945 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32947         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32949 2012-08-17  Marek Polacek  <polacek@redhat.com>
32951         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32952         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32954 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32956         * configure.in: Add AC_SUBST for sysheaders.
32957         * configure: Regenerated.
32958         * config.make.in (sysheaders): New substituted variable.
32960         * sysdeps/unix/mkfifo.c: Moved ...
32961         * sysdeps/posix/mkfifo.c: ... here.
32962         * sysdeps/unix/mkfifoat.c: Moved ...
32963         * sysdeps/posix/mkfifoat.c: ... here.
32965         * sysdeps/unix/utime.c: Moved ...
32966         * sysdeps/posix/utime.c: ... here.
32968         * sysdeps/unix/time.c: Moved ...
32969         * sysdeps/posix/time.c: ... here.
32970         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32971         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32973         * sysdeps/unix/nice.c: Moved ...
32974         * sysdeps/posix/nice.c: ... here.
32976         * sysdeps/unix/alarm.c: Moved ...
32977         * sysdeps/posix/alarm.c: ... here.
32979         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32981 2012-08-17  Jeff Law <law@redhat.com>
32983         * intl/Makefile (codeset_mo): New variable.
32984         ($(codeset_mo)): New target.
32985         (tst-codeset.out): Depend on that.  Remove explicit rule.
32986         (tst-gettext3.out, tst-gettext5.out): Likewise.
32987         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32988         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32989         * intl/tst-codeset.sh: Remove.
32990         * intl/tst-gettext3.sh: Likewise.
32991         * intl/tst-gettext5.sh: Likewise.
32993 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32995         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32996         * sysdeps/unix/syscalls.list: ... here.
32998         * sysdeps/posix/getaddrinfo.c
32999         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
33000         (gaiconf_init, gaiconf_reload): Use them.
33001         [!_STATBUF_ST_NSEC]
33002         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
33003         Define using time_t rather than struct timespec.
33005         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
33006         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
33007         Macros removed.
33008         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
33009         [!NO_THREADS].
33010         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
33011         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
33012         Likewise.
33014         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
33015         __libc_cleanup_push argument.
33017         * bits/param.h: New file.
33018         * misc/sys/param.h: New file.
33019         * include/sys/param.h: New file.
33020         * misc/Makefile (headers): Add bits/param.h.
33021         * sysdeps/generic/sys/param.h: File removed.
33022         * sysdeps/unix/sysv/linux/bits/param.h: New file.
33023         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
33024         * sysdeps/mach/hurd/bits/param.h: New file.
33025         * sysdeps/mach/hurd/sys/param.h: File removed.
33027         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
33028         last change.
33030         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
33031         [_IO_MTSAFE_IO].
33032         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
33033         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
33034         New macros.
33036         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
33037         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
33038         rather than -D_IO_MTSAFE_IO conditionally.
33039         * stdio-common/Makefile (CPPFLAGS): Likewise.
33040         * wcsmbs/Makefile (CPPFLAGS): Likewise.
33041         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
33042         Use $(libio-mtsafe).
33043         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
33044         of -D_IO_MTSAFE_IO.
33045         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
33046         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
33047         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
33048         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
33049         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
33050         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
33051         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
33052         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
33053         (CFLAGS-fread_u_chk.c): Likewise.
33054         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
33055         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
33056         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
33057         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
33058         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
33059         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
33060         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
33061         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
33062         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
33064         * libio/Makefile: Test [$(libc-reentrant) = yes]
33065         instead of [$(filter %REENTRANT, $(defines)) nonempty].
33067         * Makeconfig
33068         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
33069         * sysdeps/pthread/configure: File removed.
33070         * sysdeps/pthread/Makeconfig: New file.
33071         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
33072         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
33074 2012-08-16  Gary Benson  <gbenson@redhat.com>
33076         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
33077         unmapping the first object in a namespace.
33079 2012-08-16  Roland McGrath  <roland@hack.frob.com>
33081         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
33082         (__internal_setnetgrent): ... this.  Add internal_function to
33083         definition.  Add libc_hidden_def.
33084         (setnetgrent): Update caller.
33085         (internal_endnetgrent): Renamed to ...
33086         (__internal_endnetgrent): ... this.  Add internal_function to
33087         definition.  Add libc_hidden_def.
33088         (endnetgrent): Update caller.
33089         (internal_getnetgrent_r): Renamed to ...
33090         (__internal_getnetgrent_r): ... this.  Add internal_function to
33091         definition.  Add libc_hidden_def.
33092         (__getnetgrent_r): Update caller.
33093         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
33095 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
33097         * stdlib/longlong.h: Update from GCC.
33099 2012-08-16  Roland McGrath  <roland@hack.frob.com>
33101         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
33102         on _QL, which is set by umul_ppmm but never used.
33103         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
33104         variables, which are set by GMP macros but never used.
33105         * stdio-common/_itowa.c (_itowa): Likewise.
33106         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
33107         * stdlib/mod_1.c (mpn_mod_1): Likewise.
33109 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
33111         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
33112         struct La_sh_regs is not constant.
33113         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
33114         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
33115         and struct La_sparc64_regs are not constant.
33117 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
33119         * sysdeps/unix/sysv/linux/kernel-features.h
33120         (__ASSUME_POSIX_TIMERS): Remove.
33121         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
33122         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33123         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
33124         Make code unconditional.
33125         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33126         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
33127         Make code unconditional.
33128         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33129         * sysdeps/unix/sysv/linux/clock_nanosleep.c
33130         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
33131         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33132         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
33133         Make code unconditional.
33134         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33135         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
33136         (__libc_missing_posix_timers): Remove.
33138 2012-08-15  Roland McGrath  <roland@hack.frob.com>
33140         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
33141         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
33143         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
33145         * elf/dl-sym.c: Include <stdlib.h>.
33147         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
33148         constants, which avoids warnings in 32-bit builds.
33150         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
33151         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
33153         * misc/lseek.c: File moved to ...
33154         * io/lseek.c: ... here.
33156         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
33158         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
33159         shifting LEN more than 31 bits at once.
33161 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
33163         [BZ #14195]
33164         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
33165         segmentation fault for a case of two empty input strings.
33166         * string/test-strncasecmp.c (check1): Renamed to...
33167         (bz12205): ...this.
33168         (bz14195): Add new testcase for two empty input strings and N > 0.
33169         (test_main): Call new testcase, adapt for renamed function.
33171 2012-08-15  Andreas Jaeger  <aj@suse.de>
33173         [BZ #14090]
33174         * crypt/md5test2.c: New test, based on test supplied by Serge
33175         Belyshev <belyshev@depni.sinp.msu.ru>.
33176         * crypt/Makefile (xtests): Add md5test-giant..
33177         * crypt/Makefile ($(objpfx)md5test-giant): Add.
33179 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33181         [BZ #14090]
33182         * crypt/md5.c (md5_process_block): Don't assume the buffer
33183         length is less than 2**32.
33184         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
33185         length is less than 2**64.
33187 2012-08-15  Roland McGrath  <roland@hack.frob.com>
33189         * string/str-two-way.h: Include <sys/param.h>.
33190         (MAX): Macro removed.
33192         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
33193         Move #define and #undef of memmove to just before and after
33194         including <string.h>.
33196         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
33197         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
33198         and after including <string.h>.  Move declarations of
33199         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
33200         to before #include "string/memmove.c".
33202         * include/dirent.h: Declare __getdirentries.
33204         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
33205         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
33207 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
33209         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
33210         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
33211         * sysdeps/i386/configure: Regenerated.
33212         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
33213         STABS_CURRENT_FILE, and STABS_FUN.
33214         (END): Remove call to STABS_FUN_END.
33215         (STABS_CURRENT_FILE1): Delete.
33216         (STABS_CURRENT_FILE): Likewise.
33217         (STABS_FUN): Likewise.
33218         (STABS_FUN_END): Likewise.
33219         (STABS_FUN2): Likewise.
33220         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
33221         * sysdeps/x86_64/configure: Regenerated.
33223 2012-08-14  Roland McGrath  <roland@hack.frob.com>
33225         * elf/dl-open.c: Include <atomic.h>.
33226         * elf/dl-lookup.c: Likewise.
33228 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
33230         * sysdeps/unix/sysv/linux/kernel-features.h
33231         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
33232         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
33233         unconditionally.
33234         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
33235         unconditionally.
33236         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
33237         condition on __ASSUME_CLONE_THREAD_FLAGS.
33239 2012-08-14  Andreas Jaeger  <aj@suse.de>
33241         * sysdeps/i386/fpu/libm-test-ulps: Update.
33243 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
33245         * include/atomic.h (atomic_exchange_and_add): Split into ...
33246         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
33247         New atomic macros.
33249 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
33251         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33253 2012-08-13  Jeff Law <law@redhat.com>
33255         * manual/stdio.texi (snprintf): Clarify handling of the trailing
33256         null byte in the output string.
33258 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
33260         * sysdeps/unix/sysv/linux/kernel-features.h
33261         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
33262         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
33263         (__ASSUME_ARG_MAX_STACK_BASED): Define.
33264         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
33265         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
33266         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
33267         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
33269 2012-08-09  Jeff Law <law@redhat.com>
33271         [BZ #13939]
33272         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
33273         When avoid_arena is set, don't retry in the that arena.  Pick the
33274         next one, whatever it might be.
33275         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
33276         (arena_lock): Pass in new parameter to arena_get2.
33277         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
33278         arena_get2.
33279         (__libc_malloc): Unify retrying after main arena failure with
33280         __libc_memalign version.
33281         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
33283 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
33285         [BZ #14166]
33286         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
33287         to __redirect_strstr.
33288         (__strstr_sse42): Use typeof __redirect_strstr.
33289         (__strstr_ia32): Likewise.
33290         (__libc_strstr): New prototype.
33291         (strstr): Renamed to ...
33292         (__libc_strstr): This.
33293         (strstr): New strong alias of __libc_strstr.
33294         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33295         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
33296         __redirect_time.
33297         Include <time.h>.
33298         (__libc_time): New prototype.
33299         (time_ifunc): Replace time with __libc_time.
33300         (time): New strong alias and hidden definition of __libc_time.
33301         (__GI_time): Remove strong alias.
33302         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
33303         Include <stddef.h>.
33304         (memmove): Redefined to __redirect_memmove.
33305         (__memmove_sse2): Use typeof __redirect_memmove.
33306         (__memmove_ssse3): Likewise.
33307         (__memmove_ssse3_back): Likewise.
33308         (__libc_memmove): New prototype.
33309         (memmove): Renamed to ...
33310         (__libc_memmove): This.
33311         (memmove): New strong alias of __libc_memmove.
33313 2012-08-08  Mark Salter  <msalter@redhat.com>
33315         * elf/elf.h
33316         (R_MN10300_TLS_GD): Define.
33317         (R_MN10300_TLS_LD): Likewise.
33318         (R_MN10300_TLS_LDO): Likewise.
33319         (R_MN10300_TLS_GOTIE): Likewise.
33320         (R_MN10300_TLS_IE): Likewise.
33321         (R_MN10300_TLS_LE): Likewise.
33322         (R_MN10300_TLS_DTPMOD): Likewise.
33323         (R_MN10300_TLS_DTPOFF): Likewise.
33324         (R_MN10300_TLS_TPOFF): Likewise.
33325         (R_MN10300_SYM_DIFF): Likewise.
33326         (R_MN10300_ALIGN): Likewise.
33327         (R_MN10300_NUM): Update.
33329 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
33331         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
33332         Remove.
33334 2012-08-08  Roland McGrath  <roland@hack.frob.com>
33336         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
33338         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
33339         sysdeps/unix -> sysdeps/posix move.
33340         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
33342 2012-08-07      Allan McRae     <allan@archlinux.org>
33344         [BZ #14303]
33345         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
33346         (SUNOS_CPP): Likewise.
33347         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
33348         not found.
33349         (open_input): Call CPP using execvp.
33351 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33353         * sysdeps/unix/sysv/linux/kernel-features.h
33354         (__ASSUME_PROT_GROWSUPDOWN): Remove.
33355         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33356         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33357         (__ASSUME_WAITID_SYSCALL): Likewise.
33358         * sysdeps/unix/sysv/linux/dl-execstack.c
33359         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
33360         code unconditional.
33361         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
33362         conditional code.
33363         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
33364         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
33365         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
33366         code.
33367         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
33368         unconditional.
33369         [__ASSUME_WAITID_SYSCALL]: Likewise.
33370         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
33372 2012-08-07  Roland McGrath  <roland@hack.frob.com>
33374         * sysdeps/unix/closedir.c: Renamed to ...
33375         * sysdeps/posix/closedir.c: ... here.
33376         * sysdeps/unix/dirfd.c: Renamed to ...
33377         * sysdeps/posix/dirfd.c: ... here.
33378         * sysdeps/unix/dirstream.h: Renamed to ...
33379         * sysdeps/posix/dirstream.h: ... here.
33380         * sysdeps/unix/fdopendir.c: Renamed to ...
33381         * sysdeps/posix/fdopendir.c: ... here.
33382         * sysdeps/unix/opendir.c: Renamed to ...
33383         * sysdeps/posix/opendir.c: ... here.
33384         * sysdeps/unix/readdir.c: Renamed to ...
33385         * sysdeps/posix/readdir.c: ... here.
33386         * sysdeps/unix/readdir_r.c: Renamed to ...
33387         * sysdeps/posix/readdir_r.c: ... here.
33388         * sysdeps/unix/rewinddir.c: Renamed to ...
33389         * sysdeps/posix/rewinddir.c: ... here.
33390         * sysdeps/unix/seekdir.c: Renamed to ...
33391         * sysdeps/posix/seekdir.c: ... here.
33392         * sysdeps/unix/telldir.c: Renamed to ...
33393         * sysdeps/posix/telldir.c: ... here.
33394         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33395         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33396         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33397         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33399         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33400         * bits/fcntl.h: ... here.
33402         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33403         not 0.
33404         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33405         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33406         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33407         (struct flock): Move l_start, l_len to the beginning.
33408         Use __pid_t for l_pid.
33409         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33410         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33411         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33412         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33413         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33414         [__USE_LARGEFILE64] (struct flock64): New type.
33415         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33417         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33418         * bits/dirent.h: ... here.
33420         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33421         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33423 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33425         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33426         Change from 2.6.0 to 2.6.16.
33427         * sysdeps/unix/sysv/linux/configure: Regenerated.
33428         * sysdeps/unix/sysv/linux/kernel-features.h
33429         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33430         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33431         version.
33432         (__ASSUME_UTIMES): Likewise.
33433         (__ASSUME_CLONE_STOPPED): Remove.
33434         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33435         architectures, not kernel version.
33436         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33437         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33438         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33439         (__ASSUME_WAITID_SYSCALL): Likewise.
33440         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33441         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33442         * README: State 2.6.16 as minimum Linux kernel version.  Do not
33443         refer to older versions.
33445 2012-08-06  Roland McGrath  <roland@hack.frob.com>
33447         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33448         Define alphasort64 as an alias.
33449         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33450         Define versionsort64 as an alias.
33451         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33452         Define scandir64 as an alias.
33453         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33454         Define scandirat64 as an alias.
33455         * dirent/alphasort64.c (alphasort64):
33456         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33457         * dirent/versionsort64.c: Likewise.
33458         * dirent/scandir64.c: Likewise.
33459         * dirent/scandirat64.c: Likewise.
33460         * sysdeps/wordsize-64/alphasort.c: File removed.
33461         * sysdeps/wordsize-64/alphasort64.c: File removed.
33462         * sysdeps/wordsize-64/scandir.c: File removed.
33463         * sysdeps/wordsize-64/scandir64.c: File removed.
33464         * sysdeps/wordsize-64/scandirat.c: File removed.
33465         * sysdeps/wordsize-64/scandirat64.c: File removed.
33466         * sysdeps/wordsize-64/versionsort.c: File removed.
33467         * sysdeps/wordsize-64/versionsort64.c: File removed.
33468         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33469         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33470         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33471         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33472         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33473         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33474         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33475         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33477         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33478         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33479         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33480         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33481         [defined __arch64__ || defined __sparcv9]
33482         (__INO_T_MATCHES_INO64_T): New macro.
33483         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33484         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33485         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33486         * sysdeps/unix/sysv/linux/bits/dirent.h
33487         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33488         (_DIRENT_MATCHES_DIRENT64): New macro.
33490         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33491         Define lockf64 as an alias.
33492         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33493         Define fseeko64 as an alias.
33494         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33495         Define ftello64 as an alias.
33496         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33497         Define _IO_fgetpos64 and fgetpos64 as aliases.
33498         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33499         Define _IO_fsetpos64 and fsetpos64 as aliases.
33500         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33501         Conditionalize body on this.
33502         * libio/fseeko64.c: Likewise.
33503         * libio/ftello64.c: Likewise.
33504         * libio/iofgetpos64.c: Likewise.
33505         * libio/iofsetpos64.c: Likewise.
33506         * sysdeps/wordsize-64/lockf.c: File removed.
33507         * sysdeps/wordsize-64/lockf64.c: File removed.
33508         * sysdeps/wordsize-64/fseeko.c: File removed.
33509         * sysdeps/wordsize-64/fseeko64.c: File removed.
33510         * sysdeps/wordsize-64/ftello.c: File removed.
33511         * sysdeps/wordsize-64/ftello64.c: File removed.
33512         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33513         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33514         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33515         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33516         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33517         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33518         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33519         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33520         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33521         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33522         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33523         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33524         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33525         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33527         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33528         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33529         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33530         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33531         [defined __arch64__ || defined __sparcv9]
33532         (__OFF_T_MATCHES_OFF64_T): New macro.
33533         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33534         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33535         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33536         (__OFF_T_MATCHES_OFF64_T): New macro.
33538 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33540         * stdlib/secure-getenv.c (__secure_getenv): Replace
33541         GLIBC_2_16 with GLIBC_2_17.
33543 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33545         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33546         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33548 2012-08-03  David S. Miller  <davem@davemloft.net>
33550         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33552 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33554         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33555         Remove.
33556         (__ASSUME_CORRECT_SI_PID): Likewise.
33557         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33558         (__ASSUME_TMPFS_NAME): Likewise.
33559         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33560         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33561         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33562         (HAVE_AUX_SECURE): Make definition unconditional.
33563         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33564         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33566 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33568         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33569         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33570         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33571         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33572         __eloop_threshold instead of SYMLOOP_MAX.
33574         * sysdeps/generic/eloop-threshold.h: New file.
33575         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33576         of MAXSYMLINKS.
33577         * elf/chroot_canon.c (chroot_canon): Likewise.
33579 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33581         [BZ #13717]
33582         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33583         Change to 2.6.0 everywhere.
33584         * sysdeps/unix/sysv/linux/configure: Regenerated.
33585         * sysdeps/unix/sysv/linux/kernel-features.h
33586         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33587         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33588         kernel versions.
33589         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33590         (__ASSUME_FUTEX_REQUEUE): Remove.
33591         (__ASSUME_STATFS64): Define unconditionally.
33592         (__ASSUME_AT_SECURE): Likewise.
33593         (__ASSUME_CORRECT_SI_PID): Likewise.
33594         (__ASSUME_TGKILL): Define without depending on kernel version for
33595         i386.
33596         (__ASSUME_UTIMES): Likewise.
33597         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33598         kernel version.
33599         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33600         (__ASSUME_TMPFS_NAME): Likewise.
33601         * README: Update reference to Linux kernel versions.
33603 2012-08-02  Marek Polacek  <polacek@redhat.com>
33605         [BZ# 14150]
33606         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33607         libc_cv_asm_type_prefix with %.
33608         * configure: Regenerated.
33609         * include/libc-symbols.h: Remove comment about
33610         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33611         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33612         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33613         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33614         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33615         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33616         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33617         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33618         * elf/tst-unique2mod1.c: Likewise.
33619         * elf/tst-unique1mod2.c: Likewise.
33620         * elf/tst-unique1mod1.c: Likewise.
33621         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33622         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33623         Replace ASM_TYPE_DIRECTIVE with .type.
33624         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33625         * sysdeps/i386/sysdep.h: Likewise.
33626         * sysdeps/x86_64/sysdep.h: Likewise.
33627         * sysdeps/sh/sysdep.h: Likewise.
33628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33629         Do not define ASM_TYPE_DIRECTIVE.
33630         * sysdeps/powerpc/sysdep.h: Likewise.
33631         * sysdeps/powerpc/powerpc32/sysdep.h:
33632         Replace ASM_TYPE_DIRECTIVE with .type.
33633         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33634         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33635         * sysdeps/i386/fpu/e_powf.S: Likewise.
33636         * sysdeps/i386/fpu/e_expl.S: Likewise.
33637         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33638         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33639         * sysdeps/i386/fpu/e_pow.S: Likewise.
33640         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33641         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33642         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33643         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33644         * sysdeps/i386/fpu/e_log2.S: Likewise.
33645         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33646         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33647         * sysdeps/i386/fpu/e_powl.S: Likewise.
33648         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33649         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33650         * sysdeps/i386/fpu/e_logl.S: Likewise.
33651         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33652         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33653         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33654         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33655         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33656         * sysdeps/i386/fpu/e_log.S: Likewise.
33657         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33658         * sysdeps/i386/fpu/e_logf.S: Likewise.
33659         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33660         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33661         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33662         * sysdeps/i386/fpu/e_log10.S: Likewise.
33663         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33664         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33665         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33666         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33667         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33668         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33669         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33670         * sysdeps/i386/i686/strtok.S: Likewise.
33671         * sysdeps/i386/i386-mcount.S: Likewise.
33672         * sysdeps/i386/strtok.S: Likewise.
33673         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33674         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33675         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33676         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33677         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33678         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33679         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33680         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33681         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33682         * sysdeps/x86_64/_mcount.S: Likewise.
33683         * sysdeps/x86_64/strtok.S: Likewise.
33684         * sysdeps/sh/_mcount.S: Likewise.
33686 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33688         * libio/iofopen.c: Include <fcntl.h>.
33689         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33690         (_IO_fopen64, fopen64): Define as aliases.
33691         * libio/iofopen64.c: Include <fcntl.h>.
33692         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33693         Conditionalize body on this.
33694         * sysdeps/wordsize-64/iofopen.c: File removed.
33695         * sysdeps/wordsize-64/iofopen64.c: File removed.
33697 2012-08-01  Marek Polacek  <polacek@redhat.com>
33699         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33700         Use dlfcn directly instead of a variable.
33701         (binfmt-subdir): Do not define.
33702         (dlfcn): Likewise.
33704 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33706         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33707         Remove all definitions.
33708         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33709         <kernel-features.h>.
33710         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33711         (miss_F_GETOWN_EX): Remove all definitions.
33712         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33713         macro definition.
33714         [!__ASSUME_FCNTL64]: Remove conditional code.
33715         [__ASSUME_FCNTL64]: Make code unconditional.
33716         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33717         <kernel-features.h>.
33718         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33719         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33720         (lockf64) [__NR_fcntl64]: Make code unconditional.
33721         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33723         * sysdeps/unix/sysv/linux/kernel-features.h
33724         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33725         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33726         Make code unconditional.
33727         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33728         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33730         [__NR_vfork]: Make code unconditional.
33731         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33732         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33734         [__NR_vfork]: Make code unconditional.
33735         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33736         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33738 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33740         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33741         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33743         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33744         Define mkstemp64 as an alias.
33745         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33746         Define mkstemps64 as an alias.
33747         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33748         Define mkostemp64 as an alias.
33749         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33750         Define mkostemps64 as an alias.
33751         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33752         Conditionalize body on this.
33753         * misc/mkostemp64.c: Likewise.
33754         * misc/mkostemps64.c: Likewise.
33755         * misc/mkstemps64.c: Likewise.
33756         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33757         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33758         * sysdeps/wordsize-64/mkostemp.c: File removed.
33759         * sysdeps/wordsize-64/mkstemp.c: File removed.
33760         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33761         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33762         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33763         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33765         [BZ #14138]
33766         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33767         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33768         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33769         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33771         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33772         compat_symbol macros from <shlib-compat.h> rather than the underlying
33773         default_symbol_version and symbol_version macros, so that DEFAULT
33774         lines in shlib-versions are respected.
33775         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33777 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33779         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33780         Declare with warn_unused_result.
33781         (setgid, setregid, setegid, setresgid): Likewise.
33782         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33783         Likewise.
33784         * WUR-REPORT: Remove set*id functions.
33786 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33788         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33790 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33792         [BZ #10191]
33793         * include/sys/socket.h (__libc_accept, __libc_accept4):
33794         Add attribute_hidden.
33795         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33797         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33798         use of PTR_MANGLE.
33799         * inet/getnetgrent_r.c (setup): Likewise.
33801         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33803 2012-07-31  David S. Miller  <davem@davemloft.net>
33805         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33807 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33809         [BZ #13629]
33810         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33811         value between 1.0 and 2.0 and smaller part has absolute value less
33812         than 1.0.
33813         * math/s_clog10.c (__clog10): Likewise.
33814         * math/s_clog10f.c (__clog10f): Likewise.
33815         * math/s_clog10l.c (__clog10l): Likewise.
33816         * math/s_clogf.c (__clogf): Likewise.
33817         * math/s_clogl.c (__clogl): Likewise.
33818         * math/libm-test.inc (clog_test): Add more tests.
33819         (clog10_test): Likewise.
33820         * sysdeps/i386/fpu/libm-test-ulps: Update.
33821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33823 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33825         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33826         Exit with zero in case no suitable GID is found, and write a
33827         message to standard error.
33829 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33831         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33832         rather than to 1.
33833         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33834         (MAXPATHLEN): Removed.
33835         (NOGROUP, NODEV): New macros.
33836         (setbit, clrbit, isset, isclr): New macros.
33837         (howmany, roundup, powerof2): New macros.
33838         (DEV_BSIZE): New macro.
33840         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33841         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33843         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33844         definition on [!__NO_LONG_DOUBLE_MATH].
33846         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33847         PTR_MANGLE and PTR_DEMANGLE.
33849         * socket/accept4.c (accept4): Rename to __libc_accept4.
33850         Define accept4 as a weak alias.
33852         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33853         on [_DIRENT_HAVE_D_TYPE].
33854         * io/ftw.c (ftw_dir): Likewise.
33856         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33858         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33860         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33861         Use the BSD numbers rather than the arbitrary ones we had.
33862         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33863         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33864         (SIGXCPU, SIGXFSZ): New macros.
33865         (_NSIG): Now 32.
33867         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33868         initializer on [_LIBC_REENTRANT].
33870         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33871         definitions inside [_POSIX_MAPPED_FILES].
33873         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33875         * dirent/opendir.c: Include <fcntl.h>.
33877         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33878         (__libc_getspecific): Likewise.
33879         (__libc_key_create): Likewise.
33881         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33882         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33883         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33884         (tmpfile64): Define as alias.
33885         * sysdeps/wordsize-64/tmpfile.c: File removed.
33886         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33887         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33888         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33890         * stdio-common/vfscanf.c: Include <stdbool.h>.
33891         * nss/makedb.c: Likewise.
33892         * stdio-common/_i18n_number.h: Likewise.
33893         * argp/argp-help.c: Likewise.
33894         * posix/wordexp.c: Likewise.
33895         * sysdeps/posix/spawni.c: Likewise.
33896         * nss/nss_files/files-initgroups.c: Likewise.
33897         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33898         * nss/nss_files/files-initgroups.c: Likewise.
33899         * nss/nss_db/db-netgrp.c: Likewise.
33900         * nss/nss_db/db-initgroups.c: Likewise.
33901         * io/fchmodat.c: Include <sys/stat.h>.
33903         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33904         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33906         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33907         [HAVE_MMAP].
33909         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33910         Add multiple inclusion protection.
33912 2012-07-27  David S. Miller  <davem@davemloft.net>
33914         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33916 2012-07-27  Gary Benson  <gbenson@redhat.com>
33918         [BZ #14298]
33919         * elf/rtld.c: Include <stap-probe.h>.
33920         (dl_main): Added static probes "init_start" and "init_complete".
33921         * elf/dl-load.c: Include <stap-probe.h>.
33922         (lose): Take new parameter "nsid".
33923         Added static probe "map_failed".
33924         (_dl_map_object_from_fd): Pass namespace id to lose.
33925         Added static probe "map_start".
33926         (open_verify): Pass namespace id to lose.
33927         * elf/dl-open.c: Include <stap-probe.h>.
33928         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33929         and "reloc_complete".
33930         * elf/dl-close.c: Include <stap-probe.h>.
33931         (_dl_close_worker): Added static probes "unmap_start" and
33932         "unmap_complete".
33933         * elf/rtld-debugger-interface.txt: New file documenting the above.
33935 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33937         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33938         rather than a string variable.
33939         * sunrpc/rpc_main.c (h_output): Likewise.
33940         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33942 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33944         * inet/check_native.c: New file.
33946 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33948         [BZ #13629]
33949         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33950         if larger part has absolute value 1.0.
33951         * math/s_clog10.c (__clog10): Likewise.
33952         * math/s_clog10f.c (__clog10f): Likewise.
33953         * math/s_clog10l.c (__clog10l): Likewise.
33954         * math/s_clogf.c (__clogf): Likewise.
33955         * math/s_clogl.c (__clogl): Likewise.
33956         * math/libm-test.inc (clog_test): Add more tests.
33957         (clog10_test): Likewise.
33958         * sysdeps/i386/fpu/libm-test-ulps: Update.
33959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33961         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33962         (pltexit): Likewise.
33963         (La_regs): Likewise.
33964         (La_retval): Likewise.
33965         (int_retval): Likewise.
33966         Update #error for removed macros to refer only to definitions in
33967         tst-audit.h.
33968         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33969         macro.
33970         (pltexit): Likewise.
33971         (La_regs): Likewise.
33972         (La_retval): Likewise.
33973         (int_retval): Likewise.
33974         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33975         macro.
33976         (pltexit): Likewise.
33977         (La_regs): Likewise.
33978         (La_retval): Likewise.
33979         (int_retval): Likewise.
33980         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33981         macro.
33982         (pltexit): Likewise.
33983         (La_regs): Likewise.
33984         (La_retval): Likewise.
33985         (int_retval): Likewise.
33986         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33987         macro.
33988         (pltexit): Likewise.
33989         (La_regs): Likewise.
33990         (La_retval): Likewise.
33991         (int_retval): Likewise.
33992         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33993         macro.
33994         (pltexit): Likewise.
33995         (La_regs): Likewise.
33996         (La_retval): Likewise.
33997         (int_retval): Likewise.
33998         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33999         macro.
34000         (pltexit): Likewise.
34001         (La_regs): Likewise.
34002         (La_retval): Likewise.
34003         (int_retval): Likewise.
34004         * sysdeps/generic/tst-audit.h: Update comment to refer only to
34005         macro definitions in tst-audit.h.
34006         * sysdeps/i386/tst-audit.h: New file.
34007         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
34008         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
34009         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
34010         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
34011         * sysdeps/sh/tst-audit.h: Likewise.
34012         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
34013         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
34014         * sysdeps/x86_64/tst-audit.h: Likewise.
34016 2012-07-26  Andreas Jaeger  <aj@suse.de>
34018         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
34019         ptrace.
34021         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
34022         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
34023         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
34024         PTRACE_O_MASK.
34025         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
34026         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
34027         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
34029         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
34030         value.
34032         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
34033         _sigsys.
34034         (si_call_addr, si_syscall, si_arch): Define new macro.
34035         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
34036         _sigsys.
34037         (si_call_addr, si_syscall, si_arch): Define new marcro.
34038         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
34039         _sigsys.
34040         (si_call_addr, si_syscall, si_arch): Define new macro.
34041         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
34042         _sigsys.
34043         (si_call_addr, si_syscall, si_arch): Define new macro.
34045 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
34047         [BZ #13717]
34048         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34049         Change to 2.4.21 where previously 2.4.1.
34050         * sysdeps/unix/sysv/linux/configure: Regenerated.
34051         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
34052         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
34053         Linux kernel version.
34054         (__ASSUME_STD_AUXV): Remove.
34055         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
34056         kernel version.
34057         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
34058         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
34059         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
34060         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
34061         (__ASSUME_NETLINK_SUPPORT): Likewise.
34062         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
34063         (__no_netlink_support): Remove conditional definition.
34064         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
34065         Remove.
34066         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
34067         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
34068         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
34069         (if_nameindex_ioctl): Remove.
34070         (if_nameindex_netlink): Do not handle __no_netlink_support.
34071         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
34072         code.
34073         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
34074         Remove conditional code.
34075         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
34076         code.
34077         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
34078         unconditional.
34079         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
34080         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
34081         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
34082         Remove.
34083         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
34084         [!__ASSUME_STD_AUXV]: Remove conditional code.
34085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
34086         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
34087         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
34088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
34089         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
34090         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
34091         code.
34092         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
34093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
34094         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
34095         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
34096         conditional code.
34097         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
34098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
34099         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
34100         code.
34101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
34102         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
34103         conditional code.
34104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
34105         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34106         code unconditional.
34107         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34108         conditional code.
34109         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34110         unconditional.
34111         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34112         conditional code.
34113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
34114         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34115         unconditional.
34116         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34117         conditional code.
34118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
34119         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34120         code unconditional.
34121         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34122         conditional code.
34123         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34124         unconditional.
34125         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34126         conditional code.
34127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
34128         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34129         code unconditional.
34130         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34131         conditional code.
34132         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34133         unconditional.
34134         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34135         conditional code.
34137 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
34139         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
34140         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
34141         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
34142         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
34143         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
34144         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
34145         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
34146         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
34147         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
34148         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
34149         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
34150         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
34151         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
34152         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
34153         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
34154         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
34155         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
34156         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
34157         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
34158         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
34159         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
34160         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
34161         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
34163 2012-07-25  Florian Weimer  <fweimer@redhat.com>
34165         * Versions.def: Add GLIBC_2.17.
34166         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
34167         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
34168         Introduce __libc_secure_getenv.
34169         * stdlib/Versions (2.17): Add secure_getenv
34170         (GLIBC_PRIVATE): Add __libc_secure_getenv.
34171         * stdlib/secure-getenv.c: Rename __secure_getenv to
34172         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
34173         symbol __secure_getenv for GLIBC_2.0.
34174         * stdlib/tst-secure-getenv.c: New.
34175         * stdlib/Makefile (tests): Add testcase.
34176         * manual/startup.texi (Environment Access): Document
34177         secure_getenv.
34178         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
34179         __libc_secure_getenv.
34180         * inet/ruserpass.c (ruserpass): Likewise.
34181         * malloc/mtrace.c (mtrace): Likewise.
34182         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
34183         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
34184         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
34185         * sysdeps/posix/tempname.c: Likewise.  Evaluate
34186         HAVE_SECURE_GETENV.
34187         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
34188         __secure_getenv to __libc_secure_getenv.
34189         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
34190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34191         Likewise.
34192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34193         Likewise.
34194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34195         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34196         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34197         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34199         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34200         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
34202 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
34204         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
34205         (struct La_i86_retval): Likewise.
34206         (struct La_x86_64_regs): Likewise.
34207         (struct La_x86_64_retval): Likewise.
34208         (struct La_x32_regs): Likewise.
34209         (struct La_x32_retval): Likewise.
34210         (struct La_ppc32_regs): Likewise.
34211         (struct La_ppc32_retval): Likewise.
34212         (struct La_ppc64_regs): Likewise.
34213         (struct La_ppc64_retval): Likewise.
34214         (struct La_sh_regs): Likewise.
34215         (struct La_sh_retval): Likewise.
34216         (struct La_s390_32_regs): Likewise.
34217         (struct La_s390_32_retval): Likewise.
34218         (struct La_s390_64_regs): Likewise.
34219         (struct La_s390_64_retval): Likewise.
34220         (struct La_sparc32_regs): Likewise.
34221         (struct La_sparc32_retval): Likewise.
34222         (struct La_sparc64_regs): Likewise.
34223         (struct La_sparc64_retval): Likewise.
34224         (struct audit_ifaces): Remove architecture-specific pltenter and
34225         pltexit members.
34226         * sysdeps/i386/ldsodefs.h: New file.
34227         * sysdeps/powerpc/ldsodefs.h: Likewise.
34228         * sysdeps/s390/ldsodefs.h: Likewise.
34229         * sysdeps/sh/ldsodefs.h: Likewise.
34230         * sysdeps/sparc/ldsodefs.h: Likewise.
34231         * sysdeps/x86_64/ldsodefs.h: Likewise.
34233 2012-07-25  Marek Polacek  <polacek@redhat.com>
34235         [BZ #6808]
34236         * math/libm-test.inc (yn_test): Add another test.
34237         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
34238         to ERANGE when the result is +-Inf.
34239         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
34240         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
34241         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
34242         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
34244 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
34246         * conform/data/time.h-data (NULL): Use macro-constant.  Require
34247         equal to 0.
34248         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
34249         clock_t.
34250         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
34252 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
34254         * configure.in <sysdeps resolving>: Correct printing
34255         Implies_before.
34256         * configure: Regenerate.
34258 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
34260         * math/w_ilogb.c: Include <limits.h>.
34261         * math/w_ilogbl.c: Likewise.
34263 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
34265         * manual/lang.texi (__va_copy): Document primarily as ISO C99
34266         va_copy.  Document allowing for unavailable va_copy only as
34267         pre-C99 compatibility.
34268         * manual/string.texi (Copying and Concatenation): Use va_copy
34269         instead of __va_copy in concat example.
34271 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
34273         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
34274         (__sendto): Use create_address_port.  Initialize APORT and deallocate
34275         it if not null.
34277         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
34278         with O_NOLINK passed to __file_name_lookup.
34280         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
34281         with O_NOLINK passed to __file_name_lookup.
34283         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
34284         negative N or less than NGIDS.
34286         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
34287         type to string_t.  Set ERANGE as errno and return it if NAME is not big
34288         enough.  Use memcpy instead of strncpy.
34290 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
34292         * elf/Makefile (check-data): Remove.
34293         (localplt.data): New vpath directive.
34294         ($(objpfx)check-localplt.out): Use localplt.data from vpath
34295         instead of $(check-data).
34296         * scripts/data/localplt-generic.data: Move to ...
34297         * sysdeps/generic/localplt.data: ... here.
34298         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
34299         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
34300         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
34301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
34302         ... here.
34303         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
34304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
34305         ... here.
34306         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
34307         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
34308         ... here.
34309         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
34310         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
34311         ... here.
34312         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
34313         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
34314         ... here.
34315         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
34316         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
34317         ... here.
34319 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34321         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
34322         PPC32 and PPC64 files.
34323         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
34324         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
34326 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34328         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
34329         __makecontext_ret to ...
34330         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
34331         ... here and call exit if uc_link is NULL.  New file.
34332         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
34333         __makecontext_ret.S.
34334         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
34335         __makecontext_ret to ...
34336         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
34337         ... here and call exit if uc_link is NULL.  New file.
34338         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
34339         __makecontext_ret.S.
34341 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34343         * elf/elf.h (R_390_IRELATIVE): New definition.
34344         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
34345         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
34346         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
34347         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
34348         (elf_machine_lazy_rel): Likewise.
34349         * sysdeps/s390/dl-irel.h: New file.
34350         * sysdeps/s390/s390-64/memcpy.S: New asm code.
34351         * sysdeps/s390/s390-64/memset.S: New asm code.
34352         * sysdeps/s390/s390-64/memcmp.S: New asm code.
34353         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
34354         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
34355         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
34356         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
34357         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
34358         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
34359         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
34360         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
34361         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
34362         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
34363         * sysdeps/s390/s390-32/memcpy.S: New asm code.
34364         * sysdeps/s390/s390-32/memset.S: New asm code.
34365         * sysdeps/s390/s390-32/memcmp.S: New asm code.
34367 2012-07-17  Marek Polacek  <polacek@redhat.com>
34369         [BZ #14349]
34370         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
34371         * sysdeps/s390/s390-64/configure.in: Likewise.
34372         * sysdeps/sparc/configure.in: Likewise.
34373         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
34374         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
34375         * sysdeps/i386/configure.in: Likewise.
34376         * sysdeps/x86_64/configure.in: Likewise.
34377         * sysdeps/sh/configure.in: Likewise.
34378         * sysdeps/s390/s390-32/configure: Regenerated.
34379         * sysdeps/s390/s390-64/configure: Likewise.
34380         * sysdeps/x86_64/configure: Likewise.
34381         * sysdeps/sh/configure: Likewise.
34382         * sysdeps/powerpc/powerpc64/configure: Likewise.
34383         * sysdeps/powerpc/powerpc32/configure: Likewise.
34384         * sysdeps/sparc/configure: Likwise.
34385         * sysdeps/i386/configure: Likewise.
34387         * elf/dl-open.c: Comment fixes.
34389 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
34391         * Makefile [CXX] (check-data): Remove.
34392         [CXX] (c++-types.data): New vpath directive.
34393         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34394         vpath.  Do not allow for C++ type data being missing.
34395         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34396         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34397         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34398         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34399         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34400         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34401         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34403         ... here.
34404         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34406         ... here.
34407         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34408         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34409         ... here.
34410         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34411         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34412         ... here.
34413         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34414         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34415         ... here.
34416         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34417         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34418         ... here.
34419         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34420         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34421         ... here.
34422         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34423         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34425         * elf/tls-macros.h (TLS_LE): Move architecture-specific
34426         definitions to architecture-specific files.
34427         (TLS_IE): Likewise.
34428         (TLS_LD): Likewise.
34429         (TLS_GD): Likewise.
34430         * sysdeps/i386/tls-macros.h: New file.
34431         * sysdeps/powerpc/tls-macros.h: Likewise.
34432         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34433         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34434         * sysdeps/sh/tls-macros.h: Likewise.
34435         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34436         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34437         * sysdeps/x86_64/tls-macros.h: Likewise.
34439 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34441         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34442         zero value for regular exit case.
34444         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34445         (__start_context): Preserve zero value for regular exit case.
34447 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34448             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34450         * manual/setjmp.texi (setcontext): Clarify normal process
34451         termination when uc_link is the null pointer.
34452         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34453         exit call.
34455 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
34457         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34458         preprocessor.  Test for each exception mask separately.
34460 2012-07-16  Andreas Jaeger  <aj@suse.de>
34462         * po/ru.po: Update from translation team.
34464 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
34466         * conform/data/string.h-data (NULL): Use macro-constant.  Require
34467         equal to 0.
34468         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34469         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34470         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34471         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34472         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34474 2012-07-13  Andreas Jaeger  <aj@suse.de>
34476         * po/fr.po: Update from translation team.
34478 2012-07-12  Marek Polacek  <polacek@redhat.com>
34480         [BZ #14173]
34481         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34482         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34483         loop condition.
34485 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34487         [BZ #13717]
34488         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34489         Change to 2.4.1 where previously 2.4.0.
34490         * sysdeps/unix/sysv/linux/configure: Regenerated.
34491         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34492         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34493         version.
34494         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34495         (__ASSUME_AT_CLKTCK): Remove.
34496         (__ASSUME_AT_PAGESIZE): Likewise.
34497         (__ASSUME_AT_XID): Likewise.
34498         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34499         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34500         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34501         unconditionally.
34502         (HAVE_AUX_PAGESIZE): Likewise.
34503         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34504         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34505         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34507 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34509         [BZ #14307]
34510         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34511         the temporary buffer used to invoke __gethostbyname2_r,
34512         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34513         host_data / struct gaih_addrtuple.
34514         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34515         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34516         header file nss/nsswitch.h.
34517         * nss/nsswitch.h (global scope): Add definition of implementation
34518         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34519         resolv/nss_dns/dns-host.c).
34521 2012-07-11  Andreas Jaeger  <aj@suse.de>
34523         * po/fr.po: Update from translation team.
34525         * po/sv.po: Update from translation team
34526         * po/fr.po: Another update from translation team.
34528 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34530         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34531         for subnormals or multiply small sinh result by itself.
34532         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34533         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34535 2012-07-11  David S. Miller  <davem@davemloft.net>
34537         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34539 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34541         [BZ #14347]
34542         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34543         (INTERNAL_MARK): Shift it here.
34545 2012-07-10  Marek Polacek  <polacek@redhat.com>
34547         [BZ #14151]
34548         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34549         libc_cv_asm_global_directive with .globl.
34550         * configure: Regenerated.
34551         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34552         with .globl.
34553         * sysdeps/i386/configure: Regenerated.
34554         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34555         with .globl.
34556         * sysdeps/x86_64/configure: Regenerated.
34557         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34558         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34559         * elf/tst-unique2mod2.c: Likewise.
34560         * elf/tst-unique2mod1.c: Likewise.
34561         * elf/tst-unique1mod2.c: Likewise.
34562         * elf/tst-unique1mod1.c: Likewise.
34563         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34564         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34565         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34566         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34567         * sysdeps/mach/sysdep.h: Likewise.
34568         * sysdeps/i386/sysdep.h: Likewise.
34569         * sysdeps/i386/i386-mcount.S: Likewise.
34570         * sysdeps/x86_64/_mcount.S: Likewise.
34571         * sysdeps/x86_64/sysdep.h: Likewise.
34572         * sysdeps/sh/_mcount.S: Likewise.
34573         * sysdeps/sh/sysdep.h: Likewise.
34574         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34575         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34576         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34577         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34578         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34579         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34580         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34581         * locale/localeinfo.h: Likewise.
34582         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34583         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34585 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34587         [BZ #14336]
34588         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34589         system".
34590         * manual/message.texi (The Uniforum approach): Likewise.
34591         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34592         (glibc iconv Implementation): Likewise.
34594 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34596         [BZ #14337]
34597         * math/s_clog.c (__clog): Avoid scaling a value down where that
34598         could result in underflow.
34599         * math/s_clog10.c (__clog10): Likewise.
34600         * math/s_clog10f.c (__clog10f): Likewise.
34601         * math/s_clog10l.c (__clog10l): Likewise.
34602         * math/s_clogf.c (__clogf): Likewise.
34603         * math/s_clogl.c (__clogl): Likewise.
34604         * math/libm-test.inc (clog_test): Add more tests.
34605         (clog10_test): Likewise.
34606         * sysdeps/i386/fpu/libm-test-ulps: Update.
34607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34609 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34611         [BZ #14283]
34612         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34613         by 7 not 8 to examine high bit of fractional part.
34615         [BZ #14042]
34616         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34617         for call to __mcount_internal.
34618         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34619         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34620         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34622 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34624         [BZ #14154]
34625         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34626         approximation for values within 0x1p-13f of an odd multiple of
34627         pi/4.
34628         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34629         exception.  Add more tests.
34630         * sysdeps/i386/fpu/libm-test-ulps: Update.
34632         [BZ #6778]
34633         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34634         inputs and return -1 for them.  Do not check for +Inf in case not
34635         reachable for +Inf.
34636         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34637         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34638         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34639         and return -1 for them.  Do not check for +Inf in case not
34640         reachable for +Inf.
34641         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34642         define.
34643         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34644         and return -1 for them.  Do not check for +Inf in case not
34645         reachable for +Inf.
34646         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34647         spurious underflow.
34648         * sysdeps/i386/fpu/libm-test-ulps: Update.
34649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34651 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34653         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34655 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34657         [BZ #14157]
34658         [BZ #14331]
34659         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34660         could result in spurious underflow.  Scale down values above
34661         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34662         * math/s_csqrtf.c (__csqrtf): Likewise.
34663         * math/s_csqrtl.c (__csqrtl): Likewise.
34664         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34665         spurious underflow.
34666         * sysdeps/i386/fpu/libm-test-ulps: Update.
34667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34669 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34671         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34672         xopen-msg.sed.
34673         * catgets/xopen-msg.awk: New file.
34674         * catgets/xopen-msg.sed: Removed.
34676         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34677         po2text.sed.
34678         * intl/po2test.awk: New file.
34679         * intl/po2test.sed: Removed.
34681 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34683         [BZ #14328]
34684         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34685         or multiply small sinh result by itself.
34686         * math/s_ctanf.c (__ctanf): Likewise.
34687         * math/s_ctanh.c (__ctanh): Likewise.
34688         * math/s_ctanhf.c (__ctanhf): Likewise.
34689         * math/s_ctanhl.c (__ctanhl): Likewise.
34690         * math/s_ctanl.c (__ctanl): Likewise.
34691         * math/libm-test.inc (ctan_test_tonearest): New function.
34692         (ctan_test_towardzero): Likewise.
34693         (ctan_test_downward): Likewise.
34694         (ctan_test_upward): Likewise.
34695         (ctanh_test_tonearest): Likewise.
34696         (ctanh_test_towardzero): Likewise.
34697         (ctanh_test_downward): Likewise.
34698         (ctanh_test_upward): Likewise.
34699         (main): Call these new functions.
34700         * sysdeps/i386/fpu/libm-test-ulps: Update.
34701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34703 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34705         * .gitignore: Delete /ports entry.
34707 2012-07-03  Andreas Jaeger  <aj@suse.de>
34709         * po/bg.po: Update from translation team.
34710         * po/cs.po: Likewise.
34711         * po/de.po: Likewise.
34712         * po/hr.po: Likewise.
34713         * po/nl.pl: Likewise.
34714         * po/pl.po: Likewise.
34715         * po/vi.po: Likewise.
34717 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34719         * Makeconfig [!+link] (+link-before-libc): New variable.
34720         [!+link] (+link-after-libc): Likewise.
34721         [!+link] (+link-tests): Likewise.
34722         [!+link] (+link): Define in terms of $(+link-before-libc) and
34723         $(+link-after-libc).
34724         [!+link-static] (+link-static-before-libc): New variable.
34725         [!+link-static] (+link-static-after-libc): Likewise.
34726         [!+link-static] (+link-static-tests): Likewise.
34727         [!+link-static] (+link-static): Define in terms of
34728         $(+link-static-before-libc) and $(+link-static-after-libc).
34729         [build-shared] (link-libc-before-gnulib): New variable.
34730         [build-shared] (link-libc-tests): Likewise.
34731         [build-shared] (link-libc): Define in terms of
34732         $(link-libc-before-gnulib).
34733         [!build-shared] (link-libc-tests): New variable.
34734         (link-libc-static-tests): New variable.
34735         [!gnulib] (gnulib-arch): New variable.
34736         [!gnulib] (gnulib-tests): Likewise.
34737         [!gnulib] (static-gnulib-arch): Likewise.
34738         [!gnulib] (static-gnulib-tests): Likewise.
34739         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34740         Define with "=" instead of ":=".
34741         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34742         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34743         * Rules (binaries-all-notests): New variable.
34744         (binaries-all-tests): Likewise.
34745         (binaries-static-notests): Likewise.
34746         (binaries-static-tests): Likewise.
34747         (binaries-all): Define using $(binaries-all-notests) and
34748         $(binaries-all-tests).
34749         (binaries-static): Define using $(binaries-static-notests) and
34750         $(binaries-static-tests).
34751         (binaries-shared-tests): New variable.
34752         (binaries-shared-notests): Likewise.
34753         (binaries-shared): Remove variable.
34754         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34755         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34756         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34757         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34758         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34759         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34760         * elf/Makefile (sln-modules): New variable.
34761         (extra-objs): Add $(sln-modules:=.o).
34762         (ldconfig-modules): Add static-stubs.
34763         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34764         * elf/static-stubs.c: New file.
34766         [BZ #14283]
34767         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34768         by 7 not 8 to examine high bit of fractional part.  Use volatile
34769         variables when splitting into final array of floats if
34770         __FLT_EVAL_METHOD__ != 0.
34771         * math/libm-test.inc (cos_test): Add another test.
34772         (sin_test): Likewise.
34773         * sysdeps/i386/fpu/libm-test-ulps: Update.
34775         [BZ #14273]
34776         * math/libm-test.inc (cosh_test): Add more tests.
34778         * version.h (RELEASE): Set to "development".
34779         (VERSION): Set to "2.16.90".
34781 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34783         * NEWS: Update copyright. Remove last-updated date.
34784         Mention math library bug fixes and timezone data changes.
34785         * README: Mention GNU/Hurd, x32, and HPPA support status.
34787 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34789         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34791 2012-06-27  Andreas Jaeger  <aj@suse.de>
34793         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34795 2012-06-25  Andreas Jaeger  <aj@suse.de>
34797         * sysdeps/s390/fpu/libm-test-ulps: Update.
34799 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34800             Thomas Schwinge  <thomas@codesourcery.com>
34802         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34803         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34804         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34805         fanotify_mark.
34807 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34809         * sysdeps/mach/start.c: Remove file.
34810         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34811         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34812         * sysdeps/sh/init-first.c: Likewise.
34814         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34815         registers for frame unwinding purposes, add CFI directives.
34816         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34817         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34818         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34819         Likewise.
34821         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34822         __fortify_fail returning.
34823         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34825         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34826         sysdeps/sh/____longjmp_chk.S.
34827         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34828         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34829         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34830         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34832         * sysdeps/sh/abort-instr.h: New file.
34833         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34834         process in case exit returns.
34836         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34837         initialize the GOT register before use.
34839         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34840         calculation of ARGC > 4.
34842         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34843         meaningful names to some local labels.
34845 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34846             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34848         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34849         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34850         (__arch_compare_and_exchange_val_16_acq): Likewise.
34851         (__arch_compare_and_exchange_val_32_acq): Likewise.
34852         (atomic_exchange_and_add): Fix gUSA sequence.
34853         (atomic_add): Likewise.
34854         (atomic_add_negative): Likewise.
34855         (atomic_add_zero): Likewise.
34856         (atomic_bit_test_set): Likewise.
34858 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34860         [BZ #13579]
34861         * include/link.h (struct link_map): Add l_free_initfini.
34862         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34863         l_initfini.
34864         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34865         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34866         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34867         set.
34869 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34871         * configure.in: Use AC_LANG_SOURCE.
34872         * configure: Regenerate.
34874 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34876         * configure.in (libc_cv_localstatedir): New substituted variable.
34877         * configure: Regenerated.
34878         * config.make.in (localstatedir): New variable, substituted from
34879         libc_cv_localstatedir.
34880         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34881         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34882         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34883         * sysdeps/gnu/configure: Regenerated.
34885 2012-06-21  Jeff Law  <law@redhat.com>
34887         [BZ #14277]
34888         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34889         free.  Simplify list management for _LIBC case.
34891 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34893         [BZ #14273]
34894         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34895         Clear sign bit of 64-bit integer value before comparing against
34896         overflow value.
34898         * sysdeps/mach/configure: Regenerated.
34900 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34902         [BZ #14278]
34903         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34905 2012-06-21  Jeff Law  <law@redhat.com>
34907         [BZ #13882]
34908         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34909         uint16_t for elements in the "seen" array to avoid char overflows.
34910         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34911         * elf/dl-open.c (dl_open_worker): Likewise.
34913 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34915         * scripts/list-sources.sh: Scan PORTS for translations.
34916         * po/libc.pot: Regenerated.
34918 2012-06-21  Andreas Jaeger  <aj@suse.de>
34920         [BZ #12194]
34921         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34922         warning.
34923         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34924         * bits/byteswap-16.h (__bswap_16): Likewise.
34925         * bits/byteswap.h (__bswap_constant_16): Likewise.
34927 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34929         [BZ #14117]
34930         * sysdeps/i386/fpu_control.h: Removed.
34931         * sysdeps/x86_64/fpu_control.h: Moved to ...
34932         * sysdeps/x86/fpu_control.h: Here.
34934         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34935         (_FPU_SETCW): Likewise.
34937 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34939         [BZ #14117]
34940         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34941         * sysdeps/x86/fpu/bits/mathinline.h: This.
34942         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34944         [BZ #14050]
34945         [BZ #14117]
34946         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34947         functions if __x86_64__ is defined.
34949 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34951         * string/endian.h: Add !__ASSEMBLER__ condition for including
34952         conversion interfaces.
34954 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34956         [BZ #14241]
34957         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34958         of ABS(x) in calculating zero to negative powers other than odd
34959         integers.
34960         * math/libm-test.inc (pow_test): Add more tests.
34962 2012-06-15  Andreas Jaeger  <aj@suse.de>
34964         * manual/contrib.texi (Contributors): Update entry of Liubov
34965         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34966         Machado Filho.
34968 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34970         * string/string.h: Add __wur to GNU version of strerror_r.
34972 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34974         [BZ #14229]
34975         * string/Makefile (tests): Add tst-strtok_r.
34976         * string/tst-strtok_r.c: New file.
34977         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34978         RAX_LP/RDX_LP on SAVE_PTR.
34980 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34982         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34984 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34986         * libm_test.inc (csqrt_test): Allow more spurious underflow
34987         exceptions.
34988         (j0_test): Likewise.
34989         (j1_test): Likewise.
34990         (y0_test): Likewise.
34991         (y1_test): Likewise.
34993 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34995         * po/Makefile (libc.pot): Use UTF-8 charset.
34997 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34999         [BZ #14210]
35000         Suppress sign-conversion warning from FD_SET.
35001         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
35002         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
35003         not unsigned long int.
35004         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
35006 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
35008         [BZ #14050]
35009         [BZ #14117]
35010         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
35011         __extern_always_inline instead of __extern_inline.
35012         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
35013         (__signbit): Likewise.
35014         (__signbitl): Support C++ namespace.
35015         (lrintf): New inline function.
35016         (lrint): Likewise.
35017         (llrintf): Likewise.
35018         (llrint): Likewise.
35019         (fmaxf): Likewise.
35020         (fmax): Likewise.
35021         (fminf): Likewise.
35022         (fmin): Likewise.
35023         (rint): Likewise.
35024         (rintf): Likewise.
35025         (ceil): Likewise.
35026         (ceilf): Likewise.
35027         (floor): Likewise.
35028         (floorf): Likewise.
35029         (nearbyint): Likewise.
35030         (nearbyintf): Likewise.
35032 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
35034         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
35035         non-default versions.
35037 2012-06-11  Roland McGrath  <roland@hack.frob.com>
35039         [BZ #14218]
35040         * manual/argp.texi (Argp): Reword argp_parse description slightly.
35042 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
35044         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
35045         (FE_UPWARD, FE_DOWNWARD): Don't define.
35046         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
35047         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35049         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
35050         reading it.
35051         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35052         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35054 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35056         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
35057         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
35058         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
35059         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
35061 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
35063         [BZ #14117]
35064         * sysdeps/i386/fpu/bits/fenv.h: Removed.
35065         * sysdeps/i386/fpu/Implies: New file.
35066         * sysdeps/x86_64/fpu/Implies: Likewise.
35067         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
35068         * sysdeps/x86/fpu/bits/fenv.h: This.
35070         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
35071         __SSE_MATH__.
35073 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35075         [BZ #14134]
35076         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
35077         character 0xffff that matches the last element of the
35078         conversion table.
35080 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35082         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
35083         fmodl commit.
35085 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35087         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
35088         values higher than 25.6283.
35090 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35092         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
35093         subnormal exponent extraction and add some __builtin_expect.
35094         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
35095         Fix for subnormal mantissa calculation.
35097 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
35099         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
35100         cpu2 is -1 and errno is not ENOSYS.
35102 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
35104         [BZ #14117]
35105         * sysdeps/i386/i486/bits/string.h: Renamed to ...
35106         * sysdeps/x86/bits/string.h: This.
35107         * sysdeps/x86_64/bits/string.h: Removed.
35109         * sysdeps/i386/i486/bits/string.h: Define inline functions only
35110         if not compiling for x86-64, but compiling for >= i486.
35112         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
35113         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
35115         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
35116         New macro from Linux kernel 3.4.0.
35117         (FP_XSTATE_MAGIC2): Likewise.
35118         (FP_XSTATE_MAGIC2_SIZE): Likewise.
35119         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
35120         (struct _fpx_sw_bytes): New struct.
35121         (struct _xsave_hdr): Likewise.
35122         (struct _ymmh_state): Likewise.
35123         (struct _xstate): Likewise.
35125         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
35126         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
35127         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
35128         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
35129         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
35130         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
35132         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
35133         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
35134         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
35135         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
35136         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
35137         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
35139 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35141         [BZ #13743]
35142         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
35143         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
35144         (sysdep_headers): Include sys/platform/ppc.h.
35145         * sysdeps/powerpc/test-gettimebase.c: Test for
35146         __ppc_get_timebase() to catch future ISA opcode/insn changes.
35147         * manual/Makefile (appendices): Include platform.texi.
35148         * manual/contrib.texi (Contributors): Update @node pointers.
35149         * manual/maint.texi (Maintenance): Likewise.
35150         (Platform): New node.
35151         * manual/platform.texi: New file.  Document the new features.
35153 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35154             Jakub Jelinek  <jakub@redhat.com>
35156         [BZ #14188]
35157         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
35158         where __builtin_expect is unavailable.
35160 2012-06-03  David S. Miller  <davem@davemloft.net>
35162         * stdlib/longlong.h: Updated from GCC.
35164 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
35166         [BZ #14042]
35167         * sysdeps/powerpc/powerpc32/mcount.c: New file.
35168         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
35169         __mcount_internal.
35170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35171         (GLIBC_2.16): Likewise.
35173 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35175         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
35177 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
35179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
35180         (default-abi): New variable.
35181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
35182         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
35183         variable.
35184         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
35185         Likewise.
35186         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
35187         Likewise.
35188         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
35189         Likewise.
35191         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
35192         definition.  Document in comment.
35194 2012-06-01  David S. Miller  <davem@davemloft.net>
35196         * stdlib/longlong.h: Updated from GCC.
35198 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35200         [BZ #14117]
35201         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
35202         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
35203         sys/debugreg.h sys/io.h here.
35204         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
35205         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
35206         sys/io.h.
35207         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
35208         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
35209         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
35210         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
35211         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
35212         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
35214         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
35215         Define only if __x86_64__ is defined.
35217 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
35219         [BZ #14048]
35220         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
35221         Use int64_t for variable i.
35222         * math/libm-test.inc (fmod_test): Add more tests.
35224         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
35225         z computation is not scheduled after fetestexcept.
35226         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
35227         Use math_force_eval instead of asm to ensure calculation scheduled
35228         before exception test.
35229         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
35230         Ensure a1 + u.d computation is not scheduled after fetestexcept.
35232 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
35234         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
35235         computation is not scheduled after fetestexcept.
35237 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35239         [BZ #14117]
35240         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
35241         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
35243 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35245         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
35246         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
35248 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
35250         [BZ #14117]
35251         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
35252         <bits/wordsize.h>.
35253         (__WCHAR_MIN): Support __WORDSIZE == 64.
35254         (__WCHAR_MAX): Likewise.
35256         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
35257         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
35259         [BZ #14183]
35260         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
35261         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
35263         [BZ #14117]
35264         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
35265         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
35267         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
35268         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
35270         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
35271         Defined to 1 if __x86_64__ isn't defined.
35272         (_STAT_VER_LINUX_OLD): New.
35273         (st_atime): Remove duplicate.
35274         (st_mtime): Likewise.
35275         (st_ctime): Likewise.
35277 2012-05-31  David S. Miller  <davem@davemloft.net>
35279         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
35280         entries.
35282 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
35284         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
35285         gen-libm-test.pl.
35287         [BZ #14132]
35288         * elf/dl-reloc.c: Include <_itoa.h>.
35289         (_dl_reloc_bad_type): Remove use of INTUSE.
35290         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
35291         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
35292         * stdio-common/psiginfo.c (psiginfo): Likewise.
35293         * stdio-common/psignal.c (psignal): Likewise.
35294         * string/strsignal.c (strsignal): Likewise.
35295         * include/signal.h (_sys_siglist): Declare hidden proto.
35296         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
35297         INTVARDEF with libc_hidden_data_def.
35298         * stdio-common/itoa-udigits.c: Likewise.
35299         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
35300         (_itoa_lower_digits_internal): Remove declaration.
35301         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
35302         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
35303         (_sys_sigabbrev_internal): Remove aliases.
35304         (_sys_siglist): Define hidden alias.
35306 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
35308         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35309         bits/sysctl.h.
35311 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
35313         [BZ #14117]
35314         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
35315         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
35317         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
35318         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
35319         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
35320         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
35321         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
35322         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
35324         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
35325         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
35326         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
35328         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
35329         with __addr.
35330         (insw): Likewise.
35331         (insl): Likewise.
35332         (outsb): Likewise.
35333         (outsw): Likewise.
35334         (outsl): Likewise.
35336         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
35337         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
35338         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
35340         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
35341         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
35342         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
35343         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
35344         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
35345         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
35347         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
35348         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
35350         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
35351         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
35353         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
35354         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
35355         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
35357         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
35358         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
35359         to ...
35360         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
35362         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
35363         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
35364         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
35366         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
35367         for x86-64.
35368         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
35370 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
35372         * math/math.h (M_El): Use two more decimal places.
35373         (M_LOG2El): Likewise.
35374         (M_LOG10El): Likewise.
35375         (M_LN2l): Likewise.
35376         (M_LN10l): Likewise.
35377         (M_PIl): Likewise.
35378         (M_PI_2l): Likewise.
35379         (M_PI_4l): Likewise.
35380         (M_1_PIl): Likewise.
35381         (M_2_PIl): Likewise.
35382         (M_2_SQRTPIl): Likewise.
35383         (M_SQRT2l): Likewise.
35384         (M_SQRT1_2l): Likewise.
35386 2012-05-31  David S. Miller  <davem@davemloft.net>
35388         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
35389         values between float registers.
35390         * sysdeps/sparc/sparc64/memset.S: Likewise.
35391         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35393 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
35395         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35396         -D_FORTIFY_SOURCE=1.
35397         (CPPFLAGS-tst-longjmp_chk.c): Define.
35398         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35399         (CPPFLAGS-tst-longjmp_chk2.c): Define.
35400         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35401         CFLAGS-tst-wchar-h.c.
35403 2012-05-31  Marek Polacek  <polacek@redhat.com>
35405         [BZ #14132]
35406         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35407         __endmntent_internal): Remove declaration.
35408         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35409         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35410         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35412 2012-05-30  David S. Miller  <davem@davemloft.net>
35414         * sysdeps/sparc/sparc32/soft-fp/q_util.c
35415         (___Q_simulate_exceptions): Use real FP ops rather than writing
35416         into the %fsr.
35417         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35418         Likewise.
35420 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35422         [BZ #14117]
35423         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35424         * sysdeps/x86/bits/xtitypes.h: This.
35426         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35427         * sysdeps/x86/bits/wordsize.h: This.
35429         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35430         * sysdeps/x86/bits/huge_vall.h: This.
35432         * sysdeps/i386/bits/select.h: Removed.
35433         * sysdeps/x86_64/bits/select.h: Renamed to ...
35434         * sysdeps/x86/bits/select.h: This.
35436         * sysdeps/i386/bits/setjmp.h: Removed.
35437         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35438         * sysdeps/x86/bits/setjmp.h: This.
35440         * sysdeps/i386/bits/mathdef.h: Removed.
35441         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35442         * sysdeps/x86/bits/mathdef.h: This.
35444 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
35446         [BZ #14132]
35447         * include/sys/socket.h (__connect_internal)
35448         (__libc_sa_len_internal): Remove declaration.
35449         (__connect, __libc_sa_len): Declare hidden_proto.
35450         (SA_LEN): Remove use of INTUSE.
35451         * socket/connect.c: Add libc_hidden_def.
35452         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35453         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35454         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35455         alias.
35456         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35457         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35458         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35459         of adding _internal alias.
35461 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35463         [BZ #14117]
35464         * sysdeps/i386/bits/link.h: Removed.
35465         * sysdeps/i386/bits/linkmap.h: Likewise.
35466         * sysdeps/x86_64/bits/link.h: Renamed to ...
35467         * sysdeps/x86/bits/link.h: This.
35468         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35469         * sysdeps/x86/bits/linkmap.h: This.
35471         * sysdeps/i386/bits/endian.h: Removed.
35472         * sysdeps/x86_64/bits/endian.h: Renamed to ...
35473         * sysdeps/x86/bits/endian.h: This.
35475         * sysdeps/i386/bits/byteswap.h: Removed.
35476         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35477         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35478         * sysdeps/x86/bits/byteswap.h: This.
35479         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35480         * sysdeps/x86/bits/byteswap-16.h: This.
35481         * sysdeps/i386/Implies: Add x86.
35482         * sysdeps/x86_64/Implies: Likewise.
35484 2012-05-30  David S. Miller  <davem@davemloft.net>
35486         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35487         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35488         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35489         (FP_TRAPPING_EXCEPTIONS): Define.
35490         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35491         (FP_TRAPPING_EXCEPTIONS): Define.
35492         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35493         subnormals only when inexact has been signalled or underflow
35494         exceptions are enabled.
35495         (_FP_PACK_CANONICAL): Likewise.
35497 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35499         [BZ #14183]
35500         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35501         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35503 2012-05-30  Richard Henderson  <rth@twiddle.net>
35505         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35506         with #ifndef NOT_IN_libc.
35508         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35509         marked to avoid plt entry.
35511 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35513         [BZ #14112]
35514         * Makeconfig (default-abi): New macro.
35515         (abi-includes): Likewise.
35516         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35517         $(abi-$(default-abi)-lib-soname) for soname if defined.
35518         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35519         abi-variants.
35520         * Makefile (installed-stubs): Likewise.
35521         * include/stubs-biarch.h: Removed.
35522         * scripts/lib-names.awk: Only handle one library at a time.
35523         * scripts/soversions.awk: Remove WORDSIZE support.
35524         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35525         entries.
35526         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35527         Removed.
35528         (syscall-list-default-condition): Likewise.
35529         (syscall-list-default-condition): Likewise.
35530         (syscall-list-includes): Likewise.
35531         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35532         syscall-list-* with abi-*.  Handle undefined abi-variants.
35533         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35534         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35535         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35536         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35537         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35538         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35539         Removed.
35540         (syscall-list-32-options): Likewise.
35541         (syscall-list-32-condition): Likewise.
35542         (syscall-list-64-options): Likewise.
35543         (syscall-list-64-condition): Likewise.
35544         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35545         macro.
35546         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35547         Renamed to ...
35548         (abi-*): This.
35549         (abi-64-ld-soname): New macro.
35550         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35551         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35552         Renamed to ...
35553         (abi-*): This.
35554         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35555         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35557 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35559         * sysdeps/unix/sysv/linux/kernel-features.h
35560         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35561         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35562         include <kernel-features.h>.
35563         [!__NR_ftruncate64]: Remove conditional code.
35564         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35565         [__NR_ftruncate64]: Make code unconditional.
35566         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35567         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35568         include <kernel-features.h>.
35569         [!__NR_ftruncate64]: Remove conditional code.
35570         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35571         [__NR_ftruncate64]: Make code unconditional.
35572         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35574         include <kernel-features.h>.
35575         [!__NR_ftruncate64]: Remove conditional code.
35576         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35577         [__NR_ftruncate64]: Make code unconditional.
35578         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35580         include <kernel-features.h>.
35581         [!__NR_ftruncate64]: Remove conditional code.
35582         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35583         [__NR_ftruncate64]: Make code unconditional.
35584         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35586         * configure.in (libc_cv_fpie): Weaken to a compile test using
35587         LIBC_TRY_CC_OPTION.
35588         * configure: Regenerated.
35590 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35592         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35593         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35594         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35595         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35596         Refreshed.
35597         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35598         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35600         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35601         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35602         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35603         Refreshed.
35605 2012-05-27  David S. Miller  <davem@davemloft.net>
35607         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35608         (___Q_zero): New.
35609         (__Q_simulate_exceptions): Return void.  Change to simulate
35610         exceptions by writing into the %fsr.
35611         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35612         (__Qp_handle_exceptions): Likewise.
35613         (numbers): Delete.
35614         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35615         __Qp_handle_exceptions.
35616         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35617         __Qp_handle_exceptions.
35618         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35619         as unused and give dummy FP_RND_NEAREST initializer.
35620         (FP_INHIBIT_RESULTS): Define.
35621         (___Q_simulate_exceptions): Update declaration.
35622         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35623         formatting.
35624         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35625         as unused and give dummy FP_RND_NEAREST initializer.
35626         (__Qp_handle_exceptions): Update declaration.
35627         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35628         formatting.
35630 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35632         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35633         the temporary FPU control word.
35634         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35635         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35636         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35637         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35638         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35639         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35640         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35641         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35642         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35643         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35644         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35646 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35648         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35649         fields.
35651 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35653         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35654         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35655         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35656         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35657         Likewise.
35658         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35659         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35660         Likewise.
35662 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35664         * po/h.po: Update from translation team.
35666 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35668         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35670         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35671         handling of denormals.
35672         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35673         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35674         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35675         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35676         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35677         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35678         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35679         Likewise.
35681 2012-05-26  Marek Polacek  <polacek@redhat.com>
35683         [BZ #14152]
35684         * math/libm-test.inc (fma_test): Don't always expect underflow
35685         exception.
35687 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35689         [BZ #12416]
35690         * elf/tst-execstack.c: Include stackinfo.h.
35691         (do_test): Adjust test case to ensure that pthread_getattr_np
35692         behaviour remains the same after marking stack executable.
35694 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35696         * sysdeps/unix/sysv/linux/kernel-features.h
35697         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35698         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35699         kernel-features.h.
35700         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35701         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35702         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35703         kernel-features.h.
35704         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35705         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35707 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35709         * configure.in: Define the default includes to being none.
35710         * configure: Regenerated.
35712 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35714         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35715         * sysdeps/x86_64/setjmp.S: Likewise.
35716         * sysdeps/i386/bsd-setjmp.S: Likewise.
35717         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35718         * sysdeps/i386/setjmp.S: Likewise.
35719         * sysdeps/i386/__longjmp.S: Likewise.
35720         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35721         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35723         * include/stap-probe.h: New file.
35724         * configure.in: Handle --enable-systemtap.
35725         * configure: Regenerated.
35726         * config.h.in (USE_STAP_PROBE): New #undef.
35727         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35728         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35729         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35731 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35733         [BZ #13717]
35734         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35735         to 2.4.0 where earlier.
35736         * sysdeps/unix/sysv/linux/configure: Regenerated.
35737         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35738         <kernel-features.h>.
35739         [__ASSUME_32BITUIDS]: Make code unconditional.
35740         [!__ASSUME_32BITUIDS]: Remove conditional code.
35741         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35742         <kernel-features.h>.
35743         [__ASSUME_32BITUIDS]: Make code unconditional.
35744         [!__ASSUME_32BITUIDS]: Remove conditional code.
35745         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35746         [__ASSUME_32BITUIDS]: Make code unconditional.
35747         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35748         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35749         <kernel-features.h>.
35750         [__ASSUME_32BITUIDS]: Make code unconditional.
35751         [!__ASSUME_32BITUIDS]: Remove conditional code.
35752         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35753         <kernel-features.h>.
35754         [__ASSUME_32BITUIDS]: Make code unconditional.
35755         [!__ASSUME_32BITUIDS]: Remove conditional code.
35756         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35757         <kernel-features.h>.
35758         [__ASSUME_32BITUIDS]: Make code unconditional.
35759         [!__ASSUME_32BITUIDS]: Remove conditional code.
35760         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35761         <kernel-features.h>.
35762         [__ASSUME_32BITUIDS]: Make code unconditional.
35763         [!__ASSUME_32BITUIDS]: Remove conditional code.
35764         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35765         <kernel-features.h>.
35766         [__ASSUME_32BITUIDS]: Make code unconditional.
35767         [!__ASSUME_32BITUIDS]: Remove conditional code.
35768         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35769         <kernel-features.h>.
35770         [__ASSUME_32BITUIDS]: Make code unconditional.
35771         [!__ASSUME_32BITUIDS]: Remove conditional code.
35772         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35773         <kernel-features.h>.
35774         [__ASSUME_32BITUIDS]: Make code unconditional.
35775         [!__ASSUME_32BITUIDS]: Remove conditional code.
35776         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35777         <kernel-features.h>.
35778         [__ASSUME_32BITUIDS]: Make code unconditional.
35779         [!__ASSUME_32BITUIDS]: Remove conditional code.
35780         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35781         <kernel-features.h>.
35782         [__ASSUME_32BITUIDS]: Make code unconditional.
35783         [!__ASSUME_32BITUIDS]: Remove conditional code.
35784         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35785         <kernel-features.h>.
35786         [__ASSUME_32BITUIDS]: Make code unconditional.
35787         [!__ASSUME_32BITUIDS]: Remove conditional code.
35788         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35789         <kernel-features.h>.
35790         [__NR_setresgid] (__setresgid): Do not declare.
35791         [__ASSUME_32BITUIDS]: Make code unconditional.
35792         [!__ASSUME_32BITUIDS]: Remove conditional code.
35793         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35794         <kernel-features.h>.
35795         [__NR_setresuid] (__setresuid): Do not declare.
35796         [__ASSUME_32BITUIDS]: Make code unconditional.
35797         [!__ASSUME_32BITUIDS]: Remove conditional code.
35798         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35799         <kernel-features.h>.
35800         [__ASSUME_32BITUIDS]: Make code unconditional.
35801         [!__ASSUME_32BITUIDS]: Remove conditional code.
35802         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35803         <kernel-features.h>.
35804         [__ASSUME_32BITUIDS]: Make code unconditional.
35805         [!__ASSUME_32BITUIDS]: Remove conditional code.
35806         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35807         <kernel-features.h>.
35808         [__ASSUME_32BITUIDS]: Make code unconditional.
35809         [!__ASSUME_32BITUIDS]: Remove conditional code.
35810         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35811         <kernel-features.h>.
35812         [__ASSUME_32BITUIDS]: Make code unconditional.
35813         [!__ASSUME_32BITUIDS]: Remove conditional code.
35814         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35815         <kernel-features.h>.
35816         [__ASSUME_32BITUIDS]: Make code unconditional.
35817         [!__ASSUME_32BITUIDS]: Remove conditional code.
35818         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35819         <kernel-features.h>.
35820         [__ASSUME_32BITUIDS]: Make code unconditional.
35821         [!__ASSUME_32BITUIDS]: Remove conditional code.
35822         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35823         <kernel-features.h>.
35824         [__ASSUME_32BITUIDS]: Make code unconditional.
35825         [!__ASSUME_32BITUIDS]: Remove conditional code.
35826         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35827         <kernel-features.h>.
35828         [__ASSUME_32BITUIDS]: Make code unconditional.
35829         [!__ASSUME_32BITUIDS]: Remove conditional code.
35830         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35831         <kernel-features.h>.
35832         [__ASSUME_32BITUIDS]: Make code unconditional.
35833         [!__ASSUME_32BITUIDS]: Remove conditional code.
35834         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35835         <kernel-features.h>.
35836         [__ASSUME_32BITUIDS]: Make code unconditional.
35837         [!__ASSUME_32BITUIDS]: Remove conditional code.
35838         * sysdeps/unix/sysv/linux/kernel-features.h
35839         (__ASSUME_SETRESUID_SYSCALL): Remove.
35840         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35841         (__ASSUME_32BITUIDS): Likewise.
35842         (__ASSUME_LDT_WORKS): Likewise.
35843         (__ASSUME_O_DIRECTORY): Likewise.
35844         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35845         architecture but not kernel version.
35846         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35847         (__ASSUME_MMAP2_SYSCALL): Likewise.
35848         (__ASSUME_STAT64_SYSCALL): Likewise.
35849         (__ASSUME_IPC64): Likewise.
35850         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35851         <kernel-features.h>.
35852         [__ASSUME_32BITUIDS]: Make code unconditional.
35853         [!__ASSUME_32BITUIDS]: Remove conditional code.
35854         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35855         <kernel-features.h>.
35856         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35857         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35858         132096]: Remove conditional code.
35859         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35860         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35861         <kernel-features.h>.
35862         [__ASSUME_32BITUIDS]: Make code unconditional.
35863         [!__ASSUME_32BITUIDS]: Remove conditional code.
35864         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35865         <kernel-features.h>.
35866         [__ASSUME_32BITUIDS]: Make code unconditional.
35867         [!__ASSUME_32BITUIDS]: Remove conditional code.
35868         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35869         <kernel-features.h>.
35870         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35871         unconditional.
35872         (__setresgid): Do not declare.
35873         [__ASSUME_32BITUIDS]: Make code unconditional.
35874         [!__ASSUME_32BITUIDS]: Remove conditional code.
35875         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35876         <kernel-features.h>.
35877         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35878         unconditional.
35879         (__setresuid): Do not declare.
35880         [__ASSUME_32BITUIDS]: Make code unconditional.
35881         [!__ASSUME_32BITUIDS]: Remove conditional code.
35882         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35883         <kernel-features.h>.
35884         [__ASSUME_32BITUIDS]: Make code unconditional.
35885         [!__ASSUME_32BITUIDS]: Remove conditional code.
35886         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35887         <kernel-features.h>.
35888         [__ASSUME_32BITUIDS]: Make code unconditional.
35889         [!__ASSUME_32BITUIDS]: Remove conditional code.
35891 2012-05-25  Richard Henderson  <rth@twiddle.net>
35893         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35894         dl_hwcap to ifunc resolver.
35895         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35896         elf_ifunc_invoke.
35897         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35898         dl_hwcap to ifunc resolver.
35899         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35901 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35903         [BZ #14153]
35904         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35905         for |x| <= 2**-26, not 2**-57.
35906         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35907         exception.
35909 2012-05-24  Jeff Law  <law@redhat.com>
35911         * stdio-common/Makefile (tests): Add bug25.
35912         * stdio-common/bug25.c: New test.
35914 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35916         [BZ #13576]
35917         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35918         multiple of MALLOC_ALIGNMENT in size.
35919         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35921 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35923         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35924         Require >= 256.
35925         (FILENAME_MAX): Use macro-int-constant.
35926         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35927         (_IOFBF): Use macro-int-constant.
35928         (_IOLBF): Likewise.
35929         (_IONBF): Likewise.
35930         (SEEK_CUR): Likewise.
35931         (SEEK_END): Likewise.
35932         (SEEK_SET): Likewise.
35933         (TMP_MAX): Likewise.
35934         (EOF): Use macro-int-constant.  Require < 0.
35935         (NULL): Use macro-constant.  Require == 0.
35936         (stdin): Require type to be FILE *.
35937         (stdout): Likewise.
35938         (stderr): Likewise.
35939         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35940         macro-int-constant.
35941         (EXIT_SUCCESS): Likewise.
35942         (NULL): Use macro-constant.  Require == 0.
35943         (RAND_MAX): Use macro-int-constant.
35944         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35945         [C99-based standards] (strtof): Require function.
35946         [C99-based standards] (strtold): Likewise.
35947         [C99-based standards] (strtoll): Likewise.
35948         [C99-based standards] (strtoull): Likewise.
35949         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35950         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35951         [ISO || ISO99 || ISO11] (math.h): Likewise.
35952         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35953         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35954         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35956 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35958         [BZ #14132]
35959         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35960         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35961         * intl/dgettext.c (DCGETTEXT): Likewise.
35962         * intl/gettext.c (DCGETTEXT): Likewise.
35963         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35964         * posix/regex_internal.h (gettext): Likewise.
35965         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35966         Remove declaration.
35967         * include/argz.h (__argz_count_internal)
35968         (__argz_stringify_internal): Remove declaration.
35969         (__argz_count, __argz_stringify): Declare hidden proto.
35970         * intl/dcgettext.c: Remove use of INTDEF.
35971         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35972         * string/argz-stringify.c: Likewise.
35973         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35974         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35975         Declare hidden proto.
35976         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35977         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35978         Declare hidden proto.
35979         * include/stdio.h (__asprintf_internal): Don't declare.
35980         (__asprintf): Don't define as macro.  Declare hidden proto.
35981         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35982         (__fsetlocking): Declare hidden proto.
35983         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35984         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35985         hidden proto.
35986         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35987         (_IO_setlinebuf): Remove use of INTUSE.
35988         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35989         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35990         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35991         Remove declaration.
35992         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35993         (_IO_do_flush): Remove use of INTUSE.
35994         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35995         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35996         (_IO_adjust_column, _IO_least_wmarker)
35997         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35998         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35999         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
36000         (_IO_default_doallocate, _IO_wdefault_doallocate)
36001         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
36002         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
36003         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
36004         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
36005         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
36006         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
36007         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
36008         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
36009         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
36010         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
36011         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
36012         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
36013         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
36014         proto.
36015         (_IO_flush_all_internal, _IO_adjust_column_internal)
36016         (_IO_default_uflow_internal, _IO_default_finish_internal)
36017         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
36018         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
36019         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
36020         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
36021         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
36022         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
36023         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
36024         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
36025         (_IO_file_close_internal, _IO_file_close_it_internal)
36026         (_IO_file_underflow_internal, _IO_file_overflow_internal)
36027         (_IO_file_init_internal, _IO_file_attach_internal)
36028         (_IO_file_fopen_internal, _IO_file_read_internal)
36029         (_IO_file_sync_internal, _IO_file_seek_internal)
36030         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
36031         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
36032         (_IO_str_underflow_internal, _IO_str_overflow_internal)
36033         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
36034         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
36035         (_IO_list_all_internal, _IO_link_in_internal)
36036         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
36037         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
36038         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
36039         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
36040         (_IO_do_write_internal, _IO_padn_internal)
36041         (_IO_getline_info_internal, _IO_getline_internal)
36042         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
36043         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
36044         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
36045         (_IO_vfscanf_internal, _IO_vfprintf_internal)
36046         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
36047         (_IO_init_internal, _IO_un_link_internal): Don't declare.
36048         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
36049         with libc_hidden_ver, remove use of INTUSE.
36050         * libio/genops.c: Likewise.
36051         * libio/freopen.c: Likewise.
36052         * libio/freopen64.c: Likewise.
36053         * libio/iofclose.c: Likewise.
36054         * libio/iofdopen.c: Likewise.
36055         * libio/iofflush.c: Likewise.
36056         * libio/iofflush_u.c: Likewise.
36057         * libio/iofgets.c: Likewise.
36058         * libio/iofgets_u.c: Likewise.
36059         * libio/iofopen.c: Likewise.
36060         * libio/iofopncook.c: Likewise.
36061         * libio/iofread.c: Likewise.
36062         * libio/iofread_u.c: Likewise.
36063         * libio/ioftell.c: Likewise.
36064         * libio/iofwrite.c: Likewise.
36065         * libio/iogetline.c: Likewise.
36066         * libio/iogets.c: Likewise.
36067         * libio/iogetwline.c: Likewise.
36068         * libio/iopadn.c: Likewise.
36069         * libio/iopopen.c: Likewise.
36070         * libio/ioseekoff.c: Likewise.
36071         * libio/ioseekpos.c: Likewise.
36072         * libio/iosetbuffer.c: Likewise.
36073         * libio/iosetvbuf.c: Likewise.
36074         * libio/ioungetc.c: Likewise.
36075         * libio/ioungetwc.c: Likewise.
36076         * libio/iovdprintf.c: Likewise.
36077         * libio/iovsprintf.c: Likewise.
36078         * libio/iovsscanf.c: Likewise.
36079         * libio/memstream.c: Likewise.
36080         * libio/obprintf.c: Likewise.
36081         * libio/oldfileops.c: Likewise.
36082         * libio/oldiofclose.c: Likewise.
36083         * libio/oldiofdopen.c: Likewise.
36084         * libio/oldiofopen.c: Likewise.
36085         * libio/oldiopopen.c: Likewise.
36086         * libio/oldstdfiles.c: Likewise.
36087         * libio/putc.c: Likewise.
36088         * libio/setbuf.c: Likewise.
36089         * libio/setlinebuf.c: Likewise.
36090         * libio/stdfiles.c: Likewise.
36091         * libio/strops.c: Likewise.
36092         * libio/vasprintf.c: Likewise.
36093         * libio/vscanf.c: Likewise.
36094         * libio/vsnprintf.c: Likewise.
36095         * libio/vswprintf.c: Likewise.
36096         * libio/wfiledoalloc.c: Likewise.
36097         * libio/wfileops.c: Likewise.
36098         * libio/wgenops.c: Likewise.
36099         * libio/wmemstream.c: Likewise.
36100         * libio/wstrops.c: Likewise.
36101         * libio/__fpurge.c: Likewise.
36102         * libio/__fsetlocking.c: Likewise.
36103         * assert/assert.c: Likewise.
36104         * debug/fgets_chk.c: Likewise.
36105         * debug/fgets_u_chk.c: Likewise.
36106         * debug/fread_chk.c: Likewise.
36107         * debug/fread_u_chk.c: Likewise.
36108         * debug/gets_chk.c: Likewise.
36109         * debug/obprintf_chk.c: Likewise.
36110         * debug/vasprintf_chk.c: Likewise.
36111         * debug/vdprintf_chk.c: Likewise.
36112         * debug/vsnprintf_chk.c: Likewise.
36113         * debug/vsprintf_chk.c: Likewise.
36114         * malloc/mtrace.c: Likewise.
36115         * misc/error.c: Likewise.
36116         * misc/syslog.c: Likewise.
36117         * stdio-common/asprintf.c: Likewise.
36118         * stdio-common/fxprintf.c: Likewise.
36119         * stdio-common/getw.c: Likewise.
36120         * stdio-common/isoc99_fscanf.c: Likewise.
36121         * stdio-common/isoc99_scanf.c: Likewise.
36122         * stdio-common/isoc99_vfscanf.c: Likewise.
36123         * stdio-common/isoc99_vscanf.c: Likewise.
36124         * stdio-common/isoc99_vsscanf.c: Likewise.
36125         * stdio-common/printf-prs.c: Likewise.
36126         * stdio-common/printf_fp.c: Likewise.
36127         * stdio-common/printf_fphex.c: Likewise.
36128         * stdio-common/printf_size.c: Likewise.
36129         * stdio-common/putw.c: Likewise.
36130         * stdio-common/scanf.c: Likewise.
36131         * stdio-common/sprintf.c: Likewise.
36132         * stdio-common/tmpfile.c: Likewise.
36133         * stdio-common/vfprintf.c: Likewise.
36134         * stdio-common/vfscanf.c: Likewise.
36135         * stdlib/strfmon_l.c: Likewise.
36136         * sunrpc/openchild.c: Likewise.
36137         * sunrpc/xdr_stdio.c: Likewise.
36138         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
36139         * sysdeps/mach/hurd/tmpfile.c: Likewise.
36141 2012-05-24  Roland McGrath  <roland@hack.frob.com>
36143         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36145         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
36146         in the third column, to generate for the shared library an IFUNC
36147         that uses _dl_vdso_vsym.
36148         * Makerules (COMPILE.c, compile-stdin.c): New variables.
36149         * Makeconfig (object-suffixes-noshared): New variable.
36151         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
36152         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
36153         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
36154         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
36156         [BZ #14132]
36157         * include/sys/time.h (__gettimeofday): Remove macro.
36158         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
36159         * time/gettimeofday.c (__gettimeofday): Remove #undef.
36160         Remove INTDEF.
36161         (__gettimeofday): Add libc_hidden_def.
36162         (gettimeofday): Add libc_hidden_weak.
36163         * sysdeps/mach/gettimeofday.c: Likewise.
36164         * sysdeps/posix/gettimeofday.c: Likewise.
36165         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
36166         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
36167         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
36168         (__gettimeofday_internal): Remove strong_alias.
36169         (__gettimeofday): Add libc_hidden_def.
36170         (gettimeofday): Add libc_hidden_weak.
36171         * sysdeps/unix/syscalls.list (gettimeofday):
36172         Remove __gettimeofday_internal alias.
36174 2012-05-24  Daniel Jacobowitz  <drow@false.org>
36175             H.J. Lu  <hongjiu.lu@intel.com>
36177         [BZ #12495]
36178         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
36179         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
36180         (largebin_index_32_big): New.
36181         (largebin_index): Use it for 16-byte alignment.
36182         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
36183         correction with front_misalign.
36185 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
36187         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
36188         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
36189         Likewise.
36190         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
36191         Likewise.
36192         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
36193         Likewise.
36194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
36195         Likewise.
36196         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
36197         Likewise.
36198         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
36199         Likewise.
36200         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
36201         Likewise.
36202         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
36203         Likewise.
36204         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
36205         Likewise.
36206         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
36207         Likewise.
36208         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
36209         Likewise.
36210         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
36211         Likewise.
36213         * scripts/data/c++-types-x32-linux-gnu.data: New file.
36214         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
36216 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
36218         [BZ #10846]
36219         [BZ #14036]
36220         * math/libm-test.inc (exp_test): Add test from bug 14036.
36221         (pow_test): Add test from bug 10846.
36223         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
36224         and other flags.
36225         (special_function): Do not include flags in test name.
36226         (parse_args): Likewise.
36227         * sysdeps/i386/fpu/libm-test-ulps: Update.
36228         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
36229         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
36230         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
36231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36233         * math/gen-libm-test.pl (%beautify): Add entries for underflow
36234         exceptions.
36235         * math/libm-test.inc ("Philosophy"): Update comment about
36236         exception testing.
36237         (UNDERFLOW_EXCEPTION): New macro.
36238         (UNDERFLOW_EXCEPTION_OK): Likewise.
36239         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
36240         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
36241         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
36242         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
36243         (INVALID_EXCEPTION_OK): Update value.
36244         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
36245         (OVERFLOW_EXCEPTION_OK): Likewise.
36246         (IGNORE_ZERO_INF_SIGN): Likewise.
36247         (test_exceptions): Handle underflow exceptions.
36248         (acos_test): Update for underflow exception expectations.
36249         (cexp_test): Likewise.
36250         (clog_test): Likewise.
36251         (clog10_test): Likewise.
36252         (csqrt_test): Likewise.
36253         (ctan_test): Likewise.
36254         (ctanh_test): Likewise.
36255         (exp_test): Likewise.
36256         (exp10_test): Likewise.
36257         (exp2_test): Likewise.
36258         (expm1_test): Likewise.
36259         (fma_test): Likewise.
36260         (j0_test): Likewise.
36261         (jn_test): Likewise.
36262         (nexttoward_test): Likewise.
36263         (pow_test): Likewise.
36264         (scalbn_test): Likewise.
36265         (scalbln_test): Likewise.
36266         (tan_test): Likewise.
36267         (y1_test): Likewise.
36268         * sysdeps/i386/fpu/libm-test-ulps: Update.
36269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36271 2012-05-23  David S. Miller  <davem@davemloft.net>
36273         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36274         (__libc_sigaction): Remove unused local variables.
36276 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36278         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
36280 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
36282         mktime: avoid signed integer overflow
36283         * time/mktime.c (__mktime_internal): Do not mishandle the case
36284         where diff == INT_MIN.
36286         mktime: simplify computation of average
36287         * time/mktime.c (ranged_convert): Use new time_t_avg function
36288         instead of rolling our own (probably-slower) code.
36290         mktime: do not assume signed right shift propagates sign bit
36291         * time/mktime.c (isdst_differ): New static function.
36292         (__mktime_internal): No need to normalize tm_isdst now.
36293         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
36294         tm_isdst values.
36296         mktime: merge another wrapv change from gnulib
36297         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
36298         from some compilers.
36300         mktime: remove incorrect attempt at unusual arithmetics
36301         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
36302         The code didn't really work on such machines anyway.
36303         (TYPE_MINIMUM): Assume two's complement.
36304         (twos_complement_arithmetic): Verify that long_int and time_t
36305         are two's complement (or unsigned, in the latter case).
36307         mktime: check signed shifts on long_int and time_t, too
36308         * time/mktime.c (SHR): Check that shifts work as desired
36309         on the types long_int and time_t too, as SHR is used on
36310         such types.
36312         mktime: do not assume 'long' is wide enough
36313         * time/mktime.c (verify): Move decl up.
36314         (long_int): New type.
36315         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
36316         to remove assumption in the code that 'long' is wide enough to
36317         store year values.  This assumption is not true on x32 and on
36318         some non-glibc platforms.
36320         mktime: merge wrapv change from gnulib
36321         * time/mktime.c (WRAPV): New macro.
36322         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
36323         (guess_time_tm, __mktime_internal): Do not assume that signed
36324         integer overflow wraps around; modern compilers generate code
36325         where this assumption is no longer valid.
36327 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36329         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36330         Replace "jmp L(pseudo_end)" with "ret".
36331         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
36332         Likewise.
36334 2012-05-23  Andreas Jaeger  <aj@suse.de>
36336         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
36337         * sysdeps/unix/sysv/linux/poll.c: Remove file.
36339 2012-05-23  Andreas Jaeger  <aj@suse.de>
36340             Maximilian Attems  <max@stro.at>
36342         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
36343         New macros.
36345 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36347         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
36348         code so that pseudo_end is just ret and the stack pointer is
36349         correct also for static library in error case.
36351 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
36353         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
36354         move to syscalls.list.
36355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
36356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
36357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
36358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
36360         * manual/install.texi (Running make install): Do not mention Linux
36361         kernel version for which pt_chown is not needed.
36362         (Linux): Do not mention problems with nscd with 2.0 kernels.
36363         * INSTALL: Regenerated.
36365 2012-05-23  Andreas Jaeger  <aj@suse.de>
36367         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
36368         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
36369         macro.
36370         * sysdeps/unix/sysv/linux/s390/bits/mman.h
36371         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36372         * sysdeps/unix/sysv/linux/sh/bits/mman.h
36373         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36374         * sysdeps/unix/sysv/linux/i386/bits/mman.h
36375         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36376         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
36377         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36378         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
36379         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36380         * sysdeps/unix/sysv/linux/bits/in.h
36381         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
36383 2012-05-22  Roland McGrath  <roland@hack.frob.com>
36385         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
36386         (PREPARE_VERSION): Just use assert instead, it will be elided
36387         under [NDEBUG] anyway.
36389 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36391         * sysdeps/unix/sysv/linux/Makefile: Include
36392         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
36393         (sysdep_routines): Remove sysctl.
36394         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36395         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36396         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36397         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36398         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36400 2012-05-22  Andreas Jaeger  <aj@suse.de>
36402         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36403         that pseudo_end is just ret and the stack pointer is correct also
36404         for static library in error case.
36406 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
36408         [BZ #14122]
36409         * nss/nsswitch.c (defconfig_entries): New variable.
36410         (__nss_database_lookup): Don't leak defconfig entries.
36411         (nss_parse_service_list): Don't leak on error paths.
36412         (free_database_entries): New function.
36413         (free_defconfig): New function.
36414         (free_mem): Move common code to free_database_entries.
36416 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36418         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36419         Add arch_prctl.
36420         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36422         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36423         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36424         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36425         New macro.
36426         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36427         (INTERNAL_SYSCALL_TYPES): Likewise.
36428         (LOAD_ARGS_TYPES_[1-6]): Likewise.
36429         (LOAD_REGS_TYPES_[1-6]): Likewise.
36430         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36431         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36433 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36435         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36436         copysignl for GLIBC_2_0.
36437         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36438         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36439         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36440         logbl for GLIBC_2_0.
36441         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36442         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36444 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36446         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36447         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36449         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36450         Use "neg %eax".
36452         * time/mktime.c: Update copyright years.
36454 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36456         mktime: merge comment-quoting-style change from gnulib
36457         * time/mktime.c: Quote 'like this' in comments.
36458         The GNU coding standards suggest that we no longer quote `like this',
36459         as "`" and "'" are typically rendered asymmetrically nowadays.
36460         The typical gnulib style is to quote 'like this' when quoting
36461         code, and "like this" when quoting English.
36463         * time/mktime.c (compile-command): Add "-I.".
36465         mktime: merge mktime-internal.h change from gnulib
36466         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36468         mktime: merge time_r change from gnulib
36469         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36471         mktime: merge DEBUG change from gnulib
36472         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36473         case system <time.h> has a #define.
36475         mktime: merge <sys/types.h> change from gnulib
36476         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36477         since <time.t> is now guaranteed to define time_t.
36479         mktime: merge HAVE_CONFIG_H change from gnulib
36480         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36482 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36484         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36485         Use "neg %eax".
36487         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36488         __rlim_t cast.
36489         (struct rusage): Use anonymous union to pad each field to
36490         __syscall_slong_t.
36492 2012-05-21  David S. Miller  <davem@davemloft.net>
36494         * Makefules (o-iterator): Remove .s cases.
36495         (compile-command.s): Delete.
36496         (COMPILE.s): Delete.
36497         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36499 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36501         * configure.in (libc_cv_predef_stack_protector): Only consider
36502         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36503         * configure: Regenerated.
36505 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36507         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36508         New macro.  Use R*LP on int and pointer.
36509         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36510         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36511         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36512         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36514         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36515         [__WORDSIZE_TIME64_COMPAT32] instead of
36516         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36517         (struct utmp): Likewise.
36518         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36519         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36520         Renamed to ...
36521         (__WORDSIZE_TIME64_COMPAT32): This.
36522         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36523         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36524         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36525         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36526         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36527         (__WORDSIZE_TIME64_COMPAT32): New macro.
36529 2012-05-21  Andreas Jaeger  <aj@suse.de>
36531         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36532         only if [SHARED]. Add prototype for __wcschr_ia32.
36534 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36536         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36537         of %rbp unmolested in the jmp_buf while mangling the low bits.
36538         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36539         unmolested high bits of %rbp while demangling the low bits.
36540         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36542 2012-05-21  Andreas Jaeger  <aj@suse.de>
36544         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36545         * sunrpc/svc_simple.c: Use it for registerrpc.
36546         * sunrpc/xcrypt.c: Use it for passwd2des.
36548         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36550 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36552         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36553         Don't define if [__SYSCALL_WORDSIZE != 32].
36554         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36555         New macro.
36557 2012-05-21  Bruno Haible  <bruno@clisp.org>
36558             Andreas Jaeger  <aj@suse.de>
36560         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36561         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36562         inptr and inend for must_buffer_ch.
36563         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36564         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36565         * stdio-common/Makefile (tests): Remove bug15.
36566         (bug15-ENV): Remove macro.
36567         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36568         anymore.
36570 2012-05-19  Andreas Jaeger  <aj@suse.de>
36571             Roland McGrath  <roland@hack.frob.com>
36573         * manual/contrib.texi: Completely rewritten. It contains now an
36574         alphabetical list of contributors and their contributions.
36576 2012-05-21  Richard Henderson  <rth@twiddle.net>
36578         * misc/getauxval.c (__getauxval): Use unsigned long int.
36579         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36580         (getauxval): Use unsigned long int.
36582 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36584         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36586 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36588         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36589         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36590         __alignof__ (long double).
36592 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36594         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36596 2012-05-20  Richard Henderson  <rth@twiddle.net>
36598         * misc/getauxval.c: New file.
36599         * misc/sys/auxv.h: New file.
36600         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36601         (routines): Add getauxval.
36602         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36603         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36604         * elf/dl-sysdep.c (_dl_auxv): Remove.
36605         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36606         * elf/dl-support.c (_dl_auxv): New variable.
36607         (_dl_aux_init): Initialize it.
36608         * manual/startup.texi (Auxiliary Vector): New node.
36609         * sysdeps/generic/bits/hwcap.h: New file.
36610         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36611         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36612         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36613         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36614         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36615         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36617         Update.
36618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36619         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36620         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36621         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36622         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36623         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36624         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36625         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36627 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36629         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36631 2012-05-19  David S. Miller  <davem@davemloft.net>
36633         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36635 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36637         [BZ #14123]
36638         * math/s_ccosh.c: Include <float.h>
36639         (__ccosh): Avoid internal overflow calculating sinh and cosh
36640         values before multiplying by sin and cos values.
36641         * math/s_ccoshf.c: Likewise.
36642         * math/s_ccoshl.c: Likewise.
36643         * math/s_csin.c: Likewise.
36644         * math/s_csinf.c: Likewise.
36645         * math/s_csinl.c: Likewise.
36646         * math/s_csinh.c: Likewise.
36647         * math/s_csinhf.c: Likewise.
36648         * math/s_csinhl.c: Likewise.
36649         * math/libm-test.inc (ccos_test): Add more tests.
36650         (ccosh_test): Likewise.
36651         (csin_test): Likewise.
36652         (csinh_test): Likewise.
36653         * sysdeps/i386/fpu/libm-test-ulps: Update.
36654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36656 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36658         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36659         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36661         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36663 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36665         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36666         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36667         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36668         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36669         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36670         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36671         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36672         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36673         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36674         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36675         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36676         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36677         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36678         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36679         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36680         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36681         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36682         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36683         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36684         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36685         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36686         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36687         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36688         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36689         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36690         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36691         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36692         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36693         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36694         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36695         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36697 2012-05-18  Andreas Jaeger  <aj@suse.de>
36699         * csu/.gitignore: Delete.
36701 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36703         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36704         (timex): Use __syscall_slong_t.
36706 2012-05-18  Andreas Jaeger  <aj@suse.de>
36707             Carlos O'Donell  <carlos_odonell@mentor.com>
36709         * manual/install.texi (Configuring and compiling): Update
36710         description about files modified in the source directory.
36711         * INSTALL: Regenerated.
36713 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36715         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36716         value.  Use "or" to set return value to -1.
36717         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36718         negate return value.
36720 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36722         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36723         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36724         failure if the compiler has Graphite support disabled.
36725         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36726         Likewise.
36727         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36728         (CFLAGS-memmove.c): Likewise.
36729         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36730         Likewise.
36732 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36734         * sysdeps/x86_64/x32/_itoa.h: New file.
36736         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36737         getdents system call only if kernel and user dirents have the
36738         same d_ino and d_off.
36740         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36741         LLONG_MAX != LONG_MAX.
36742         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36743         (_fitoa_word): Likewise.
36745         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36746         years.
36747         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36748         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36749         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36751         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36752         include <bits/wordsize.h>.  Check __x86_64__ instead of
36753         __WORDSIZE.
36754         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36755         if __x86_64__ is defined.  Use anonymous union on fpstate.
36757         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36758         anonymous union.
36760 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36762         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36763         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36764         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36765         Refer to _rtld_local_ro instead of _rtld_global_ro.
36766         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36767         Likewise.
36768         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36769         Likewise.
36770         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36771         Likewise.
36772         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36773         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36774         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36776         * sysdeps/powerpc/powerpc32/dl-machine.c
36777         (__elf_machine_runtime_setup) [PROF]: Don't reference
36778         _dl_prof_resolve.
36780 2012-05-18  Andreas Jaeger  <aj@suse.de>
36782         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36783         function only available for GCCs before 3.4 since GCC 3.4
36784         introduced a builtin.
36785         (lrint): Likewise.
36786         (llrintf): Likewise.
36787         (llrint): Likewise.
36788         (fmaxf): Likewise.
36789         (fmax): Likewise.
36790         (fminf): Likewise.
36791         (fmin): Likewise.
36792         (rint): Likewise.
36793         (rintf): Likewise.
36794         (nearbyint): Likewise.
36795         (nearbyintf): Likewise.
36796         (ceil): Likewise.
36797         (ceilf): Likewise.
36798         (floor): Likewise.
36799         (floorf): Likewise.
36801 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36803         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36804         on both fields and cast pointer to __syscall_ulong_t.
36806         * bits/types.h (__fsword_t): New type.
36807         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36808         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36809         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36810         (__FSWORD_T_TYPE): Likewise.
36811         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36812         (__FSWORD_T_TYPE): Likewise.
36813         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36814         (__FSWORD_T_TYPE): Likewise.
36815         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36816         (__FSWORD_T_TYPE): Likewise.
36817         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36818         __SWORD_TYPE with __fsword_t.
36819         (statfs64): Likewise.
36821 2012-05-17  David S. Miller  <davem@davemloft.net>
36823         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36825 2012-05-17  Andreas Jaeger  <aj@suse.de>
36827         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36828         warning.
36830 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36832         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36834 2012-05-17  Andreas Jaeger  <aj@suse.de>
36836         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36837         when it is used.
36839 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36841         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36843 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36845         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36846         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36848 2012-05-17  Andreas Jaeger  <aj@suse.de>
36849             Carlos O'Donell  <carlos_odonell@mentor.com>
36851         [BZ #14059]
36852         * sysdeps/x86_64/multiarch/init-arch.h
36853         (bit_YMM_Usable): Rename to...
36854         (bit_AVX_Usable): ... this.
36855         (bit_FMA4_Usable): New macro.
36856         (bit_XMM_state): New macro.
36857         (bit_YMM_state): New macro.
36858         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36859         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36860         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36861         (CPUID_OSXSAVE): New macro.
36862         (CPUID_AVX): New macro.
36863         (CPUID_FMA4): New macro.
36864         (index_YMM_Usable): Rename to...
36865         (index_AVX_Usable): ... this.
36866         (HAS_AVX): Use HAS_ARCH_FEATURE.
36867         (HAS_FMA4): Likewise.
36868         (HAS_YMM_USABLE): Remove.
36869         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36870         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36871         are present.
36872         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36873         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36874         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36875         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36876         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36878 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36880         * math/libm-test.c: Support platforms without multiple rounding modes.
36881         * math/bug-nextafter.c: Support platforms without FP exceptions.
36882         * math/bug-nexttoward.c: Likewise.
36883         * math/test-fenv.c: Likewise.
36884         * math/test-misc.c: Likewise.
36885         * stdlib/bug-getcontext.c: Likewise.
36887 2012-05-17  Andreas Jaeger  <aj@suse.de>
36889         * manual/examples/search.c (critter_cmp): Change signature to
36890         avoid warnings.
36891         * manual/string.texi (Collation Functions): Likewise.
36893 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36895         * bits/types.h: Fold copyright years.
36896         * bits/typesizes.h: Likewise.
36897         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36898         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36899         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36900         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36901         * time/time.h: Likewise.
36903 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36905         [BZ #208]
36906         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36907         in instead of returning them.  Return void.
36908         (__libc_mallinfo): Accumulate over all arenas.
36909         (__malloc_stats): Adjust for change in int_mallinfo interface.
36911 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36913         [BZ #10375]
36914         * configure.in (NM): Add AC_CHECK_TOOL for it.
36915         (libc_extra_cflags): New substituted variable.
36916         Check for -fstack-protector being used implicitly.
36917         * configure: Regenerated.
36918         * config.make.in (config-extra-cflags): New variable,
36919         gets @libc_extra_cflags@.
36920         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36922         [BZ #10375]
36923         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36924         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36925         * configure: Regenerated.
36926         * config.make.in (CPPUNDEFS): New substituted variable.
36927         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36928         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36929         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36931 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36933         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36934         (mq_attr): Use __syscall_slong_t.
36936 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36938         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36939         Check __x86_64__ instead of __WORDSIZE.
36940         (_STAT_VER_LINUX): Likewise.
36941         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36942         __syscall_ulong_t and __syscall_slong_t.
36943         (stat64): Likewise.
36945 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36947         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36949 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36951         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36953 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36955         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36956         __syscall_ulong_t.
36958         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36959         include <bits/wordsize.h>.  Check __x86_64__ instead of
36960         __WORDSIZE.
36961         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36962         defined.
36963         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36965         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36966         include <bits/wordsize.h>.  Check __x86_64__ instead of
36967         __WORDSIZE.
36968         (user_regs_struct): Use "__extension__ unsigned long long"
36969         instead of "unsigned long" if __x86_64__ is defined.
36970         (user): Likewise.  Pad after pointer field if __ILP32__ is
36971         defined.
36973 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36975         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36976         versions 5 to 9.
36977         * configure: Regenerated.
36978         * manual/install.texi (texinfo): Increase version requirement to
36979         4.5 or later.
36980         * INSTALL: Regenerated.
36982         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36984 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36986         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36988         * sysdeps/x86_64/x32/ffs.c: New file.
36990         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36991         __syscall_ulong_t.
36992         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36993         defined.  Use __syscall_ulong_t.
36994         (shminfo): Use __syscall_ulong_t.
36995         (shm_info): Likewise.
36997         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36998         __syscall_ulong_t.
37000         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
37001         <bits/wordsize.h>.
37002         (msgqnum_t): Use __syscall_ulong_t.
37003         (msglen_t): Likewise.
37004         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
37005         __syscall_ulong_t.
37007         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
37008         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
37010         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
37012         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
37013         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
37015         * sysvipc/sys/msg.h (msgbuf): Replace long int with
37016         __syscall_slong_t.
37018         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
37019         include <bits/wordsize.h>.  Check __x86_64__ instead of
37020         __WORDSIZE.
37022         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
37023         "unsigned long long int" if __x86_64__ is defined.
37024         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
37026         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
37027         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
37028         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
37030         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
37031         <stdint.h>.
37032         (GET_PC): Cast to uintptr_t first.
37033         (GET_FRAME): Likewise.
37034         (GET_STACK): Likewise.
37036         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
37037         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
37038         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
37039         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
37040         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
37041         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
37042         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
37043         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
37044         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
37045         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
37046         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
37047         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
37048         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
37049         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
37050         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
37051         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
37052         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
37053         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
37054         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
37055         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
37056         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
37057         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
37058         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
37059         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
37060         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
37061         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
37062         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
37063         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
37064         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
37066 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
37068         * Makerules (+depfiles): Also collect depfiles from .oS in
37069         $(extra-objs).
37070         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
37071         .oS, $(libnldbl-routines)).
37073         * Makerules (native-compile-mkdep-flags): Define.
37074         * sunrpc/Makefile (extra-objs): Add $(addprefix
37075         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
37076         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
37077         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
37078         calling $(make-target-directory).
37080 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37082         * bits/types.h (__snseconds_t): Removed.
37083         * time/time.h (struct timespec): Replace __snseconds_t with
37084         __syscall_slong_t.
37085         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
37086         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
37087         Likewise.
37088         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37089         (__SNSECONDS_T_TYPE): Likewise.
37090         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37091         (__SNSECONDS_T_TYPE): Likewise.
37092         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37093         (__SNSECONDS_T_TYPE): Likewise.
37095 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37097         * sysdeps/mach/hurd/bits/typesizes.h
37098         (__SYSCALL_SLONG_TYPE): New macro.
37099         (__SYSCALL_ULONG_TYPE): Likewise.
37101 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37103         * bits/types.h (__syscall_slong_t): New type.
37104         (__syscall_ulong_t): Likewise.
37106         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
37107         (__SYSCALL_ULONG_TYPE): Likewise.
37108         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37109         (__SYSCALL_SLONG_TYPE): Likewise.
37110         (__SYSCALL_ULONG_TYPE): Likewise.
37111         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37112         (__SYSCALL_SLONG_TYPE): Likewise.
37113         (__SYSCALL_ULONG_TYPE): Likewise.
37114         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37115         (__SYSCALL_SLONG_TYPE): Likewise.
37116         (__SYSCALL_ULONG_TYPE): Likewise.
37118 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37120         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
37121         Add sigaltstack-offsets.sym.
37122         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
37123         <sigaltstack-offsets.h>.
37124         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
37125         longjmp_msg pointer.
37126         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
37127         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
37128         signal stack.
37129         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
37131 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
37133         * elf/stackguard-macros.h: Remove file.
37134         * sysdeps/generic/stackguard-macros.h: New file.
37135         * sysdeps/i386/stackguard-macros.h: Likewise.
37136         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
37137         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
37138         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
37139         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
37140         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
37141         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
37142         * sysdeps/x86_64/stackguard-macros.h: Likewise.
37143         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
37144         <elf/stackguard-macros.h>.
37146         [BZ #14109]
37147         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
37148         __aligned__ in attribute.
37149         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
37150         (gregset_t): Likewise.
37152 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37154         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
37155         * sysdeps/x86_64/64/Implies-after: Here.  New file.
37156         * sysdeps/x86_64/x32/Implies-after: New file.
37158 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37160         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
37161         and access return value for _dl_profile_fixup.  Use R10_LP to
37162         load frame size.
37164 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37166         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
37168 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37170         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
37171         * sysdeps/x86_64/x32/sysdep.h: New file.
37173 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37175         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
37176         * sysdeps/x86_64/setjmp.S: Likewise.
37178 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37180         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
37181         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
37182         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
37183         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
37184         remove unused global constant.
37186 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
37188         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
37189         include of <not-cancel.h>.
37191 2012-05-15  Roland McGrath  <roland@hack.frob.com>
37193         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
37195 2012-05-15  Jeff Law  <law@redhat.com>
37196             Andreas Jaeger  <aj@suse.de>
37198         [BZ #13594]
37199         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
37200         out from...
37201         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
37202         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
37203         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
37204         code changing __hst_map_handle.map.
37206 2012-05-15  Roland McGrath  <roland@hack.frob.com>
37208         * configure.in (sysnames): Look for Implies-before and Implies-after
37209         files.
37210         * configure: Regenerated.
37212 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37214         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
37215         8-byte data alignment with LP_SIZE alignment.
37217 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37219         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
37220         into R10_LP.
37222 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37224         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
37226 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37228         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
37229         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
37230         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
37231         Likewise.
37232         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37234 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37236         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
37237         (stackinfo_sub_sp): Likewise.
37239 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37241         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
37242         RAX_LP.
37244 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37246         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
37247         into R*_LP.
37249 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37251         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
37252         sizes into R*_LP.
37254 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37256         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
37258 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37260         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
37261         into R11_LP and load __x86_64_shared_cache_size_half into
37262         R8_LP.
37264 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37266         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
37267         R8_LP.
37269 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37271         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
37272         logb for POWER7.
37273         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
37274         logbf for POWER7.
37275         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
37276         logbl for POWER7.
37277         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
37278         powerpc32/power7/fpu/s_logb.c via #include.
37279         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
37280         powerpc32/power7/fpu/s_logbf.c via #include.
37281         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
37282         powerpc32/power7/fpu/s_logbl.c via #include.
37284 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
37286         * README.libm: Remove file.
37288 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37290         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
37291         count for x32.  Use R*_LP and omit operand-size suffix.
37293 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37295         * shlib-versions: Move x86_64-.*-linux.* entries to ...
37296         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
37297         * sysdeps/x86_64/x32/shlib-versions: New file.
37299 2012-05-14  Roland McGrath  <roland@hack.frob.com>
37301         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
37302         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
37303         Use _dl_fatal_printf instead.
37305 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37307         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
37308         set if not set by the user.  Do not allow for being unset.
37309         * sysdeps/unix/sysv/linux/configure: Regenerated.
37311 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37313         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
37314         the `q' suffix from lea and replace .quad with ASM_ADDR.
37316 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37318         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
37319         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
37320         instead of $17.
37321         (PTR_DEMANGLE): Likewise.
37323 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37325         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
37326         (LP_OP): Likewise.
37327         (ASM_ADDR): Likewise.
37328         (RAX_LP): Likewise.
37329         (RBP_LP): Likewise.
37330         (RBX_LP): Likewise.
37331         (RCX_LP): Likewise.
37332         (RDI_LP): Likewise.
37333         (RSI_LP): Likewise.
37334         (RSP_LP): Likewise.
37335         (R8_LP): Likewise.
37336         (R9_LP): Likewise.
37337         (R10_LP): Likewise.
37338         (R10_LP): Likewise.
37339         (R11_LP): Likewise.
37340         (R12_LP): Likewise.
37341         (R13_LP): Likewise.
37342         (R14_LP): Likewise.
37343         (R15_LP): Likewise.
37345 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37347         * sysdeps/x86_64/x32/dl-machine.h: New file.
37349 2012-05-14  Andreas Jaeger  <aj@suse.de>
37351         * manual/Makefile (subdir): Remove export of subdir.
37352         (all): Remove target.
37353         (.PHONY): Remove all from list.
37354         (mkinstalldirs): Remove.
37355         (.PHONY): Remove installdirs from list.
37356         ($(inst_infodir)/libc.info): Use make-target-directory.
37357         (installdirs): Remove.
37358         (subdir_%): Remove.
37359         (glibc-targets): Remove.
37360         (lib): Remove.
37361         (stubs): Remove.
37362         ($(objpfx)stubs ../po/manual.pot): Remove.
37363         ($(objpfx)stamp%): Remove.
37364         (make-target-directory): Remove.
37365         (subdir_install): Remove.
37366         (routines): Remove.
37367         (aux): Remove.
37368         (sources): Remove.
37369         (objects): Remove.
37370         (headers): Remove.
37372         [BZ #13750]
37373         * manual/.gitignore: Remove, it's not needed anymore.
37374         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
37375         all files in it.
37376         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
37377         directory.
37378         (texis): Renamed to $(objpfx)texis.
37379         (texis-path): New, contains path to generated files.
37380         (chapters.%): Use texis-path for complete path, add extra argument
37381         libc-texinfo.sh.
37382         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
37383         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
37384         (summary,texi, stamp-summary): Use complete path of
37385         files. Generate files in build dir.
37386         (dir-add.texi): Build in build dir.
37387         (libm-err.texi,stamp-libm-err): Likewise.
37388         (version.texi, stamp-version): Likewise.
37389         (.%c.texi): Likewise.
37390         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
37391         (mostlyclean): Remove target.
37392         (realclean): Remove target.
37393         (generated): Add new variable with contents from mostlyclean and
37394         realclean, remove entries duplicated in common-mostlyclean, add
37395         stamp-libm-err and stamp-version.
37396         (generated-dirs): Add libc directory.
37397         ($(inst_infodir)/libc.info): Install files from build dir.
37399         * manual/install.texi (Configuring and compiling): Adjust since
37400         the info files are not part of the tar ball anymore.
37402 2012-05-14  Andreas Jaeger  <aj@suse.de>
37404         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37405         variable.
37407 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37409         [BZ #13717]
37410         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37411         to 2.2.0 where earlier.
37412         * sysdeps/unix/sysv/linux/configure: Regenerated.
37413         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37414         Remove conditional code.
37415         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37416         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37417         Remove conditional code.
37418         [!__NR_lchown]: Likewise.
37419         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37420         [__NR_lchown]: Likewise.
37421         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37422         comment referencing __ASSUME_LCHOWN_SYSCALL.
37423         * sysdeps/unix/sysv/linux/i386/sigaction.c
37424         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37425         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37426         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37427         Remove conditional code.
37428         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37429         (__protocol_available): Remove #if 0 code.
37430         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37431         conditional code.
37432         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37433         * sysdeps/unix/sysv/linux/kernel-features.h
37434         (__ASSUME_GETCWD_SYSCALL): Don't define.
37435         (__ASSUME_REALTIME_SIGNALS): Likewise.
37436         (__ASSUME_PREAD_SYSCALL): Likewise.
37437         (__ASSUME_PWRITE_SYSCALL): Likewise.
37438         (__ASSUME_POLL_SYSCALL): Likewise.
37439         (__ASSUME_LCHOWN_SYSCALL): Likewise.
37440         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37441         non-SPARC.
37442         (__ASSUME_SIOCGIFNAME): Don't define.
37443         (__ASSUME_MSG_NOSIGNAL): Likewise.
37444         (__ASSUME_SENDFILE): Define unconditionally.
37445         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37446         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37447         conditional code.
37448         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37449         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37450         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37451         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37452         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37453         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37454         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37456         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37457         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37459         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37460         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37462         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37463         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37465         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37466         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37468         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37469         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37471         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37472         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37474         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37475         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37477         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37478         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37479         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37480         Remove conditional code.
37481         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37482         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37483         Remove conditional code.
37484         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37485         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37486         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37487         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37488         Remove conditional code.
37489         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37490         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37491         Remove conditional code.
37492         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37493         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37494         Remove conditional code.
37495         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37496         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37497         Remove conditional code.
37498         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37499         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37500         Remove conditional code.
37501         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37502         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37503         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37504         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37505         * sysdeps/unix/sysv/linux/sigaction.c
37506         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37507         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37508         * sysdeps/unix/sysv/linux/sigpending.c
37509         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37510         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37511         * sysdeps/unix/sysv/linux/sigprocmask.c
37512         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37513         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37514         * sysdeps/unix/sysv/linux/sigsuspend.c
37515         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37516         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37517         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37518         (__libc_missing_rt_sigs): Remove.
37519         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37520         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37521         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37522         Remove conditional code.
37523         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37524         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37525         return 1.
37526         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37527         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37528         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37529         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37531 2012-05-14  Andreas Jaeger  <aj@suse.de>
37533         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37534         it's not used in glibc.
37535         (__coshm1): Likewise.
37536         (__acosh1p): Likewise.
37537         (__sgn): Likewise.
37539         * manual/string.texi (Copying and Concatenation): Add missing
37540         variable in concat example.
37541         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37543 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37545         [BZ #14103]
37546         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37547         __builtin_clzl with __builtin_clzll.
37549 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37551         [BZ #14104]
37552         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37553         libc_freeres_ptr.
37555 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37557         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37558         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37559         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37560         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37562 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37564         * NEWS: Update ia64 info.
37566 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37568         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37569         used as bcopy.
37571 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37573         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37574         * sysdeps/unix/syscalls.list (dup3): Likewise.
37575         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37576         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37578 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37580         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37581         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37583 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37585         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37586         thread pointer.
37587         (TLS_IE): Use mov/add instead of movq/addq to load thread
37588         pointer.
37589         (TLS_GD_PREFIX): New.
37590         (TLS_GD): Use it.
37592 2012-05-11  David S. Miller  <davem@davemloft.net>
37594         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37595         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37596         (_FPU_SETCW): Likewise.
37598 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37600         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37601         is 32-byte aligned.
37603 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37605         [BZ #11837]
37606         * iconvdata/gb18030.c: Update tables.
37607         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37608         characters specially.
37609         (BODY for TO_LOOP): Add encoding of missing ranges.
37611 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37613         [BZ #13673]
37614         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37615         * sysdeps/mach/hurd/dup3.c: Likewise.
37616         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37617         * sysdeps/powerpc/memmove.c:: Likewise.
37619 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37621         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37622         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37624 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37626         * elf/elf.h (R_X86_64_RELATIVE64): New.
37627         (R_X86_64_NUM): Updated.
37628         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37629         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37630         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37631         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37632         tst-quad1pie tst-quad2pie
37633         (modules-names): Add tst-quadmod1 tst-quadmod2.
37634         ($(objpfx)tst-quad1): New dependency.
37635         ($(objpfx)tst-quad2): Likewise.
37636         ($(objpfx)tst-quad1pie): Likewise.
37637         ($(objpfx)tst-quad2pie): Likewise.
37638         * sysdeps/x86_64/tst-quad1.c: New file.
37639         * sysdeps/x86_64/tst-quad1pie.c: New file.
37640         * sysdeps/x86_64/tst-quad2.c: Likewise.
37641         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37642         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37643         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37644         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37645         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37647 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37649         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37650         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37651         * streams/stropts.h (t_scalar_t): Define type.
37653         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37654         (_PATH_PRESERVE): Set to "/var/lib".
37655         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37657         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37658         instead of int.
37660         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37661         if __dir_mkfile succeeded.
37663         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37664         checking for _hurd_dtablesize.  Unlock it right after having
37665         finished _hurd_dtable allocation.
37667 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37669         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37670         * sysdeps/mach/hurd/configure: Regenerated.
37671         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37672         special-casing to...
37673         * sysdeps/gnu/configure.in: ... this new file.
37674         * sysdeps/unix/sysv/linux/configure: Regenerated.
37675         * sysdeps/gnu/configure: New generated file.
37677         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37678         for Linux: use nsec instead of usec, as well as:
37679         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37680         members of type struct timespec.
37681         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37682         New macros.
37683         (struct stat64): Likewise.
37684         (_STATBUF_ST_NSEC): New macro.
37685         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37687         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37688         __strtoul_internal rather than strtoul.
37690 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37692         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37693         and reject them.
37695 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37697         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37698         which preserves existing values.
37699         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37701 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37703         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37704         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37705         greater than FD_SETSIZE.
37707 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37709         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37710         allocated, call __vm_protect to finish enabling the existing space, and
37711         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37712         allocate the remainder.
37714 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37716         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37717         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37719 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37721         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37722         sysdeps/mach/hurd/readlink.c.
37724         * posix/tst-sysconf.c (posix_options): Only use
37725         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37726         _POSIX_SYNCHRONIZED_IO when they are defined
37727         * sysdeps/mach/hurd/bits/posix_opt.h:
37728         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37729         (_XOPEN_REALTIME): Undefine macro.
37730         (_XOPEN_REALTIME_THREADS): Undefine macro.
37731         (_XOPEN_SHM): Undefine macro.
37732         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37733         macro to -1.
37734         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37735         macro to -1.
37736         (_POSIX_ASYNC_IO): Undefine macro.
37737         (_POSIX_PRIORITIZED_IO): Undefine macro.
37738         (_POSIX_SPIN_LOCKS): Define macro to -1.
37740         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37741         SA_NODEFER, SA_RESETHAND.
37742         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37743         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37744         F_DUPFD_CLOEXEC.
37746 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37748         * elf/Makefile (pldd-modules): Define unconditionally.
37750 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37752         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37754 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37756         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37757         Return ENOENT when name is empty.
37758         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37760 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37762         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37764         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37766 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37768         Fix mlock in all cases except non-readable pages.
37769         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37770         instead of VM_PROT_ALL as parameter to __vm_wire function.
37772         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37773         (__mkdir): When path is `/', just fail with EEXIST.
37774         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37776 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37778         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37779         <sys/uio.h> (for writev).
37780         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37781         and <sys/param.h> (for MIN).
37783 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37785         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37786         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37787         if interrupted.
37789 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37791         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37792         Depend on against $(link-rpcuserlibs).
37794 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37796         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37797         (__libc_stack_end): Do not use attribute_relro.
37798         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37799         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37800         to libthread-provided value.
37801         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37802         attribute_relro.
37804 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37806         [BZ #3748]
37807         * bits/libc-lock.h (__libc_once_get): New macro.
37808         * sysdeps/mach/bits/libc-lock.h: Likewise.
37809         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37810         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37811         instead of using implementation details.
37813         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37814         * libio/freopen.c: Likewise.
37815         * libio/freopen64.c: Likewise.
37816         * misc/syslog.c: Likewise.
37817         * nscd/connections.c: Likewise.
37818         * nscd/netgroupcache.c: Likewise.
37819         * sysdeps/posix/getcwd.c: Likewise.
37821 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37823         * math/w_ilogbf.c: Add #include <limits.h>.
37825 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37827         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37828         path instead of returning without unlocking.
37830         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37831         immediate-write ioctls.
37832         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37834 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37836         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37837         __builtin_frame_address instead of making assumptions about the
37838         location of the return address relative to DATA.  Force early load of
37839         the return address.
37840         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37841         __builtin_frame_address.
37843         dup3 for GNU Hurd.
37844         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37845         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37846         implement dup3 and do some further code clean-ups.
37847         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37848         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37850 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37852         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37854         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37855         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37856         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37857         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37858         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37859         d->port.lock.
37861         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37862         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37863         when handler == SIG_ERR, not when handler != SIG_ERR.
37865 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37867         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37868         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37869         definitions.
37871         accept4 for GNU Hurd.
37872         * include/sys/socket.h (__libc_accept4): New prototype.
37873         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37874         to implement __libc_accept4.
37875         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37876         __libc_accept4.
37877         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37879         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37880         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37881         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37882         signal-defines.sym.
37884 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37886         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37888 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37890         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37891         assertion on O_CLOEXEC flag.
37892         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37893         * hurd/intern-fd.c: Likewise.
37894         * hurd/port2fd.c: Likewise.
37896 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37898         [BZ #3906]
37899         * bits/in.h (IPV6_PKTINFO): Define new macro.
37900         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37902 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37904         [BZ #13954]
37905         [BZ #13955]
37906         [BZ #13956]
37907         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37908         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37909         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37910         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37911         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37912         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37913         * math/libm-test.inc (logb_test) : Additional logb tests.
37915 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37916             Andreas Jaeger  <aj@suse.de>
37918         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37919         * configure: Regenerated.
37920         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37921         * config.make.in (link-obsolete-rpc): New substituted variable.
37922         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37923         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37924         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37925         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37926         so that libc.a contains the symbols.
37927         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37928         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37929         * sunrpc/auth_none.c: Likewise.
37930         * sunrpc/auth_unix.c: Likewise.
37931         * sunrpc/authdes_prot.c: Likewise.
37932         * sunrpc/authuxprot.c: Likewise.
37933         * sunrpc/clnt_gen.c: Likewise.
37934         * sunrpc/clnt_perr.c: Likewise.
37935         * sunrpc/clnt_raw.c: Likewise.
37936         * sunrpc/clnt_simp.c: Likewise.
37937         * sunrpc/clnt_tcp.c: Likewise.
37938         * sunrpc/clnt_udp.c: Likewise.
37939         * sunrpc/clnt_unix.c: Likewise.
37940         * sunrpc/des_crypt.c: Likewise.
37941         * sunrpc/des_soft.c: Likewise.
37942         * sunrpc/get_myaddr.c: Likewise.
37943         * sunrpc/key_call.c: Likewise.
37944         * sunrpc/key_prot.c: Likewise.
37945         * sunrpc/netname.c: Likewise.
37946         * sunrpc/pm_getmaps.c: Likewise.
37947         * sunrpc/pm_getport.c: Likewise.
37948         * sunrpc/pmap_clnt.c: Likewise.
37949         * sunrpc/pmap_prot.c: Likewise.
37950         * sunrpc/pmap_prot2.c: Likewise.
37951         * sunrpc/pmap_rmt.c: Likewise.
37952         * sunrpc/publickey.c: Likewise.
37953         * sunrpc/rpc_cmsg.c: Likewise.
37954         * sunrpc/rpc_common.c: Likewise.
37955         * sunrpc/rpc_dtable.c: Likewise.
37956         * sunrpc/rpc_prot.c: Likewise.
37957         * sunrpc/rpc_thread.c: Likewise.
37958         * sunrpc/rtime.c: Likewise.
37959         * sunrpc/svc.c: Likewise.
37960         * sunrpc/svc_auth.c: Likewise.
37961         * sunrpc/svc_raw.c: Likewise.
37962         * sunrpc/svc_run.c: Likewise.
37963         * sunrpc/svc_tcp.c: Likewise.
37964         * sunrpc/svc_udp.c: Likewise.
37965         * sunrpc/svc_unix.c: Likewise.
37966         * sunrpc/svcauth_des.c: Likewise.
37967         * sunrpc/xcrypt.c: Likewise.
37968         * sunrpc/xdr.c: Likewise.
37969         * sunrpc/xdr_array.c: Likewise.
37970         * sunrpc/xdr_float.c: Likewise.
37971         * sunrpc/xdr_intXX_t.c: Likewise.
37972         * sunrpc/xdr_mem.c: Likewise.
37973         * sunrpc/xdr_rec.c: Likewise.
37974         * sunrpc/xdr_ref.c: Likewise.
37975         * sunrpc/xdr_sizeof.c: Likewise.
37976         * sunrpc/xdr_stdio.c: Likewise.
37978 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37980         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37981         change.  Update copyright years.
37983 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37985         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37987 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37988             Joseph Myers  <joseph@codesourcery.com>
37989             Paul Pluzhnikov  <ppluzhnikov@google.com>
37991         [BZ #14012]
37992         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37993         requiring rpcgen.
37994         [cross-compiling] (extra-libs): Likewise.
37995         [cross-compiling] (extra-libs-others): Likewise.
37996         [cross-compiling] (librpcsvc-routines): Likewise.
37997         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37998         [cross-compiling] (omit-deps): Likewise.
37999         (sunrpc-CPPFLAGS): New variable.
38000         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
38001         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
38002         (cross-rpcgen-objs): New variable.
38003         (extra-objs): Append $(cross-rpcgen-objs).
38004         ($(cross-rpcgen-objs)): New rule.
38005         ($(objpfx)cross-rpcgen): Likewise.
38006         (rpcgen-cmd): Define to use $(built-program-file).  Expand
38007         comment.
38008         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
38009         ($(objpfx)x%.stmp): Likewise.
38010         * sunrpc/proto.h [IS_IN_build] (_): Define.
38011         [IS_IN_build] (_libc_intl_domainname): Likewise.
38013 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
38015         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
38016         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
38017         and R_X86_64_TPOFF64.
38019 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
38021         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
38022         sysdeps/unix/sysv/syscalls.list.
38023         (stime): Likewise.
38024         (utime): Likewise.
38025         * sysdeps/unix/sysv/syscalls.list: Remove file.
38027 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
38029         [BZ #3440]
38030         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
38031         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
38032         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
38033         (__LC_IDENTIFICATION): Make these macros useful in #if
38034         expressions, as required by C99.
38036 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
38038         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
38039         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
38040         after this.
38042 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
38044         * stdlib/longlong.h: Updated from GCC.
38046 2012-05-09  Andreas Jaeger  <aj@suse.de>
38048         * nscd/nscd.c (run_modes): Make named enum, reorder so that
38049         default is first entry.
38050         (run_mode): Set type.
38051         (main): Remove informal message about syslog.
38052         (options): Fix typo.
38054         [BZ #14053]
38055         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
38056         to asm.
38057         (lrint): Likewise.
38058         (llrintf): Likewise.
38059         (llrint): Likewise.
38060         (rint): Likewise.
38061         (rintf): Likewise.
38062         (nearbyint): Likewise.
38063         (nearbyintf): Likewise.
38065 2012-05-09  Andreas Jaeger  <aj@suse.de>
38066             Pedro Alves  <palves@redhat.com>
38068         * nscd/nscd.c (run_mode): Use enum.
38069         (main): Cleanup coding style issue.
38071 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
38072             Andreas Jaeger  <aj@suse.de>
38074         * nscd/nscd.c (go_background): Replaced with...
38075         (run_mode): ... this.
38076         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
38077         (options): Add -F --foreground.
38078         (main): Implement it.
38079         (parse_opt): Parse it.
38081 2012-05-09  Andreas Jaeger  <aj@suse.de>
38083         [BZ #14083]
38084         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
38085         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
38086         -Wconversion warning.
38087         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
38088         Likewise.
38090 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
38092         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
38093         == 0.
38094         (LC_ALL): Use macro-int-constant.
38095         (LC_COLLATE): Likewise.
38096         (LC_CTYPE): Likewise.
38097         (LC_MESSAGES): Likewise.
38098         (LC_MONETARY): Likewise.
38099         (LC_NUMERIC): Likewise.
38100         (LC_TIME): Likewise.
38101         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
38102         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38103         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38104         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
38105         Specify type.
38106         [C99-based standards] (float_t): Expect type.
38107         [C99-based standards] (double_t): Expect type.
38108         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
38109         type.
38110         [C99-based standards] (HUGE_VALL): Likewise.
38111         [C99-based standards] (INFINITY): Likewise.
38112         [C99-based standards] (NAN): Likewise.
38113         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
38114         [C99-based standards] (FP_NAN): Likewise.
38115         [C99-based standards] (FP_NORMAL): Likewise.
38116         [C99-based standards] (FP_SUBNORMAL): Likewise.
38117         [C99-based standards] (FP_ZERO): Likewise.
38118         [C99-based standards] (FP_FAST_FMA): Use
38119         optional-macro-int-constant.  Specify type.  Require == 1.
38120         [C99-based standards] (FP_FAST_FMAF): Likewise.
38121         [C99-based standards] (FP_FAST_FMAL): Likewise.
38122         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
38123         [C99-based standards] (FP_ILOGBNAN): Likewise.
38124         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
38125         Specify type.
38126         [C99-based standards] (MATH_ERREXCEPT): Likewise.
38127         [C99-based standards] (math_errhandling): Specify type.
38128         [ISO99 || ISO11] (signgam): Do not allow.
38129         [non-C99-based standards] (copysignf): Do not allow.
38130         [non-C99-based standards] (exp2f): Likewise.
38131         [non-C99-based standards] (log2f): Likewise.
38132         [non-C99-based standards] (modff): Allow.
38133         [non-C99-based standards] (erff): Do not allow.
38134         [non-C99-based standards] (erfcf): Likewise.
38135         [non-C99-based standards] (gammaf): Likewise.
38136         [non-C99-based standards] (hypotf): Likewise.
38137         [non-C99-based standards] (j0f): Likewise.
38138         [non-C99-based standards] (j1f): Likewise.
38139         [non-C99-based standards] (jnf): Likewise.
38140         [non-C99-based standards] (lgammaf): Likewise.
38141         [non-C99-based standards] (tgammaf): Likewise.
38142         [non-C99-based standards] (y0f): Likewise.
38143         [non-C99-based standards] (y1f): Likewise.
38144         [non-C99-based standards] (ynf): Likewise.
38145         [non-C99-based standards] (isnanf): Likewise.
38146         [non-C99-based standards] (acoshf): Likewise.
38147         [non-C99-based standards] (asinhf): Likewise.
38148         [non-C99-based standards] (atanhf): Likewise.
38149         [non-C99-based standards] (cbrtf): Likewise.
38150         [non-C99-based standards] (expm1f): Likewise.
38151         [non-C99-based standards] (ilogbf): Likewise.
38152         [non-C99-based standards] (log1pf): Likewise.
38153         [non-C99-based standards] (logbf): Likewise.
38154         [non-C99-based standards] (nextafterf): Likewise.
38155         [non-C99-based standards] (remainderf): Likewise.
38156         [non-C99-based standards] (rintf): Likewise.
38157         [non-C99-based standards] (scalbf): Likewise.
38158         [non-C99-based standards] (copysignl): Likewise.
38159         [non-C99-based standards] (exp2l): Likewise.
38160         [non-C99-based standards] (log2l): Likewise.
38161         [non-C99-based standards] (modfl): Allow.
38162         [non-C99-based standards] (erfl): Do not allow.
38163         [non-C99-based standards] (erfcl): Likewise.
38164         [non-C99-based standards] (gammal): Likewise.
38165         [non-C99-based standards] (hypotl): Likewise.
38166         [non-C99-based standards] (j0l): Likewise.
38167         [non-C99-based standards] (j1l): Likewise.
38168         [non-C99-based standards] (jnl): Likewise.
38169         [non-C99-based standards] (lgammal): Likewise.
38170         [non-C99-based standards] (tgammal): Likewise.
38171         [non-C99-based standards] (y0l): Likewise.
38172         [non-C99-based standards] (y1l): Likewise.
38173         [non-C99-based standards] (ynl): Likewise.
38174         [non-C99-based standards] (isnanl): Likewise.
38175         [non-C99-based standards] (acoshl): Likewise.
38176         [non-C99-based standards] (asinhl): Likewise.
38177         [non-C99-based standards] (atanhl): Likewise.
38178         [non-C99-based standards] (cbrtl): Likewise.
38179         [non-C99-based standards] (expm1l): Likewise.
38180         [non-C99-based standards] (ilogbl): Likewise.
38181         [non-C99-based standards] (log1pl): Likewise.
38182         [non-C99-based standards] (logbl): Likewise.
38183         [non-C99-based standards] (nextafterl): Likewise.
38184         [non-C99-based standards] (remainderl): Likewise.
38185         [non-C99-based standards] (rintl): Likewise.
38186         [non-C99-based standards] (scalbl): Likewise.
38187         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38188         [non-C99-based standards] (FP_*): Do not allow.
38189         [C99-based standards] (FP_*): Change to
38190         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38191         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38192         allow.
38193         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
38194         (SIG_ERR): Likewise.
38195         [X/Open-based standards] (SIG_HOLD): Likewise.
38196         (SIG_IGN): Likewise.
38197         (SIGABRT): Use macro-int-constant.  Specify type.  Require
38198         positive value.
38199         (SIGFPE): Likewise.
38200         (SIGILL): Likewise.
38201         (SIGINT): Likewise.
38202         (SIGSEGV): Likewise.
38203         (SIGTER): Likewise.
38204         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
38205         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
38206         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
38207         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
38208         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
38209         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
38210         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
38211         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
38212         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
38213         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
38214         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
38215         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
38216         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
38217         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
38218         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
38219         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
38220         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
38221         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
38222         [X/Open-based standards] (SIGTRAP): Likewise.
38223         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
38224         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
38225         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
38226         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
38227         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38228         allow.
38230 2012-05-08  Ian Wienand  <ianw@vmware.com>
38232         [BZ #14080]
38233         * time/tzset.c (__tzset_parse_tz): Update default rules for
38234         daylight time changes in the Energy Policy Act of 2005.
38236 2012-05-09  Andreas Jaeger  <aj@suse.de>
38238         [BZ #13983]
38239         * elf/ldconfig.c (parse_conf): Change string to make clear that
38240         ldconfig only issued a warning if ld.so.conf does not exist.
38242 2012-05-08  David S. Miller  <davem@davemloft.net>
38244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
38245         movxtod instead of popping the value on the stack.
38247         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38249 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
38251         * config.h.in: Add HAVE_ARM_PCS_VFP.
38253 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
38255         [BZ #13979]
38256         * include/features.h: Warn if user requests __FORTIFY_SOURCE
38257         checking but the checks are disabled for any reason.
38259 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
38261         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
38262         and ELF64_R_TYPE with ELFW(R_TYPE).
38264 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
38266         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
38267         (ulimit): Likewise.
38269         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
38270         (settimeofday): Likewise.
38272 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
38274         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
38275         a struct th_u2 inside the union, and move tu_block/tu_code into
38276         a new th_u3 union of tu_block/tu_code inside of that.  Move
38277         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
38278         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
38279         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
38280         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
38281         (th_stuff): Change to th_u1.tu_stuff.
38282         (th_data): Define.
38283         (th_msg): Change to th_u1.th_u2.tu_data.
38285 2012-05-07  David S. Miller  <davem@davemloft.net>
38287         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38289         [BZ #14074]
38290         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
38291         (SETUP_PIC_REG): Use it.
38292         (SETUP_PIC_REG_LEAF): Use it.
38294 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
38296         [BZ #13885]
38297         [BZ #13923]
38298         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38299         USE_AS_EXPM1L.
38300         (EXPL_FINITE): Likewise.
38301         (FLDLOG): Likewise.
38302         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38303         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38304         e_expl.S.
38305         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38306         USE_AS_EXPM1L.
38307         (EXPL_FINITE): Likewise.
38308         (FLDLOG): Likewise.
38309         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38310         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38311         e_expl.S.
38312         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
38313         test of -max_value argument for long double.
38314         * sysdeps/i386/fpu/libm-test-ulps: Update.
38315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38317 2012-05-06  David S. Miller  <davem@davemloft.net>
38319         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
38320         quad soft-float symbols whose references which are compiler
38321         generated.
38322         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
38324 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
38326         [BZ #13884]
38327         [BZ #13914]
38328         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38329         USE_AS_EXP10L.
38330         (EXPL_FINITE): Likewise.
38331         (FLDLOG): Likewise.
38332         (c0): Likewise.
38333         (c1): Likewise.
38334         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38335         Adjust comments for base varying.
38336         (__expl_finite): Change alias to EXPL_FINITE.
38337         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
38338         e_expl.S.
38339         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
38340         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
38341         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38342         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
38343         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38344         USE_AS_EXP10L.
38345         (EXPL_FINITE): Likewise.
38346         (FLDLOG): Likewise.
38347         (c0): Likewise.
38348         (c1): Likewise.
38349         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38350         Adjust comments for base varying.
38351         (__expl_finite): Change alias to EXPL_FINITE.
38352         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
38353         tests for bugs.
38354         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38356         [BZ #14064]
38357         * math/libm-test.inc (check_float_internal): Correct ulp
38358         calculation for subnormal expected results.
38360 2012-05-06  Andreas Jaeger  <aj@suse.de>
38362         * Makeconfig (+math-flags): New, set to -frounding-math.
38363         (+cflags): Add +math-flags so that all of glibc gets compiled with
38364         it.
38366         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
38368 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
38370         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
38371         Disable one test.
38373         [BZ #13787]
38374         [BZ #13922]
38375         [BZ #14036]
38376         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
38377         (__ieee754_expl): Allow for and saturate large arguments.
38378         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
38379         (u_threshold): Likewise.
38380         (__exp): Call __ieee754_exp before checking for overflow and
38381         underflow.
38382         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
38383         (u_threshold): Likewise.
38384         (__expf): Call __ieee754_expf before checking for overflow and
38385         underflow.
38386         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
38387         (u_threshold): Likewise.
38388         (__expl): Call __ieee754_expl before checking for overflow and
38389         underflow.
38390         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
38391         (__ieee754_expl): Allow for and saturate large arguments.
38392         * math/libm-test.inc (exp_test): Add another test.  Do not allow
38393         missing overflow exception on overflow.
38394         (expm1_test): Do not allow missing overflow exception on overflow.
38396         * sysdeps/i386/fpu/e_expl.c: Move to ...
38397         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
38398         rather than using inline asm.
38399         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38400         * sysdeps/x86_64/fpu/e_expl.S: Copy from
38401         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38403         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38404         (nice): Likewise.
38405         (poll): Likewise.
38406         (signal): Likewise.
38407         (time): Likewise.
38408         (times): Likewise.
38410 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38412         * sysdeps/unix/syscalls.list (adjtime): Add entry from
38413         sysdeps/unix/common/syscalls.list.
38414         (fchmod): Likewise.
38415         (fchown): Likewise.
38416         (ftruncate): Likewise.
38417         (getrusage): Likewise.
38418         (gettimeofday): Likewise.
38419         (setpgid): Likewise.
38420         (setregid): Likewise.
38421         (setreuid): Likewise.
38422         (sigaction): Likewise.
38423         (truncate): Likewise.
38424         (vhangup): Likewise.
38425         * sysdeps/unix/common/syscalls.list: Remove file.
38426         * sysdeps/unix/bsd/Implies: Don't include unix/common.
38427         * sysdeps/unix/sysv/linux/Implies: Likewise.
38429 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
38431         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38432         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38433         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38434         Moved to ...
38435         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38436         Here.
38437         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38438         to ...
38439         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38440         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38441         to ...
38442         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38443         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38444         to ...
38445         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38446         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38447         to ...
38448         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38449         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38450         to ...
38451         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38452         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38453         to ...
38454         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38455         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38456         to ...
38457         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38458         Here.
38459         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38460         to ...
38461         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38462         Here.
38463         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38464         to ...
38465         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38466         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38467         Moved to ...
38468         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38469         Here.
38470         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38471         to ...
38472         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38474 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38476         * sysdeps/unix/common/bits/dirent.h: Remove file.
38477         * sysdeps/unix/common/bits/fcntl.h: Likewise.
38479         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38480         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38481         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38482         * sysdeps/unix/bsd/isatty.c: Likewise.
38483         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38484         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38485         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38487 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38489         [BZ #13563]
38490         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38491         long double comparison inaccuracies.
38492         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38493         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38495 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38497         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38498         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38500 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38502         [BZ #14049]
38503         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38504         nonzero digits before rounding a hex value.
38505         * stdlib/tst-strtod.c (tests): Add another test.
38507 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38509         * sysdeps/s390/fpu/libm-test-ulps: Update.
38511 2012-05-03  Andreas Jaeger  <aj@suse.de>
38513         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38514         does not get optimized out.
38515         (malloc_opt_barrier): New.
38517 2012-05-03  Andreas Jaeger  <aj@suse.de>
38518             Roland McGrath  <roland@hack.frob.com>
38520         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38521         intermediate file deletion.
38522         (generated): Add .symlist files.
38524 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38526         [BZ #13775]
38527         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38528         Redirect under this condition.
38529         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38530         [__USE_GNU] (__dprintf_chk): Not under this condition.
38531         [__USE_GNU] (__vdprintf_chk): Likewise.
38532         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38533         under this condition.
38534         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38535         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38536         [__USE_XOPEN2K8] (vdprintf): Likewise.
38537         [__USE_GNU] (__dprintf_chk): Not under this condition.
38538         [__USE_GNU] (__vdprintf_chk): Likewise.
38539         [__USE_GNU] (dprintf): Likewise.
38540         [__USE_GNU] (vdprintf): Likewise.
38542 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38544         * elf/Makefile (common-generated): Set this instead of generated for
38545         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38546         $(all-built-dso)-derived lists.
38548 2012-05-03  Andreas Jaeger  <aj@suse.de>
38550         * sysdeps/i386/fpu/libm-test-ulps: Update.
38552         * FAQ: Removed.
38553         * FAQ.in: Likewise.
38554         * scripts/gen-FAQ.pl: Likewise.
38555         * manual/install.texi (Installation): Point to online location of
38556         FAQ.
38557         * Makefile (files-for-dist): Remove FAQ.
38558         (FAQ): Remove.
38560 2012-05-02  Allan McRae  <allan@archlinux.org>
38562         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38563         (LDFLAGS-reldepmod5.so): Likewise.
38564         (LDFLAGS-reldep6mod1.so): Likewise.
38565         (LDFLAGS-reldep6mod4.so): Likewise.
38566         (LDFLAGS-reldep8mod3.so): Likewise.
38567         (LDFLAGS-unload4mod1.so): Likewise.
38568         (LDFLAGS-unload4mod2.so): Likewise.
38569         (LDFLAGS-tst-initorder): Likewise.
38570         (LDFLAGS-tst-initordera2.so): Likewise.
38571         (LDFLAGS-tst-initordera3.so): Likewise.
38572         (LDFLAGS-tst-initordera4.so): Likewise.
38573         (LDFLAGS-tst-initorderb2.so): Likewise.
38574         (LDFLAGS-noload): Likewise.
38575         (LDFLAGS-next): Likewise.
38576         (LDFLAGS-order2mod1.so): Likewise.
38577         (LDFLAGS-order2mod2.so): Likewise.
38578         (LDFLAGS-tst-initorder2): Likewise.
38579         (LDFLAGS-tst-initorder2a.so): Likewise.
38580         (LDFLAGS-tst-initorder2b.so): Likewise.
38581         (LDFLAGS-tst-initorder2c.so): Likewise.
38582         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38584 2012-05-02  David S. Miller  <davem@davemloft.net>
38586         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38588 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38590         [BZ #14055]
38591         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38593 2012-05-02  Andreas Jaeger  <aj@suse.de>
38595         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38596         since we manipulate rounding mode.
38597         (CPPFLAGS-test-idouble.c): Likewise.
38598         (CPPFLAGS-test-ifloat.c): Likewise.
38599         (CFLAGS-test-ldouble.c): Likewise.
38600         (CFLAGS-test-double.c): Likewise.
38601         (CFLAGS-test-float.c): Likewise.
38602         (CFLAGS-test-misc.c): Likewise.
38603         (CFLAGS-test-test-fenv.c): Likewise.
38605 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38607         [BZ #2550]
38608         [BZ #2570]
38609         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38610         comparisons to determine direction to adjust input.
38612 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38614         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38615         output to the target.
38617         * scripts/localplt.awk: New file.
38618         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38619         (check-localplt-CFLAGS): Variable removed.
38620         ($(all-built-dso:=.jmprel)): New static pattern rule.
38621         (generated): Add those targets.
38622         (localplt-built-dso): New variable.
38623         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38625         * elf/check-localplt.c: File removed.
38627         * scripts/check-execstack.awk: New file.
38628         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38629         (check-execstack-CFLAGS): Variable removed.
38630         ($(objpfx)check-execstack.h): Target removed.
38631         ($(objpfx)execstack-default): New target.
38632         (generated): Add that instead of check-execstack.h.
38633         ($(all-built-dso:=.phdr)): New static pattern rule.
38634         (generated): Add those targets.
38635         * elf/check-execstack.c: File removed.
38637         * scripts/check-textrel.awk: New file.
38638         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38639         (check-textrel-CFLAGS): Variable removed.
38640         (all-built-dso): Use := to define.o
38641         ($(all-built-dso:=.dyn)): New static pattern rule.
38642         (generated): Add those targets.
38643         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38644         * config.make.in (READELF): New substituted variable.
38645         * elf/check-textrel.c: File removed.
38647 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38649         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38650         allow.
38651         * conform/data/ctype.h-data [C99-based standards] (isblank):
38652         Expect function.
38653         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38654         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38655         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38656         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38657         Specify type.  Require positive value.
38658         (EILSEQ): Likewise.
38659         (ERANGE): Likewise.
38660         [ISO || POSIX] (EILSEQ): Do not expect.
38661         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38662         Specify type.  Require positive value.
38663         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38664         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38665         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38666         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38667         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38668         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38669         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38670         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38671         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38672         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38673         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38674         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38675         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38676         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38677         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38678         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38679         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38680         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38681         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38682         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38683         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38684         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38685         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38686         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38687         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38688         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38689         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38690         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38691         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38692         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38693         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38694         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38695         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38696         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38697         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38698         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38699         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38700         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38701         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38702         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38703         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38704         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38705         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38706         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38707         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38708         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38709         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38710         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38711         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38712         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38713         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38714         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38715         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38716         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38717         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38718         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38719         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38720         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38721         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38722         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38723         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38724         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38725         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38726         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38727         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38728         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38729         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38730         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38731         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38732         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38733         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38734         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38735         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38736         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38737         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38738         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38739         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38740         Require >= 2.
38741         (FLT_ROUNDS): Expect as macro, not constant.
38742         (FLT_MANT_DIG): Use macro-int-constant.
38743         (DBL_MANT_DIG): Likewise.
38744         (LDBL_MANT_DIG): Likewise.
38745         (FLT_DIG): Likewise.
38746         (DBL_DIG): Likewise.
38747         (LDBL_DIG): Likewise.
38748         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38749         (DBL_MIN_EXP): Likewise.
38750         (LDBL_MIN_EXP): Likewise.
38751         (FLT_MAX_EXP): Use macro-int-constant.
38752         (DBL_MAX_EXP): Likewise.
38753         (LDBL_MAX_EXP): Likewise.
38754         (FLT_MAX_10_EXP): Likewise.
38755         (DBL_MAX_10_EXP): Likewise.
38756         (LDBL_MAX_10_EXP): Likewise.
38757         (FLT_MAX): Use macro-constant.
38758         (DBL_MAX): Likewise.
38759         (LDBL_MAX): Likewise.
38760         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38761         (DBL_EPSILON): Likewise.
38762         (LDBL_EPSILON): Likewise.
38763         (FLT_MIN): Likewise.
38764         (DBL_MIN): Likewise.
38765         (LDBL_MIN): Likewise.
38766         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38767         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38768         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38769         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38770         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38771         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38772         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38773         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38774         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38775         [ISO11] (FLT_TRUE_MIN): Likewise.
38776         [ISO11] (LDBL_TRUE_MIN): Likewise.
38777         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38778         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38779         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38780         (SCHAR_MAX): Likewise.
38781         (UCHAR_MAX): Likewise.
38782         (CHAR_MIN): Likewise.
38783         (CHAR_MAX): Likewise.
38784         (MB_LEN_MAX): Use macro-int-constant.
38785         (SHRT_MIN): Use macro-int-constant.  Specify type.
38786         (SHRT_MAX): Likewise.
38787         (USHRT_MAX): Likewise.
38788         (INT_MAX): Likewise.
38789         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38790         bound negative.
38791         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38792         bound with "U".
38793         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38794         bound with "L".
38795         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38796         bound negative.  Suffix upper bound with "L".
38797         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38798         bound with "UL".
38799         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38800         Specify type.
38801         [C99-based standards] (LLONG_MAX): Likewise.
38802         [C99-based standards] (ULLONG_MAX): Likewise.
38803         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38804         == 0.
38805         [ISO11] (max_align_t): Require type.
38806         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38808         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38809         from $CFLAGS, without defining away __attribute__ calls.
38810         (checknamespace): Use $CFLAGS_namespace.
38812         * conform/conformtest.pl (@keywords): Only include C99 keywords
38813         for standards based on C99 or C11.
38815         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38816         Disable tests.
38817         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38818         UNIX98]: Likewise.
38820         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38821         usability of symbols in #if.
38823         * conform/conformtest.pl: If macro or constant types start
38824         "promoted:", expect the symbol to be of the following type
38825         promoted by the integer promotions.
38827         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38828         in one place.  Also handle "macro-constant".
38830         * conform/conformtest.pl: Only accept expected macro values with
38831         "==".  Parse all "macro" lines in one place.
38832         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38834         * conform/conformtest.pl: Handle braced types on "constant" lines
38835         instead of handling "typed-constant".
38836         * conform/data/signal.h-data: Use "constant" instead of
38837         "typed-constant".
38839         * conform/conformtest.pl: Handle "optional-" at start of lines in
38840         one place rather than duplicating several cases.  Handle each
38841         format of "macro" line with initial "optional-".
38843         * conform/conformtest.pl: Only accept expected constant or
38844         optional-constant values with "==".  Parse all "constant" lines in
38845         one place.  Parse all "optional-constant" lines in one place.
38846         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38847         * conform/data/fmtmsg.h-data: Likewise.
38848         * conform/data/netinet/in.h-data: Likewise.
38849         * conform/data/tar.h-data: Likewise.
38850         * conform/data/limits.h-data: Use "==" form on "constant" and
38851         "optional-constant" lines.
38853         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38854         Use -std=c99 for XOPEN2K.
38855         (@knownproblems): Remove.
38856         (newtoken): Don't check %isknown.
38858         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38859         Do not expect macro.
38860         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38861         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38862         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38863         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38864         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38865         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38866         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38867         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38868         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38869         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38870         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38871         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38872         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38873         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38874         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38875         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38876         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38877         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38878         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38879         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38880         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38881         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38882         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38883         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38884         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38885         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38886         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38887         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38888         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38889         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38890         [XPG3] (acosh): Likewise.
38891         [XPG3] (asinh): Likewise.
38892         [XPG3] (atanh): Likewise.
38893         [XPG3] (cbrt): Likewise.
38894         [XPG3] (expm1): Likewise.
38895         [XPG3] (ilogb): Likewise.
38896         [XPG3] (log1p): Likewise.
38897         [XPG3] (logb): Likewise.
38898         [XPG3] (nextafter): Likewise.
38899         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38900         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38901         [XPG3] (remainder): Likewise.
38902         [XPG3] (rint): Likewise.
38903         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38904         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38905         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38906         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38907         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38908         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38909         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38910         [UNIX98 || XOPEN2K] (scalb): Expect.
38911         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38912         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38913         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38914         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38915         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38916         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38917         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38918         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38919         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38920         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38921         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38922         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38923         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38924         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38925         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38926         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38927         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38928         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38929         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38930         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38931         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38932         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38933         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38934         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38935         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38936         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38937         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38938         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38939         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38940         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38941         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38942         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38943         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38944         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38945         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38946         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38947         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38948         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38949         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38950         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38951         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38952         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38953         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38954         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38955         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38956         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38957         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38958         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38959         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38960         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38961         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38962         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38963         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38964         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38965         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38966         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38967         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38968         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38969         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38970         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38971         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38972         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38973         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38974         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38975         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38976         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38977         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38978         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38979         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38980         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38981         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38982         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38983         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38984         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38985         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38986         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38987         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38988         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38989         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38990         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38991         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38992         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38993         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38994         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38995         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38996         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38997         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38998         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38999         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
39000         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
39001         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
39002         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
39003         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
39004         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
39005         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
39006         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
39007         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
39008         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
39009         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
39010         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
39011         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
39012         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
39013         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
39014         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
39015         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
39016         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
39017         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
39018         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
39019         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
39020         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
39021         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
39022         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
39023         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
39024         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
39025         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
39026         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
39027         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
39028         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
39029         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
39030         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
39031         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
39032         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
39033         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
39034         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
39035         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
39036         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
39037         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
39038         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
39039         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
39040         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
39041         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
39042         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
39043         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
39044         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
39045         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
39046         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
39047         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
39049         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
39050         _XOPEN_SOURCE_EXTENDED for XPG4.
39052         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
39054         * Makeconfig (localtime): Remove variable.
39055         (inst_localtime-file): Likewise.
39057 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
39059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
39060         Update.
39061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39062         Update.
39063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
39064         Update.
39065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
39066         Update.
39067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
39068         Update.
39069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
39070         Update.
39071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39072         Update.
39073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
39074         Update.
39075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39076         Update.
39078 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
39080         [BZ #2550]
39081         [BZ #2570]
39082         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
39083         comparisons to determine direction to adjust input.
39084         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
39085         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
39086         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
39087         Likewise.
39088         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
39089         Likewise.
39090         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
39091         Likewise.
39092         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
39093         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
39094         Likewise.
39095         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
39096         Likewise.
39097         * math/libm-test.inc (nexttoward_test): Add more tests.
39099 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
39101         [BZ #14040]
39102         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
39103         in version GLIBC_2.1, not GLIBC_2.0.
39104         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
39105         Likewise.
39107 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
39109         [BZ #13942]
39110         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
39111         (1 - x) * (1 + x).
39112         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
39113         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
39114         * math/libm-test.inc (acos_test): Add more tests.
39115         (asin_test): Likewise.
39116         * sysdeps/i386/fpu/libm-test-ulps: Update.
39117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39119         [BZ #14034]
39120         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
39121         of square root.
39122         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
39123         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
39124         * math/libm-test.inc (acos_test_tonearest): New function.
39125         (acos_test_towardzero): Likewise.
39126         (acos_test_downward): Likewise.
39127         (acos_test_upward): Likewise.
39128         (asin_test_tonearest): Likewise.
39129         (asin_test_towardzero): Likewise.
39130         (asin_test_downward): Likewise.
39131         (asin_test_upward): Likewise.
39132         (main): Call the new functions.
39133         * sysdeps/i386/fpu/libm-test-ulps: Update.
39134         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39136         [BZ #13884]
39137         [BZ #13924]
39138         * math/e_exp10.c: Include <float.h>.
39139         (__ieee754_exp10): Handle underflow here rather than multiplying
39140         large negative argument by M_LN10.
39141         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
39142         of __ieee754_expf.
39143         * math/e_exp10l.c: Include <float.h>.
39144         (__ieee754_exp10l): Handle underflow here rather than multiplying
39145         large negative argument by M_LN10l.
39146         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
39147         spurious overflow exception on underflow.
39149 2012-04-29  Marek Polacek  <polacek@redhat.com>
39151         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
39152         (__fortify_function): New macro.
39153         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
39154         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
39155         __extern_always_inline.
39156         * libio/bits/stdio2.h: Likewise.
39157         * libio/bits/stdio.h: Likewise.
39158         * string/string.h: Likewise.
39159         * string/bits/string3.h: Likewise.
39160         * include/stdio.h: Likewise.
39161         * stdlib/bits/stdlib.h: Likewise.
39162         * stdlib/stdlib.h: Likewise.
39163         * rt/bits/mqueue2.h: Likewise.
39164         * rt/mqueue.h: Likewise.
39165         * posix/bits/unistd.h: Likewise.
39166         * posix/unistd.h: Likewise.
39167         * io/bits/poll2.h: Likewise.
39168         * io/bits/fcntl2.h: Likewise.
39169         * io/fcntl.h: Likewise.
39170         * io/sys/poll.h: Likewise.
39171         * misc/bits/syslog.h: Likewise.
39172         * misc/bits/syslog-ldbl.h: Likewise.
39173         * misc/sys/syslog.h: Likewise.
39174         * socket/bits/socket2.h: Likewise.
39175         * socket/sys/socket.h: Likewise.
39176         * debug/tst-chk1.c: Likewise.
39177         * wcsmbs/bits/wchar2.h: Likewise.
39178         * wcsmbs/bits/wchar-ldbl.h: Likewise.
39179         * wcsmbs/wchar.h: Likewise.
39181 2012-04-29  Andreas Jaeger  <aj@suse.de>
39183         * Makerules (tests): Remove enable-check-abi protection.
39184         (check-abi-warn): Remove.
39185         (check-abi-%): Remove check-abi-warn usage.
39187         * configure.in: Remove check-abi configure option.
39188         * configure: Regenerated.
39189         * config.make.in (enable-check-abi): Remove.
39191 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
39193         [BZ #14033]
39194         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
39195         double functions to double *_finite functions.
39197         [BZ #13941]
39198         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
39199         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
39200         LDBL_MIN_EXP.
39201         * stdio-common/Makefile (tests): Add tst-sprintf3.
39202         * stdio-common/tst-sprintf3.c: New file.
39204         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
39205         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
39207 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39209         * conform/conformtest.pl: Remove duplicate typed-constant
39210         handling.
39212 2012-04-28  David S. Miller  <davem@davemloft.net>
39214         * Makerules (%.abilist): Add vpath on sysdep_dirs.
39215         (check-abi-%): Remove AWK script prerequisite and explicit
39216         abilist directory.
39217         (check-abi): Rewrite to just diff the symlist with the abilist.
39218         (config-tls, config-abi-config): Delete, no longer used.
39219         (update-abi-%): Remove AWK script and explicit abilist directory.
39220         (update-abi): Rewrite to simply compare and conditionally copy the
39221         symlist and the sysdep abilist file.  Remove update-abi-config
39222         checks.
39223         * abilist/ld.abilist: Remove.
39224         * abilist/libBrokenLocale.abilist: Remove.
39225         * abilist/libanl.abilist: Remove.
39226         * abilist/libcrypt.abilist: Remove.
39227         * abilist/libdl.abilist: Remove.
39228         * abilist/librt.abilist: Remove.
39229         * abilist/libthread_db.abilist: Remove.
39230         * abilist/libutil.abilist: Remove.
39231         * scripts/extract-abilist.awk: Remove.
39232         * scripts/merge-abilist.awk: Remove.
39233         * sysdeps/generic/libcidn.abilist: New file.
39234         * sysdeps/generic/libnss_compat.abilist: New file.
39235         * sysdeps/generic/libnss_db.abilist: New file.
39236         * sysdeps/generic/libnss_dns.abilist: New file.
39237         * sysdeps/generic/libnss_files.abilist: New file.
39238         * sysdeps/generic/libnss_hesiod.abilist: New file.
39239         * sysdeps/generic/libnss_nis.abilist: New file.
39240         * sysdeps/generic/libnss_nisplus.abilist: New file.
39241         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
39242         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
39243         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
39244         file.
39245         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
39246         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
39247         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
39248         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
39249         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
39250         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
39251         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
39252         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
39253         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
39254         file.
39255         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
39256         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
39257         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
39258         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
39259         file.
39260         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
39261         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
39262         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
39263         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
39264         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
39265         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
39266         file.
39267         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
39268         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
39269         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
39270         file.
39271         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
39272         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
39273         New file.
39274         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
39275         New file.
39276         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
39277         New file.
39278         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
39279         New file.
39280         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
39281         New file.
39282         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
39283         New file.
39284         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
39285         New file.
39286         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
39287         New file.
39288         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
39289         New file.
39290         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
39291         New file.
39292         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
39293         New file.
39294         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
39295         New file.
39296         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
39297         New file.
39298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
39299         file.
39300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
39301         New file.
39302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
39303         New file.
39304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
39305         file.
39306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
39307         New file.
39308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
39309         New file.
39310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
39311         file.
39312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
39313         New file.
39314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39315         New file.
39316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
39317         New file.
39318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
39319         New file.
39320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
39321         New file.
39322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
39323         New file.
39324         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
39325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
39326         file.
39327         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
39328         New file.
39329         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
39330         file.
39331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
39332         file.
39333         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
39334         file.
39335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
39336         file.
39337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
39338         file.
39339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39340         New file.
39341         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
39342         file.
39343         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
39344         file.
39345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
39346         New file.
39347         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
39348         file.
39349         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
39350         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
39351         file.
39352         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
39353         New file.
39354         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
39355         file.
39356         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
39357         file.
39358         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
39359         file.
39360         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
39361         file.
39362         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
39363         file.
39364         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39365         New file.
39366         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
39367         file.
39368         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
39369         file.
39370         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
39371         New file.
39372         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
39373         file.
39374         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39375         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
39376         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
39377         file.
39378         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
39379         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
39380         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
39381         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
39382         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
39383         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
39384         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
39385         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
39386         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
39387         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
39388         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
39389         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
39390         file.
39391         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39392         New file.
39393         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39394         file.
39395         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39396         file.
39397         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39398         file.
39399         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39400         file.
39401         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39402         file.
39403         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39404         New file.
39405         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39406         New file.
39407         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39408         file.
39409         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39410         New file.
39411         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39412         file.
39413         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39414         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39415         file.
39416         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39417         New file.
39418         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39419         file.
39420         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39421         file.
39422         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39423         file.
39424         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39425         file.
39426         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39427         file.
39428         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39429         New file.
39430         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39431         New file.
39432         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39433         file.
39434         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39435         New file.
39436         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39437         file.
39439 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39441         * conform/conformtest.pl: Fix typo in handling typed-constant from
39442         allow-header.
39444 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39446         * README: Cut down references to pre-2.6 Linux kernels and
39447         Linuxthreads.  Update lists of configurations in libc and ports
39448         and sort alphabetically.  Say "or newer" with Linux kernel version
39449         requirements.
39451         * config.h.in [IS_IN_build]: Allow compiling without optimization.
39453 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39455         [BZ #887]
39456         * math/libm-test.inc (logb_test_downward): New test to expose
39457         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39458         rounding mode.
39460 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39462         [BZ #14027]
39463         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39464         to be done.
39465         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39466         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39468 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
39470         * sysdeps/unix/i386/brk.S: Remove file.
39471         * sysdeps/unix/i386/dl-brk.S: Likewise.
39472         * sysdeps/unix/i386/pipe.S: Likewise.
39473         * sysdeps/unix/i386/sigreturn.S: Likewise.
39474         * sysdeps/unix/i386/syscall.S: Likewise.
39475         * sysdeps/unix/i386/vfork.S: Likewise.
39476         * sysdeps/unix/i386/wait.S: Likewise.
39478         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39479         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39481         * configure.in (arm*-none*): Do not allow without
39482         --enable-hacker-mode.
39483         (netbsd*): Remove case setting base_os.
39484         (386bsd*): Likewise.
39485         (freebsd*): Likewise.
39486         (bsdi*): Likewise.
39487         (osf*): Likewise.
39488         (sunos*): Likewise.
39489         (ultrix*): Likewise.
39490         (newsos*): Likewise.
39491         (dynix*): Likewise.
39492         (*bsd*): Likewise.
39493         (sysv*): Likewise.
39494         (isc*): Likewise.
39495         (esix*): Likewise.
39496         (sco*): Likewise.
39497         (minix*): Likewise.
39498         (irix4*): Likewise.
39499         (irix6*): Likewise.
39500         (solaris[2-9]*): Likewise.
39501         (none): Likewise.
39502         * configure: Regenerated.
39504 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39506         [BZ #11521]
39507         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39508         overflow or cancellation in calculating denominator.
39509         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39510         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39511         down expression to avoid unexpected rounding in newer GCCs.
39512         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39514 2012-04-26  David S. Miller  <davem@davemloft.net>
39516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39517         long-double compat symbols.
39518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39519         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39523         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39524         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39525         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39526         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39527         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39528         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39529         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39530         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39532 2012-04-25  David S. Miller  <davem@davemloft.net>
39534         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39535         HWCAP_* values only after the memory barriers have been defined.
39536         (atomic_full_barrier): Define.
39537         (atomic_read_barrier): Define.
39538         (atomic_write_barrier): Define.
39540 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39542         * shlib-versions: Add libgcc_s version information.
39543         * sysdeps/generic/libgcc_s.h: Remove.
39544         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39545         libgcc_s.h.
39546         * sysdeps/gnu/unwind-resume.c: Likewise.
39547         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39549 2012-04-25  David S. Miller  <davem@davemloft.net>
39551         * sysdeps/unix/sparc/brk.S: Delete.
39552         * sysdeps/unix/sparc/dl-brk.S: Delete.
39553         * sysdeps/unix/sparc/pipe.S: Delete.
39554         * sysdeps/unix/sparc/sysdep.S: Delete.
39555         * sysdeps/unix/sparc/sysdep.h: Delete.
39556         * sysdeps/unix/sparc/vfork.S: Delete.
39557         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39558         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39559         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39560         (ret_ERRVAL, r0, r1, MOVE): Define.
39561         (JUMPTARGET): Remove.
39562         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39563         sysdeps/unix/sparc/sysdep.h
39564         (ENTRY, END): Remove.
39565         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39567 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39569         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39570         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39571         -DIS_IN_build.
39573         * timezone/README: Update upstream location and email address for
39574         tzcode and tzdata.
39575         * timezone/zdump.c: Update from tzcode 2012b.
39576         * timezone/zic.c: Likewise.
39578         * configure.in (libc_cv_as_needed): Remove test.
39579         * configure: Regenerated.
39580         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39581         conditional definition.
39582         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39583         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39584         * config.make.in (have-as-needed): Remove variable.
39586 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39587             Paul Pluzhnikov  <ppluzhnikov@google.com>
39589         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39590         strings correctly.
39592 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39594         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39595         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39596         * sysdeps/sh/strlen.S: Likewise.
39598 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39600         * sysdeps/unix/fork.S: Remove file.
39601         * sysdeps/unix/i386/fork.S: Likewise.
39602         * sysdeps/unix/sparc/fork.S: Likewise.
39604         * sysdeps/unix/system.c: Remove file.
39605         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39607         * sysdeps/unix/getegid.S: Remove file.
39608         * sysdeps/unix/geteuid.S: Likewise.
39610 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39612         * scripts/check-localplt.awk: New file.
39613         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39614         of diff.
39615         * scripts/data/localplt-generic.data: Add a comment.
39617         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39618         NODE when __dir_mkfile failed.
39619         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39620         Reported by Ludovic Courtès <ludo@gnu.org>.
39622 2012-04-24  Andreas Jaeger  <aj@suse.de>
39624         * Makerules (common-clean): Also remove gen-as-const-headers
39625         files.
39627 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39629         * Makerules (native-compile): Do not change working directory for
39630         build.  Use $(OUTPUT_OPTION) in command.
39631         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39633 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39635         [BZ #13886]
39636         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39637         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39638         * math/libm-test.inc (floor_test): Add more tests.
39639         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39641 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39643         * sysdeps/unix/getdents.c: Remove file.
39644         * sysdeps/unix/sysv/getdents.c: Likewise.
39645         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39647         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39648         sysdeps/unix/mman/syscalls.list.
39649         (mmap): Likewise.
39650         (mprotect): Likewise.
39651         (msync): Likewise.
39652         (munmap): Likewise.
39653         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39654         * sysdeps/unix/mman/syscalls.list: Remove.
39655         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39657         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39658         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39659         * configure: Regenerated.
39660         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39661         $(libgcc_s_suffix).
39662         * config.make.in (libgcc_s_suffix): Remove variable.
39664 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39666         * sysdeps/unix/sysv/gethostname.c: Move to ...
39667         * sysdeps/posix/gethostname.c: ... here.
39669         * sysdeps/unix/execve.S: Remove file.
39671         * sysdeps/unix/_exit.S: Remove file.
39673 2012-04-23  Andreas Jaeger  <aj@suse.de>
39675         [BZ #13739]
39676         * manual/Makefile: Remove make dist support, there's no
39677         need for a stand-alone documentation tar ball.
39678         (TEXI2DVI): Define always, it's not in Makeconfig.
39679         (dist): Removed.
39680         (tar-it): Removed.
39681         (edition): Removed.
39682         (glibc-doc-$(edition).tar): Removed
39683         (%.Z): Removed.
39684         (%.gz): Removed.
39685         (%.uu): Removed.
39686         (ETAGS): Remove, it's in Makeconfig.
39687         (move-if-change): Remove, it's in Makeconfig.
39689 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39691         [BZ #13970]
39692         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39693         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39694         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39695         (strtod_l, strtof_l, strtold_l): Remove __wur.
39696         It is not necessarily an error to ignore strtol's return value.
39697         One can reliably look at the stored endptr to decide whether
39698         the number had valid syntax.
39700 2012-04-21  Andreas Jaeger  <aj@suse.de>
39702         [BZ #13739]
39703         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39705 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39707         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39708         * sysdeps/unix/sysv/Versions: Remove file.
39710 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39712         [BZ #13927]
39713         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39715 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39717         [BZ #7064]
39718         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39719         version from __vm86.
39721 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39723         * sysdeps/unix/common/lxstat.c: Remove file.
39724         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39726         * sysdeps/unix/sysv/Makefile: Remove file.
39728         * sysdeps/unix/sysv/direct.h: Remove file.
39730         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39731         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39732         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39733         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39734         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39735         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39736         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39738         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39740         * sysdeps/unix/xmknod.c: Remove file.
39741         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39743         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39745         * sysdeps/unix/sysv/i386/time.S: Remove file.
39747         * sysdeps/unix/fxstat.c: Remove file.
39748         * sysdeps/unix/xstat.c: Likewise.
39749         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39751         * sysdeps/unix/sysv/sigaction.c: Remove file.
39753         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39754         (sysdep_headers): Remove variable.
39755         [termio.h not in sysdep_headers] (generated): Likewise.
39756         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39757         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39758         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39759         * sysdeps/unix/sysv/tcflow.c: Likewise.
39760         * sysdeps/unix/sysv/tcflush.c: Likewise.
39761         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39762         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39763         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39764         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39765         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39767         * sysdeps/unix/siglist.c: Remove file.
39769         * sysdeps/unix/getppid.S: Remove file.
39771         * sysdeps/unix/mkdir.c: Remove file.
39772         * sysdeps/unix/rmdir.c: Likewise.
39774 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39776         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39777         ERR_MAX value.
39778         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39779         errlist-compat value.
39781 2012-04-18  David S. Miller  <davem@davemloft.net>
39783         * sysdeps/generic/memcopy.h (reg_char): Delete.
39784         * debug/strcat_chk.c: Use char, not reg_char.
39785         * debug/strcpy_chk.c: Likewise.
39786         * debug/strncat_chk.c: Likewise.
39787         * debug/strncpy_chk.c: Likewise.
39788         * string/memchr.c: Likewise.
39789         * string/memrchr.c: Likewise.
39790         * string/rawmemchr.c: Likewise.
39791         * string/strcat.c: Likewise.
39792         * string/strchr.c: Likewise.
39793         * string/strchrnul.c: Likewise.
39794         * string/strcmp.c: Likewise.
39795         * string/strcpy.c: Likewise.
39796         * string/strncat.c: Likewise.
39797         * string/strncmp.c: Likewise.
39798         * string/strncpy.c: Likewise.
39800 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39802         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39803         __builtin_memcopy is called when src and dest ranges are known to not
39804         overlap.
39806 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39808         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39809         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39810         fwd_align_merge macro call.
39811         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39812         bwd_align_merge macro call.
39813         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39815 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39817         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39818         bwd_align_merge macros.
39819         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39820         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39821         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39823 2012-04-18  David S. Miller  <davem@davemloft.net>
39825         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39827 2012-04-18  Andreas Jaeger  <aj@suse.de>
39829         [BZ# 6794]
39830         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39831         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39832         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39834         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39835         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39836         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39838         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39839         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39840         Adjust for changed ldbl-128 files.
39842         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39843         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39844         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39846 2012-04-17  David S. Miller  <davem@davemloft.net>
39848         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39850 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39852         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39853         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39854         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39855         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39856         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39857         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39859 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39861         [BZ #6794]
39862         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39863         * math/libm-test.inc: Add ilogb errno and exception tests.
39864         * math/w_ilogb.c: New file: ilogb wrapper.
39865         * math/w_ilogbf.c: New file: ilogbf wrapper.
39866         * math/w_ilogbl.c: New file: ilogbl wrapper.
39867         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39868         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39869         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39870         exception being thrown with 0.0 as argument.
39871         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39872         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39873         exception being thrown with 0.0 as argument.
39874         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39875         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39876         exception being thrown with 0.0 as argument.
39877         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39878         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39879         exception being thrown with 0.0 as argument.
39880         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39881         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39882         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39883         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39884         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39885         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39886         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39887         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39888         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39890 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39892         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39893         with altivec.
39895 2012-04-16  Marek Polacek  <polacek@redhat.com>
39897         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39899 2012-04-16  Marek Polacek  <polacek@redhat.com>
39901         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39902         operands of fdivp instruction.
39904 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39906         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39907         * elf/tst-auditmod3b.c: Likewise.
39908         * elf/tst-auditmod4b.c: Likewise.
39909         * elf/tst-auditmod5b.c: Likewise.
39910         * elf/tst-auditmod6b.c: Likewise.
39911         * elf/tst-auditmod6c.c: Likewise.
39912         * elf/tst-auditmod7b.c: Likewise.
39913         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39914         * sysdeps/x86_64/preconfigure.in: Likewise.
39915         * sysdeps/x86_64/preconfigure: Regenerated.
39917 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39919         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39920         __ILP32__.
39922 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39924         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39925         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39927 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39929         [BZ #13973]
39930         * locale/iso-639.def: Fix gl language name. Spotted by
39931         Yaron Shahrabani.
39933 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39935         [BZ #2074]
39936         * libio/libio.h (__io_write_fn): Update comment.
39938 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39940         [BZ #2074]
39941         * stdio.texi (Hook Functions): The user provided writer function
39942         is not allowed to return -1.
39944 2012-04-11  David S. Miller  <davem@davemloft.net>
39946         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39948 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39950         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39951         Add a leading slash to rtkaio.
39953 2012-04-11  Jim Meyering  <meyering@redhat.com>
39955         [BZ #11959]
39956         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39957         It is not necessarily an error to ignore fwrite's return
39958         value.  One can reliably use ferror to test for errors after
39959         the fact.
39961 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39963         * bits/types.h (__snseconds_t): New type.
39964         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39966         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39967         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39968         (__SNSECONDS_T_TYPE): Likewise.
39969         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39970         (__SNSECONDS_T_TYPE): Likewise.
39971         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39972         (__SNSECONDS_T_TYPE): Likewise.
39974 2012-04-10  Andreas Jaeger  <aj@suse.de>
39976         [BZ #2636]
39977         * manual/time.texi (Processor Time): Return type of times is
39978         elapsed real time since an arbitrary point in the past.
39979         (CPU Time): Move CLK_TCK from here...
39980         (Processor Time): ...to here.  Correct description.
39981         * manual/conf.texi (Constants for Sysconf): Correct description of
39982         _SC_CLK_TCK.
39984 2012-04-10  David S. Miller  <davem@davemloft.net>
39986         [BZ #13967]
39987         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39988         where the is a gap between DT_REL(A) and DT_JMPREL.
39990 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39992         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39993         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39994         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39996 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39998         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39999         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
40000         (dl_main): Handle --inhibit-cache.
40001         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
40002         _dl_inhibit_cache.
40003         * elf/dl-load.c (_dl_map_object): Use it.
40004         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
40006 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
40008         [BZ #13872]
40009         * sysdeps/i386/fpu/e_powl.S (p78): New object.
40010         (__ieee754_powl): Saturate large exponents rather than testing for
40011         overflow of y*log2(x).
40012         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40013         * math/libm-test.inc (pow_test): Do not permit spurious overflow
40014         exceptions.
40016         [BZ #11521]
40017         * math/s_ctan.c: Include <float.h>.
40018         (__ctan): Avoid internal overflow or cancellation in calculating
40019         denominator.
40020         * math/s_ctanf.c: Likewise.
40021         * math/s_ctanl.c: Likewise.
40022         * math/s_ctanh.c: Likewise.
40023         * math/s_ctanhf.c: Likewise.
40024         * math/s_ctanhl.c: Likewise.
40025         * math/libm-test.inc (ctan_test): Add more tests.
40026         (ctanh_test): Likewise.
40027         * sysdeps/i386/fpu/libm-test-ulps: Update.
40028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40030 2012-04-09  Andreas Jaeger  <aj@suse.de>
40032         [BZ #6894]
40033         * manual/filesys.texi (Directory Entries): Mention that d_namlen
40034         is an optional BSD extension.
40036         [BZ #10254]
40037         * manual/stdio.texi (Opening Streams): Document additional fopen
40038         parameters.
40040 2012-04-09  Roland McGrath  <roland@hack.frob.com>
40042         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
40043         %eax without telling the compiler.
40045 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
40047         [BZ # 13963]
40048         * manual/install.texi: Use sourceware.org.
40050 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
40052         [BZ #13873]
40053         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
40054         (__ieee754_pow): Generate overflow and underflow using huge*huge
40055         and tiny*tiny rather than just returning constant infinity or zero
40056         for large exponents.
40057         * math/libm-test.inc (pow_test): Require overflow exceptions for
40058         applicable cases of large exponents.
40060         [BZ #706]
40061         * sysdeps/i386/fpu/e_pow.S (p10): New object.
40062         (__ieee754_pow): Use iterative multiplication algorithm only for
40063         integer exponents with absolute value below 1024.  Check for odd
40064         integer exponents when using algorithm for real exponents.
40065         * math/libm-test.inc (pow_test): Add more tests.
40066         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40068 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
40070         [BZ #13705]
40071         * math/libm-test.inc (exp_test): Do not allow overflow exception
40072         on underflow test.
40074 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
40076         [BZ #13705]
40077         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
40078         instead of __kernel_standard_f.
40080 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
40082         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
40083         * sysdeps/x86_64/memset_chk.S: Likewise.
40085 2012-04-08  Andreas Jaeger  <aj@suse.de>
40087         [BZ #10153]
40088         * manual/startup.texi (Environment Access): Describe return value
40089         for putenv and setenv.
40091         [BZ #6895]
40092         * manual/filesys.texi (Directory Entries): Add description for
40093         DT_LNK.
40095         [BZ #6890]
40096         * manual/filesys.texi (Directory Entries): Clarify that it's file
40097         system not operating system in the description of DT_UNKNOWN.
40099         [BZ #6578]
40100         * manual/syslog.texi (closelog): Fix reference, it's openlog.
40102 2012-04-08  Stephen Compall  <s11@member.fsf.org>
40104         [BZ #6649]
40105         * manual/llio.texi (Opening and Closing Files): Add cross
40106         reference to explain mode argument.
40108 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
40110         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
40111         * sysdeps/x86_64/memset_chk.S: Likewise.
40113 2012-04-07  David S. Miller  <davem@davemloft.net>
40115         * elf/elf.h (R_SPARC_WDISP10): Define.
40116         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
40117         R_SPARC_SIZE32.
40118         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
40119         R_SPARC_SIZE64 and R_SPARC_H34.
40121 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
40123         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
40124         conditions and remove no longer applicable assertion.
40126 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
40128         * bits/byteswap.h: Include <features.h>.
40129         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
40130         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
40132 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
40134         * bits/byteswap.h (__bswap_16): Removed.
40135         Include <bits/byteswap-16.h> to get __bswap_16.
40136         * sysdeps/i386/bits/byteswap.h: Likewise.
40137         * sysdeps/s390/bits/byteswap.h: Likewise.
40138         * sysdeps/x86_64/bits/byteswap.h: Likewise.
40139         * bits/byteswap-16.h: New file.
40140         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40141         * sysdeps/s390/bits/byteswap-16.h: Likewise.
40142         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
40143         * string/Makefile (headers): Add bits/byteswap-16.h.
40145 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
40147         [BZ #13895]
40148         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
40149         extra indirection.
40150         * nss/Makefile (tests-static, tests): Add tst-nss-static.
40151         * nss/tst-nss-static.c: New.
40153 2012-04-06  Robert Millan  <rmh@gnu.org>
40155         [BZ #6486]
40156         * manual/llio.texi (File Position Primitive): lseek
40157         refers to WHENCE when it really means OFFSET.
40159 2012-04-06  Andreas Jaeger  <aj@suse.de>
40161         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
40162         strncmp declarations.
40164         * abilist/libc.abilist: Add __poll and __ppoll.
40166 2012-04-05  David S. Miller  <davem@davemloft.net>
40168         * scripts/check-local-headers.sh: Accept a host triplet in the
40169         path matched by the exclude regexp.
40171         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
40172         definition.
40173         * sysdeps/powerpc/powerpc32/dl-machine.h
40174         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
40175         * sysdeps/s390/s390-32/dl-machine.h
40176         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40177         * sysdeps/sparc/sparc32/dl-machine.h
40178         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40179         * sysdeps/sparc/sparc64/dl-machine.h
40180         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40182         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
40183         lazy binding.
40184         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
40185         undefined symbol errors.
40187         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
40188         DT_NEEDED entries.
40190 2012-04-05  Michael Matz  <matz@suse.de>
40192         [BZ #13592]
40193         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
40195 2012-04-05  Andreas Jaeger  <aj@suse.de>
40197         [BZ #13908]
40198         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
40199         comment.
40201 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40203         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
40204         which ROUND is no valid rounding mode.
40206 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40208         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
40209         read again.
40210         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
40212 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40214         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
40215         an exception using FPU order intentionally.
40217 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40219         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
40220         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
40221         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
40222         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
40224 2012-04-05  Simon Josefsson  <simon@josefsson.org>
40226         [BZ #12340]
40227         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
40228         EINVAL when BUFLEN is too smal.
40230 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
40232         [BZ #13553]
40233         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
40234         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
40236 2012-04-03  Andreas Jaeger  <aj@suse.de>
40238         [BZ #13938]
40239         * manual/setjmp.texi (System V contexts): Fix sentence.
40241         [BZ #13926]
40242         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
40243         New macro for this case.
40244         [!__GNUC__] (__bswap_64): New inline function for this case.
40245         * sysdeps/x86_64/bits/byteswap.h: Likewise.
40246         * bits/byteswap.h: Likewise.
40247         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
40248         ull, guard with __GLIBC_HAVE_LONG_LONG.
40250         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
40251         __GLIBC_HAVE_LONG_LONG.
40253         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
40254         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
40256 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
40258         [BZ #13691]
40259         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
40260         inptr and inend, rather than using last_ch.
40262 2012-04-02  David S. Miller  <davem@davemloft.net>
40264         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
40265         * stdio-common/printf-parse.h (read_int): Change return type to
40266         'int', return -1 on INT_MAX overflow.
40267         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
40268         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
40269         overflows INT_MAX.  Check for overflow of in-format-string precision
40270         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
40271         SIZE_MAX not INT_MAX for integer overflow test.
40272         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
40273         skip the construct in the format string but do not record anything.
40274         * stdio-common/bug22.c: Adjust to test both width/prevision
40275         INT_MAX overflow as well as total length INT_MAX overflow.  Check
40276         explicitly for proper errno values.
40278 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
40280         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
40281         CHAR_MAX.
40282         * string/test-strcmp.c [! WIDE]: Likewise.
40283         * time/tst-mktime2.c: Likewise for INT_MAX.
40284         * string/test-string.h: #include <sys/param.h> for MIN.
40286         * csu/init-first.c (__libc_init_first): Call __ctype_init.
40287         * sysdeps/i386/init-first.c (init): Likewise.
40288         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
40289         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
40290         * sysdeps/sh/init-first.c (init): Likewise.
40292 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
40294         * po/ru.po: Update from translation team.
40295         * po/vi.po: Likewise.
40297 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
40299         * resolv/nss_dns/dns-host.c: Merge copyright years.
40301 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40303         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
40304         Optimize memcpy with prefetch if
40305         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
40306         src, dst pointers have unequal 16 byte alignments.
40308 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
40310         [BZ #13928]
40311         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
40312         from a CNAME entry and return the minimum ttl for the query.
40313         (gaih_getanswer_slice): Likewise.
40315 2012-03-30  Jeff Law  <law@redhat.com>
40317         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
40318         due to long keys.
40319         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
40320         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
40322         * resolv/nss_dns/dns-host.c: Update copyright year.
40324 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
40326         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
40327         requests to save a system call.  Fix check that all bytes are sent.
40329         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
40330         comments for sendmmsg.
40332 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40334         [BZ #13691]
40335         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
40336         with only 1 character between 0x0041 and 0x01b0.
40337         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
40338         * wcsmbs/tst-mbsnrtowcs.c: New file.
40340 2012-03-29  David S. Miller  <davem@davemloft.net>
40342         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
40343         small copies by hand.
40345 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
40347         [BZ #13761]
40348         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
40349         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
40350         group memberships.
40352 2012-03-28  David S. Miller  <davem@davemloft.net>
40354         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
40355         that branches into memcpy.
40356         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
40357         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
40358         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40359         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
40360         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
40361         bits.
40362         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
40363         implementation too.
40364         * sysdeps/sparc/mempcpy.S: New file.
40366         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
40367         the IFUNC routine in the libc case.
40368         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40370         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
40371         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
40372         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
40373         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
40374         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
40375         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
40376         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
40377         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
40379         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
40380         loop to 256 bytes instead of 64 bytes and fix test signedness.
40382         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
40383         * sysdeps/sparc/sparc32/Makefile: rather than here...
40384         * sysdeps/sparc/sparc64/Makefile: and here.
40386 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
40388         * malloc/mallocbug.c: Avoid warnings about unused variables.
40390 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
40392         [BZ #13760]
40393         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40394         in the right place. Discard and retry query if response is
40395         larger than input buffer size.
40397 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
40399         [BZ #369]
40400         [BZ #2678]
40401         [BZ #3866]
40402         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40403         x for large integer exponent.
40404         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40405         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
40406         sign of result as needed afterwards.
40407         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40408         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40409         result for underflowing pow the same as for overflow.
40410         (__kernel_standard_l): Handle powl overflow and underflow here
40411         rather than calling __kernel_standard.
40412         * math/libm-test.inc (pow_test): Add more tests.
40414         [BZ #3868]
40415         [BZ #13879]
40416         [BZ #13910]
40417         [BZ #13911]
40418         [BZ #13912]
40419         [BZ #13913]
40420         [BZ #13915]
40421         [BZ #13916]
40422         [BZ #13917]
40423         [BZ #13918]
40424         [BZ #13919]
40425         [BZ #13920]
40426         [BZ #13921]
40427         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40428         * sysdeps/ieee754/k_standard.c: Include <float.h>.
40429         (__kernel_standard_l): New function.
40430         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40431         __kernel_standard.
40432         * math/w_acosl.c (__acosl): Likewise.
40433         * math/w_asinl.c (__asinl): Likewise.
40434         * math/w_atan2l.c (__atan2l): Likewise.
40435         * math/w_atanhl.c (__atanhl): Likewise.
40436         * math/w_coshl.c (__coshl): Likewise.
40437         * math/w_exp10l.c (__exp10l): Likewise.
40438         * math/w_exp2l.c (__exp2l): Likewise.
40439         * math/w_fmodl.c (__fmodl): Likewise.
40440         * math/w_hypotl.c (__hypotl): Likewise.
40441         * math/w_j0l.c (__j0l, __y0l): Likewise.
40442         * math/w_j1l.c (__j1l, __y1l): Likewise.
40443         * math/w_jnl.c (__jnl, __ynl): Likewise.
40444         * math/w_lgammal.c (__lgammal): Likewise.
40445         * math/w_log10l.c (__log10l): Likewise.
40446         * math/w_log2l.c (__log2l): Likewise.
40447         * math/w_logl.c (__logl): Likewise.
40448         * math/w_powl.c (__powl): Likewise.
40449         * math/w_remainderl.c (__remainderl): Likewise.
40450         * math/w_scalbl.c (sysv_scalbl): Likewise.
40451         * math/w_sinhl.c (__sinhl): Likewise.
40452         * math/w_sqrtl.c (__sqrtl): Likewise.
40453         * math/w_tgammal.c (__tgammal): Likewise.
40454         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40455         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40456         * math/libm-test.inc (acos_test): Add more tests.
40457         (acosh_test): Likewise.
40458         (asin_test): Likewise.
40459         (atanh_test): Likewise.
40460         (exp_test): Likewise.
40461         (exp10_test): Likewise.
40462         (exp2_test): Likewise.
40463         (expm1_test): Likewise.
40464         (lgamma_test): Likewise.
40465         (log_test): Likewise.
40466         (log10_test): Likewise.
40467         (log1p_test): Likewise.
40468         (log2_test): Likewise.
40469         (pow_test): Do not allow some spurious overflow exceptions.
40470         (sqrt_test): Add more tests.
40471         (tgamma_test): Likewise.
40472         (y0_test): Likewise.
40473         (y1_test): Likewise.
40474         (yn_test): Likewise.
40476 2012-03-27  Anton Blanchard  <anton@samba.org>
40478         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40479         MAP_HUGETLB.
40480         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40481         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40482         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40484 2012-03-27  David S. Miller  <davem@davemloft.net>
40486         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40488         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40489         have-as-vis3 check.
40491 2012-03-27  Andreas Jaeger  <aj@suse.de>
40493         * sysdeps/x86_64/elf/configure.in: Moved to ...
40494         * sysdeps/x86_64/configure.in: ... here.
40495         * sysdeps/x86_64/elf/start.S: Moved to ...
40496         * sysdeps/x86_64/start.S: ... here.
40497         * sysdeps/x86_64/elf/configure: Delete.
40499         * sysdeps/x86_64/configure.in: Merge contents from
40500         sysdeps/i386/configure.in (without i686 check).
40502         * sysdeps/i386/elf/Versions: Merge into ...
40503         * sysdeps/i386/Versions: ... this.
40504         * sysdeps/i386/elf/Versions: Delete file.
40505         * sysdeps/i386/elf/start.S: Moved to ...
40506         * sysdeps/i386/start.S: ...here.
40507         * sysdeps/i386/elf/configure.in: Merge into...
40508         * sysdeps/i386/configure.in: ...here.
40509         * sysdeps/i386/elf/configure.in: Delete file.
40510         * sysdeps/i386/elf/configure: Delete file.
40512         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40513         * debug/backtracesyms.c: ... here.
40514         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40515         * debug/backtracesymsfd.c: ... here.
40516         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40517         * sysdeps/generic/ifunc-sel.h: ... here.
40519         * sysdeps/unix/i386/start.c: Delete file.
40520         * sysdeps/unix/sparc/start.c: Delete file.
40521         * sysdeps/unix/start.c: Delete file.
40523         * sysdeps/sh/elf/configure.in: Moved to ...
40524         * sysdeps/sh/configure.in: ... here.
40525         * sysdeps/sh/elf/start.S: Moved to ...
40526         * sysdeps/sh/start.S: ... here.
40527         * sysdeps/sh/elf/configure: Delete file.
40529         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40530         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40531         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40532         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40533         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40534         * sysdeps/powerpc/powerpc64/start.S: here.
40535         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40536         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40537         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40538         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40539         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40541         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40542         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40543         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40544         * sysdeps/powerpc/powerpc32/start.S: ... here.
40545         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40546         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40547         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40549         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40550         * sysdeps/powerpc/ifunc-sel.h: ... here.
40551         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40552         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40554         * sysdeps/sparc/elf/configure.in: Moved to ...
40555         * sysdeps/sparc/configure.in: ... here.
40556         * sysdeps/sparc/elf/configure: Delete file.
40557         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40558         * sysdeps/sparc/sparc32/start.S: ... here.
40559         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40560         * sysdeps/sparc/sparc64/start.S: ... here.
40561         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40562         * sysdeps/sparc/sparc32/Makefile: ... this.
40563         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40564         * sysdeps/sparc/sparc64/Makefile: ... this.
40566         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40567         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40568         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40569         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40570         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40571         * sysdeps/s390/s390-32/setjmp.S: ... here.
40572         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40573         * sysdeps/s390/s390-32/configure.in: ... here.
40574         * sysdeps/s390/s390-32/elf/configure: Delete file.
40575         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40576         * sysdeps/s390/s390-32/start.S: ... here.
40578         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40579         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40580         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40581         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40582         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40583         * sysdeps/s390/s390-64/setjmp.S: ... here.
40584         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40585         * sysdeps/s390/s390-64/configure.in: ... here
40586         * sysdeps/s390/s390-64/elf/configure: Delete file.
40587         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40588         * sysdeps/s390/s390-64/start.S: ... here.
40589         * sysdeps/s390/s390-64/elf/configure: Delete.
40591         * configure.in: Remove support for elf directories in sysdeps.
40593         * configure: Regenerated.
40594         * sysdeps/i386/configure: Regenerated.
40595         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40596         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40597         * sysdeps/s390/s390-32/configure: Regenerated.
40598         * sysdeps/s390/s390-64/configure: Regenerated.
40599         * sysdeps/sh/configure: Regenerated.
40600         * sysdeps/sparc/configure: Regenerated.
40601         * sysdeps/x86_64/configure: Regenerated.
40603 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40605         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40607         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40608         denormal result into account.
40610 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40612         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40613         Reported by Allan McRae <allan@archlinux.org>.
40615 2012-03-23  Jeff Law  <law@redhat.com>
40617         * nss/getnssent.c (__nss_getent): Fix typo.
40619 2012-03-23  David S. Miller  <davem@davemloft.net>
40621         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40623 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40625         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40626         to pad to uint64_t for each field.
40627         (dl_tls_index): Replace unsigned long with uint64_t.
40629 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40630         Paul Pluzhnikov  <ppluzhnikov@google.com>
40632         [BZ #6528]
40633         * grp/Makefile (otherlibs): Don't set it.
40634         * inet/Makefile (otherlibs): Likewise.
40635         * login/Makefile (otherlibs): Likewise.
40636         * nscd/Makefile (otherlibs): Likewise.
40637         * posix/Makefile (otherlibs): Likewise.
40638         * pwd/Makefile (otherlibs): Likewise.
40639         * rt/Makefile (otherlibs): Likewise.
40640         * sunrpc/Makefile (otherlibs): Likewise.
40641         * nss/Makefile (otherlibs): Likewise.
40642         Add libnss_files to routines and static-only-routines.
40643         ($(objpfx)getent): Remove rule.
40644         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40645         static-only-routines.
40647 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40649         [BZ #13892]
40650         * math/s_cexp.c: Include <float.h>.
40651         (__cexp): Handle exp result overflowing not necessarily
40652         overflowing both real and imaginary parts of result.
40653         * math/s_cexpf.c: Likewise.
40654         * math/s_cexpl.c: Likewise.
40655         * math/libm-test.inc (cexp_test): Add more tests.
40656         * sysdeps/i386/fpu/libm-test-ulps: Update.
40657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40659 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40661         * include/link.h (ELFW): New macro.
40662         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40663         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40665 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40667         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40668         with uint64_t.
40670 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40672         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40673         declaration.
40674         (struct La_x32_retval): Likewise.
40676 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40678         * sysdeps/x86_64/preconfigure.in: New file.
40679         * sysdeps/x86_64/preconfigure: New generated file.
40681 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40683         [BZ #13824]
40684         * math/e_exp2l.c: Include <float.h>.
40685         (__ieee754_exp2l): Handle overflow and underflow cases
40686         separately.  Only pass fractional part of argument to
40687         __ieee754_expl.
40688         * math/libm-test.inc (exp2_test): Add more tests.
40690         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40691         negating x to take absolute value.
40692         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40693         Likewise.
40694         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40695         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40696         Likewise.
40697         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40698         computing low part if x was negated.
40699         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40701 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40703         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40704         la_x32_gnu_pltexit.
40705         (pltexit): Cast int_retval to ptrdiff_t.
40706         * elf/tst-auditmod3b.c: Likewise.
40707         * elf/tst-auditmod4b.c: Likewise.
40708         * elf/tst-auditmod5b.c: Likewise.
40709         * elf/tst-auditmod6b.c: Likewise.
40710         * elf/tst-auditmod6c.c: Likewise.
40711         * elf/tst-auditmod7b.c: Likewise.
40713         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40714         and x32_gnu_pltexit.
40716         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40717         __ELF_NATIVE_CLASS.
40718         (La_x32_regs): New macro.
40719         (La_x32_retval): Likewise.
40720         (la_x32_gnu_pltenter): New function prototype.
40721         (la_x32_gnu_pltexit): Likewise.
40723 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40725         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40726         exponent.
40728         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40730         * configure.in (libc_cv_cc_nofma): Check for option to disable
40731         generation of FMA instructions.
40732         * configure: Regenerate.
40733         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40734         * sysdeps/ieee754/dbl-64/Makefile: New file.
40735         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40736         Remove brandred-fma4.
40737         (CFLAGS-brandred-fma4.c): Remove.
40738         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40739         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40740         define.
40741         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40742         define.
40744 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40746         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40747         LLONG_MAX != LONG_MAX.
40748         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40749         (_fitoa_word): Likewise.
40750         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40751         LLONG_MAX != LONG_MAX.
40752         * stdio-common/_itowa.h: Include <_itoa.h>.
40753         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40754         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40755         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40756         only if not defined.
40757         (_ITOA_WORD_TYPE): Likewise.
40758         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40759         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40761 2012-03-21  David S. Miller  <davem@davemloft.net>
40763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40765 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40767         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40768         of x86_64 when setting libc_cv_slibdir, libdir and
40769         libc_cv_localedir.
40770         * sysdeps/unix/sysv/linux/configure: Regenerated.
40772 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40774         * manual/lang.texi (Old Varargs): Remove section.
40775         (How Variadic): Update menu.
40776         (va_start): Do not mention varargs.h.
40778 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40779             Joseph Myers  <joseph@codesourcery.com>
40781         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40782         link test.
40783         * configure: Regenerated.
40785 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40787         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40788         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40789         conformtest.pl
40791 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40793         * NOTES: Remove.
40794         * Makefile (files-for-dist): Remove NOTES.
40795         (NOTES): Remove rule.
40796         * README: Don't refer to NOTES.
40797         * manual/creature.texi: Don't include macros.texi.
40798         * manual/intro.texi (creature.texi): Remove comment referring to
40799         NOTES.
40801         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40802         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40803         * configure: Regenerated.
40804         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40805         LIBC_TRY_CC_OPTION.
40806         (libc_cv_as_i686): Likewise.
40807         (libc_cv_cc_avx): Likewise.
40808         (libc_cv_cc_sse2avx): Likewise.
40809         (libc_cv_cc_fma4): Likewise.
40810         (libc_cv_cc_novzeroupper): Likewise.
40811         * sysdeps/i386/configure: Regenerated.
40813         [BZ #13883]
40814         * sysdeps/i386/fpu/s_cexp.S: Remove.
40815         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40816         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40817         * math/libm-test.inc (cexp_test): Add more tests.
40818         * sysdeps/i386/fpu/libm-test-ulps: Update.
40819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40821 2012-03-21  Allan McRae  <allan@archlinux.org>
40823         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40825 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40827         [BZ #13871]
40828         * math/w_exp2.c: Do not include <float.h>.
40829         (o_threshold, u_threshold): Remove.
40830         (__exp2): Calculate result before checking finiteness and calling
40831         __kernel_standard.
40832         * math/w_exp2f.c: Likewise.
40833         * math/w_exp2l.c: Likewise.
40834         * math/libm-test.inc (exp2_test): Require overflow exception for
40835         1e6 input.
40837         [BZ #3866]
40838         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40839         range of signed 64-bit integers before using fistpll.  Remove
40840         checks for whether integers fit in mantissa bits.
40841         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40842         the range of signed 32-bit integers before using fistpl.  Remove
40843         checks for whether integers fit in mantissa bits.
40844         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40845         (__ieee754_powl): Test for y outside the range of signed 64-bit
40846         integers before using fistpll.  Reduce 64-bit values to 63-bit
40847         ones as needed.
40848         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40849         divide-by-zero is raised for zero to large negative powers.
40850         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40851         (__ieee754_powl): Test for y outside the range of signed 64-bit
40852         integers before using fistpll.  Reduce 64-bit values to 63-bit
40853         ones as needed.
40854         * math/libm-test.inc (pow_test): Add more tests.
40856 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40858         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40859         <stdio-common/_itoa.h>.
40860         * debug/segfault.c: Likewise.
40861         * elf/dl-cache.c: Likewise.
40862         * elf/dl-minimal.c: Likewise.
40863         * elf/dl-misc.c: Likewise.
40864         * elf/dl-sysdep.c: Likewise.
40865         * elf/dl-version.c: Likewise.
40866         * elf/rtld.c: Likewise.
40867         * hurd/hurdsock.c: Likewise.
40868         * hurd/lookup-retry.c: Likewise.
40869         * malloc/malloc.c: Likewise.
40870         * malloc/mtrace.c: Likewise.
40871         * nscd/nscd_getgr_r.c: Likewise.
40872         * nscd/nscd_getpw_r.c: Likewise.
40873         * nscd/nscd_getserv_r.c: Likewise.
40874         * posix/getopt_init.c: Likewise.
40875         * posix/wordexp.c: Likewise.
40876         * stdio-common/_itoa.c: Likewise.
40877         * stdio-common/printf_fphex.c: Likewise.
40878         * stdio-common/vfprintf.c: Likewise.
40879         * string/_strerror.c: Likewise.
40880         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40881         * sysdeps/i386/i686/hp-timing.h: Likewise.
40882         * sysdeps/mach/_strerror.c: Likewise.
40883         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40884         * sysdeps/mach/hurd/sethostid.c: Likewise.
40885         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40886         * sysdeps/mach/xpg-strerror.c: Likewise.
40887         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40888         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40889         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40890         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40891         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40892         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40893         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40894         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40895         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40896         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40897         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40898         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40899         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40900         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40901         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40902         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40903         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40904         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40905         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40906         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40907         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40909         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40911         * stdio-common/_itoa.h: Moved to ...
40912         * sysdeps/generic/_itoa.h: Here.
40914         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40916         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40917         instead of "_itoa.h" and "_itowa.h".
40918         * stdio-common/vfprintf.: Likewise.
40920 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40922         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40923         <bits/wordsize.h>.
40924         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40925         (__signbit): Likwise.
40926         (llrintf): Likwise.
40927         (llrint): Likwise.
40929 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40931         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40932         __WORDSIZE != 64.
40934 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40936         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40937         OVERFLOW_EXCEPTION_OK.
40938         * math/libm-test.inc ("Philosophy"): Update comment about
40939         exception testing.
40940         (OVERFLOW_EXCEPTION): Define.
40941         (OVERFLOW_EXCEPTION_OK): Likewise.
40942         (INVALID_EXCEPTION_OK): Renumber.
40943         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40944         (IGNORE_ZERO_INF_SIGN): Likewise.
40945         (test_exceptions): Handle FE_OVERFLOW.
40946         (exp10_test): Expect overflow exceptions.
40947         (exp2_test): Likewise.
40948         (expm1_test): Likewise.
40949         (nextafter_test): Likewise.
40950         (pow_test): Likewise.
40951         (scalbn_test): Likewise.
40952         (scalbln_test): Likewise.
40954 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40956         * sysdeps/x86_64/bits/atomic.h
40957         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40958         64bit integer.
40959         (atomic_exchange_acq): Likewise.
40960         (__arch_exchange_and_add_body): Likewise.
40961         (__arch_add_body): Likewise.
40962         (atomic_add_negative): Likewise.
40963         (atomic_add_zero): Likewise.
40965 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40967         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40968         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40970 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40972         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40973         Check __x86_64__ instead of __WORDSIZE.
40975 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40977         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40979 2012-03-19  David S. Miller  <davem@davemloft.net>
40981         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40983         * sysdeps/sparc/fpu/fenv_private.h: New file.
40984         * sysdeps/sparc/fpu/math_private.h: Use it.
40985         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40986         Remove.
40987         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40988         (libc_feholdexcept_setroundl): Remove.
40989         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40990         Remove.
40991         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40992         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40994 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40996         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40997         int64_t instead of long int.
40998         (INSERT_WORDS64): Likwise.
41000 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
41002         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
41003         _Unwind_GetCFA return to _Unwind_Ptr first.
41005 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
41007         [BZ #13629]
41008         * math/s_clog.c: Include <float.h>.
41009         (__clog): Scale large or subnormal inputs.
41010         * math/s_clogf.c: Likewise.
41011         * math/s_clogl.c: Likewise.
41012         * math/s_clog10.c: Include <float.h>.
41013         (M_LOG10_2): Define.
41014         (__clog10): Scale large or subnormal inputs.
41015         * math/s_clog10f.c: Likewise.
41016         * math/s_clog10l.c: Likewise.
41017         * math/libm-test.inc (clog_test): Add more tests.
41018         (clog10_test): Likewise.
41019         * sysdeps/i386/fpu/libm-test-ulps: Update.
41020         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41022         [BZ #11451]
41023         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
41024         x and y.
41025         * math/libm-test.inc (atan2_test): Add another test.
41027         * Makerules (common-objdir-compile): Remove.
41028         * sysdeps/unix/Makefile (config-generated): Do not add
41029         $(unix-generated) to variable.
41030         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
41031         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
41032         Remove rule.
41033         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
41034         Likewise.
41035         [generic bits/local_lim.h] (before-compile): Do not append to
41036         variable.
41037         [generic bits/local_lim.h] (common-generated): Likewise.
41038         [generic sys/param.h] (before-compile): Do not append to variable.
41039         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
41040         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
41041         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
41042         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
41043         include.
41044         [generic sys/param.h] (sys/param.h-includes): Remove variable.
41045         [generic sys/param.h] (sys/param.h-includes): Remove rule.
41046         [generic sys/param.h] ($(addprefix
41047         $(common-objpfx),$(sys/param.h-includes))): Likewise.
41048         [generic sys/param.h] (common-generated): Do not append to
41049         variable.
41050         [generic sys/param.h] (sysdep_headers): Likewise.
41051         [generic bits/errno.h] (before-compile): Do not append to
41052         variable.
41053         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
41054         rule.
41055         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
41056         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
41057         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
41058         [generic bits/errno.h] (common-generated): Do not append to
41059         variable.
41060         [generic bits/ioctls.h] (before-compile): Do not append to
41061         variable.
41062         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
41063         rule.
41064         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
41065         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
41066         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
41067         rule.
41068         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
41069         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
41070         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
41071         [generic bits/ioctls.h] (common-generated): Do not append to
41072         variable.
41073         [generic sys/syscall.h] (syscall.h): Remove variable.
41074         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
41075         rule.
41076         [generic sys/syscall.h] (before-compile): Do not append to
41077         variable.
41078         [generic sys/syscall.h] (common-generated): Likewise.
41079         * sysdeps/unix/errnos-tmpl.c: Remove file.
41080         * sysdeps/unix/errnos.awk: Likewise.
41081         * sysdeps/unix/ioctls-tmpl.c: Likewise.
41082         * sysdeps/unix/ioctls.awk: Likewise.
41083         * sysdeps/unix/mk-local_lim.c: Likewise.
41084         * sysdeps/unix/snarf-ioctls: Likewise.
41086 2012-03-19  Richard Henderson  <rth@twiddle.net>
41088         * sysdeps/i386/fpu/fenv_private.h: New file.
41089         * sysdeps/i386/fpu/math_private.h: Use it.
41090         (math_opt_barrier, math_force_eval): Remove.
41091         (libc_feholdexcept_setround_53bit): Remove.
41092         (libc_feupdateenv_53bit): Remove.
41093         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41094         (math_opt_barrier, math_force_eval): Remove.
41095         (libc_feholdexcept): Remove.
41096         (libc_feholdexcept_setround): Remove.
41097         (libc_fetestexcept, libc_fesetenv): Remove.
41098         (libc_feupdateenv_test): Remove.
41099         (libc_feupdateenv, libc_feholdsetround): Remove.
41100         (libc_feresetround): Remove.
41102         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
41103         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
41105         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
41106         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
41107         (libc_feupdateenv_testl): New.
41108         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
41109         (libc_feupdateenv_testf): New.
41110         (libc_feupdateenv): Use libc_feupdateenv_test.
41111         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
41112         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
41114         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
41115         (libc_feholdsetroundf, libc_feholdsetroundl): New.
41116         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
41117         (libc_feresetround_noex): New.
41118         (libc_feresetround_noexf): New.
41119         (libc_feresetround_noexl): New.
41120         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
41121         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
41122         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
41123         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
41124         SET_RESTORE_ROUND.
41125         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
41126         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
41127         (__cos): Likewise.
41128         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
41129         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
41130         SET_RESTORE_ROUND_NOEX.
41131         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
41132         SET_RESTORE_ROUND_NOEXF.
41133         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
41134         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
41135         (libc_feholdsetroundf): New.
41136         (libc_feresetround, libc_feresetroundf): New.
41138         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
41139         (libc_feholdexcept_setround_53bit): Convert from macro to function.
41140         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
41142         * sysdeps/generic/math_private.h: Include <fenv.h>.
41143         (default_libc_feholdexcept): New.
41144         (default_libc_feholdexcept_setround): New.
41145         (default_libc_fesetenv, default_libc_feupdateenv): New.
41146         (libc_feholdexcept): Only define if undefined.
41147         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
41148         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
41149         (libc_feholdexcept_setroundl): Likewise.
41150         (libc_feholdexcept_setround_53bit): Likewise.
41151         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
41152         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
41153         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
41154         (libc_feupdateenv_53bit): Likewise.
41155         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
41156         (libc_feholdexcept): Convert from macro to inline function.
41157         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
41158         (libc_fesetenv, libc_feupdateenv): Likewise.
41160         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
41161         not previously defined.
41162         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
41163         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
41164         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
41165         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
41166         * sysdeps/ieee754/flt-32/math_private.h: New file.
41167         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
41168         math_private.h below SET_FLOAT_WORD.
41169         (__isnan, __isinf_ns, __finite): Remove.
41170         (__isnanf, __isinf_nsf, __finitef): Remove.
41172 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
41174         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41176 2012-03-17  David S. Miller  <davem@davemloft.net>
41178         [BZ #6471]
41179         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
41180         for 2.16.
41182 2012-03-16  David S. Miller  <davem@davemloft.net>
41184         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
41185         warnings.
41187         [BZ #6471]
41188         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
41189         properly.
41190         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
41191         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
41192         sysdep_routines when subdir is sysvipc.
41193         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
41194         __getshmlba helper.
41196         * sysdeps/sparc/fpu/libm-test/ulps: Update.
41198 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41200         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
41201         [__LP64__].
41203 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41205         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
41206         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
41207         (__lround): Renamed to ...
41208         (__llround): This.  Replace long int with long long int.
41209         Define lround functions as aliases of llround functions.
41210         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
41212 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41214         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
41215         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
41216         adresses to uintptr_t.  Replace "long int" and "unsigned long
41217         int" with "greg_t" on va_arg.
41219 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41221         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
41222         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
41224         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
41225         Move e_machine check before EI_CLASS check.  Handle x32
41226         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
41227         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
41228         SKIP_EM_IA_64 and include
41229         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
41231         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
41232         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
41233         (add_system_dir): New macro.
41235         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
41236         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
41238 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
41240         [BZ #2551]
41241         [BZ #2552]
41242         [BZ #2553]
41243         [BZ #2554]
41244         [BZ #2562]
41245         [BZ #2563]
41246         [BZ #2565]
41247         [BZ #2566]
41248         [BZ #2576]
41249         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
41250         (y0): Likewise.
41251         * math/w_j0f.c (j0f): Likewise.
41252         (y0f): Likewise.
41253         * math/w_j0l.c (__j0l): Likewise.
41254         (__y0l): Likewise.
41255         * math/w_j1.c (j1): Likewise.
41256         (y1): Likewise.
41257         * math/w_j1f.c (j1f): Likewise.
41258         (y1f): Likewise.
41259         * math/w_j1l.c (__j1l): Likewise.
41260         (__y1l): Likewise.
41261         * math/w_jn.c (jn): Likewise.
41262         (yn): Likewise.
41263         * math/w_jnf.c (jnf): Likewise.
41264         (ynf): Likewise.
41265         * math/w_jnl.c (__jnl): Likewise.
41266         (__ynl): Likewise.
41267         * math/libm-test.inc (j0_test): Add more tests.
41268         (j1_test): Likewise.
41269         (jn_test): Likewise.  Add trailing semicolon to existing test.
41270         (y0_test): Likewise.
41271         (y1_test): Likewise.
41272         * sysdeps/i386/fpu/libm-test-ulps: Update.
41273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41275         [BZ #13851]
41276         [BZ #13854]
41277         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
41278         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
41279         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
41280         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
41281         (__tanl): Set errno for infinite argument.
41282         * sysdeps/i386/fpu/mptan.c: Remove.
41283         * sysdeps/i386/fpu/s_tan.S: Likewise.
41284         * sysdeps/i386/fpu/s_tanl.S: Likewise.
41285         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
41286         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
41287         * math/libm-test.inc (tan_test): Add more tests and enable more
41288         tests for double and long double.
41289         * sysdeps/i386/fpu/libm-test-ulps: Update.
41290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41292 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
41294         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
41295         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
41297 2012-03-16  Roland McGrath  <roland@hack.frob.com>
41299         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
41300         * configure.in: Use it for both main tree and add-ons.
41301         * configure: Regenerated.
41303 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41305         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
41307 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
41309         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
41310         in comment.
41312         [BZ #13851]
41313         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
41314         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
41315         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
41316         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
41317         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
41318         infinite argument.
41319         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
41320         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
41321         != 0 for prec == 2.
41322         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
41323         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
41324         * sysdeps/i386/fpu/s_cosl.S: Likewise.
41325         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
41326         * sysdeps/i386/fpu/s_sinl.S: Likewise.
41327         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
41328         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
41329         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
41330         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
41331         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
41332         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
41333         * math/libm-test.inc (cos_test): Add more tests and enable more
41334         tests for long double.
41335         (sin_test): Likewise.
41336         (sincos_test): Likewise.
41337         * sysdeps/i386/fpu/libm-test-ulps: Update.
41338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41340 2012-03-16  David S. Miller  <davem@davemloft.net>
41342         * sysdeps/sparc/fpu/math_private.h: New file.
41344 2012-03-15  David S. Miller  <davem@davemloft.net>
41346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
41347         file.
41348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
41349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
41350         file.
41351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
41352         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
41353         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
41354         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
41355         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
41356         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
41357         sysdep routines.
41358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41360         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
41361         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
41363         * sysdeps/sparc/sparc-ifunc.h: New file.
41364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
41365         sparc-ifunc.h
41366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
41367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
41368         Likewise.
41369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
41370         Likewise.
41371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
41372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
41373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
41375         Likewise.
41376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
41378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
41380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
41381         Likewise.
41382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
41383         Likewise.
41384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
41386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
41387         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
41388         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
41389         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
41390         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
41391         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41392         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41393         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41394         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41395         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41396         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41397         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41398         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41399         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41400         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41401         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41402         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41403         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41404         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41405         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41406         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41407         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41409 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41411         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41412         scaling.
41413         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41415 2012-03-15  Andreas Jaeger  <aj@suse.de>
41417         [BZ #13852]
41418         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41419         ieee754/flt-32 implementation for sin, cos and sincos.
41420         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41421         * sysdeps/i386/fpu/s_cosf.S: Likewise.
41422         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41423         * sysdeps/i386/fpu/s_sinf.S: Likewise.
41424         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41425         ieee754/flt-32 implementation for tan.
41427         * math/libm-test.inc (cos_test): Enable some large input tests for
41428         float as well
41429         (sin_test): Likewise.
41430         (sincos_test): Likewise.
41431         (tan_test): Add tests for large input.
41433         * sysdeps/i386/fpu/libm-test-ulps: Update.
41435 2012-03-15  Andreas Jaeger  <aj@suse.de>
41437         [BZ #13658]
41438         * math/libm-test.inc (cos_test): Add more test cases.
41439         (sin_test): Likewise.
41440         (sincos_test): Likewise.
41442 2012-03-15  Andreas Jaeger  <aj@suse.de>
41444         [BZ #13837]
41445         * math/libm-test.inc (cos_test): Add a test case for large input
41446         value.
41447         (sin_test): Likewise.
41448         (sincos_test): Likewise.
41450 2012-03-15  Andreas Jaeger  <aj@suse.de>
41451             Joseph Myers  <joseph@codesourcery.com>
41453         [BZ #13658]
41454         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
41455         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41456         * sysdeps/i386/fpu/branred.c: Likewise.
41457         * sysdeps/i386/fpu/dosincos.c: Likewise.
41458         * sysdeps/i386/fpu/mpa.c: Likewise.
41459         * sysdeps/i386/fpu/s_cos.S: Likewise.
41460         * sysdeps/i386/fpu/s_sin.S: Likewise.
41461         * sysdeps/i386/fpu/s_sincos.S: Likewise.
41462         * sysdeps/i386/fpu/sincos32.c: Likewise.
41464         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41465         Define.
41466         (libc_feupdateenv_53bit): Define.
41467         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41468         Define.
41469         (libc_feupdateenv_53bit): Define.
41471         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41472         53 bit (without extend i386 double precision).
41474         * math/libm-test.inc (sincos_test): Add tests for large input.
41475         (sin): Likewise.
41476         (cos): Likewise.
41478         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41480 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41484 2012-03-15  David S. Miller  <davem@davemloft.net>
41486         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41487         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41488         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41489         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41490         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41491         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41492         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41493         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41494         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41495         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41496         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41497         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41498         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41499         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41500         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41502         file.
41503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41505         file.
41506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41507         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41508         file.
41509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41511         file.
41512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41513         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41514         fmin/fmax sysdep routines.
41515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41517 2012-03-14  David S. Miller  <davem@davemloft.net>
41519         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41520         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41521         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41522         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41523         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41524         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41525         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41526         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41527         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41528         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41529         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41530         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41531         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41532         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41533         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41534         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41535         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41536         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41537         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41538         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41539         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41540         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41541         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41542         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41543         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41544         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41545         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41546         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41547         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41548         routines.
41549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41550         file.
41551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41553         file.
41554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41556         file.
41557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41559         file.
41560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41562         file.
41563         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41565         file.
41566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41567         file.
41568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41569         file.
41570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41571         file.
41572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41573         New file.
41574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41575         file.
41576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41577         file.
41578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41580         file.
41581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41583         file.
41584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41586         file.
41587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41589         VIS3 routines.
41591         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41592         New file.
41594         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41596         * sysdeps/sparc/configure.in: New file.
41597         * sysdeps/sparc/configure: Generate.
41598         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41599         * configure: Regenerate.
41600         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41601         * config.make.in (have-as-vis3): New.
41602         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41603         available use -Av9d instead of -Av9a.
41604         * sysdeps/sparc/sparc64/Makefile: Likewise.
41605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41607         New file.
41608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41609         file.
41610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41611         New file.
41612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41613         file.
41614         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41615         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41616         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41617         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41618         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41620         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41621         fzeros/fnegs to load 0x80000000 into a float register instead of
41622         using the stack.
41623         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41625 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41627         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41628         bits/syscall.h.
41629         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41630         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41631         ($(inst_includedir)/bits/syscall.h): Remove rule.
41632         ($(objpfx)bits/syscall.d): Include instead of
41633         $(objpfx)syscall-list.d.
41634         (generated): Change syscall-list.h and syscall-list.d to
41635         bits/syscall.h and bits/syscall.d.
41637 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41639         [BZ #13846]
41640         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41642 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41644         [BZ #13841]
41645         * math/s_csqrt.c: Include <float.h>.
41646         (__csqrt): Scale large or subnormal inputs.
41647         * math/s_csqrtf.c: Likewise.
41648         * math/s_csqrtl.c: Likewise.
41649         * math/libm-test.inc (csqrt_test): Add more tests.
41650         * sysdeps/i386/fpu/libm-test-ulps: Update.
41651         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41653         [BZ #13840]
41654         * math/libm-test.inc (hypot_test): Add more tests.
41656 2012-03-13  David S. Miller  <davem@davemloft.net>
41658         [BZ #13840]
41659         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41660         double-precision for the calculation instead of scaling.
41662 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41664         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41665         manipulate bits before adding and subtracting TWO52[sx].
41666         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41667         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41668         Likewise.
41669         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41671 2012-03-13  David S. Miller  <davem@davemloft.net>
41673         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41674         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41675         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41676         rtld-global-offsets.h
41677         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41679         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41680         large parameters.
41682         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41684         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41685         'err' in the ifdef scope in which it is actually used.
41687         * nss/nss_db/db-init.c: Include string.h
41689 2012-03-12  David S. Miller  <davem@davemloft.net>
41691         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41692         masking out of the most significant byte of random value used.
41693         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41694         Fix coding style in previous change.
41696         * sysdeps/unix/sysv/linux/kernel-features.h
41697         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41698         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41699         expression.
41700         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41701         later.
41703 2012-03-11  David S. Miller  <davem@davemloft.net>
41705         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41706         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41707         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41708         for 'resultvar' otherwise things get truncated on 64-bit.
41710         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41711         Fix masking out of the most significant byte of random value used.
41713         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41715 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41717         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41719 2012-03-09  David S. Miller  <davem@davemloft.net>
41721         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41722         variables with appropriate CPP guards.
41723         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41724         from the frame pointer, not the stack pointer.  Correct layout
41725         comments.  Fix test on resulting framesize and the management of
41726         the outregs buffer for pltexit.  Preserve floating point return
41727         values across _dl_call_pltexit call.
41728         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41729         framesize and the management of the outregs buffer for pltexit.
41730         Preserve floating point return values across _dl_call_pltexit
41731         call.
41732         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41733         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41734         (la_sparc64_gnu_pltexit): New functions.
41735         (print_exit): Fix format string for return register value.
41737 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41739         * sunrpc/Makefile (others): Add rpcgen.
41740         ($(objpfx)rpcgen): Remove special build rule and dependency on
41741         libc.
41742         * sunrpc/rpcgen.c: New file.
41744 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41746         [BZ #13673]
41747         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41748         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41749         * sysdeps/i386/crti.S: Likewise.
41750         * sysdeps/i386/crtn.S: Likewise.
41751         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41752         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41753         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41754         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41755         * sysdeps/sh/crti.S: Likewise.
41756         * sysdeps/sh/crtn.S: Likewise.
41757         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41759         [BZ #13673]
41760         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41761         with URL.
41762         * locale/programs/locfile-kw.gperf: Likewise.
41763         * locale/programs/charmap-kw.h: Regenerated.
41764         * locale/programs/locfile-kw.h: Likewise.
41766         [BZ #13673]
41767         * intl/plural.y: Replace FSF snail mail address with URL.
41768         * intl/plural.c: Regenerated.
41770 2012-03-09  Richard Henderson  <rth@twiddle.net>
41772         * include/math_private.h: Remove file.
41773         * math/math_private.h: Move file ...
41774         * sysdeps/generic/math_private.h: ... here.
41776         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41777         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41778         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41780         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41781         and <math_private.h>.
41782         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41783         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41784         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41785         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41786         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41787         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41788         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41789         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41790         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41791         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41792         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41793         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41794         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41795         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41796         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41797         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41798         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41799         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41800         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41801         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41802         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41803         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41804         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41805         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41806         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41807         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41808         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41809         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41810         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41811         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41812         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41813         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41814         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41815         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41816         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41817         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41818         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41819         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41820         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41821         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41822         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41823         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41824         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41825         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41826         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41827         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41828         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41829         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41830         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41831         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41832         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41833         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41834         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41835         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41836         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41837         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41838         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41839         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41840         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41841         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41842         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41843         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41844         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41845         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41846         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41847         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41848         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41849         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41850         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41851         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41852         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41853         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41854         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41855         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41856         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41857         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41858         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41859         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41860         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41861         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41862         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41863         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41864         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41865         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41866         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41867         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41868         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41869         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41870         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41871         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41872         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41873         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41874         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41875         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41876         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41877         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41878         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41879         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41880         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41881         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41882         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41883         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41884         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41885         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41886         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41887         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41888         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41889         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41890         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41891         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41892         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41893         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41894         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41895         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41896         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41897         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41898         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41899         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41900         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41901         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41902         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41903         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41904         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41905         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41906         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41907         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41908         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41909         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41910         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41911         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41912         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41913         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41914         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41915         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41916         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41917         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41918         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41919         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41920         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41921         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41922         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41923         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41924         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41925         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41926         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41927         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41928         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41929         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41930         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41931         * sysdeps/ieee754/k_standard.c: Likewise.
41932         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41933         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41934         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41935         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41936         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41937         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41938         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41939         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41940         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41941         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41942         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41943         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41944         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41945         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41946         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41947         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41948         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41949         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41950         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41951         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41952         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41953         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41954         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41955         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41956         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41957         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41958         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41959         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41960         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41961         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41962         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41963         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41964         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41965         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41966         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41967         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41968         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41969         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41970         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41971         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41972         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41973         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41974         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41975         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41976         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41977         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41978         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41979         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41980         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41981         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41982         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41983         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41984         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41985         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41986         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41987         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41988         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41989         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41990         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41991         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41992         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41993         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41994         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41995         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41996         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41997         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41998         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41999         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
42000         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
42001         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
42002         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
42003         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42004         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
42005         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
42006         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
42007         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
42008         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
42009         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
42010         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42011         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
42012         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
42013         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
42014         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42015         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42016         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
42017         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42018         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42019         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
42020         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
42021         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42022         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
42023         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42024         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
42025         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
42026         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42027         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42028         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
42029         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
42030         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
42031         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
42032         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42033         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42034         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42035         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42036         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
42037         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42038         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42039         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
42040         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
42041         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42042         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42043         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42044         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
42045         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42046         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
42047         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
42048         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
42049         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42050         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
42051         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
42052         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
42053         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
42054         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
42055         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
42056         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42057         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
42058         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42059         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42060         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42061         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42062         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42063         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42064         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42065         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
42066         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42067         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42068         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
42069         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
42070         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42071         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
42072         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
42073         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42074         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
42075         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
42076         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42077         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42078         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42079         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42080         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42081         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
42082         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42083         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
42084         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42085         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42086         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
42087         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
42088         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42089         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42090         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42091         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
42092         * sysdeps/ieee754/s_lib_version.c: Likewise.
42093         * sysdeps/ieee754/s_matherr.c: Likewise.
42094         * sysdeps/ieee754/s_signgam.c: Likewise.
42095         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
42096         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
42097         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
42098         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
42099         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
42100         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42101         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
42102         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
42103         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
42104         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
42105         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
42106         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
42107         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42108         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42109         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
42110         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
42111         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
42112         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
42113         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
42114         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42115         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42117 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
42119         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
42120         * sunrpc/rpc_main.c: Likewise.
42121         * sunrpc/rpc_svcout.c: Likewise.
42123 2012-03-09  David S. Miller  <davem@davemloft.net>
42125         * include/math_private.h: New file.
42127 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
42129         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
42130         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
42131         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
42132         from <bits/socket_type.h>.
42133         (enum __socket_type): Don't define here.
42134         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
42135         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42136         bits/socket_type.h.
42138         [BZ #13566]
42139         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
42140         checking __USE_GNU.
42142         * Makerules ($(inst_includedir)/%.h): New rule.
42143         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
42144         (install-others): Remove variable setting.
42145         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
42147 2012-03-08  Richard Henderson  <rth@twiddle.net>
42149         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
42150         from macro to inline function; merge with the
42151         !__LIBC_INTERNAL_MATH_INLINES version.
42152         (__ieee754_sqrtf): Likewise.
42154         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
42155         to inline function.
42156         (__rintf, __floor, __floorf): Likewise.
42158         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
42159         macro to inline function.
42160         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
42162         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
42163         not <math/math_private.h>.
42165 2012-03-08  David S. Miller  <davem@davemloft.net>
42167         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
42168         copyright year.
42169         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
42171 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
42173         * resolv/gai_misc.c (handle_requests): Fix struct timespec
42174         normalization.
42175         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
42176         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
42178 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
42180         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
42181         be defined individually, they must be defined as a block.  Define
42182         S for printing a string instead of hidint the different by using a
42183         macro for adding the 'l'.
42184         * stdio-common/tst-fphex-wide.c: Adjust.
42186 2012-03-07  Marek Polacek  <polacek@redhat.com>
42188         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
42190 2012-03-08  Marek Polacek  <polacek@redhat.com>
42192         [BZ #13806]
42193         * stdio-common/Makefile (tests): Add tst-fphex-wide.
42194         * stdio-common/tst-fphex.c: Define a few macros to make the
42195         test reusable.  Use them.
42196         * stdio-common/tst-fphex-wide.c: New file.
42198 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
42200         [BZ #6911]
42201         * manual/macros.texi (gnusystems): New macro.
42202         (nongnusystems): Likewise.
42203         (gnulinuxhurdsystems): Likewise.
42204         (gnuhurdsystems): Likewise..
42205         (gnulinuxsystems): Likewise.
42206         * manual/charset.texi: Use new macros or @theglibc{} to refer to
42207         variants of the GNU system, not "GNU system".
42208         * manual/conf.texi: Likewise.
42209         * manual/errno.texi: Likewise.  Update example of errno macro
42210         expansion.
42211         * manual/filesys.texi: Likewise.
42212         (getumask): Document as specific to GNU/Hurd.
42213         * manual/install.texi: Likewise.  Reword some references to
42214         GNU/Linux.
42215         * manual/intro.texi: Likewise.
42216         * manual/io.texi: Likewise.
42217         (File Name Portability): Detail which constraints are inapplicable
42218         to all GNU systems and which are only inapplicable to GNU/Hurd.
42219         * manual/job.texi: Likewise.
42220         * manual/llio.texi: Likewise.
42221         (O_NOCTTY): Document as present on GNU/Linux.
42222         * manual/maint.texi: Likewise.
42223         * manual/memory.texi: Likewise.
42224         * manual/pattern.texi: Likewise.
42225         * manual/pipe.texi: Likewise.
42226         * manual/process.texi: Likewise.
42227         * manual/resource.texi: Likewise.
42228         (RUSAGE_CHILDREN): Remove statement about specifying a particular
42229         child on GNU/Hurd.
42230         * manual/setjmp.texi: Likewise.
42231         * manual/signal.texi: Likewise.
42232         * manual/startup.texi: Likewise.
42233         * manual/stdio.texi: Likewise.
42234         * manual/terminal.texi: Likewise.
42235         (ONLCR): Document as POSIX.
42236         (OXTABS): Document availability on GNU/Linux as XTABS.
42237         (ONOEOT): Document availability separately from other bits.
42238         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
42239         * manual/time.texi: Likewise.
42240         * manual/users.texi: Likewise.
42241         * INSTALL: Regenerated.
42242         * sysdeps/gnu/errlist.c: Regenerated.
42244         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
42245         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
42246         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
42247         puts.
42248         * configure: Regenerated.
42250 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
42252         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
42253         default includes instead of AC_HEADER_CHECK.
42254         * sysdeps/i386/configure: Regenerated.
42256         [BZ #10716]
42257         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
42258         * math/s_cacoshf.c (__cacoshf): Likewise.
42259         * math/s_cacoshl.c (__cacoshl): Likewise.
42260         * math/s_casinh.c (__casinh): Set signs of result from argument.
42261         * math/s_casinhf.c (__casinhf): Likewise.
42262         * math/s_casinhl.c (__casinhl): Likewise.
42263         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
42264         (casinh_test): Add more tests.
42265         * sysdeps/i386/fpu/libm-test-ulps: Update.
42266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42268 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
42270         * po/zh_TW.po: Update from translation team.
42272         * login/Makefile (distribute): Remove variable.
42273         * catgets/Makefile: Likewise.
42274         * mach/Makefile: Likewise.
42275         * malloc/Makefile: Likewise.
42276         * misc/Makefile: Likewise.
42277         * iconv/Makefile: Likewise.
42278         * nscd/Makefile: Likewise.
42279         * hurd/Makefile: Likewise.
42280         * manual/Makefile: Likewise.
42281         * locale/Makefile: Likewise.
42282         * intl/Makefile: Likewise.
42283         * conform/Makefile: Likewise.
42284         * nss/Makefile: Likewise.
42285         * time/Makefile: Likewise.
42286         * soft-fp/Makefile: Likewise.
42287         * dirent/Makefile: Likewise.
42288         * gmon/Makefile: Likewise.
42289         * po/Makefile: Likewise.
42290         * rt/Makefile: Likewise.
42291         * socket/Makefile: Likewise.
42292         * math/Makefile: Likewise.
42293         * signal/Makefile: Likewise.
42294         * debug/Makefile: Likewise.
42295         * elf/Makefile: Likewise.
42296         * timezone/Makefile: Likewise.
42297         * stdlib/Makefile: Likewise.
42298         * iconvdata/Makefile: Likewise.
42299         * sunrpc/Makefile: Likewise.
42300         * io/Makefile: Likewise.
42301         * argp/Makefile: Likewise.
42302         * inet/Makefile: Likewise.
42303         * hesiod/Makefile: Likewise.
42304         * grp/Makefile: Likewise.
42305         * csu/Makefile: Likewise.
42306         * wctype/Makefile: Likewise.
42307         * crypt/Makefile: Likewise.
42308         * libio/Makefile: Likewise.
42309         * string/Makefile: Likewise.
42310         * nis/Makefile: Likewise.
42311         * resolv/Makefile: Likewise.
42312         * stdio-common/Makefile: Likewise.
42313         * wcsmbs/Makefile: Likewise.
42314         * dlfcn/Makefile: Likewise.
42315         * posix/Makefile: Likewise.
42317         [BZ #6959]
42318         * timezone/Makefile: Don't install timezone files, just the programs
42319         and scripts.
42321 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
42323         * nss/databases.def: Add missing gshadow entry.
42325         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
42327 2012-03-06  Marek Polacek  <polacek@redhat.com>
42329         [BZ #13726]
42330         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
42331         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
42332         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
42333         * stdio-common/tst-long-dbl-fphex.c: New file.
42335 2012-03-06  David S. Miller  <davem@davemloft.net>
42337         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42338         (set_obp_int): New function.
42339         (get_obp_int): New function.
42340         (__get_clockfreq_via_dev_openprom): Likewise.
42341         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
42342         Avoid unused variable warnings on 'val' and use builtin_expect.
42343         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
42344         __builtin_expect.
42345         (INLINE_CLONE_SYSCALL): Likewise.
42347 2012-03-05  David S. Miller  <davem@davemloft.net>
42349         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42351 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
42353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42355         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
42356         only for |x| >= 40.
42357         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42359 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
42361         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
42362         Replace gettimeofday with __vdso_gettimeofday.
42364         * sysdeps/unix/sysv/linux/x86_64/init-first.c
42365         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
42366         __vdso_clock_gettime and __vdso_getcpu.
42368         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
42369         time with __vdso_time.
42371 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42373         * manual/lang.texi (size_t): Note types to which size_t may be
42374         equivalent with the GNU C Library, but do not describe when
42375         differences between them are significant.
42377 2012-03-05  Andreas Jaeger  <aj@suse.de>
42379         * sysdeps/i386/fpu/libm-test-ulps: Update.
42381 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42383         [BZ #3976]
42384         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
42385         (__ieee754_pow): Save and restore rounding mode and use
42386         round-to-nearest for main computations.
42387         * math/libm-test.inc (pow_test_tonearest): New function.
42388         (pow_test_towardzero): Likewise.
42389         (pow_test_downward): Likewise.
42390         (pow_test_upward): Likewise.
42391         (main): Call the new functions.
42392         * sysdeps/i386/fpu/libm-test-ulps: Update.
42393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42395         [BZ #3976]
42396         * math/libm-test.inc (cosh_test_tonearest): New function.
42397         (cosh_test_towardzero): Likewise.
42398         (cosh_test_downward): Likewise.
42399         (cosh_test_upward): Likewise.
42400         (sinh_test_tonearest): Likewise.
42401         (sinh_test_towardzero): Likewise.
42402         (sinh_test_downward): Likewise.
42403         (sinh_test_upward): Likewise.
42404         (main): Call the new functions.
42405         * sysdeps/i386/fpu/libm-test-ulps: Update.
42406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42408 2012-03-05  Tom de Vries  <tom@codesourcery.com>
42410         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42411         default stack guard is set in last bytes.
42412         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42414 2012-03-05  Kees Cook  <keescook@chromium.org>
42416         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
42418         [BZ #13656]
42419         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42420         possibly allocate from heap instead of stack.
42421         * stdio-common/bug-vfprintf-nargs.c: New file.
42422         * stdio-common/Makefile (tests): Add nargs overflow test.
42424 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
42426         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42428 2012-03-03  Marek Polacek  <polacek@redhat.com>
42430         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42431         * math/math_private.h: Likewise.
42432         * stdlib/tst-strtod.c: Likewise.
42433         * sysdeps/i386/i486/bits/atomic.h: Likewise.
42434         * sysdeps/x86_64/bits/atomic.h: Likewise.
42436 2012-03-02  David S. Miller  <davem@davemloft.net>
42438         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42439         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42440         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42441         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42442         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42443         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42444         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42445         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42447 2012-03-02  Roland McGrath  <roland@hack.frob.com>
42449         [BZ #13792]
42450         * manual/examples/README: New file, says the example source files
42451         can be used under GPL>=2.
42452         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42453         line containing just "*/".
42454         * manual/examples/add.c: Add copyright header (GPL>=2).
42455         * manual/examples/argp-ex1.c: Likewise.
42456         * manual/examples/argp-ex2.c: Likewise.
42457         * manual/examples/argp-ex3.c: Likewise.
42458         * manual/examples/argp-ex4.c: Likewise.
42459         * manual/examples/atexit.c: Likewise.
42460         * manual/examples/db.c: Likewise.
42461         * manual/examples/dir.c: Likewise.
42462         * manual/examples/dir2.c: Likewise.
42463         * manual/examples/execinfo.c: Likewise.
42464         * manual/examples/filecli.c: Likewise.
42465         * manual/examples/filesrv.c: Likewise.
42466         * manual/examples/fmtmsgexpl.c: Likewise.
42467         * manual/examples/genpass.c: Likewise.
42468         * manual/examples/inetcli.c: Likewise.
42469         * manual/examples/inetsrv.c: Likewise.
42470         * manual/examples/isockad.c: Likewise.
42471         * manual/examples/longopt.c: Likewise.
42472         * manual/examples/memopen.c: Likewise.
42473         * manual/examples/memstrm.c: Likewise.
42474         * manual/examples/mkfsock.c: Likewise.
42475         * manual/examples/mkisock.c: Likewise.
42476         * manual/examples/mygetpass.c: Likewise.
42477         * manual/examples/pipe.c: Likewise.
42478         * manual/examples/popen.c: Likewise.
42479         * manual/examples/rprintf.c: Likewise.
42480         * manual/examples/search.c: Likewise.
42481         * manual/examples/select.c: Likewise.
42482         * manual/examples/setjmp.c: Likewise.
42483         * manual/examples/sigh1.c: Likewise.
42484         * manual/examples/sigusr.c: Likewise.
42485         * manual/examples/stpcpy.c: Likewise.
42486         * manual/examples/strdupa.c: Likewise.
42487         * manual/examples/strftim.c: Likewise.
42488         * manual/examples/strncat.c: Likewise.
42489         * manual/examples/subopt.c: Likewise.
42490         * manual/examples/swapcontext.c: Likewise.
42491         * manual/examples/termios.c: Likewise.
42492         * manual/examples/testopt.c: Likewise.
42493         * manual/examples/testpass.c: Likewise.
42494         * manual/examples/timeval_subtract.c: Likewise.
42496         [BZ #13792]
42497         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42498         function to ...
42499         * manual/timeval_subtract.c.texi: ... here, new file.
42501 2012-03-02  David S. Miller  <davem@davemloft.net>
42503         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42505 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42507         [BZ #3976]
42508         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42509         (__sin): Save and restore rounding mode and use round-to-nearest
42510         for all computations.
42511         (__cos): Save and restore rounding mode and use round-to-nearest
42512         for all computations.
42513         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42514         <fenv.h>.
42515         (tan): Save and restore rounding mode and use round-to-nearest for
42516         all computations.
42517         * math/libm-test.inc (cos_test_tonearest): New function.
42518         (cos_test_towardzero): Likewise.
42519         (cos_test_downward): Likewise.
42520         (cos_test_upward): Likewise.
42521         (sin_test_tonearest): Likewise.
42522         (sin_test_towardzero): Likewise.
42523         (sin_test_downward): Likewise.
42524         (sin_test_upward): Likewise.
42525         (tan_test_tonearest): Likewise.
42526         (tan_test_towardzero): Likewise.
42527         (tan_test_downward): Likewise.
42528         (tan_test_upward): Likewise.
42529         (main): Call the new functions.
42530         * sysdeps/i386/fpu/libm-test-ulps: Update.
42531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42533         [BZ #10135]
42534         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42535         small n, then large n, before computing and testing k+n.
42536         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42537         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42538         Likewise.
42539         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42540         Likewise.
42541         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42542         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42543         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42544         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42545         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42546         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42547         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42548         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42549         * math/libm-test.inc (scalbn_test): Add more tests.
42550         (scalbln_test): Likewise.
42552         * manual/filesys.texi (mode_t): Describe constraints on size and
42553         signedness, not exact equivalence to a particular type.
42554         (ino_t): Likewise.
42555         (ino64_t): Likewise.
42556         (dev_t): Likewise.
42557         (nlink_t): Likewise.
42558         (blkcnt_t): Likewise.
42559         (blkcnt64_t): Likewise.
42560         * manual/llio.texi (off_t): Likewise.
42562         [BZ #3976]
42563         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42564         (__ieee754_exp): Save and restore rounding mode and use
42565         round-to-nearest for all computations.
42566         * math/libm-test.inc (exp_test_tonearest): New function.
42567         (exp_test_towardzero): Likewise.
42568         (exp_test_downward): Likewise.
42569         (exp_test_upward): Likewise.
42570         (main): Call the new functions.
42571         * sysdeps/i386/fpu/libm-test-ulps: Update.
42572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42574 2012-03-01  Chris Demetriou  <cgd@google.com>
42576         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42577         have predictable order.
42579 2012-03-01  David S. Miller  <davem@davemloft.net>
42581         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42583         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42584         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42585         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42586         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42588         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42589         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42590         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42592         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42593         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42594         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42595         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42596         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42598         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42600         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42601         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42602         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42604         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42605         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42606         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42607         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42608         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42609         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42610         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42611         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42612         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42613         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42614         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42615         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42616         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42617         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42618         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42619         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42620         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42621         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42622         * sysdeps/sparc/elf/configure: Regenerated.
42624 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42626         * configure.in (AS, LD): Require binutils 2.20 or later.
42627         * configure: Regenerated.
42628         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42629         as required minimum version.
42630         * INSTALL: Regenerated.
42632         [BZ #2541]
42633         [BZ #4108]
42634         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42635         before squaring exponent.
42636         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42637         bottom long double and 27 bits of top long double before squaring
42638         exponent.
42639         * math/libm-test.inc (erfc_test): Add more tests.
42640         * sysdeps/i386/fpu/libm-test-ulps: Update.
42641         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42644 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42646         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42647         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42648         containing bit-fields.
42649         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42650         * soft-fp/single.h (_FP_UNION_S): Likewise.
42651         * soft-fp/double.h (_FP_UNION_D): Likewise.
42653 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42655         [BZ #13786]
42656         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42657         not include ../strcmp.S.
42658         [USE_AS_STRNCASECMP_L]: Likewise.
42659         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42660         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42661         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42662         (__strncasecmp_l_ia32): Define as alias to
42663         __strncasecmp_l_nonascii.
42665         [BZ #5794]
42666         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42667         * sysdeps/i386/fpu/libm-test-ulps: Update.
42668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42670         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42673 2012-02-29  Jeff Law  <law@redhat.com>
42675         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42676         out of bounds read.
42678 2012-02-29  Marek Polacek  <polacek@redhat.com>
42680         [BZ #13706]
42681         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42682         * elf/Makefile: Add rules to run tst-unused-dep.out.
42684 2012-02-28  David S. Miller  <davem@davemloft.net>
42686         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42687         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42688         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42689         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42690         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42691         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42693 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42695         * math/libm-test.inc (llround_test): Move one test from
42696         lround_test.  Use TEST_f_L in moved test.
42697         (lround_test): Move misplaced test to llround_test.  Add testcase
42698         from bug 2561.
42700 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42702         * sysdeps/x86_64/fpu/e_expf.S: New file.
42703         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42705 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42707         [BZ #13637]
42708         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42709         of remain_len that may cause incomplete multi-byte character and
42710         false match.
42711         * posix/bug-regex33.c: New file.
42712         * posix/Makefile (tests): Add bug-regex33.
42714 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42716         * manual/macros.texi: New file.
42717         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42718         * manual/libc.texinfo: Include macros.texi.
42719         * manual/creatute.texi: Likewise.
42720         * manual/install.texi: Likewise.
42721         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42722         @glibcadj{} in references to the GNU C Library.
42723         * manual/charset.texi: Likewise.
42724         * manual/conf.texi: Likewise.
42725         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42726         when not using those macros.
42727         * manual/creature.texi: Likewise.
42728         * manual/crypt.texi: Likewise.
42729         * manual/errno.texi: Likewise.
42730         * manual/filesys.texi: Likewise.
42731         * manual/header.texi: Likewise.
42732         * manual/install.texi: Likewise.
42733         * manual/intro.texi: Likewise.
42734         * manual/io.texi: Likewise.
42735         * manual/job.texi: Likewise.
42736         * manual/lang.texi: Likewise.
42737         * manual/libc.texiinfo: Likewise.
42738         * manual/llio.texi: Likewise.
42739         * manual/locale.texi: Likewise.
42740         * manual/maint.texi: Likewise.
42741         * manual/math.texi: Likewise.
42742         * manual/memory.texi: Likewise.
42743         * manual/message.texi: Likewise.
42744         * manual/nss.texi: Likewise.
42745         * manual/pattern.texi: Likewise.
42746         * manual/process.texi: Likewise.
42747         * manual/resource.texi: Likewise.
42748         * manual/search.texi: Likewise.
42749         * manual/setjmp.texi: Likewise.
42750         * manual/signal.texi: Likewise.
42751         * manual/socket.texi: Likewise.
42752         * manual/startup.texi: Likewise.
42753         * manual/stdio.texi: Likewise.
42754         * manual/string.texi: Likewise.
42755         * manual/sysinfo.texi: Likewise.
42756         * manual/syslog.texi: Likewise.
42757         * manual/terminal.texi: Likewise.
42758         * manual/time.texi: Likewise.
42759         * manual/users.texi: Likewise.
42760         * INSTALL: Regenerated.
42761         * NOTES: Regenerated.
42762         * sysdeps/gnu/errlist.c: Regenerated.
42764 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42766         * include/dirent.h: Include <dirstream.h> before
42767         <dirent/dirent.h>.
42769 2012-02-28  David S. Miller  <davem@davemloft.net>
42771         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42772         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42773         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42774         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42776 2012-02-27  David S. Miller  <davem@davemloft.net>
42778         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42779         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42780         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42781         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42783         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42784         frame pointer instead of stack pointer relative arg slot.
42785         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42786         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42787         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42789 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42791         [BZ #3992]
42792         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42794 2012-02-27  David S. Miller  <davem@davemloft.net>
42796         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42797         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42798         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42799         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42800         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42801         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42802         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42803         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42805 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42807         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42808         later.  Allow versions 5-9.
42809         * configure: Regenerated.
42810         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42811         required minimum version and 4.6 as recommended version.  Do not
42812         mention bugs in GCC 2.7 and 2.8.
42813         * INSTALL: Regenerated.
42815 2012-02-27  David S. Miller  <davem@davemloft.net>
42817         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42818         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42819         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42820         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42821         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42822         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42823         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42824         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42826         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42827         manipulate bits before adding and subtracting TWO112[sx].
42828         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42830 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42832         [BZ #13775]
42833         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42834         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42835         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42836         being in POSIX, because they are in 1003.1-2008.
42838         * rt/tst-aio.c: Include <fcntl.h>.
42839         * rt/tst-aio7.c: Likewise.
42840         * rt/tst-aio64.c: Likewise.
42842         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42844 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42846         * manual/install.texi (--with-headers): Describe headers as
42847         interface headers, not private headers.
42848         (Specific advice for GNU/Linux systems): Describe use of headers
42849         from "make headers_install", not private headers from older
42850         kernels.
42851         * INSTALL: Regenerated.
42852         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42853         Change to 2.6.19.
42854         * sysdeps/unix/sysv/linux/configure: Regenerated.
42856         * manual/llio.texi (fclean): Remove documentation.
42858         * manual/Makefile (libc-texi-generated): New variable.  Include
42859         version.texi.
42860         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42861         $(libc-texi-generated), not duplicated list of files.
42862         (version.texi, stamp-version): New rules.
42863         (realclean): Remove $(libc-texi-generated), not individual files
42864         from that list.  Do not remove dir-add.texinfo.
42865         * manual/libc.texinfo: Comment out uses of edition numbers and
42866         references to printed manual.  Remove last-updated dates.
42867         (EDITION): Comment out.
42868         (ISBN): Likewise.
42869         (VERSION, UPDATED): Remove.
42870         (version.texi): Include.
42872 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42874         * sysdeps/posix/spawni.c: Include <signal.h>.
42875         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42876         * sysdeps/pthread/aio_fsync.c: Likewise.
42878 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42880         * conform/Makefile (tests): Run only when not cross-compiling and
42881         when fast-check is not defined.
42883         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42884         * conform/data/limits.h-data: Fixes for POSIX2008.
42885         * conform/run-conformtest.sh: Run all tests.
42886         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42887         headers.
42888         * include/bits/dlfcn.h: Likewise.
42889         * include/langinfo.h: Likewise.
42890         * include/monetary.h: Likewise.
42891         * include/sys/poll.h: Likewise.
42893         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42894         for __USE_GNU.
42895         * posix/spawn.h: Define __need_sigset_t.
42896         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42897         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42898         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42899         to get sigevent_t only.
42900         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42901         only for __USE_GNU.
42902         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42903         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42904         process_vm_writev only for __USE_GNU.
42905         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42907         * conform/Makefile: For now ignore errors from run-conformtest.
42908         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42909         POSIX to avoid namespace pollution.  Don't prepend headers.
42910         * conform/data/aio.h-data: Fixes for POSIX testing.
42911         * conform/data/fcntl.h-data: Likewise.
42912         * conform/data/glob.h-data: Likewise.
42913         * conform/data/grp.h-data: Likewise.
42914         * conform/data/pthread.h-data: Likewise.
42915         * conform/data/pwd.h-data: Likewise.
42916         * conform/data/signal.h-data: Likewise.
42917         * conform/data/spawn.h-data: Likewise.
42918         * conform/data/stdio.h-data: Likewise.
42919         * conform/data/stdlib.h-data: Likewise.
42920         * conform/data/stropts.h-data: Likewise.
42921         * conform/data/sys/mman.h-data: Likewise.
42922         * conform/data/sys/stat.h-data: Likewise.
42923         * conform/data/sys/types.h-data: Likewise.
42924         * conform/data/sys/wait.h-data: Likewise.
42925         * conform/data/time.h-data: Likewise.
42926         * conform/data/unistd.h-data: Likewise.
42927         * conform/data/utime.h-data: Likewise.
42929         * io/sys/stat.h: fchmod was always in POSIX.
42930         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42931         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42932         * rt/aio.h: Define __need_timespec before including <time.h>.
42933         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42934         struct.  Add forward declaration of pthread_attr_t and use it in
42935         sigevent.
42936         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42937         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42938         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42939         always remove CLK_TCK definition.
42941 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42943         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42945 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42947         * conform/run-conformtest.sh: New file.
42948         * conform/Makefile: Run run-conformtest for tests.
42949         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42950         support.
42952         * conform/data/uchar.h-data: New file.
42953         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42954         * conform/data/arpa/inet.h-data: Likewise.
42955         * conform/data/assert.h-data: Likewise.
42956         * conform/data/complex.h-data: Likewise.
42957         * conform/data/cpio.h-data: Likewise.
42958         * conform/data/ctype.h-data: Likewise.
42959         * conform/data/dirent.h-data: Likewise.
42960         * conform/data/dlfcn.h-data: Likewise.
42961         * conform/data/errno.h-data: Likewise.
42962         * conform/data/fcntl.h-data: Likewise.
42963         * conform/data/float.h-data: Likewise.
42964         * conform/data/fmtmsg.h-data: Likewise.
42965         * conform/data/fnmatch.h-data: Likewise.
42966         * conform/data/ftw.h-data: Likewise.
42967         * conform/data/glob.h-data: Likewise.
42968         * conform/data/grp.h-data: Likewise.
42969         * conform/data/iconv.h-data: Likewise.
42970         * conform/data/inttypes.h-data: Likewise.
42971         * conform/data/langinfo.h-data: Likewise.
42972         * conform/data/libgen.h-data: Likewise.
42973         * conform/data/limits.h-data: Likewise.
42974         * conform/data/locale.h-data: Likewise.
42975         * conform/data/math.h-data: Likewise.
42976         * conform/data/monetary.h-data: Likewise.
42977         * conform/data/mqueue.h-data: Likewise.
42978         * conform/data/ndbm.h-data: Likewise.
42979         * conform/data/net/if.h-data: Likewise.
42980         * conform/data/netdb.h-data: Likewise.
42981         * conform/data/netinet/in.h-data: Likewise.
42982         * conform/data/nl_types.h-data: Likewise.
42983         * conform/data/poll.h-data: Likewise.
42984         * conform/data/pthread.h-data: Likewise.
42985         * conform/data/pwd.h-data: Likewise.
42986         * conform/data/regex.h-data: Likewise.
42987         * conform/data/sched.h-data: Likewise.
42988         * conform/data/search.h-data: Likewise.
42989         * conform/data/semaphore.h-data: Likewise.
42990         * conform/data/setjmp.h-data: Likewise.
42991         * conform/data/signal.h-data: Likewise.
42992         * conform/data/spawn.h-data: Likewise.
42993         * conform/data/stdarg.h-data: Likewise.
42994         * conform/data/stdio.h-data: Likewise.
42995         * conform/data/stdlib.h-data: Likewise.
42996         * conform/data/string.h-data: Likewise.
42997         * conform/data/strings.h-data: Likewise.
42998         * conform/data/stropts.h-data: Likewise.
42999         * conform/data/sys/ipc.h-data: Likewise.
43000         * conform/data/sys/mman.h-data: Likewise.
43001         * conform/data/sys/msg.h-data: Likewise.
43002         * conform/data/sys/resource.h-data: Likewise.
43003         * conform/data/sys/select.h-data: Likewise.
43004         * conform/data/sys/sem.h-data: Likewise.
43005         * conform/data/sys/shm.h-data: Likewise.
43006         * conform/data/sys/socket.h-data: Likewise.
43007         * conform/data/sys/stat.h-data: Likewise.
43008         * conform/data/sys/statvfs.h-data: Likewise.
43009         * conform/data/sys/time.h-data: Likewise.
43010         * conform/data/sys/timeb.h-data: Likewise.
43011         * conform/data/sys/times.h-data: Likewise.
43012         * conform/data/sys/types.h-data: Likewise.
43013         * conform/data/sys/uio.h-data: Likewise.
43014         * conform/data/sys/un.h-data: Likewise.
43015         * conform/data/sys/utsname.h-data: Likewise.
43016         * conform/data/sys/wait.h-data: Likewise.
43017         * conform/data/syslog.h-data: Likewise.
43018         * conform/data/tar.h-data: Likewise.
43019         * conform/data/termios.h-data: Likewise.
43020         * conform/data/utime.h-data: Likewise.
43021         * conform/data/utmpx.h-data: Likewise.
43022         * conform/data/varargs.h-data: Likewise.
43023         * conform/data/wchar.h-data: Likewise.
43024         * conform/data/wctype.h-data: Likewise.
43025         * conform/data/wordexp.h-data: Likewise.
43027         * include/stropts.h: New file.
43028         * include/uchar.h: New file.
43029         * include/aio.h: Changes to allow conformtest.pl to use the headers.
43030         * include/assert.h: Likewise.
43031         * include/ctype.h: Likewise.
43032         * include/dirent.h: Likewise.
43033         * include/dlfcn.h: Likewise.
43034         * include/fcntl.h: Likewise.
43035         * include/fnmatch.h: Likewise.
43036         * include/glob.h: Likewise.
43037         * include/grp.h: Likewise.
43038         * include/libio.h: Likewise.
43039         * include/locale.h: Likewise.
43040         * include/math.h: Likewise.
43041         * include/net/if.h: Likewise.
43042         * include/netdb.h: Likewise.
43043         * include/netinet/in.h: Likewise.
43044         * include/pthread.h: Likewise.
43045         * include/pwd.h: Likewise.
43046         * include/regex.h: Likewise.
43047         * include/sched.h: Likewise.
43048         * include/search.h: Likewise.
43049         * include/setjmp.h: Likewise.
43050         * include/signal.h: Likewise.
43051         * include/stdio.h: Likewise.
43052         * include/stdlib.h: Likewise.
43053         * include/string.h: Likewise.
43054         * include/sys/cdefs.h: Likewise.
43055         * include/sys/mman.h: Likewise.
43056         * include/sys/msg.h: Likewise.
43057         * include/sys/resource.h: Likewise.
43058         * include/sys/select.h: Likewise.
43059         * include/sys/socket.h: Likewise.
43060         * include/sys/stat.h: Likewise.
43061         * include/sys/statvfs.h: Likewise.
43062         * include/sys/time.h: Likewise.
43063         * include/sys/times.h: Likewise.
43064         * include/sys/uio.h: Likewise.
43065         * include/sys/utsname.h: Likewise.
43066         * include/sys/wait.h: Likewise.
43067         * include/termios.h: Likewise.
43068         * include/time.h: Likewise.
43069         * include/ulimit.h: Likewise.
43070         * include/unistd.h: Likewise.
43071         * include/utime.h: Likewise.
43072         * include/wchar.h: Likewise.
43073         * include/wctype.h: Likewise.
43074         * include/wordexp.h: Likewise.
43076         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
43078         * time/time.h: TIME_UTC must be a macro.
43079         Make timespec_get available for ISO C11 only as well.
43081 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
43083         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
43084         Reported by Peng Haitao <penght@cn.fujitsu.com>.
43086 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
43088         * configure.in: Use -o not -a in test for unsupported multi-arch.
43090 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
43092         * manual/texinfo.tex: Update to version 2012-01-19.16.
43094 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
43096         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
43098 2012-02-24  Roland McGrath  <roland@hack.frob.com>
43100         [BZ #13738]
43101         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
43102         * manual/fdl-1.3.texi: New file.
43103         * manual/fdl-1.1.texi: File removed.
43105         [BZ #13738]
43106         * manual/libc.texinfo (FDL_VERSION): New @set.
43107         Use it for mention of FDL in cover text.
43108         (Documentation License): Use it in @include file name.
43110 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43111             Roland McGrath  <roland@hack.frob.com>
43113         [BZ #5461]
43114         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
43115         (not LONG_LONG_MAX and LONG_LONG_MIN.
43116         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
43117         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
43118         name.
43119         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
43121 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43123         [BZ #2547]
43124         [BZ #11365]
43125         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
43126         manipulate bits before adding and subtracting TWO23[sx].
43127         * math/libm-test.inc (nearbyint_test): Add more tests.
43129 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43131         [BZ #2548]
43132         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
43133         bits before adding and subtracting TWO23[sx].
43134         * math/libm-test.inc (rint_test): Add more tests.
43135         (rint_test_tonearest): Likewise.
43136         (rint_test_towardzero): Likewise.
43137         (rint_test_downward): Likewise.
43138         (rint_test_upward: Likewise.
43140 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43142         [BZ #10110]
43143         * include/stdc-predef.h: New file.  Extracted from features.h.
43144         * include/features.h: Include stdc-predef.h.
43145         * Makefile (headers): Add stdc-predef.h.
43146         * CONFORMANCE (Compiler limitations): Update.
43148 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
43150         * manual/libc.texinfo (VERSION, UPDATED): Revert.
43152 2012-02-21  David S. Miller  <davem@davemloft.net>
43154         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
43155         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43157 2012-02-20  David S. Miller  <davem@davemloft.net>
43159         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
43160         using a normal save/restore sequence, rather than allocating a
43161         dummy stack frame just to store a frame pointer and restore.
43162         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43164 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43166         * manual/install.texi: Fix stray word in line-wrapped comment.
43168 2012-02-20  David S. Miller  <davem@davemloft.net>
43170         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
43171         both binutils and gcc support GOTDATA.
43173         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
43174         "rd %pc" in the PIC register setup sequences.
43176         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
43177         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
43178         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
43179         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
43180         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
43181         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43182         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43183         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43184         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
43185         (SYSCALL_ERROR_HANDLER): Likewise.
43186         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
43187         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
43188         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
43189         (SYSCALL_ERROR_HANDLER): Likewise.
43191         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
43192         (HAVE_GCC_GOTDATA): New.
43193         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
43194         relocation support in both binutils and gcc.
43195         * sysdeps/sparc/elf/configure: Regenerate.
43197         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
43198         * sysdeps/sparc/sparc32/elf/configure: Delete.
43199         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
43200         * sysdeps/sparc/sparc64/elf/configure: Delete.
43201         * sysdeps/sparc/elf/configure.in: New file.
43202         * sysdeps/sparc/elf/configure: Generate.
43204         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
43205         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
43206         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
43207         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
43208         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
43210 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43212         * manual/install.texi: Do not mention specific glibc version
43213         numbers.
43214         * manual/libc.texinfo (VERSION, UPDATED): Update.
43215         (@copying): Use @copyright{} and range of years.
43217 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43219         [BZ #13695]
43220         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
43221         [crti.S not in sysdirs] (generated): Do not append.
43222         [crti.S not in sysdirs] (omit-deps): Likewise.
43223         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
43224         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
43225         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
43226         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
43227         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
43228         Likewise.
43229         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
43230         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
43231         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
43232         * csu/defs.awk: Remove file.
43233         * sysdeps/generic/initfini.c: Likewise.
43234         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
43235         variable.
43236         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
43237         Likewise.
43239 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43241         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
43242         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
43243         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
43244         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
43245         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43246         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
43247         <bits/epoll.h>.
43248         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
43249         (__EPOLL_PACKED): Define to empty if not defined by
43250         <bits/epoll.h>.
43251         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
43252         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43253         bits/epoll.h.
43255 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43257         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
43258         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
43259         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
43260         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
43261         <bits/timerfd.h>.
43262         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
43263         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43264         bits/timerfd.h.
43266 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43268         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
43269         in C locale.
43270         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43271         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
43272         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
43273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43275 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
43277         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43278         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43280 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
43282         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
43283         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
43284         defined.
43285         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
43286         Likewise.
43287         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
43288         entry for 2.16.
43290 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
43292         * math/w_acos.c: Use non-signaling floating-point comparisons.
43293         * math/w_acosf.c: Likewise.
43294         * math/w_acosh.c: Likewise.
43295         * math/w_acoshf.c: Likewise.
43296         * math/w_acoshl.c: Likewise.
43297         * math/w_acosl.c: Likewise.
43298         * math/w_asin.c: Likewise.
43299         * math/w_asinf.c: Likewise.
43300         * math/w_asinl.c: Likewise.
43301         * math/w_atanh.c: Likewise.
43302         * math/w_atanhf.c: Likewise.
43303         * math/w_atanhl.c: Likewise.
43304         * math/w_exp2.c: Likewise.
43305         * math/w_exp2f.c: Likewise.
43306         * math/w_exp2l.c: Likewise.
43307         * math/w_j0.c: Likewise.
43308         * math/w_j0f.c: Likewise.
43309         * math/w_j0l.c: Likewise.
43310         * math/w_j1.c: Likewise.
43311         * math/w_j1f.c: Likewise.
43312         * math/w_j1l.c: Likewise.
43313         * math/w_jn.c: Likewise.
43314         * math/w_jnf.c: Likewise.
43315         * math/w_log.c: Likewise.
43316         * math/w_log10.c: Likewise.
43317         * math/w_log10f.c: Likewise.
43318         * math/w_log10l.c: Likewise.
43319         * math/w_log2.c: Likewise.
43320         * math/w_log2f.c: Likewise.
43321         * math/w_log2l.c: Likewise.
43322         * math/w_logf.c: Likewise.
43323         * math/w_logl.c: Likewise.
43324         * math/w_sqrt.c: Likewise.
43325         * math/w_sqrtf.c: Likewise.
43326         * math/w_sqrtl.c: Likewise.
43327         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43328         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
43329         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43330         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43331         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43333 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43335         [BZ #9739]
43336         * manual/string.texi (strnlen): Use correct parameter name in
43337         equivalent expression.
43339 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43341         [BZ #11174]
43342         * manual/users.texi (seteuid): Consistently use neweuid for
43343         argument name.
43345 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43347         [BZ #13704]
43348         * manual/nss.texi (Services in the NSS configuration): Correct
43349         list of services in example configuration file.
43351 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
43353         [BZ #11322]
43354         * manual/arith.texi: Remove statements about negative zero
43355         behaving identically to zero.
43357 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43359         [BZ #5993]
43360         * manual/install.texi: Do not document upgrading from libc5.
43362 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43364         [BZ #4596]
43365         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
43367 2012-02-18  David S. Miller  <davem@davemloft.net>
43369         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
43370         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
43371         %o7 across the call.
43372         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
43373         instead.
43374         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
43375         SETUP_PIC_REG_LEAF.
43376         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43377         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
43378         * sysdeps/sparc/crtn.S: Likewise.
43380 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
43382         * aout/Makefile: Remove.
43384 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
43386         [BZ #13058]
43387         * manual/examples/argp-ex1.c (main): Format definition in GNU
43388         style.
43389         * manual/examples/argp-ex2.c (main): Likewise.
43390         * manual/examples/argp-ex3.c (main): Likewise.
43391         * manual/examples/argp-ex4.c (main): Likewise.
43392         * manual/examples/longopt.c (main): Use new-style prototype
43393         definition.
43394         * manual/examples/strncat.c (main): Specify return type and use
43395         (void) for arguments.
43396         * manual/examples/subopt.c (main): Use char **argv argument.
43398 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43400         [BZ #5077]
43401         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43402         rounding modes.
43404 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
43406         [BZ #6907]
43407         * manual/string.texi (strchr): Change when strchrnul is
43408         recommended.
43410 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
43412         [BZ #174]
43413         * manual/locale.texi (setlocale): Document LOCPATH.
43415 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43417         [BZ #10210]
43418         * manual/process.texi (execle): Move @dots{} before last argument.
43420 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
43422         [BZ #12047]
43423         * manual/charset.texi (Generic Charset Conversion): Fix typo
43424         (LC_TYPE -> LC_CTYPE).
43426 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
43428         [BZ #5805]
43429         * manual/arith.texi (scalbn): Use @var{} on parameter names.
43430         (scalbnf): Likewise.
43431         (scalbnl): Likewise.
43432         (scalbln): Likewise.
43433         (scalblnf): Likewise.
43434         (scalblnl): Likewise.
43435         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43436         (vwarnx): Likewise.
43437         (verr): Likewise.
43438         (verrx): Likewise.
43439         * manual/filesys.texi (telldir): Use braces around return type.
43440         * manual/llio.texi (mmap): Add space after comma.
43441         (mmap64): Likewise.
43442         * manual/math.texi (jn): Use @var{} on parameter names.
43443         (jnf): Likewise.
43444         (jnl): Likewise.
43445         (yn): Likewise.
43446         (ynf): Likewise.
43447         (ynl): Likewise.
43448         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43449         line.
43450         * manual/resource.texi (ulimit): Use @dots{} instead of literal
43451         "...".
43452         (sched_get_priority_min): Remove semicolon on @deftypefun line.
43453         (sched_get_priority_max): Likewise.
43454         * manual/signal.texi (sigvec): Add space after comma.
43455         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43456         names.
43457         (if_indextoname): Likewise.
43458         (if_freenameindex): Likewise.
43459         (sendto): Use ',' instead of '.' in prototype.
43460         * manual/startup.texi (syscall): Use @dots{} instead of literal
43461         "...".
43462         * manual/stdio.texi (__fpending): Separate initial words of
43463         paragraph from @deftypefun line.
43464         * manual/syslog.texi (syslog): Use @dots{} instead of literal
43465         "...".
43466         (vsyslog): Use @var{} on parameter names.
43467         * manual/terminal.texi (stty): Use @var{} on parameter names.
43468         * manual/users.texi (getutmp): Use @var{} on parameter names.
43469         (getutmpx): Likewise.
43471 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43473         [BZ #6884]
43474         * manual/stdio.texi (fopen): Fix typos in description of
43475         ",ccs=STRING".
43477 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
43479         [BZ #4026]
43480         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43481         get clock_id definition.
43483 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43485         [BZ #4822]
43486         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43487         (madvise): Cast every argument to void on its own.
43489 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43491         [BZ #9902]
43492         * manual/startup.texi (Exit Status): Fix typo.
43494 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43496         [BZ #10140]
43497         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43498         * manual/examples/argp-ex2.c: Likewise.
43499         * manual/examples/argp-ex3.c: Likewise.
43501 2012-02-16  Richard Henderson  <rth@redhat.com>
43503         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43504         * sysdeps/s390/s390-32/initfini.c: Remove.
43505         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43506         * sysdeps/s390/s390-64/initfini.c: Remove.
43508 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43510         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43511         compiler output for sysdeps/generic/initfini.c.
43512         * sysdeps/sh/elf/initfini.c: Remove file.
43514 2012-02-16  David S. Miller  <davem@davemloft.net>
43516         [BZ #11494]
43517         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43519         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43520         * sysdeps/sparc/crti.S: New file.
43521         * sysdeps/sparc/crtn.S: New file.
43522         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43523         * sysdeps/sparc/sparc64/Makefile: Likewise.
43525 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43527         [BZ #3335]
43528         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43530 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43532         [BZ #4822]
43533         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43535         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43536         (write, read, close): Likewise.
43537         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43539 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43541         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43542         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43543         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43544         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43545         <bits/signalfd.h>.
43546         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43547         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43548         bits/signalfd.h.
43550 2012-02-14  Marek Polacek  <polacek@redhat.com>
43552         * sysdeps/x86_64/crti.S: New file.
43553         * sysdeps/x86_64/crtn.S: New file.
43554         * sysdeps/x86_64/elf/initfini.c: Remove file.
43556 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43558         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43559         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43560         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43561         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43562         <bits/inotify.h>.
43563         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43564         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43565         bits/inotify.h.
43567 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43569         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43570         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43571         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43572         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43573         <bits/eventfd.h>.
43574         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43575         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43576         bits/eventfd.h.
43578 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43580         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43581         __feraiseexcept instead of feraiseexcept.
43583         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43584         nanosleep invocations.
43585         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43586         strings, and add error checking for a nanosleep invocations.
43588 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43590         Replace FSF snail mail address with URLs, as per GNU coding standards.
43591         Most of the snail mail addresses were wrong anyway, and omitting
43592         them makes the source code easier to maintain.  Almost all of the
43593         changes are to license notices and to locale LC_IDENTIFICATION
43594         addresses, except for this one:
43595         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43596         not its snail mail address.
43598 2012-02-09  Richard Henderson  <rth@twiddle.net>
43600         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43601         of kernel-features.h.
43603         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43605 2012-02-08  Marek Polacek  <polacek@redhat.com>
43607         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43608         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43609         * sysdeps/gnu/_G_config.h: Likewise.
43610         * sysdeps/generic/_G_config.h: Likewise.
43612 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43614         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43615         tests.
43616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43618         * sysdeps/powerpc/powerpc32/crti.S: New file.
43619         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43620         * sysdeps/powerpc/powerpc64/crti.S: New file.
43621         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43623         * Makeconfig (have-initfini): Don't set.
43624         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43625         * configure.in (nopic_initfini): Don't substitute.
43626         * config.h.in (HAVE_INITFINI): Don't #undef.
43627         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43628         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43630 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43632         Support crti.S and crtn.S provided directly by architectures.
43633         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43634         [crti.S in sysdirs] (omit-deps): Likewise.
43635         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43636         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43637         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43638         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43639         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43640         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43641         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43642         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43643         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43644         compiler output for sysdeps/generic/initfini.c.
43645         * sysdeps/i386/elf/Makefile: Remove file.
43646         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43648 2012-02-07  Marek Polacek  <polacek@redhat.com>
43650         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43651         * sysdeps/gnu/_G_config.h: Likewise.
43652         * sysdeps/mach/hurd/_G_config.h: Likewise.
43654 2012-02-07  Marek Polacek  <polacek@redhat.com>
43656         * math/Makefile (tests): Add tst-CMPLX2.
43657         * math/tst-CMPLX2.c: New file.
43659 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43661         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43663         * math/libm-test.inc (jn_test): Add missing L suffix.
43665 2012-02-06  Marek Polacek  <polacek@redhat.com>
43667         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43668         * sysdeps/i386/fpu/e_powf.S: Likewise.
43669         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43670         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43671         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43672         * sysdeps/i386/fpu/e_pow.S: Likewise.
43673         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43674         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43675         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43676         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43677         * sysdeps/i386/fpu/e_log2.S: Likewise.
43678         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43679         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43680         * sysdeps/i386/fpu/e_powl.S: Likewise.
43681         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43682         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43683         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43684         * sysdeps/i386/fpu/e_logl.S: Likewise.
43685         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43686         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43687         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43688         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43689         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43690         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43691         * sysdeps/i386/fpu/e_log.S: Likewise.
43692         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43693         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43694         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43695         * sysdeps/i386/fpu/e_logf.S: Likewise.
43696         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43697         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43698         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43699         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43700         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43701         * sysdeps/i386/fpu/e_log10.S: Likewise.
43702         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43703         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43704         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43705         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43706         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43707         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43708         * sysdeps/i386/asm-syntax.h: Likewise.
43709         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43710         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43711         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43712         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43713         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43714         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43715         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43716         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43717         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43718         * sysdeps/powerpc/sysdep.h: Likewise.
43719         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43720         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43722 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43724         [BZ #411]
43725         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43727 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43729         * sysdeps/i386/sysdep.h: Include <features.h>.
43730         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43731         version.
43733 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43735         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43736         Define.
43737         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43738         LOAD_PIC_REG_STR.
43740 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43742         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43743         (SETUP_PIC_REG): Use GET_PC_THUNK.
43744         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43745         macro.
43747 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43749         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43750         for non-PIC compilation.
43751         (SETUP_PIC_REG): Add .p2align directive.
43752         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43753         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43754         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43755         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43756         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43757         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43758         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43759         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43760         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43761         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43762         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43763         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43764         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43765         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43766         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43767         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43768         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43769         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43770         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43771         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43772         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43773         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43774         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43775         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43776         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43777         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43778         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43779         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43780         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43781         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43782         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43783         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43784         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43785         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43786         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43787         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43788         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43789         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43790         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43791         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43792         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43794 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43796         * math/tst-CMPLX.c: Include <stdio.h>.
43798 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43800         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43801         float.
43802         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43803         * sysdeps/sparc/bits/mathdef.h: Likewise.
43805 2012-01-31  Marek Polacek  <polacek@redhat.com>
43807         * libio/libio.h: Don't define _PARAMS.
43808         * locale/programs/config.h: Don't define PARAMS.
43809         * stdlib/strtol_l.c: Likewise.
43810         (__strtol_l): Remove PARAMS from the prototype.
43812 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43814         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43815         names.  Just use the correct names.  Remove unnecessary wrapper
43816         functions.
43817         * malloc/arena.c: Likewise.
43818         * malloc/hooks.c: Likewise.
43820         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43821         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43822         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43824 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43826         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43827         into tail calls.
43828         (update_get_addr): New function.
43829         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43830         GET_ADDR_MODULE parameter.
43832 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43834         * crypt/cert.c: Remove __STDC__ conditionals.
43835         * crypt/crypt-entry.c: Likewise.
43836         * crypt/crypt_util.c: Likewise.
43837         * libio/filedoalloc.c: Likewise.
43838         * libio/fileops.c: Likewise.
43839         * libio/genops.c: Likewise.
43840         * libio/iofclose.c: Likewise.
43841         * libio/iofdopen.c: Likewise.
43842         * libio/iofopen.c: Likewise.
43843         * libio/iofopen64.c: Likewise.
43844         * libio/iogetdelim.c: Likewise.
43845         * libio/iopopen.c: Likewise.
43846         * libio/obprintf.c: Likewise.
43847         * libio/oldfileops.c: Likewise.
43848         * libio/oldiofclose.c: Likewise.
43849         * libio/oldiofdopen.c: Likewise.
43850         * libio/oldiofopen.c: Likewise.
43851         * libio/oldiopopen.c: Likewise.
43852         * libio/wfiledoalloc.c: Likewise.
43853         * libio/wgenops.c: Likewise.
43854         * locale/programs/xmalloc.c: Likewise.
43855         * misc/syslog.c: Likewise.
43856         * stdio-common/xbug.c: Likewise.
43857         * string/memchr.c: Likewise.
43858         * string/memcmp.c: Likewise.
43859         * string/memrchr.c: Likewise.
43860         * string/rawmemchr.c: Likewise.
43861         * sysdeps/posix/getcwd.c: Likewise.
43862         * time/strftime_l.c: Likewise.
43864 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43866         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43867         * config.make.in (config-cflags-sse2avx): Define.
43868         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43869         Fix typo.
43871 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43873         * scripts/config.guess: Update from upstream config git repository.
43874         * scripts/config.sub: Likewise.
43876 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43878         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43879         (EM_NUM): Update.
43880         (R_TILEPRO_*, R_TILEGX_*): New macros.
43882         * scripts/firstversions.awk: Fix bug in version range handling.
43884         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43886         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43888         * include/sys/epoll.h: New file.
43889         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43890         libc_hidden_def.
43892 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43894         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43895         Avoid unnecessary __WORDSIZE == 64 test.
43896         (fmaxf): Use VEX format if possible.
43897         (fmax): Likewise.
43898         (fminf): Likewise.
43899         (fmin): Likewise.
43901         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43902         * math/math_private.h: Remove libc_fegetround* and
43903         libc_fesetround*.
43904         * sysdeps/i386/configure.in: Check for -msse2avx.
43905         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43906         also if SSE2AVX is defined.
43907         Remove libc_fegetround* and libc_fesetround*.
43908         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43909         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43910         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43911         of HAS_YMM_USABLE.
43912         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43913         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43914         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43915         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43916         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43918         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43920 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43922         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43923         size is not set.
43924         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43926 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43928         [BZ #13618]
43929         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43930         relocation.
43931         * Makeconfig (libm): Define.
43932         * elf/Makefile: Add rules to build and run tst-relsort1.
43933         * elf/tst-relsort1.c: New file.
43934         * elf/tst-relsort1mod1.c: New file.
43935         * elf/tst-relsort1mod2.c: New file.
43937 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43939         * math/s_ldexp.c: Remove __STDC__ conditionals.
43940         * math/s_ldexpf.c: Likewise.
43941         * math/s_ldexpl.c: Likewise.
43942         * math/s_nextafter.c: Likewise.
43943         * math/s_nexttowardf.c: Likewise.
43944         * math/s_significand.c: Likewise.
43945         * math/s_significandf.c: Likewise.
43946         * math/s_significandl.c: Likewise.
43947         * math/w_jnl.c: Likewise.
43948         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43949         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43950         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43951         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43952         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43953         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43954         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43955         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43956         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43957         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43958         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43959         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43960         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43961         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43962         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43963         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43964         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43965         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43966         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43967         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43968         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43969         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43970         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43971         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43972         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43973         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43974         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43975         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43976         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43977         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43978         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43979         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43980         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43981         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43982         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43983         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43984         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43985         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43986         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43987         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43988         * sysdeps/ieee754/k_standard.c: Likewise.
43989         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43990         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43991         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43992         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43993         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43994         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43995         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43996         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43997         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43998         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43999         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44000         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44001         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44002         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44003         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44004         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44005         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44006         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44007         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44008         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44009         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44010         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44011         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44012         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44013         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44014         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44015         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44016         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44017         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44018         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44019         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44020         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
44021         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44022         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44023         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44024         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44025         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
44026         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44027         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44028         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
44029         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
44030         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44031         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
44032         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
44033         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44034         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
44035         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
44036         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44037         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44038         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
44039         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
44040         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44041         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44042         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44043         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44044         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44045         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
44046         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44047         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44048         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44049         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44050         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44051         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44052         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44053         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44054         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44055         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44056         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44057         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44058         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44059         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44060         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44061         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44062         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44063         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44064         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44065         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44066         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44067         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44068         * sysdeps/ieee754/s_matherr.c: Likewise.
44069         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44070         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44071         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44072         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44074 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
44076         * crypt/md5.h: Remove __STDC__ conditionals.
44077         * libio/libioP.h: Likewise.
44078         * locale/programs/config.h: Likewise.
44079         * sysdeps/generic/sysdep.h: Likewise.
44080         * sysdeps/i386/asm-syntax.h: Likewise.
44081         * sysdeps/s390/asm-syntax.h: Likewise.
44082         * sysdeps/unix/sysdep.h: Likewise.
44083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
44084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
44086 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
44088         * libio/libio.h: Remove __STDC__ conditionals.
44089         * malloc/obstack.h: Likewise.
44090         * math/complex.h: Likewise.
44091         * math/math.h: Likewise.
44092         * sysdeps/generic/_G_config.h: Likewise.
44093         * sysdeps/gnu/_G_config.h: Likewise.
44094         * sysdeps/mach/hurd/_G_config.h: Likewise.
44095         * sysdeps/powerpc/bits/mathdef.h: Likewise.
44096         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
44097         * sysdeps/sparc/bits/mathdef.h: Likewise.
44099 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
44101         [BZ #13583]
44102         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
44103         Clean up HAS_* macros.
44104         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
44105         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
44106         possible.
44107         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
44108         HAS_AVX.
44109         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44110         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44111         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44112         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44113         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44115 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
44117         * elf/tst-unique3.cc (gets): Remove declaration.
44118         * elf/tst-unique3lib.cc (gets): Likewise.
44119         * elf/tst-unique3lib2.cc (gets): Likewise.
44120         * elf/tst-unique4.cc (gets): Likewise.
44122 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
44124         * include/stdio.h: Add C++ protection.  Add gets declarations and
44125         definitions.
44126         * debug/tst-chk1.c: Don't declare gets here.
44127         * stdio-common/tst-gets.c: Likewise.
44129 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
44131         * posix/glob: Remove directory.
44133 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
44135         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
44137 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
44139         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
44140         of the non-standard EPFNOSUPPORT.
44142 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44144         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
44145         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
44146         ANYWHERE set to 1 only on KERN_NO_SPACE error.
44148 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
44150         * wcsmbs/uchar.h: Test __STDC_VERSION__.
44152 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
44154         * nscd/aicache.c (addhstaiX): Do not cache negative results of
44155         transient errors.
44156         * nscd/grpcache.c (cache_addgr): Likewise.
44157         * nscd/hstcache.c (cache_addhst): Likewise.
44158         * nscd/initgrcache.c (addinitgroupsX): Likewise.
44159         * nscd/pwdcache.c (cache_addpw): Likewise.
44160         * nscd/servicescache.c (cache_addserv): Likewise.
44162 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
44164         * malloc/malloc.c: Various cleanups.
44165         * malloc/hooks.c: Likewise.
44167         * stdlib/Makefile (tests): Add bug-fmtmsg1.
44168         * stdlib/bug-fmtmsg1.c: New file.
44170         * stdlib/fmtmsg.c (init): Add missing unlock.
44171         Patch by Peng Haitao <penght@cn.fujitsu.com>.
44173 2012-01-12  Marek Polacek  <polacek@redhat.com>
44175         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
44176         and _GNU_SOURCE.
44178 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
44180         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
44181         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
44182         macro to ensure uniqueness of label name.
44183         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44184         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44186 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
44188         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
44190         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
44191         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44192         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44193         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
44195 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
44197         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
44199         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
44200         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44201         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44203         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
44205         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
44206         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44207         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44208         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
44210         * math/bits/math-finite.h: Add ldexp support.
44212 2012-01-10  Marek Polacek  <polacek@redhat.com>
44214         * locale/programs/localedef.h (show_archive_content): Add noreturn
44215         attribute.
44217 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
44219         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
44221 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44223         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
44225         * io/Makefile (headers): Add bits/poll2.h.
44227 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
44229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
44230         typo #include statement.
44232 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44234         * include/sys/cdefs.h: Define __attribute_alloc_size.
44235         * catgets/gencat.c: Add alloc_size attribute and apply consistently
44236         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
44237         * elf/pldd.c: Likewise.
44238         * iconv/iconv_charmap.c: Likewise.
44239         * iconv/iconvconfig.c: Likewise.
44240         * iconv/strtab.c: Likewise.
44241         * locale/programs/locale.c: Likewise.
44242         * locale/programs/localedef.h: Likewise.
44243         * locale/programs/simple-hash.c: Likewise.
44244         * nscd/nscd.h: Likewise.
44245         * nss/makedb.c: Likewise.
44246         * sysdeps/generic/ldconfig.h: Likewise.
44247         * locale/programs/localedef.c: Remove xmalloc prototype.
44248         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
44250 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
44252         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
44253         appropriate.
44255 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44257         * math/Makefile (tests): Add tst-CMPLX.
44258         * math/tst-CMPLX.c: New file.
44260         * math/complex.h (CMPLXL): Fix typo.
44262         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
44263         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
44264         GLIBC_2.16.
44265         * debug/tst-chk1.c: Add poll and ppoll tests.
44266         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
44267         * include/sys/poll.h: Add hidden proto for ppoll.
44268         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
44269         * sysdeps/mach/hurd/ppoll.c: Likewise.
44270         * io/ppoll.c: Likewise.
44271         * debug/poll_chk.c: New file.
44272         * debug/ppoll_chk.c: New file.
44273         * include/bits/poll2.h: New file.
44274         * io/bits/poll2.h: New file.
44276         [BZ #1350]
44277         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
44279         * configure.in: static is always set to yes.  Remove.
44280         * config.make.in: Don't set build-static.
44281         * Makeconfig: Remove use of build-static.
44282         * dlfcn/Makefile: Likewise.
44283         * elf/Makefile: Likewise.
44284         * math/Makefile: Likewise.
44285         * misc/Makefile: Likewise.
44286         * nptl/Makefile: Likewise.
44287         * sysdeps/mach/hurd/Makefile: Likewise.
44289         * configure.in: PWD_P is not used anymore.
44290         * config.make.in: Remove PWD_P entry.
44292         * configure.in: Remove last remnants of RANLIB.
44293         No need to check for signed size_t anymore.
44294         Don't set libc_commonpagesize and libc_relro_required here for Alpha
44295         and IA-64.
44296         Remove __builtin_expect test because we require at least gcc 3.4.
44297         * aclocal.m4: Likewise.
44299         * wcsmbs/mbrtoc16.c: Implement using towc function.
44300         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
44301         * wcsmbs/wcsmbsload.c: Likewise.
44302         * iconv/gconv_simple.c: Likewise.
44303         * iconv/gconv_int.h: Likewise.
44304         * iconv/gconv_builtin.h: Likewise.
44305         * iconv/iconv_prog.c: Remove CHAR16 handling.
44307         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
44309         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
44311         * configure.in: Remove --with-elf and --enable-bounded options.
44312         Dont set base_machine for ia64.  More non-ELF conditions removed.
44313         Remove testing and setting of leading underscore information.
44314         * config.make.in (build-bounded): Set to no.
44315         * config.h.in: Remove NO_UNDERSCORES entry.
44316         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
44317         them.
44318         * csu/start.c: Remove !NO_UNDERSCORE code.
44319         * locale/localeinfo.h: Likewise.
44320         * sysdeps/generic/machine-gmon.h: Likewise.
44321         * sysdeps/generic/sysdep.h: Likewise.
44322         * sysdeps/i386/sysdep.h: Likewise.
44323         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44324         * sysdeps/mach/sysdep.h: Likewise.
44325         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44326         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44327         * sysdeps/sh/sysdep.h: Likewise.
44328         * sysdeps/sparc/sparc32/alloca.S: Likewise.
44329         * sysdeps/unix/i386/sysdep.S: Likewise.
44330         * sysdeps/unix/sparc/start.c: Likewise.
44331         * sysdeps/unix/sparc/sysdep.S: Likewise.
44332         * sysdeps/unix/sparc/sysdep.h: Likewise.
44333         * sysdeps/unix/start.c: Likewise.
44334         * sysdeps/unix/x86_64/sysdep.S: Likewise.
44335         * sysdeps/x86_64/sysdep.h: Likewise.
44337 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
44339         [BZ #13553]
44340         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
44341         for non-gcc.
44342         * argp/argp-fmtstream.h: Use const instead __const.
44343         * argp/argp.h: Likewise.
44344         * assert/assert.h: Likewise.
44345         * bits/fenv.h: Likewise.
44346         * bits/sched.h: Likewise.
44347         * bits/sigset.h: Likewise.
44348         * bits/sigthread.h: Likewise.
44349         * catgets/nl_types.h: Likewise.
44350         * conform/data/pthread.h-data: Likewise.
44351         * crypt/crypt-private.h: Likewise.
44352         * crypt/crypt.h: Likewise.
44353         * crypt/crypt_util.c: Likewise.
44354         * ctype/ctype.h: Likewise.
44355         * debug/execinfo.h: Likewise.
44356         * debug/mbsnrtowcs_chk.c: Likewise.
44357         * debug/mbsrtowcs_chk.c: Likewise.
44358         * debug/wcsnrtombs_chk.c: Likewise.
44359         * debug/wcsrtombs_chk.c: Likewise.
44360         * debug/wcstombs_chk.c: Likewise.
44361         * dirent/dirent.h: Likewise.
44362         * dlfcn/dlfcn.h: Likewise.
44363         * elf/neededtest4.c: Likewise.
44364         * grp/grp.h: Likewise.
44365         * gshadow/gshadow.h: Likewise.
44366         * iconv/gconv.h: Likewise.
44367         * iconv/gconv_int.h: Likewise.
44368         * iconv/gconv_simple.c: Likewise.
44369         * iconv/iconv.h: Likewise.
44370         * iconv/loop.c: Likewise.
44371         * iconv/skeleton.c: Likewise.
44372         * include/aio.h: Likewise.
44373         * include/aliases.h: Likewise.
44374         * include/argz.h: Likewise.
44375         * include/arpa/inet.h: Likewise.
44376         * include/assert.h: Likewise.
44377         * include/dirent.h: Likewise.
44378         * include/dlfcn.h: Likewise.
44379         * include/execinfo.h: Likewise.
44380         * include/fcntl.h: Likewise.
44381         * include/fenv.h: Likewise.
44382         * include/glob.h: Likewise.
44383         * include/grp.h: Likewise.
44384         * include/libintl.h: Likewise.
44385         * include/mntent.h: Likewise.
44386         * include/netdb.h: Likewise.
44387         * include/pwd.h: Likewise.
44388         * include/rpc/netdb.h: Likewise.
44389         * include/sched.h: Likewise.
44390         * include/search.h: Likewise.
44391         * include/shadow.h: Likewise.
44392         * include/signal.h: Likewise.
44393         * include/stdio.h: Likewise.
44394         * include/stdlib.h: Likewise.
44395         * include/string.h: Likewise.
44396         * include/sys/socket.h: Likewise.
44397         * include/sys/stat.h: Likewise.
44398         * include/sys/statfs.h: Likewise.
44399         * include/sys/statvfs.h: Likewise.
44400         * include/sys/syslog.h: Likewise.
44401         * include/sys/time.h: Likewise.
44402         * include/sys/uio.h: Likewise.
44403         * include/time.h: Likewise.
44404         * include/unistd.h: Likewise.
44405         * include/utmp.h: Likewise.
44406         * include/wchar.h: Likewise.
44407         * include/wctype.h: Likewise.
44408         * inet/aliases.h: Likewise.
44409         * inet/arpa/inet.h: Likewise.
44410         * inet/netinet/ether.h: Likewise.
44411         * inet/netinet/in.h: Likewise.
44412         * intl/libintl.h: Likewise.
44413         * io/bits/fcntl2.h: Likewise.
44414         * io/fcntl.h: Likewise.
44415         * io/ftw.h: Likewise.
44416         * io/sys/poll.h: Likewise.
44417         * io/sys/stat.h: Likewise.
44418         * io/sys/statfs.h: Likewise.
44419         * io/sys/statvfs.h: Likewise.
44420         * io/utime.h: Likewise.
44421         * libio/bits/stdio.h: Likewise.
44422         * libio/bits/stdio2.h: Likewise.
44423         * libio/libio.h: Likewise.
44424         * libio/libioP.h: Likewise.
44425         * libio/stdio.h: Likewise.
44426         * locale/lc-ctype.c: Likewise.
44427         * locale/locale.h: Likewise.
44428         * login/utmp.h: Likewise.
44429         * malloc/arena.c: Likewise.
44430         * malloc/malloc.c: Likewise.
44431         * malloc/malloc.h: Likewise.
44432         * malloc/mcheck.c: Likewise.
44433         * malloc/mtrace.c: Likewise.
44434         * math/bits/mathcalls.h: Likewise.
44435         * math/fenv.h: Likewise.
44436         * math/math_private.h: Likewise.
44437         * misc/bits/error.h: Likewise.
44438         * misc/bits/syslog.h: Likewise.
44439         * misc/err.h: Likewise.
44440         * misc/error.h: Likewise.
44441         * misc/fstab.h: Likewise.
44442         * misc/mntent.h: Likewise.
44443         * misc/regexp.h: Likewise.
44444         * misc/search.h: Likewise.
44445         * misc/sgtty.h: Likewise.
44446         * misc/sys/mman.h: Likewise.
44447         * misc/sys/syslog.h: Likewise.
44448         * misc/sys/uio.h: Likewise.
44449         * misc/sys/xattr.h: Likewise.
44450         * misc/ttyent.h: Likewise.
44451         * nis/rpcsvc/ypclnt.h: Likewise.
44452         * nss/nss.h: Likewise.
44453         * posix/bits/unistd.h: Likewise.
44454         * posix/fnmatch.h: Likewise.
44455         * posix/glob.h: Likewise.
44456         * posix/sched.h: Likewise.
44457         * posix/spawn.h: Likewise.
44458         * posix/sys/wait.h: Likewise.
44459         * posix/unistd.h: Likewise.
44460         * posix/wordexp.h: Likewise.
44461         * pwd/pwd.h: Likewise.
44462         * resolv/netdb.h: Likewise.
44463         * resource/sys/resource.h: Likewise.
44464         * rt/aio.h: Likewise.
44465         * rt/bits/mqueue2.h: Likewise.
44466         * rt/mqueue.h: Likewise.
44467         * shadow/shadow.h: Likewise.
44468         * signal/signal.h: Likewise.
44469         * socket/send.c: Likewise.
44470         * socket/sendto.c: Likewise.
44471         * socket/sys/socket.h: Likewise.
44472         * stdio-common/printf.h: Likewise.
44473         * stdlib/bits/stdlib.h: Likewise.
44474         * stdlib/fmtmsg.h: Likewise.
44475         * stdlib/monetary.h: Likewise.
44476         * stdlib/stdlib.h: Likewise.
44477         * stdlib/ucontext.h: Likewise.
44478         * streams/stropts.h: Likewise.
44479         * string/argz.h: Likewise.
44480         * string/bits/string2.h: Likewise.
44481         * string/string.h: Likewise.
44482         * string/strings.h: Likewise.
44483         * sunrpc/rpc/auth.h: Likewise.
44484         * sunrpc/rpc/auth_des.h: Likewise.
44485         * sunrpc/rpc/clnt.h: Likewise.
44486         * sunrpc/rpc/netdb.h: Likewise.
44487         * sunrpc/rpc/pmap_clnt.h: Likewise.
44488         * sunrpc/rpc/xdr.h: Likewise.
44489         * sysdeps/generic/inttypes.h: Likewise.
44490         * sysdeps/generic/net/if.h: Likewise.
44491         * sysdeps/generic/sys/swap.h: Likewise.
44492         * sysdeps/gnu/net/if.h: Likewise.
44493         * sysdeps/gnu/utmpx.h: Likewise.
44494         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44495         * sysdeps/i386/i486/bits/string.h: Likewise.
44496         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44497         * sysdeps/s390/bits/string.h: Likewise.
44498         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44499         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44500         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44501         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44502         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44503         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44504         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44505         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44506         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44507         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44508         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44509         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44510         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44511         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44512         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44513         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44514         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44515         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44516         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44517         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44518         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44519         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44520         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44521         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44522         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44523         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44524         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44525         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44526         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44527         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44528         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44529         * sysvipc/sys/ipc.h: Likewise.
44530         * sysvipc/sys/msg.h: Likewise.
44531         * sysvipc/sys/sem.h: Likewise.
44532         * sysvipc/sys/shm.h: Likewise.
44533         * termios/termios.h: Likewise.
44534         * time/sys/time.h: Likewise.
44535         * time/time.h: Likewise.
44536         * wcsmbs/bits/wchar2.h: Likewise.
44537         * wcsmbs/uchar.h: Likewise.
44538         * wcsmbs/wchar.h: Likewise.
44539         * wctype/wctype.h: Likewise.
44541         [BZ #13551]
44542         * Makeconfig: Remove all but ELF support including AIX support.
44543         * Makerules: Likewise.
44544         * config.h.in: Likewise.
44545         * config.make.in: Likewise.
44546         * configure: Likewise.
44547         * configure.in: Likewise.
44548         * csu/Makefile: Likewise.
44549         * csu/version.c: Likewise.
44550         * debug/Makefile: Likewise.
44551         * dlfcn/Makefile: Likewise.
44552         * elf/Makefile: Likewise.
44553         * extra-lib.mk: Likewise.
44554         * iconv/Makefile: Likewise.
44555         * include/libc-symbols.h: Likewise.
44556         * include/shlib-compat.h: Likewise.
44557         * resolv/Makefile: Likewise.
44558         * resolv/res_libc.c: Likewise.
44559         * rt/Makefile: Likewise.
44560         * sysdeps/i386/asm-syntax.h: Likewise.
44561         * sysdeps/i386/sysdep.h: Likewise.
44562         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44563         * sysdeps/mach/sysdep.h: Likewise.
44564         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44565         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44566         * sysdeps/s390/asm-syntax.h: Likewise.
44567         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44568         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44569         * sysdeps/sh/sysdep.h: Likewise.
44570         * sysdeps/unix/sparc/sysdep.h: Likewise.
44571         * sysdeps/wordsize-32/divdi3.c: Likewise.
44572         * sysdeps/x86_64/sysdep.h: Likewise.
44574         * argp/Versions: Remove _argp_unlock_xxx.
44576         [BZ #13559]
44577         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44578         * abilist/libBrokenLocale.abilist: Likewise.
44579         * abilist/libanl.abilist: Likewise.
44580         * abilist/libc.abilist: Likewise.
44581         * abilist/libcrypt.abilist: Likewise.
44582         * abilist/libdl.abilist: Likewise.
44583         * abilist/libm.abilist: Likewise.
44584         * abilist/libnsl.abilist: Likewise.
44585         * abilist/libpthread.abilist: Likewise.
44586         * abilist/libresolv.abilist: Likewise.
44587         * abilist/librt.abilist: Likewise.
44588         * abilist/libthread_db.abilist: Likewise.
44589         * abilist/libutil.abilist: Likewise.
44590         * abilist/libnss_db.abilist: New file.
44592         * scripts/abilist.awk: Add support for indirect functions.
44594         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44596         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44598         * shlib-versions: Remove entries for ports architectures.
44600         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44601         files in ports.
44602         * elf/stackguard-macros.h: Remove support for IA-64.
44603         * elf/tst-auditmod1.c: Likewise.
44604         * sysdeps/generic/ldsodefs.h: Likewise.
44606         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44607         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44608         configure files.
44610         [BZ #13552]
44611         * configure.in: Remove --enable-omitfp support.
44612         * FAQ.in: Adjust.
44613         * config.make.in: Likewise.
44614         * Makeconfig: Likewise.
44615         * manual/install.texi: Likewise.
44617         In case anyone cares, the IA-64 architecture could move to ports.
44618         * sysdeps/ia64/*: Removed.
44619         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44620         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44622         [BZ #13555]
44623         * configure.in: Remove entries for unsupported architectures.
44625         [BZ #13533]
44626         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44627         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44628         routines.
44629         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44630         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44631         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44632         fall back to using wcrtomb.
44633         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44634         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44635         renaming.
44636         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44637         * wcsmbs/tst-c16c32-1.c: New file.
44639         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44640         local variable.
44642         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44644         * elf/tst-unique3.cc: Add explicit declaration of gets.
44645         * elf/tst-unique3lib.cc: Likewise.
44646         * elf/tst-unique3lib2.cc: Likewise.
44647         * elf/tst-unique4.cc: Likewise.
44649         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44651 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44653         [BZ #13566]
44654         * assert/assert.h (static_assert): Don't define for C++.
44655         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44656         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44658 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44660         * iconv/loop.c (single loop): Fix assertion in storing of
44661         remaining bytes.
44663         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44665 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44667         * posix/getconf.c: Update copyright year.
44668         * nss/getent.c: Likewise.
44669         * nss/makedb.c: Likewise.
44670         * iconv/iconvconfig.c: Likewise.
44671         * iconv/iconv_prog.c: Likewise.
44672         * elf/ldconfig.c: Likewise.
44673         * elf/pldd.c: Likewise.
44674         * elf/sotruss.ksh: Likewise.
44675         * catgets/gencat.c: Likewise.
44676         * csu/version.c: Likewise.
44677         * elf/ldd.bash.in: Likewise.
44678         * elf/sprof.c (print_version): Likewise.
44679         * locale/programs/locale.c: Likewise.
44680         * locale/programs/localedef.c: Likewise.
44681         * login/programs/pt_chown.c: Likewise.
44682         * nscd/nscd.c (print_version): Likewise.
44683         * debug/xtrace.sh: Likewise.
44684         * malloc/memusage.sh: Likewise.
44685         * malloc/mtrace.pl: Likewise.
44686         * debug/catchsegv.sh: Likewise.
44688 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44690         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44691         pure attribute.
44693 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44695         [BZ #13533]
44696         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44697         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44698         transformations.
44699         * iconv/gconv_int.h: Likewise.
44700         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44701         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44702         from libc for GLIBC_2.16.
44703         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44704         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44705         * wcsmbs/uchar.h: Really define mbstate_t.
44706         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44707         * wcsmbs/c16rtomb.c: New file.
44708         * wcsmbs/mbrtoc16.c: New file.
44709         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44710         for C/POSIX locale.
44711         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44712         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44714         * wcsmbs/wchar.h: Add missing __restrict.
44716 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44718         [BZ #13532]
44719         * time/Makefile (routines): Add timespec_get.
44720         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44721         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44722         timespec for ISO C11.
44723         * time/timespec_get.c: New file.
44724         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44725         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44727         [BZ #13531]
44728         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44729         * stdlib/stdlib.h: Declare aligned_alloc.
44730         * Versions.def: Add GLIBC_2.16 for libc.
44731         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44733         [BZ 13527]
44734         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44735         ISO C11.
44737         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44738         code.
44740         [BZ #13528]
44741         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44743         [BZ #13529]
44744         * assert/assert.h (static_assert): Define.
44746         * version.h: Update for 2.16 development version.
44748         [BZ #13526]
44749         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44750         _ISOC11_SOURCE.
44752         * version.h (RELEASE): Bump for 2.15 release.
44753         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44755         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44756         Patch by Marek Polacek <mpolacek@redhat.com>.
44758         * bits/byteswap.h: Protect long long constants with __extension__.
44759         * sysdeps/i386/bits/byteswap.h: Likewise.
44760         * sysdeps/ia64/bits/byteswap.h: Likewise.
44761         * sysdeps/s390/bits/byteswap.h: Likewise.
44762         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44764 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44766         [BZ #13540]
44767         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44768         destination buffer.
44769         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44771 2011-12-23  Marek Polacek  <polacek@redhat.com>
44773         * elf/dl-addr.c (determine_info): Add inline keyword.
44774         * elf/tst-auditmod4b.c (check_avx): Likewise.
44775         * elf/tst-auditmod6b.c (check_avx): Likewise.
44776         * elf/tst-auditmod6c.c (check_avx): Likewise.
44777         * elf/tst-auditmod7b.c (check_avx): Likewise.
44779 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44781         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44782         !__SSE_MATH__.
44784 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44786         [BZ #13540]
44787         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44788         processing for last bytes.
44790 2011-08-06  Bruno Haible  <bruno@clisp.org>
44792         [BZ #13061]
44793         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44794         U+0385, not to U+1FEE.
44796         [BZ #13062]
44797         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44798         entry for U+00A5 U+0301.
44800 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44802         [BZ #13166]
44803         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44804         buffer for the output is too small.
44806         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44807         optimization.
44809         [BZ #13185]
44810         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44811         SSE flags if possible.
44813 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44815         [BZ #13540]
44816         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44817         processing for last bytes.
44819 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44821         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44822         (syscall-list-default-options, syscall-list-default-condition)
44823         (syscall-list-includes): Define.
44824         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44825         list of ABIs and options and #if conditions for each ABI.  Do not
44826         handle common syscalls between ABIs specially.
44827         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44828         Remove.
44829         (syscall-list-variants, syscall-list-32bit-options)
44830         (syscall-list-32bit-condition, syscall-list-64bit-options)
44831         (syscall-list-64bit-condition): Define.
44832         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44833         (syscall-list-variants, syscall-list-32bit-options)
44834         (syscall-list-32bit-condition, syscall-list-64bit-options)
44835         (syscall-list-64bit-condition): Define.
44836         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44837         Remove.
44838         (syscall-list-variants, syscall-list-32bit-options)
44839         (syscall-list-32bit-condition, syscall-list-64bit-options)
44840         (syscall-list-64bit-condition): Define.
44841         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44842         Remove.
44843         (syscall-list-variants, syscall-list-32bit-options)
44844         (syscall-list-32bit-condition, syscall-list-64bit-options)
44845         (syscall-list-64bit-condition): Define.
44847 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44849         * locale/iso-639.def: Add brx entry.
44851         [BZ #13328]
44852         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44853         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44855         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44856         __feraiseexcept_renamed.
44858 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44860         [BZ #13538]
44861         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44862         EPOLLET with unsigned values.
44863         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44864         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44866         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44867         to large cancellation.
44868         * math/s_cacoshf.c: Likewise.
44869         * math/s_cacoshl.c: Likewise.
44871 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44873         [BZ #13305]
44874         [BZ #12786]
44875         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44876         * math/s_cacoshf.c: Likewise.
44877         * math/s_cacoshl.c: Likewise.
44879 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44881         [BZ #13439]
44882         * iconv/gconv.h: Define __GCONV_SWAP.
44883         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44884         * iconvdata/utf-16.c: Likewise.
44885         * iconvdata/utf-32.c: Likewise.
44887 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44889         [BZ #13524]
44890         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44891         numerator after shifting it by one limb.
44893 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44895         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44896         under [__USE_EXTERN_INLINES].
44898 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44900         [BZ #13446]
44901         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44903 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44905         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44906         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44907         optimized code.
44908         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44909         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44910         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44911         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44912         for strncasecmp/strncasecmp_l compilation.
44913         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44914         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44916 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44918         [BZ #13484]
44919         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44920         of __asm__.
44922 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44924         [BZ #13506]
44925         * time/tzfile.c (__tzfile_read): Check values from file header.
44927 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44929         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44930         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44931         * powerpc/powerpc32/dl-start.S: Likewise.
44932         * powerpc/powerpc32/elf/start.S: Likewise.
44933         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44934         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44935         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44936         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44937         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44938         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44939         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44940         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44941         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44942         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44943         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44944         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44945         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44946         * powerpc/powerpc32/memset.S: Likewise.
44947         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44948         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44949         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44950         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44951         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44952         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44953         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44954         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44955         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44956         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44957         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44958         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44959         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44961 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44963         * math/libm-test.inc: Added more nearbyint tests.
44964         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44965         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44966         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44967         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44969 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44971         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44972         FD_CLOEXEC.
44974 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44976         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44977         Add wcscpy-ssse3 wcscpy-c.
44978         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44979         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44980         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44981         * sysdeps/x86_64/wcschr.S: New file.
44982         * sysdeps/x86_64/wcsrchr.S: New file.
44983         * string/test-strcmp.c: Remove checking of wcscmp function for
44984         wrong alignments.
44985         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44986         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44987         wcsrchr-sse2 wcsrchr-c.
44988         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44989         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44990         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44991         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44992         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44993         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44994         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44995         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44996         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44997         * wcsmbc/wcschr.c (WCSCHR): New macro.
44999 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45001         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
45002         * wcsmbs/test-wcsrchr.c: New file.
45003         * string/test-strrchr.c: Add wcsrchr support.
45004         (WIDE): New macro.
45005         * wcsmbs/test-wcscpy.c: New file.
45006         * string/test-strcpy.c: Add wcscpy support.
45007         (WIDE): New macro.
45009 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
45011         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
45012         the inner loop.
45014 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
45016         [BZ #13472]
45017         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
45019 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
45021         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
45022         Minor optimizations.
45024         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
45025         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
45026         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
45028 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
45030         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
45031         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
45032         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
45033         for gcc to avoid warnings.
45034         * inet/Makefile (tests): Add tst-checks.
45035         * inet/tst-checks.c: New file.
45037         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
45038         warning.
45040         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
45041         __wmemcmp_sse2.
45043         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
45044         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
45046         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
45048 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
45050         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
45051         problem.
45053         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
45055 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
45057         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
45058         conditional on GCC version.
45059         (__arch_compare_and_exchange_val_8_acq)
45060         (__arch_compare_and_exchange_val_16_acq)
45061         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
45062         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
45063         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
45065 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
45067         * sysdeps/sh/backtrace.c: New file.
45069 2011-12-02  Andreas Schwab  <schwab@redhat.com>
45071         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
45072         parenthesis.
45074 2011-12-01  Andreas Schwab  <schwab@redhat.com>
45076         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
45077         falling back to utime.
45079 2011-11-30  Andreas Schwab  <schwab@redhat.com>
45081         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
45082         expectations for float.
45084 2011-11-29  Andreas Schwab  <schwab@redhat.com>
45086         * locale/weight.h (findidx): Add parameter len.
45087         * locale/weightwc.h (findidx): Likewise.
45088         * posix/fnmatch_loop.c (FCT): Adjust caller.
45089         * posix/regcomp.c (build_equiv_class): Likewise.
45090         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
45091         * posix/regexec.c (check_node_accept_bytes): Likewise.
45092         * string/strcoll_l.c (STRCOLL): Likewise.
45093         * string/strxfrm_l.c (STRXFRM): Likewise.
45095 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
45097         * Makefile.in: Remove CVSOPT handling.
45098         * configure.in: Remove use of AC_REVISION.
45099         * iconvdata/Makefile (distribute): No need to filter out CVS.
45100         * scripts/list-sources.sh: Remove CVS, subversion and monotone
45101         handling.
45103 2011-11-16  Andreas Schwab  <schwab@redhat.com>
45105         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
45106         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
45107         [USE_AS_STRNCASECMP_L]: Likewise.
45108         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
45109         NO_TLS_DIRECT_SEG_REFS.
45110         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
45111         Fix argument offsets for non-PIC.
45112         [USE_AS_STRNCASECMP_L]: Likewise.
45113         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
45114         NO_TLS_DIRECT_SEG_REFS.
45116 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
45118         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
45119         O_CLOEXEC.
45120         * locale/loadlocale.c (_nl_load_locale): Likewise.
45122 2011-11-15  Andreas Schwab  <schwab@redhat.com>
45124         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
45125         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
45126         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
45127         (SYSCALL_GETTIME): Set errno on error.
45129         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
45130         count references to noai6ai_cached.
45132 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
45134         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
45136         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
45137         FD_CLOEXEC for /proc/self/maps.
45139         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
45140         FD_CLOEXEC for /proc/meminfo.
45142         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
45143         gai.conf.
45145         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
45146         FD_CLOEXEC for given file.
45148         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
45150         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
45151         FD_CLOEXEC for /etc/hosts.
45152         (_gethtent): Likewise.
45154         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
45156         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
45157         cancellation and set FD_CLOEXEC for /etc/netgroup.
45159         * nss/nss_files/files-key.c (search): Don't allow cancellation when
45160         reading /etc/publickey.
45162         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
45163         allow cancellation when reading /etc/group.
45165         * nss/nss_files/files-alias.c (internal_setent): Don't allow
45166         cancellation.
45167         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
45169         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
45170         when using data file.
45172         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
45174         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
45175         (write_nis_obj): Use "c" and "e" in fopen.
45177         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
45179         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
45181         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
45183         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
45185         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
45186         locale.alias.
45188         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
45190         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
45192         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
45194         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
45195         file parsing and set FD_CLOEXEC.
45197 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
45199         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
45201 2011-11-14  Andreas Schwab  <schwab@redhat.com>
45203         * malloc/arena.c (arena_get2): Don't call reused_arena when
45204         _int_new_arena failed.
45206 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
45208         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
45209         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
45210         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
45211         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45212         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45213         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
45214         to compile strcasecmp and strncasecmp.
45215         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
45216         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
45218         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
45220 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
45222         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
45223         locale-defines.sym to gen-as-const-headers.
45224         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
45225         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
45226         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
45227         to compile strcasecmp and strncasecmp.
45228         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
45229         strcasecmp_l and strncasecmp_l.
45230         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
45231         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
45232         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
45233         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
45234         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
45235         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
45236         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
45237         * sysdeps/i386/i686/multiarch/strncase.S: New file.
45238         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
45239         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
45240         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
45242 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
45244         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
45245         result of SYSDEP_GETTIME_CPU to retval.
45246         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
45247         parameter list to macro.  Remove trailing semicolon.  Adjust users.
45249         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
45250         variable.
45252         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
45253         mantissa words.
45254         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
45256         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
45257         from unused variable.
45259         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
45260         DWARF definitions.
45261         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
45262         for assembling.
45264         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
45265         over namespaces.
45267         * sunrpc/rpc_prot.c (rejected): Fix case value.
45269         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
45270         unsigned long long int to avoid warnings in shift.
45272         * posix/regex_internal.c (re_string_reconstruct): Actually use result
45273         of use of trans.
45274         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
45275         variable tmp.
45277         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
45278         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
45279         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
45281         * nis/nis_table.c (nis_list): Use variable of correct type for
45282         result of __follow_path call.
45284 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45286         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
45287         of math functions ceil, trunc, floor, round, and sqrt, when
45288         avaliable on the platform.
45289         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
45290         name clash.
45291         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45292         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45293         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45295 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
45297         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
45298         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
45300 2011-11-11  Roland McGrath  <roland@hack.frob.com>
45302         * include/unistd.h: Fix __readlink return type.
45303         Reported by Chris Metcalf <cmetcalf@tilera.com>.
45305 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
45307         * stdlib/ucontext.h: Undo last change for makecontext.
45309 2011-11-11  Andreas Schwab  <schwab@redhat.com>
45311         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
45313         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
45314         * setjmp/setjmp.h: Mark functions as non-leaf.
45315         * setjmp/bits/setjmp2.h: Likewise.
45316         * stdlib/ucontext.h: Likewise.
45318 2011-11-10  Andreas Schwab  <schwab@redhat.com>
45320         * malloc/arena.c (_int_new_arena): Don't increment narenas.
45321         (reused_arena): Don't check arena limit.
45322         (arena_get2): Atomically check arena limit.
45324 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
45326         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
45327         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
45329         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
45330         instructions.
45332 2011-11-07  Andreas Schwab  <schwab@redhat.com>
45334         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
45335         handler when locking.
45337         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45338         Fix size of allocated buffer.
45340 2011-11-04  Andreas Schwab  <schwab@redhat.com>
45342         [BZ #10103]
45343         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
45344         declarations for long double functions.
45345         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
45347         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
45349 2011-11-03  Andreas Schwab  <schwab@redhat.com>
45351         * nscd/nscd.c (main): Don't start AVC thread until credentials are
45352         installed.
45354         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
45355         is disabled.
45357 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45359         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
45361 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
45363         * include/alloca.h (stackinfo_alloca_round): Define.
45364         (extend_alloca): Use it.
45365         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
45366         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
45367         here.
45369         * scripts/check-local-headers.sh: Ignore libaudit.h.
45371         * nscd/Makefile (extra-objs): Make recursively expanded.
45373 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
45375         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
45376         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
45378         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
45379         * posix/tst-rfc3484-2.c: Likewise.
45380         * posix/tst-rfc3484-3.c: Likewise.
45382         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45383         process_vm_writev.
45384         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
45385         process_vm_writev.
45386         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
45387         process_vm_writev from libc using GLIBC_2.15 version.
45389         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
45391 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
45393         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45394         stack usage.
45396 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
45398         [BZ #13367]
45399         * nss/getent.c (initgroups_keys): Show error message in case no group
45400         names are given.
45402         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45403         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45404         __bump_nl_timestamp.
45405         * nscd/connections (nscd_init): When host database is served open
45406         netlink socket and request notification about configuration changes.
45407         (main_loop_poll): Track netlink file descriptor and bump timestamp
45408         in case data becomes available.
45409         (main_loop_epoll): Likewise.
45410         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45411         (database_pers_head): Add extra_data fileds.
45412         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45413         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45414         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45415         Adjust caller.
45416         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45417         in6ai data, call __free_in6ai.
45418         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45419         Add -DHAVE_NETLINK.
45420         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
45421         interface information.  Reuse previous data if netlink timestamp
45422         is not changed.
45423         (__bump_nl_timestamp): New function.
45424         (__free_in6ai): New function.
45426 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
45428         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45429         close_not_cancel_no_status here.
45430         (__check_pf): Reorganize code a bit to not call close twice if OOM.
45432 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45434         [BZ #13276]
45435         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45436         return value.
45438         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
45439         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45440         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45442 2011-07-03  Andreas Jaeger  <aj@suse.de>
45444         [BZ #10709]
45445         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45446         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45447         * math/libm-test.inc (sin_test): Add test case.
45449 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45451         [BZ #13337]
45452         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45453         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45455         * elf/chroot_canon.c (chroot_canon): Cleanups.
45457         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45459         [BZ #13335]
45460         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45461         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45463         * string/test-strchr.c: Make usable for strchrnul testing.
45464         * string/test-strchrnul.c: New file.
45465         * string/Makefile (strop-tests): Add strchrnul.
45467         * po/it.po: Update from translation team.
45468         * po/es.po: Likewise.
45470 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
45472         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45473         the three constants needed as parameters.  Drop the others.
45474         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45475         __m128i_strloadu_tolower.
45476         Create and initialize variable zero and use it in all the places
45477         where _mm_setzero_si128 was used.
45479         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45480         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45481         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45482         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45483         anymore.
45484         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45485         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45486         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45487         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45488         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45489         __mpranred, __mptan.
45490         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45491         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45492         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45493         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45494         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45495         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45496         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45497         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45498         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45500 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45502         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45503         redefine if SHARED.
45504         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45506         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45507         wide char related routines to wcsmbs subdir.
45509 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45511         [BZ #13344]
45512         * misc/sys/cdefs.h (__THROWNL): Define.
45513         * posix/unistd.h: Use __THREADNL instead of __THREAD
45514         for memory synchronization functions.
45516 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45518         [BZ #13349]
45519         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45520         doesn't exist.
45521         * manual/stdio.texi (Obstack Streams): Node removed.
45523 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45525         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45526         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45527         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45529         * math/math_private.h (math_force_eval): Allow non-addressable
45530         arguments.
45531         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45533 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45535         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45536         file is not needed.
45538         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45539         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45540         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45541         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45542         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45543         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45544         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45545         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45546         Add AVX variants.
45547         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45548         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45549         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45550         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45551         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45552         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45553         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45554         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45555         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45556         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45557         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45558         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45559         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45560         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45561         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45562         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45563         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45564         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45565         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45567         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45568         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45570         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45571         place.  Use VEX encoding when compiling for AVX.
45573 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45575         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45576         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45578         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45580 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45582         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45583         useless if() expression.
45584         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45585         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45586         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45587         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45588         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45589         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45590         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45591         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45592         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45593         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45594         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45595         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45596         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45597         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45598         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45599         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45600         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45601         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45602         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45604         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45606 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45608         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45609         condition.
45610         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45612 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45614         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45615         .text section.  Avoid duplicate constants.
45616         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45617         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45618         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45619         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45620         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45621         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45622         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45623         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45624         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45625         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45626         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45627         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45628         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45629         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45630         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45631         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45632         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45633         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45634         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45635         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45636         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45637         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45638         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45639         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45640         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45641         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45642         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45643         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45644         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45645         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45646         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45647         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45648         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45649         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45650         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45651         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45652         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45653         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45654         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45655         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45656         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45657         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45658         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45659         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45660         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45662 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45664         * sysdeps/x86_64/dla.h: Move to ...
45665         * sysdeps/x86_64/fpu/dla.h: ...here.
45666         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45667         situations.  Use __builtin_fma only for gcc 4.6 and up.
45669         * config.make.in: Add have-mfma4 entry.
45670         * configure.in: Substitute libc_cv_cc_fma4.
45671         * math/Makefile (dbl-only-routines): Add sincostab.
45672         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45673         Use __sincostab not sincos.
45674         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45675         name is a macro.
45676         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45677         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45678         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45679         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45680         using __copysign.
45681         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45682         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45683         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45684         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45685         and __inv.
45686         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45687         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45688         __copysign.
45689         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45690         define aliases when function name is a macro.
45691         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45692         sysdeps/ieee754/dbl-64/sincos.tbl.
45693         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45694         fma4-enabled routines.
45695         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45696         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45697         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45698         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45699         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45700         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45701         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45702         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45703         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45704         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45705         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45706         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45707         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45708         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45709         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45710         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45711         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45712         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45713         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45714         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45715         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45716         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45717         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45718         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45719         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45720         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45721         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45722         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45723         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45724         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45726         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45727         rename.
45728         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45729         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45730         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45731         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45732         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45733         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45734         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45735         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45737 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45739         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45741 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45743         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45745         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45746         prediction.
45747         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45749         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45750         Remove unused variable magic_bits.
45751         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45753         * string/strnlen.c: Define and use STRNLEN macro.
45754         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45755         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45756         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45757         * wcsmbs/wcslen.c: Define and use WCSLEN.
45758         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45759         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45760         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45761         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45762         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45763         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45764         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45766 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45768         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45769         strnlen-sse2-no-bsf.
45770         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45771         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45772         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45773         Add strnlen support.
45774         (USE_AS_STRNLEN): New macro.
45775         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45776         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45777         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45778         * sysdeps/x86_64/wcslen.S: New file.
45780 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45782         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45783         XMM-moves are used for copying on small sizes.
45785 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45787         * wcsmbs/Makefile (strop-tests): Add wcschr.
45788         * wcsmbs/test-wcschr.c: New file.
45789         * string/test-strchr.c: Update.
45790         Add wcschr support.
45791         (WIDE): New macro.
45793 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45795         * wcsmbs/Makefile (strop-tests): Add wcslen.
45796         * wcsmbs/test-wcslen.c: New file.
45797         * string/test-strlen.c: Update.
45798         Add wcslen support.
45799         (WIDE): New macro.
45801 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45803         * po/it.po: Update from translation team.
45805 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45807         * sysdeps/x86_64/wcscmp.S: Update.
45808         Fix wrong comparison semantics.
45809         wcscmp shall use signed comparison not unsigned.
45810         Don't use substraction to avoid overflow bug.
45811         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45812         * wcsmbc/wcscmp.c: Likewise.
45813         * string/test-strcmp.c: Likewise.
45814         Add new tests to check cases with negative values.
45816 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45818         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45819         * sysdeps/x86_64/dla.h: ...here.  New file.
45820         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45821         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45822         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45823         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45824         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45825         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45826         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45827         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45828         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45830 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45832         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45833         __ynl_finite aliases.
45835 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45837         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45839         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45840         define DLA_FMA.
45841         [DLA_FMA] (EMULV): Use DLA_FMA.
45842         [DLA_FMA] (MUL12): Use EMULV.
45843         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45844         that are not needed.
45845         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45846         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45847         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45848         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45849         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45850         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45851         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45853 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45855         * math/s_nan.c: Undef __nan.
45856         * math/s_nanf.c: Undef __nanf.
45857         * math/s_nanl.c: Undef __nanl.
45858         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45859         "math_private.h".
45861 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45863         * math/s_catan.c: Add branch predictions.
45864         * math/s_catanf.c: Likewise.
45865         * math/s_catanh.c: Likewise.
45866         * math/s_catanhf.c: Likewise.
45867         * math/s_catanhl.c: Likewise.
45868         * math/s_catanl.c: Likewise.
45869         * math/s_cexp.c: Likewise.
45870         * math/s_cexpf.c: Likewise.
45871         * math/s_cexpl.c: Likewise.
45872         * math/s_clog.c: Likewise.
45873         * math/s_clog10.c: Likewise.
45874         * math/s_clog10f.c: Likewise.
45875         * math/s_clog10l.c: Likewise.
45876         * math/s_clogf.c: Likewise.
45877         * math/s_clogl.c: Likewise.
45878         * math/s_csqrt.c: Likewise.
45879         * math/s_csqrtf.c: Likewise.
45880         * math/s_csqrtl.c: Likewise.
45881         * math/s_ctanf.c: Likewise.
45882         * math/s_ctanh.c: Likewise.
45883         * math/s_ctanhf.c: Likewise.
45884         * math/s_ctanhl.c: Likewise.
45885         * math/s_ctanl.c: Likewise.
45887         * math/math_private.h: Define __nan, __nanf, __nanl.
45888         * math/s_cacosh.c: Include <math_private.h>.
45889         * math/s_cacoshl.c: Likewise.
45890         * math/s_casinh.c: Likewise.
45891         * math/s_casinhf.c: Likewise.
45892         * math/s_casinhl.c: Likewise.
45893         * math/s_ccos.c: Rely entire on ccosh.
45894         * math/s_ccosf.c: Rely entire on ccoshf.
45895         * math/s_ccosl.c: Rely entirely on ccoshl.
45896         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45897         Remove tests for FE_INVALID.
45898         * math/s_ccoshf.c: Likewise.
45899         * math/s_ccoshl.c: Likewise.
45900         * math/s_csin.c: Likewise.
45901         * math/s_csinf.c: Likewise.
45902         * math/s_csinh.c Likewise.
45903         * math/s_csinhf.c: Likewise.
45904         * math/s_csinhl.c: Likewise.
45905         * math/s_csinl.c: Likewise.
45906         * math/s_ctan.c: Likewise.
45907         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45908         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45909         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45911 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45913         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45914         compilation problems.
45916         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45917         __builtin_expect.
45919 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45921         * sysdeps/i386/configure.in: Test for -mfma4 option.
45922         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45923         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45924         COMMON_CPUID_INDEX_80000001.
45925         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45926         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45927         use it if FMA3 is not supported.
45928         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45930         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45931         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45933 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45935         [BZ #12892]
45936         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45937         it would create a cycle with a link time dependency.
45939 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45941         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45942         instruction.
45943         * string/Makefile (strop-tests): Add rawmemchr.
45944         * string/test-rawmemchr.c: New file.
45946         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45947         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45948         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45949         when compiling str{,n}casecmp and when AVX is available.  Hook up
45950         new optimized code in initializers.
45952 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45954         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45955         __feraiseexcept instead of feraiseexcept.
45957 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45959         * math/math_private.h: Define defaults for libc_fetestexcept and
45960         libc_feupdateenv.
45961         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45962         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45963         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45964         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45965         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45966         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45967         libc_fetestexcept and libc_feupdateenv.
45969         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45970         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45971         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45972         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45973         libc_feholdexcept_setround.
45975         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45976         Add s_nearbyint-c and s_nearbyintf-c.
45977         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45978         nearbyintf inlines.
45979         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45980         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45981         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45982         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45984         * math/math_private.h: Define defaults for libc_fegetround,
45985         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45986         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45987         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45988         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45989         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45990         standard functions.
45991         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45992         Remove comments and hacks for old compiler versions.
45993         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45994         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45995         libc_feholdexceptl.
45997 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45999         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
46000         (__feraiseexcept_renamed): Add __NTH.
46001         (feraiseexcept): Add __NTH.  Rename local variables to fix
46002         namespace violations.
46004 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
46006         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
46008         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
46010         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
46011         recently added interfaces.
46012         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
46014         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
46015         about macro parameter expansion.
46017         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
46018         __NO_MATH_INLINES is defined.  Cleanups.
46020         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
46021         and __floorf is target has SSE4.1.
46022         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
46023         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
46024         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
46025         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
46027         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
46028         name.
46029         (floorf): Likewise.
46031         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
46033 2011-10-17  Andreas Schwab  <schwab@redhat.com>
46035         * misc/sys/cdefs.h: Fix last change.
46037         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
46038         database lookup.
46040 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
46042         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
46044         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
46045         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46046         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46047         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46048         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46049         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46050         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46051         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46052         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46053         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
46054         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
46055         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
46056         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
46057         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
46058         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
46059         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
46060         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
46061         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
46062         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
46063         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
46064         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
46065         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
46067         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
46068         ceil, ceilf, floor, floorf.
46070         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
46071         Perform IRELATIVE relocations last.
46073         * elf/do-rel.h: Add another parameter nrelative, replacing the
46074         local variable with the same name.  Change name of the function
46075         to end in Rel or Rela (uppercase).
46076         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
46077         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
46078         elf_dynamic_do_##reloc function.
46080 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
46082         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
46083         is sufficient, at least on modern CPUs.
46085         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
46087         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
46088         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
46090         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
46091         __expl_finite.
46092         * math/bits/math-finite.h: Add entries for exp.
46093         * math/e_expl.c: Add __*_finite alias.
46094         * sysdeps/i386/fpu/e_exp.S: Likewise.
46095         * sysdeps/i386/fpu/e_expf.S: Likewise.
46096         * sysdeps/i386/fpu/e_expl.c: Likewise.
46097         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46098         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
46099         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
46100         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
46101         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
46102         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46103         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46105         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
46106         is sufficient, at least on modern CPUs.
46108         * ctype/ctype-info.c (__ctype_init): Define.
46109         * include/ctype.h (__ctype_init): Declare.
46110         (__ctype_b_loc): The variable is always initialized.
46111         (__ctype_toupper_loc): Likewise.
46112         (__ctype_tolower_loc): Likewise.
46113         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
46114         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
46116 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
46118         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
46120         * configure.in: Also look in $cxxmachine/include for C++ system
46121         headers.
46123 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46125         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
46126         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
46127         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
46128         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
46129         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
46130         (USE_AS_WMEMCMP): New macro.
46131         Fixing indents.
46132         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
46133         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
46134         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
46135         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
46136         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46137         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
46138         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
46139         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
46140         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
46141         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
46142         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
46143         (USE_AS_WMEMCMP): New macro.
46144         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
46145         * sysdeps/string/test-memcmp.c: Update.
46146         Fix simple_wmemcmp.
46147         Add new tests.
46148         * wcsmbs/wmemcmp.c: Update.
46149         (WMEMCMP): New macro.
46150         Fix overflow bug.
46152 2011-10-12  Andreas Jaeger  <aj@suse.de>
46154         [BZ #13268]
46155         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
46157 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
46159         * libio/iofwide.c (do_length): Avoid warning.
46161         * ctype/ctype.h (__isctype_f): Add missing __THROW.
46163 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
46165         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
46167         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
46168         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
46169         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
46170         * sysdeps/i386/i686/fpu/e_log.S: New file.
46171         * sysdeps/i386/i686/fpu/e_logf.S: New file.
46172         * sysdeps/i386/i686/fpu/e_logl.S: New file.
46174         * ctype/ctype.h: Add support for inlined isXXX functions when
46175         compiling C++ code.
46177 2011-10-14  Andreas Schwab  <schwab@redhat.com>
46179         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46181         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
46183 2011-10-13  Roland McGrath  <roland@hack.frob.com>
46185         [BZ #13291]
46186         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
46188 2011-10-13  Andreas Schwab  <schwab@redhat.com>
46190         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
46191         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
46192         feraiseexcept.
46194         * sysdeps/x86_64/memrchr.S: Check for zero size.
46196         * string/stratcliff.c: Add memrchr tests.
46198 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46200         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46201         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
46202         rawmemchr-sse2 rawmemchr-sse2-bsf.
46203         * sysdeps/i386/i686/multiarch/memchr.S: New file.
46204         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
46205         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
46206         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
46207         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
46208         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
46209         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
46210         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
46211         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
46212         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
46213         * string/memrchr.c (MEMRCHR): New macro.
46215 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
46217         Add integration with gcc's -ffinite-math-only and optimize wrapper
46218         functions in libm.
46219         * Versions.def: Define GLIBC_2.15 version for libm.
46220         * math/Makefile (headers): Add bits/math-finite.h.
46221         * math/bits/math-finite.h: New file.
46222         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
46223         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
46224         * math/e_acoshl.c: Add __*_finite alias.
46225         * math/e_acosl.c: Likewise.
46226         * math/e_asinl.c: Likewise.
46227         * math/e_atan2l.c: Likewise.
46228         * math/e_atanhl.c: Likewise.
46229         * math/e_coshl.c: Likewise.
46230         * math/e_exp10.c: Likewise.
46231         * math/e_exp10f.c: Likewise.
46232         * math/e_exp10l.c: Likewise.
46233         * math/e_exp2l.c: Likewise.
46234         * math/e_fmodl.c: Likewise.
46235         * math/e_gammal_r.c: Likewise.
46236         * math/e_hypotl.c: Likewise.
46237         * math/e_j0l.c: Likewise.
46238         * math/e_j1l.c: Likewise.
46239         * math/e_jnl.c: Likewise.
46240         * math/e_lgammal_r.c: Likewise.
46241         * math/e_log10l.c: Likewise.
46242         * math/e_log2l.c: Likewise.
46243         * math/e_logl.c: Likewise.
46244         * math/e_powl.c: Likewise.
46245         * math/e_sinhl.c: Likewise.
46246         * math/e_sqrtl.c: Likewise.
46247         * math/e_scalb.c: Completely rewritten and optimized.
46248         * math/e_scalbf.c: Likewise.
46249         * math/e_scalbl.c: Likewise.
46250         * math/w_acos.c: Likewise.
46251         * math/w_acosf.c: Likewise.
46252         * math/w_acosl.c: Likewise.
46253         * math/w_acosh.c: Likewise.
46254         * math/w_acoshf.c: Likewise.
46255         * math/w_acoshl.c: Likewise.
46256         * math/w_asin.c: Likewise.
46257         * math/w_asinf.c: Likewise.
46258         * math/w_asinl.c: Likewise.
46259         * math/w_atan2.c: Likewise.
46260         * math/w_atan2f.c: Likewise.
46261         * math/w_atan2l.c: Likewise.
46262         * math/w_atanh.c: Likewise.
46263         * math/w_atanhf.c: Likewise.
46264         * math/w_atanhl.c: Likewise.
46265         * math/w_exp10.c: Likewise.
46266         * math/w_exp10f.c: Likewise.
46267         * math/w_exp10l.c: Likewise.
46268         * math/w_fmod.c: Likewise.
46269         * math/w_fmodf.c: Likewise.
46270         * math/w_fmodl.c: Likewise.
46271         * math/w_j0.c: Likewise.
46272         * math/w_j0f.c: Likewise.
46273         * math/w_j0l.c: Likewise.
46274         * math/w_j1.c: Likewise.
46275         * math/w_j1f.c: Likewise.
46276         * math/w_j1l.c: Likewise.
46277         * math/w_jn.c: Likewise.
46278         * math/w_jnf.c: Likewise.
46279         * math/w_log.c: Likewise.
46280         * math/w_logf.c: Likewise.
46281         * math/w_logl.c: Likewise.
46282         * math/w_log10.c: Likewise.
46283         * math/w_log10f.c: Likewise.
46284         * math/w_log10l.c: Likewise.
46285         * math/w_log2.c: Likewise.
46286         * math/w_log2f.c: Likewise.
46287         * math/w_log2l.c: Likewise.
46288         * math/w_pow.c: Likewise.
46289         * math/w_powf.c: Likewise.
46290         * math/w_powl.c: Likewise.
46291         * math/w_remainder.c: Likewise.
46292         * math/w_remainderf.c: Likewise.
46293         * math/w_remainderl.c: Likewise.
46294         * math/w_scalb.c: Likewise.
46295         * math/w_scalbf.c: Likewise.
46296         * math/w_scalbl.c: Likewise.
46297         * math/w_sqrt.c: Likewise.
46298         * math/w_sqrtf.c: Likewise.
46299         * math/w_sqrtl.c: Likewise.
46300         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
46301         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
46302         used.
46303         * math/math_private.h: Declare __kernel_standard_f.
46304         * math/w_cosh.c: Remove cruft and optimize a bit.
46305         * math/w_coshf.c: Likewise.
46306         * math/w_coshl.c: Likewise.
46307         * math/w_exp2.c: Likewise.
46308         * math/w_exp2f.c: Likewise.
46309         * math/w_exp2l.c: Likewise.
46310         * math/w_hypot.c: Likewise.
46311         * math/w_hypotf.c: Likewise.
46312         * math/w_hypotl.c: Likewise.
46313         * math/w_lgamma.c: Likewise.
46314         * math/w_lgamma_r.c: Likewise.
46315         * math/w_lgammaf.c: Likewise.
46316         * math/w_lgammaf_r.c: Likewise.
46317         * math/w_lgammal.c: Likewise.
46318         * math/w_lgammal_r.c: Likewise.
46319         * math/w_sinh.c: Likewise.
46320         * math/w_sinhf.c: Likewise.
46321         * math/w_sinhl.c: Likewise.
46322         * math/w_tgamma.c: Likewise.
46323         * math/w_tgammaf.c: Likewise.
46324         * math/w_tgammal.c: Likewise.
46325         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46326         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46327         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
46328         Minor optimizations.  Pretty printing.  Remove cruft.
46329         * sysdeps/i386/fpu/e_acosf.S: Likewise.
46330         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46331         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46332         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46333         * sysdeps/i386/fpu/e_acosl.c: Likewise.
46334         * sysdeps/i386/fpu/e_asin.S: Likewise.
46335         * sysdeps/i386/fpu/e_asinf.S: Likewise.
46336         * sysdeps/i386/fpu/e_atan2.S: Likewise.
46337         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
46338         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
46339         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46340         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46341         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46342         * sysdeps/i386/fpu/e_exp10.S: Likewise.
46343         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
46344         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
46345         * sysdeps/i386/fpu/e_exp2.S: Likewise.
46346         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
46347         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
46348         * sysdeps/i386/fpu/e_fmod.S: Likewise.
46349         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
46350         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
46351         * sysdeps/i386/fpu/e_hypot.S: Likewise.
46352         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
46353         * sysdeps/i386/fpu/e_log.S: Likewise.
46354         * sysdeps/i386/fpu/e_log10.S: Likewise.
46355         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46356         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46357         * sysdeps/i386/fpu/e_log2.S: Likewise.
46358         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46359         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46360         * sysdeps/i386/fpu/e_logf.S: Likewise.
46361         * sysdeps/i386/fpu/e_logl.S: Likewise.
46362         * sysdeps/i386/fpu/e_pow.S: Likewise.
46363         * sysdeps/i386/fpu/e_powf.S: Likewise.
46364         * sysdeps/i386/fpu/e_powl.S: Likewise.
46365         * sysdeps/i386/fpu/e_remainder.S: Likewise.
46366         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
46367         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
46368         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46369         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46370         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46371         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
46372         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
46373         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
46374         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46375         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46376         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46377         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46378         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46379         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46380         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
46381         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46382         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46383         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46384         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46385         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46386         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46387         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46388         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46389         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46390         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46391         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46392         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46393         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46394         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46395         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46396         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46397         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46398         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46399         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46400         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46401         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46402         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46403         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46404         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46405         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46406         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46407         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46408         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46409         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46410         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46411         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46412         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46413         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46414         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46415         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46416         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46417         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46418         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46419         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46420         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46421         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46422         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46423         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46424         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46425         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46426         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46427         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46428         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46429         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46430         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46431         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46432         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46433         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46434         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46435         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46436         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46437         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46438         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46439         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46440         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46441         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46442         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46443         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46444         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46445         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46446         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46447         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46448         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46449         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46450         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46451         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46452         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46453         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46454         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46455         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46456         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46457         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46458         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46459         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46460         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46461         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46462         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46463         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46464         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46465         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46466         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46467         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46468         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46469         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46470         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46471         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46472         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46473         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46474         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46475         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46476         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46477         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46478         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46479         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46480         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46481         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46482         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46483         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46484         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46485         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46486         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46487         (__isnanf): Likewise.
46488         (__isinf_ns): Likewise.
46489         (__isinf_nsf): Likewise.
46490         (__finite): Likewise.
46491         (__finitef): Likewise.
46492         (__ieee754_sqrt): Define as macro.
46493         (__ieee754_sqrtf): Define as macro.
46494         (__ieee754_sqrtl): Define as macro.
46495         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46496         inlined copy.
46497         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46498         __FINITE_MATH_ONLY__ consistent.
46499         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46501 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46503         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46504         of rawmemchr.
46506         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46508 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46510         * po/ja.po: Update from translation team.
46512 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46514         * locale/programs/locarchive.c (prepare_address_space): New function.
46515         (create_archive, enlarge_archive, open_archive): Use it.
46517         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46518         inside [SHARED], where it is used.
46520         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46522         * nss/getent.c (netgroup_keys): Remove unused variable.
46523         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46525 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46527         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46528         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46529         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46530         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46531         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46532         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46533         * math/Makefile (libm-calls): Add s_isinf_ns.
46534         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46535         * math/multc3.c: Likewise.
46536         * math/s_casin.c: Likewise.
46537         * math/s_casinf.c: Likewise.
46538         * math/s_casinl.c: Likewise.
46539         * math/s_ccos.c: Likewise.
46540         * math/s_ccosf.c: Likewise.
46541         * math/s_ccosl.c: Likewise.
46542         * math/s_ctan.c: Likewise.
46543         * math/s_ctanf.c: Likewise.
46544         * math/s_ctanh.c: Likewise.
46545         * math/s_ctanhf.c: Likewise.
46546         * math/s_ctanhl.c: Likewise.
46547         * math/s_ctanl.c: Likewise.
46548         * math/w_fmod.c: Likewise.
46549         * math/w_fmodf.c: Likewise.
46550         * math/w_fmodl.c: Likewise.
46551         * math/w_remainder.c: Likewise.
46552         * math/w_remainderf.c: Likewise.
46553         * math/w_remainderl.c: Likewise.
46554         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46555         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46556         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46557         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46558         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46559         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46560         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46561         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46563         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46564         of the number.
46565         * stdio-common/printf_fphex.c: Likewise.
46566         * stdio-common/printf_size.c: Likewise.
46568         * math/e_exp10.c: Include math_private.h using <...> not "...".
46569         * math/e_exp10f.c: Likewise.
46570         * math/e_exp10l.c: Likewise.
46571         * math/e_exp2l.c: Likewise.
46572         * math/e_j0l.c: Likewise.
46573         * math/e_j1l.c: Likewise.
46574         * math/e_jnl.c: Likewise.
46575         * math/e_lgammal_r.c: Likewise.
46576         * math/e_rem_pio2l.c: Likewise.
46577         * math/e_scalb.c: Likewise.
46578         * math/e_scalbf.c: Likewise.
46579         * math/e_scalbl.c: Likewise.
46580         * math/k_cosl.c: Likewise.
46581         * math/k_sinl.c: Likewise.
46582         * math/k_tanl.c: Likewise.
46583         * math/s_cacoshf.c: Likewise.
46584         * math/s_catan.c: Likewise.
46585         * math/s_catanf.c: Likewise.
46586         * math/s_catanh.c: Likewise.
46587         * math/s_catanhf.c: Likewise.
46588         * math/s_catanhl.c: Likewise.
46589         * math/s_catanl.c: Likewise.
46590         * math/s_ccosh.c: Likewise.
46591         * math/s_ccoshf.c: Likewise.
46592         * math/s_ccoshl.c: Likewise.
46593         * math/s_cexp.c: Likewise.
46594         * math/s_cexpf.c: Likewise.
46595         * math/s_cexpl.c: Likewise.
46596         * math/s_clog.c: Likewise.
46597         * math/s_clog10.c: Likewise.
46598         * math/s_clog10f.c: Likewise.
46599         * math/s_clog10l.c: Likewise.
46600         * math/s_clogf.c: Likewise.
46601         * math/s_clogl.c: Likewise.
46602         * math/s_csin.c: Likewise.
46603         * math/s_csinf.c: Likewise.
46604         * math/s_csinh.c: Likewise.
46605         * math/s_csinhf.c: Likewise.
46606         * math/s_csinhl.c: Likewise.
46607         * math/s_csinl.c: Likewise.
46608         * math/s_csqrt.c: Likewise.
46609         * math/s_csqrtf.c: Likewise.
46610         * math/s_csqrtl.c: Likewise.
46611         * math/s_ctan.c: Likewise.
46612         * math/s_ctanf.c: Likewise.
46613         * math/s_ctanh.c: Likewise.
46614         * math/s_ctanhf.c: Likewise.
46615         * math/s_ctanhl.c: Likewise.
46616         * math/s_ctanl.c: Likewise.
46617         * math/s_ldexp.c: Likewise.
46618         * math/s_ldexpf.c: Likewise.
46619         * math/s_ldexpl.c: Likewise.
46620         * math/s_significand.c: Likewise.
46621         * math/s_significandf.c: Likewise.
46622         * math/s_significandl.c: Likewise.
46623         * math/w_acos.c: Likewise.
46624         * math/w_acosf.c: Likewise.
46625         * math/w_acosh.c: Likewise.
46626         * math/w_acoshf.c: Likewise.
46627         * math/w_acoshl.c: Likewise.
46628         * math/w_acosl.c: Likewise.
46629         * math/w_asin.c: Likewise.
46630         * math/w_asinf.c: Likewise.
46631         * math/w_asinl.c: Likewise.
46632         * math/w_atan2.c: Likewise.
46633         * math/w_atan2f.c: Likewise.
46634         * math/w_atan2l.c: Likewise.
46635         * math/w_atanh.c: Likewise.
46636         * math/w_atanhf.c: Likewise.
46637         * math/w_atanhl.c: Likewise.
46638         * math/w_cosh.c: Likewise.
46639         * math/w_coshf.c: Likewise.
46640         * math/w_coshl.c: Likewise.
46641         * math/w_dremf.c: Likewise.
46642         * math/w_exp10.c: Likewise.
46643         * math/w_exp10f.c: Likewise.
46644         * math/w_exp10l.c: Likewise.
46645         * math/w_exp2.c: Likewise.
46646         * math/w_exp2f.c: Likewise.
46647         * math/w_fmod.c: Likewise.
46648         * math/w_fmodf.c: Likewise.
46649         * math/w_fmodl.c: Likewise.
46650         * math/w_hypot.c: Likewise.
46651         * math/w_hypotf.c: Likewise.
46652         * math/w_hypotl.c: Likewise.
46653         * math/w_j0.c: Likewise.
46654         * math/w_j0f.c: Likewise.
46655         * math/w_j0l.c: Likewise.
46656         * math/w_j1.c: Likewise.
46657         * math/w_j1f.c: Likewise.
46658         * math/w_j1l.c: Likewise.
46659         * math/w_jn.c: Likewise.
46660         * math/w_jnf.c: Likewise.
46661         * math/w_jnl.c: Likewise.
46662         * math/w_lgamma.c: Likewise.
46663         * math/w_lgamma_r.c: Likewise.
46664         * math/w_lgammaf.c: Likewise.
46665         * math/w_lgammaf_r.c: Likewise.
46666         * math/w_lgammal.c: Likewise.
46667         * math/w_lgammal_r.c: Likewise.
46668         * math/w_log.c: Likewise.
46669         * math/w_log10.c: Likewise.
46670         * math/w_log10f.c: Likewise.
46671         * math/w_log10l.c: Likewise.
46672         * math/w_log2.c: Likewise.
46673         * math/w_log2f.c: Likewise.
46674         * math/w_log2l.c: Likewise.
46675         * math/w_logf.c: Likewise.
46676         * math/w_logl.c: Likewise.
46677         * math/w_pow.c: Likewise.
46678         * math/w_powf.c: Likewise.
46679         * math/w_powl.c: Likewise.
46680         * math/w_remainder.c: Likewise.
46681         * math/w_remainderf.c: Likewise.
46682         * math/w_remainderl.c: Likewise.
46683         * math/w_scalb.c: Likewise.
46684         * math/w_scalbf.c: Likewise.
46685         * math/w_scalbl.c: Likewise.
46686         * math/w_sinh.c: Likewise.
46687         * math/w_sinhf.c: Likewise.
46688         * math/w_sinhl.c: Likewise.
46689         * math/w_sqrt.c: Likewise.
46690         * math/w_sqrtf.c: Likewise.
46691         * math/w_sqrtl.c: Likewise.
46692         * math/w_tgamma.c: Likewise.
46693         * math/w_tgammaf.c: Likewise.
46694         * math/w_tgammal.c: Likewise.
46696         * po/ja.po: Update from translation team.
46698 2011-09-29  Andreas Jaeger  <aj@suse.de>
46700         [BZ #13179]
46701         * sunrpc/netname.c (netname2host): Fix logic.
46703         [BZ #6779]
46704         [BZ #6783]
46705         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46706         correctly.
46707         * math/w_remainder.c (__remainder): Likewise.
46708         * math/w_remainderf.c (__remainderf): Likewise.
46709         * math/libm-test.inc (remainder_test): Add test cases.
46711 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46713         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46714         sdiv_qrnnd.
46716 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46718         * string/test-memcmp.c: Avoid unncessary #defines.
46719         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46721 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46723         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46724         Use new sse2 version for core i3 - i7 as it's faster
46725         than sse42 version.
46726         (bit_Prefer_PMINUB_for_stringop): New.
46727         * sysdeps/x86_64/rawmemchr.S: Update.
46728         Replace with faster SSE2 version.
46729         * sysdeps/x86_64/memrchr.S: New file.
46730         * sysdeps/x86_64/memchr.S: Update.
46731         Replace with faster SSE2 version.
46733 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46735         * elf/dl-load.c (lose): Add cast to avoid warning.
46737 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46739         * po/ca.po: Update from translation team.
46741         * inet/getnetgrent_r.c: Hook up nscd.
46742         * nscd/Makefile (routines): Add nscd_netgroup.
46743         (nscd-modules): Add netgroupcache.
46744         (CFLAGS-netgroupcache.c): Define.
46745         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46746         (cache_search): Add const to second parameter.
46747         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46748         INNETGR.
46749         (dbs): Add netgrdb entry.
46750         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46751         (verify_persistent_db): Handle netgrdb.
46752         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46753         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46754         GETFDNETGR.
46755         (netgroup_response_header): Define.
46756         (innetgroup_response_header): Define.
46757         (datahead): Add netgroup_response_header and innetgroup_response_header
46758         elements.
46759         * nscd/nscd.conf: Add entries for netgroup cache.
46760         * nscd/nscd.h (dbtype): Add netgrdb.
46761         (_PATH_NSCD_NETGROUP_DB): Define.
46762         (netgroup_iov_disabled): Declare.
46763         (xmalloc, xcalloc, xrealloc): Move declarations here.
46764         (cache_search): Adjust prototype.
46765         Add netgroup-related prototypes.
46766         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46767         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46768         (__nscd_innetgr): Declare.
46769         * nscd/selinux.c (perms): Use access_vector_t as element type and
46770         add netgroup-related initializers.
46771         * nscd/netgroupcache.c: New file.
46772         * nscd/nscd_netgroup.c: New file.
46773         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46774         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46775         For four parameters use innetgr.
46776         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46777         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46778         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46779         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46781         * nscd/connections.c (register_traced_file): Don't register file
46782         for disabled databases.
46784 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46786         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46788         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46789         from tree and freeing node.
46791 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46793         * nss/nsswitch.c (__nss_database_lookup): Handle
46794         nss_parse_service_list out of memory case.
46796 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46798         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46799         out of memory case.
46801 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46803         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46804         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46805         pass it down.
46806         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46807         elf_machine_rela, elf_machine_lazy_rel.
46808         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46809         (ELF_DYNAMIC_DO_REL): Likewise.
46810         (ELF_DYNAMIC_DO_RELA): Likewise.
46811         (ELF_DYNAMIC_RELOCATE): Likewise.
46812         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46813         to ELF_DYNAMIC_DO_REL.
46814         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46815         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46816         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46817         elf_machine_rela.
46818         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46819         skip_ifunc, don't call ifunc function if non-zero.
46820         (elf_machine_rela): Likewise.
46821         (elf_machine_lazy_rel): Likewise.
46822         (elf_machine_lazy_rela): Likewise.
46823         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46824         (elf_machine_lazy_rel): Likewise.
46825         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46826         Likewise.
46827         (elf_machine_lazy_rel): Likewise.
46828         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46829         Likewise.
46830         (elf_machine_lazy_rel): Likewise.
46831         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46832         (elf_machine_lazy_rel): Likewise.
46833         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46834         (elf_machine_lazy_rel): Likewise.
46835         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46836         (elf_machine_lazy_rel): Likewise.
46837         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46838         (elf_machine_lazy_rel): Likewise.
46839         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46840         (elf_machine_lazy_rel): Likewise.
46841         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46842         (elf_machine_lazy_rel): Likewise.
46844 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46846         * nss/nss_files/files-init.c (_nss_files_init): Use static
46847         initialization for all the *_traced_file variables.
46849 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46851         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46853 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46855         [BZ #13226]
46856         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46858 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46860         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46861         Reread the line before reparsing it.
46863 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46865         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46867 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46868             Maxim Kuvyrkov  <maxim@codesourcery.com>
46869             Joseph Myers  <joseph@codesourcery.com>
46871         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46872         if needed for __stack_chk_guard.
46874 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46876         * sysdeps/posix/spawni.c (script_execute): Always define it.
46877         It will be optimized away if unused.
46878         (maybe_script_execute): New function.
46879         (__spawni): Call it.
46881         * Makerules: Don't include tls.make.
46882         (config-tls): Always set to thread.
46883         * tls.make.c: File removed.
46885 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46887         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46888         * config.make.in (CPPFLAGS-config): New substituted variable.
46890 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46892         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46894         [BZ #13192]
46895         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46896         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46898 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46900         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46901         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46902         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46903         (CALL_FAIL): Likewise.
46904         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46905         (CALL_FAIL): Macro removed.
46906         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46908 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46910         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46911         for __FINITE_MATH_ONLY__ == 1.
46913 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46915         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46916         __ieee754_sqrt instead of sqrt.
46917         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46918         __ieee754_sqrtf instead of sqrtf.
46919         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46920         __floorf instead of floorf.
46921         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46922         __floorf, __truncf instead of floorf, truncf.
46924 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46926         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46928         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46929         __extern_always_inline.
46930         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46931         32-bit.
46933 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46935         * elf/rtld.c (dl_main): Also relocate in dependency order when
46936         doing symbol dependency testing.
46938 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46940         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46941         Always define `refsym'.
46943 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46945         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46946         (__FD_ELT): Renamed from __FDELT.
46947         * misc/bits/select2.h (__FD_ELT): Likewise.
46948         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46949         __FD_MASK instead of __FDELT, __FDMASK.
46950         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46951         Likewise.
46952         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46953         Likewise.
46955         * elf/Makefile (gen-ldd): Fix pattern.
46957         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46958         (init_tls): Likewise.
46960 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46962         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46964 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46966         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46967         `struct cmsghdr *' instead of `void *'.
46968         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46969         Likewise.
46971 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46973         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46974         if non-absolute.
46975         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46976         ldd_rewrite_script.
46978 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46980         * configure.in: Remove --with-tls option.
46981         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46982         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46983         out in case it is missing.
46984         * sysdeps/ia64/elf/configure.in: Likewise.
46985         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46986         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46987         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46988         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46989         * sysdeps/sh/elf/configure.in: Likewise.
46990         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46991         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46992         * sysdeps/x86_64/elf/configure.in: Likewise.
46993         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46994         * sysdeps/mach/hurd/tls.h: Likewise.
46996         [BZ #13067]
46997         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46999         [BZ #13090]
47000         * configure.in: Fix use of AC_INIT.
47002         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
47004 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
47006         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
47007         __set_errno.
47008         * malloc/hooks.c: Likewise.
47010         [BZ #11929]
47011         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
47012         variables statically.
47013         (narenas): Initialize.
47014         (list_lock): Initialize.
47015         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
47016         initializtion of main_arena and list_lock.  Small cleanups.
47017         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
47018         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
47019         Add initializers to main_arena and mp_.
47020         (malloc_state): Remove pagesize member.  Change all users to use
47021         GLRO(dl_pagesize).
47023         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
47024         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
47025         is always initialized.
47027         * malloc/malloc.c: Removed unused configurations and dead code.
47028         * malloc/arena.c: Likewise.
47029         * malloc/hooks.c: Likewise.
47030         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
47032         * include/tls.h: Removed.  USE___THREAD must always be defined.
47033         * bits/libc-tsd.h: Don't handle !USE___THREAD.
47034         * elf/dl-libc.c: Likewise.
47035         * elf/dl-tsd.c: Likewise.
47036         * include/errno.h: Likewise.
47037         * include/netdb.h: Likewise.
47038         * include/resolv.h: Likewise.
47039         * inet/herrno-loc.c: Likewise.
47040         * inet/herrno.c: Likewise.
47041         * malloc/arena.c: Likewise.
47042         * malloc/hooks.c: Likewise.
47043         * malloc/malloc.c: Likewise.
47044         * resolv/res-state.c: Likewise.
47045         * resolv/res_libc.c: Likewise.
47046         * sysdeps/i386/dl-machine.h: Likewise.
47047         * sysdeps/ia64/dl-machine.h: Likewise.
47048         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
47049         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
47050         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
47051         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
47052         * sysdeps/sh/dl-machine.h: Likewise.
47053         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47054         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47055         * sysdeps/unix/i386/sysdep.S: Likewise.
47056         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
47057         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
47058         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
47059         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
47060         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
47061         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
47062         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
47063         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47064         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47065         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
47066         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47067         * sysdeps/x86_64/dl-machine.h: Likewise.
47068         * tls.make.c: Likewise.
47070         * configure.in: Remove --with-__thread option.  Make tests for
47071         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
47072         tls_model attribute fail if no support is available.  Remove
47073         USE_IN_LIBIO.
47074         * Makeconfig: Adjust for dropped configure option.  All features are
47075         now mandatory.
47076         * Makerules: Likewise.
47077         * Versions.def: Likewise.
47078         * argp/argp-fmtstream.c: Likewise.
47079         * argp/argp-fmtstream.h: Likewise.
47080         * argp/argp-help.c: Likewise.
47081         * assert/assert.c: Likewise.
47082         * config.h.in: Likewise.
47083         * config.make.in: Likewise.
47084         * configure: Likewise.
47085         * configure.in: Likewise.
47086         * csu/Versions: Likewise.
47087         * csu/init.c: Likewise.
47088         * elf/tst-audit2.c: Likewise.
47089         * elf/tst-tls10.c: Likewise.
47090         * elf/tst-tls10.h: Likewise.
47091         * elf/tst-tls11.c: Likewise.
47092         * elf/tst-tls12.c: Likewise.
47093         * elf/tst-tls14.c: Likewise.
47094         * elf/tst-tlsmod11.c: Likewise.
47095         * elf/tst-tlsmod12.c: Likewise.
47096         * elf/tst-tlsmod13.c: Likewise.
47097         * elf/tst-tlsmod13a.c: Likewise.
47098         * elf/tst-tlsmod14a.c: Likewise.
47099         * elf/tst-tlsmod15b.c: Likewise.
47100         * elf/tst-tlsmod16a.c: Likewise.
47101         * elf/tst-tlsmod16b.c: Likewise.
47102         * elf/tst-tlsmod7.c: Likewise.
47103         * elf/tst-tlsmod8.c: Likewise.
47104         * elf/tst-tlsmod9.c: Likewise.
47105         * gmon/gmon.c: Likewise.
47106         * grp/fgetgrent_r.c: Likewise.
47107         * grp/putgrent.c: Likewise.
47108         * hurd/fopenport.c: Likewise.
47109         * include/libc-symbols.h: Likewise.
47110         * include/tls.h: Likewise.
47111         * intl/gettextP.h: Likewise.
47112         * intl/loadinfo.h: Likewise.
47113         * locale/global-locale.c: Likewise.
47114         * locale/localeinfo.h: Likewise.
47115         * mach/devstream.c: Likewise.
47116         * malloc/arena.c: Likewise.
47117         * malloc/set-freeres.c: Likewise.
47118         * misc/err.c: Likewise.
47119         * misc/getttyent.c: Likewise.
47120         * misc/mntent_r.c: Likewise.
47121         * posix/getopt.c: Likewise.
47122         * posix/wordexp.c: Likewise.
47123         * pwd/fgetpwent_r.c: Likewise.
47124         * resolv/Versions: Likewise.
47125         * resolv/res_hconf.c: Likewise.
47126         * shadow/fgetspent_r.c: Likewise.
47127         * shadow/putspent.c: Likewise.
47128         * stdio-common/printf_fphex.c: Likewise.
47129         * stdio-common/tmpfile.c: Likewise.
47130         * stdlib/abort.c: Likewise.
47131         * stdlib/fmtmsg.c: Likewise.
47132         * sunrpc/auth_unix.c: Likewise.
47133         * sunrpc/clnt_perr.c: Likewise.
47134         * sunrpc/clnt_tcp.c: Likewise.
47135         * sunrpc/clnt_udp.c: Likewise.
47136         * sunrpc/clnt_unix.c: Likewise.
47137         * sunrpc/openchild.c: Likewise.
47138         * sunrpc/svc_simple.c: Likewise.
47139         * sunrpc/svc_tcp.c: Likewise.
47140         * sunrpc/svc_udp.c: Likewise.
47141         * sunrpc/svc_unix.c: Likewise.
47142         * sunrpc/xdr.c: Likewise.
47143         * sunrpc/xdr_array.c: Likewise.
47144         * sunrpc/xdr_rec.c: Likewise.
47145         * sunrpc/xdr_ref.c: Likewise.
47146         * sunrpc/xdr_stdio.c: Likewise.
47148 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47150         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47152 2011-07-03  Andreas Jaeger  <aj@suse.de>
47154         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
47155         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
47156         regenerate with gen-libm-tests.pl.
47158 2010-05-12  Petr Baudis  <pasky@suse.cz>
47160         [BZ #11589]
47161         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
47162         around j0() zero points by switching to j1().
47163         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47164         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47165         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47166         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47168 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47170         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
47171         instead of 0.
47172         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
47173         instead of 0.
47174         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47175         Patch in part by Pavel Roskin <proski@gnu.org>.
47177         [BZ #13138]
47178         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
47179         realloc.
47180         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
47181         Free memory block if necessary.
47183         [BZ #12847]
47184         * libio/genops.c (INTDEF): For string streams the _lock pointer can
47185         be NULL.  Don't lock in this case.
47187 2011-09-09  Roland McGrath  <roland@hack.frob.com>
47189         * elf/elf.h (ELFOSABI_GNU): New macro.
47190         (ELFOSABI_LINUX): Define to that.
47192 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
47194         * string/strncat.c (strncat): Undef the symbol in case it has been
47195         defined in bits/string.h.
47197 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47199         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
47201         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
47202         link map.
47204 2011-08-17  Andreas Jaeger  <aj@suse.de>
47206         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
47208 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
47209             Ian Lance Taylor  <iant@google.com>
47211         * math/libm-test.inc (lround_test): New testcase.
47212         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
47214 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
47216         * Makefile: Remove support for automatic cvs check-ins.
47217         * Makerules: Likewise.
47218         * config.make.in: Likewise.
47219         * configure.in: Likewise.
47220         * intl/Makefile: Likewise.
47221         * locale/Makefile: Likewise.
47222         * po/Makefile: Likewise.
47223         * posix/Makefile: Likewise.
47224         * sysdeps/gnu/Makefile: Likewise.
47225         * sysdeps/mach/hurd/Makefile: Likewise.
47226         * sysdeps/sparc/sparc32/Makefile: Likewise.
47228         [BZ #13118]
47229         * posix/Makefile (bug-regex32-ENV): Define.
47230         Patch by John Stanley <jpsinthemix@verizon.net>.
47232         * misc/Makefile (headers): Add bits/select2.h.
47233         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
47234         * misc/bits/select2.h: New file.
47235         * include/bits/select2.h: New file.
47236         * debug/Makefile (routines): Add fdelt_chk.
47237         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
47238         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
47239         FD_ISSET.
47240         * debug/fdelt_chk.c: New file.
47242         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
47243         * wcsmbs/test-wmemcmp.c: Likewise.
47244         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
47245         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
47247 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47249         * string/Makefile (strop-tests): Add memcmp.
47250         * string/test-wmemcmp.c: New file.
47251         * string/test-memcmp.c: Add wmemcmp support.
47253 2011-09-08  Roland McGrath  <roland@hack.frob.com>
47255         [BZ #13153]
47256         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
47257         2011-07-19 change.
47259         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
47260         garbage value in a __mach_port_mod_refs call in the cases of the
47261         task-self and thread-self ports.
47263 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47265         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
47267 2011-09-08  Andreas Schwab  <schwab@redhat.com>
47269         * elf/dl-load.c (lose): Check for non-null L.
47271 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47273         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
47275         * elf/dl-libc.c (dlerror_run): Pass back error code from
47276         dl_catch_error.
47278         [BZ #13123]
47279         * elf/dl-load.c (lose): Free l_origin if it is valid.
47281         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
47282         names.
47283         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
47284         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47285         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47286         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47287         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
47288         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
47290 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47292         * sysdeps/powerpc/fpu/e_hypot.c: New file.
47293         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
47294         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
47295         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
47296         * sysdeps/powerpc/fpu/k_cosf.c: New file.
47297         * sysdeps/powerpc/fpu/k_sinf.c: New file.
47298         * sysdeps/powerpc/fpu/s_cosf.c: New file.
47299         * sysdeps/powerpc/fpu/s_sinf.c: New file.
47300         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
47301         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
47303 2011-08-15  Alan Modra  <amodra@gmail.com>
47305         [BZ #13092]
47306         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
47307         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
47308         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
47309         ppc_mcount to static-only-routines.
47310         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
47311         __mcount_internal.
47312         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
47313         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
47315 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
47317         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
47318         for finite and infinity parameters.
47320 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47322         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
47323         and add nop instructions for throughput optimization.
47324         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47326 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
47328         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
47329         aligned copy for power7 with vector-scalar instructions.
47330         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
47332 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
47334         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
47335         AVX check.
47337 2011-09-07  Andreas Schwab  <schwab@redhat.com>
47339         [BZ #13144]
47340         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
47341         last change.
47343 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47345         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47346         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
47347         syscall wrapper around clock_gettime in __vdso_clock_gettime.
47348         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
47349         clock_gettime.
47351 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47353         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
47354         Forgot to demangle the pointer.
47356         * sysdeps/i386/sysdep.h: Define atom_text_section.
47357         * sysdeps/x86_64/sysdep.h: Likewise.
47358         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
47359         section with atom_text_section.
47360         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47361         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47362         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
47363         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47364         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
47366         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
47367         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
47368         already be defined.  Change to take two parameters and don't assign
47369         result to variable.  Adjust all users.
47370         Define INTERNAL_GETTIME if not already defined.
47371         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
47372         call.
47373         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
47374         HAVE_CLOCK_GETTIME_VSYSCALL.
47375         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
47377         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
47378         gettimeofday vsyscall, just use time.
47380 2011-09-06  Andreas Schwab  <schwab@redhat.com>
47382         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
47383         <errno.h>.
47385 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47387         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
47388         syscall on x86-64.
47389         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
47390         syscall.
47391         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47392         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47393         syscall if possible.
47395 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47397         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47398         e_ident.  Don't pass to find_mapsXX.
47399         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47401 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47403         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47404         strchr-sse2-no-bsf strrchr-sse2-no-bsf
47405         * sysdeps/x86_64/multiarch/strchr.S: Update.
47406         Check bit_slow_BSF bit.
47407         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47408         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47409         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47411 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47413         [BZ #13134]
47414         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47415         before glibc 2.15.
47416         (tryshell): Define.
47417         (__spawni): Change last parameter to be flag.  Test
47418         SPAWN_XFLAGS_USE_PATH flag to use path or not.
47419         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47420         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47421         * posix/spawni.c: Likewise.
47422         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47423         * posix/spawnp.c: Likewise.  Change normal version to use
47424         SPAWN_XFLAGS_USE_PATH.
47425         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47426         SPAWN_XFLAGS_TRY_SHELL.
47428         [BZ #13150]
47429         * posix/glob.h: Remove gcc 1.x support.
47431         [BZ #13068]
47432         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47434 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47436         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47437         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47438         strrchr-sse2-bsf
47439         * sysdeps/i386/i686/multiarch/strchr.S: New file.
47440         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47441         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47442         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47443         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47444         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47446 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47448         * sysdeps/x86_64/wcscmp.S: New file.
47450         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47451         wcscmp-c wcscmp-sse2
47452         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47453         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47454         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47455         * wcsmbs/wcscmp.c: Allow renaming.
47457 2011-09-05  David S. Miller  <davem@davemloft.net>
47459         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47460         stack slot, rather than the struct return pointer slot.
47461         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47462         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47463         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47464         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47466 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47468         * po/ja.po: Update from translation team.
47470         [BZ #13144]
47471         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47472         kernel in 64-bit binaries.
47474 2011-09-01  David S. Miller  <davem@davemloft.net>
47476         * elf/elf.h (HWCAP_SPARC_*): Move to..
47477         * sysdeps/sparc/sysdep.h: this new file and add new values.
47478         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47479         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47480         _DL_HWCAP_COUNT to 24.
47481         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47482         entries.
47483         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47484         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47485         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47486         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47487         instead of magic constants.
47488         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47490 2011-08-31  David S. Miller  <davem@davemloft.net>
47492         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47493         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47494         Reimplement to do errno handling inline.
47495         (SYSCALL_ERROR_HANDLER): New macro.
47496         (__SYSCALL_STRING): Do not do errno handling in asm.
47497         (__CLONE_SYSCALL_STRING): Delete.
47498         (__INTERNAL_SYSCALL_STRING): Delete.
47499         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47500         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47501         (PSEUDO): Reimplement to do errno handling inline.
47502         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47503         (SYSCALL_ERROR_HANDLER): New macro.
47504         (__SYSCALL_STRING): Do not do errno handling in asm.
47505         (__CLONE_SYSCALL_STRING): Delete.
47506         (__INTERNAL_SYSCALL_STRING): Delete.
47507         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47508         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47509         i386.
47510         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47511         (inline_syscall*): Add 'err' argument.
47512         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47513         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47514         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47515         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47517         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47518         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47520 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47522         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47524 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47526         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47527         directive.
47529 2011-08-24  David S. Miller  <davem@davemloft.net>
47531         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47533 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47535         * elf/Makefile: Add rules to build and run unload8 test.
47536         * elf/unload8.c: New file.
47537         * elf/unload8mod1.c: New file.
47538         * elf/unload8mod1x.c: New file.
47539         * elf/unload8mod2.c: New file.
47540         * elf/unload8mod3.c: New file.
47542         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47543         it wasn't used.
47545 2011-08-23  David S. Miller  <davem@davemloft.net>
47547         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47548         subtract stack bias.
47549         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47550         %sp not %fp in calculations.
47551         (_JMPBUF_UNWINDS_ADJ): Likewise.
47553         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47554         (aio_suspend): Call it to force an exception region around the
47555         AIO_MISC_WAIT() invocation.
47557 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47559         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47560         backslash.
47562 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47564         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47565         protection macro.
47566         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47567         and <dl-machine.h>.
47568         (Elf64_FuncDesc): Remove.
47570 2011-08-22  David S. Miller  <davem@davemloft.net>
47572         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47573         sigaltstack check, add missing cfi directives.
47574         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47575         missing cfi directives, and sigaltstack handling.
47577 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47579         [BZ #11724]
47580         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47581         object is seen twice.
47582         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47584         * elf/Makefile (distribute): Add tst-initorder2.c.
47585         (tests): Add tst-initorder2.
47586         (modules-names): Add tst-initorder2a tst-initorder2b
47587         tst-initorder2c tst-initorder2d.  Add rules to build them.
47588         ($(objpfx)tst-initorder2.out): New rule.
47589         * elf/tst-initorder2.c: New file.
47590         * elf/tst-initorder2.exp: New file.
47592 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47594         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47596         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47597         dependencies back to end of function.
47599         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47600         $(elfobjdir)/ld.so.
47602 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47604         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47605         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47606         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47607         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47608         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47609         of __vdso_gettimeofday.
47610         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47611         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47612         attribute_hidden.
47613         (_libc_vdso_platform_setup): Remove initialization of
47614         __vdso_gettimeofday and __vdso_time.
47616 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47618         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47619         and fgetc_unlocked.
47620         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47621         getc_unlocked.
47623         * elf/dl-open.c (add_to_global): Report additions to the global scope
47624         for LD_DEBUG=scopes.
47625         (dl_open_worker): Also print scope of newly loaded dependencies.
47626         (_dl_show_scope): Indicate if there is no scope.
47628         [BZ #13114]
47629         * stdio-common/Makefile (tests): Add bug24.
47630         * stdio-common/bug24.c: New file.
47632 2011-08-19  Andreas Jaeger  <aj@suse.de>
47634         [BZ #13114]
47635         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47636         non-existant file when using close-on-exec mode.
47638 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47640         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47641         the very first instruction.
47643         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47644         the CFI state in the end.
47645         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47646         inclusion of dl-trampoline.h.
47647         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47649 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47651         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47652         expectations for long double.
47654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47655         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47657 2011-08-14  David S. Miller  <davem@davemloft.net>
47659         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47660         artificual limit depends upon the system page size.
47662 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47664         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47665         * resolv/Makefile: Define CFLAGS-libresolv.
47667 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47669         * nss/makedb.c (compute_tables): Make variables used in nested
47670         function static.
47672 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47674         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47675         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47676         if buffer was too small.
47678         * elf/pldd.c (main): Attach to all threads in the process.
47679         Rewrite /proc handling to use *at functions.
47681 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47683         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47684         specifies first scope to show.
47685         (dl_open_worker): Update callers.  Move printing scope of new
47686         object to before the relocation.
47687         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47688         * sysdeps/generic/ldsodefs.h: Update declaration.
47690         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47691         string for the scope number.
47693 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47695         * nscd/servicescache.c (cache_addserv): Make sure written is always
47696         initialized.
47698 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47700         * sysdeps/i386/i486/bits/atomic.h
47701         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47702         statement expression, so as to suppress "set but not used" warning.
47703         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47705         * string/strncat.c (STRNCAT): Use prototype definition.
47707         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47708         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47709         -Iprograms here.
47710         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47711         (localedef-modules): Add localedef.
47712         (locale-modules): Add locale.
47714         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47715         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47716         to avoid a warning.
47718 2011-08-14  David S. Miller  <davem@davemloft.net>
47720         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47721         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47723 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47725         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47726         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47727         * elf/rtld.c (dl_main): Set l_name of vDSO.
47728         Call _dl_show_scope when DL_DEBUG_SCOPES.
47729         (process_dl_debug): Recognize scopes flag and also set it for all.
47730         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47731         Declare _dl_show_scope.
47733         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47734         (do_dlopen): Pass caller_dlopen to dl_open.
47735         (__libc_dlopen_mode): Initialize caller_dlopen.
47737         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47738         of libc.  Make tolower call locale-independent.  Optimize a bit by
47739         using isdigit instead of isalnum.
47740         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47742 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47744         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47745         was a dependency or dynamically loaded.
47747 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47749         * intl/l10nflist.c: Allow architecture-specific pop function.
47750         * sysdeps/x86_64/l10nflist.c: New file.
47752         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47753         classification.
47755 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47757         * include/dirent.h: Add libc_hidden_proto for scandirat and
47758         scandirat64.  Don't declare __scandirat64.
47759         * dirent/scandirat.c: Add libc_hidden_def.
47760         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47761         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47763 2011-08-10  David S. Miller  <davem@davemloft.net>
47765         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47766         enum.
47767         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47768         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47769         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47771 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47773         * Versions.def [libc]: Add GLIBC_2.15.
47774         * dirent/Makefile (routines): Add scandirat and scandirat64.
47775         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47776         GLIBC_2.15.
47777         * dirent/dirent.h: Declare scandirat and scandirat64.
47778         * dirent/scandirat.c: New file.
47779         * dirent/scandirat64.c: New file.
47780         * sysdeps/wordsize-64/scandirat.c: New file.
47781         * sysdeps/wordsize-64/scandirat64.c: New file.
47782         * dirent/opendir.c: Define opendirat.
47783         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47784         using scandirat.
47785         * dirent/scandir64.c: Adjust for scandir.c change.
47786         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47787         __scandirat64, and __scandir_cancel_handler.
47788         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47789         additional parameter and use openat instead of open (outside of ld.so).
47790         Add new __opendir as wrapper around __opendirat.
47791         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47792         here without requiring old scandirat implementation.
47794 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47796         * dirent/scandir.c (cancel_handler): Renamed to
47797         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47798         defined.  Adjust users.
47799         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47800         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47802 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47804         * string/test-string.h (IMPL): Use __STRING to expand name and then
47805         stringify it.
47807         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47808         of cleanups.
47810 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47812         * string/Makefile: Update.
47813         (strop-tests): Append strncat.
47814         * string/test-wcscmp.c: New file.
47815         New comprehensive test for wcscmp.
47816         * string/test-strcmp.c: Update.
47817         (WIDE): New define.
47819 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47821         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47822         line.
47824 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47826         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47827         encoding to ACE if AI_IDN.
47829 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47831         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47832         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47834 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47836         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47837         Fix overflow bug in strncat.
47838         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47840         * string/test-strncat.c: Update.
47841         Add new tests for checking overflow bugs.
47843 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47845         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47846         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47847         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47848         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47849         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47850         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47851         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47852         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47853         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47855         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47856         (USE_AS_STRCAT): Define.
47857         Add strcat and strncat support.
47858         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47860 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47862         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47863         __n bigger than INT_MAX+1.
47864         (__strncmp_g): Likewise.
47866 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47868         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47869         * libio/stido.h: Likewise.
47871         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47872         (AF_NFC): Define.
47873         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47874         (AF_NFC): Define.
47876         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47877         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47878         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47879         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47880         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47882         [BZ #13021]
47883         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47884         installed.
47886         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47887         typo.
47888         (_dl_x86_64_save_sse): Likewise.
47890 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47892         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47893         OSXSAVE.
47894         (_dl_x86_64_save_sse): Likewise.
47896         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47898         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47900 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47902         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47903         change.
47904         (_dl_x86_64_save_sse): Use correct AVX check.
47906 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47908         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47909         bug in strncpy/strncat.
47910         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47912 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47914         * string/tester.c (test_strcat): Add tests for different alignments
47915         of source and destination.
47916         (test_strncat): Likewise.
47918 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47920         [BZ #12852]
47921         * posix/glob.c (glob): Check passed in values before using them in
47922         expressions to avoid some overflows.
47923         (glob_in_dir): Likewise.
47925         [BZ #13007]
47926         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47927         check for AVX enablement so that we don't crash with old kernels and
47928         new hardware.
47929         * elf/tst-audit4.c: Add same checks here.
47930         * elf/tst-audit6.c: Likewise.
47932         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47934 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47936         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47938 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47940         * po/cs.po: Update from translation team.
47941         * po/bg.po: Likewise.
47943 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47945         * misc/sys/cdefs.h: Add support for const attribute.
47946         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47947         to gnu_dev_{major,minor,makedev} functions.
47949 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47951         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47953 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47955         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47956         strlen results.
47958 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47960         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47961         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47962         register in order to avoid conflicts with the soft frame pointer
47963         being held in r11 when necessary.
47964         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47965         (INTERNAL_VSYSCALL_NCS): Likewise.
47967 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47969         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47970         * elf/dl-fini.c (_dl_fini): Adjust caller.
47971         * elf/dl-close.c (_dl_close_worker): Likewise.
47972         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47974 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47976         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47977         "aux_cache->nlibs < 0".
47979         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47980         in the reload-count case.
47982 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47984         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47985         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47986         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47987         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47988         * sysdeps/x86_64/multiarch/strcat.S: New file.
47989         * sysdeps/x86_64/multiarch/strncat.S: New file.
47990         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47991         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47992         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47993         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47994         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47995         (USE_AS_STRCAT): Define.
47996         Add strcat and strncat support.
47997         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47998         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47999         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
48000         * string/strncat.c: Update.
48001         (USE_AS_STRNCAT): Define.
48002         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48003         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
48004         and i7.
48005         * sysdeps/x86_64/multiarch/init-arch.h
48006         (bit_Prefer_PMINUB_for_stringop): New.
48007         (index_Prefer_PMINUB_for_stringop): Likewise.
48008         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
48009         bit_Prefer_PMINUB_for_stringop.
48011 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
48013         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
48014         buffer64.
48015         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
48016         of casting of buffer.
48017         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
48018         buffer32 and buffer64.
48019         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
48020         writes instead of casting of buffer.
48021         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
48022         buffer32.
48023         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
48024         casting of buffer.
48026 2011-07-19  Andreas Schwab  <schwab@redhat.com>
48028         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
48030 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
48032         * nscd/nscd.c (termination_handler): Don't do anything for a database
48033         if it has not yet been initialized.
48035 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
48037         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
48039 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
48041         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
48043 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
48045         * po/nl.po: Update from translation team.
48046         * po/sv.po: Likewise.
48048 2011-07-16  Roland McGrath  <roland@hack.frob.com>
48050         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
48051         now disallowed by GCC.
48053         * configure.in (use-default-link): Default to yes if a test -shared
48054         link meets our qualifications.
48055         * configure: Regenerated.
48057         * config.make.in (output-format): New variable.
48058         * configure.in: Check for ld --print-output-format support.
48059         * configure: Regenerated.
48060         * Makerules ($(common-objpfx)format.lds)
48061         [$(output-format) != unknown]: Just use $(output-format),
48062         instead of the linker-script munging.
48064 2011-07-14  Roland McGrath  <roland@hack.frob.com>
48066         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
48067         of $(common-objpfx)shlib.lds.
48068         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
48070         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
48071         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
48073         * configure.in (-z relro check): Adjust test code to add a large
48074         writable data section after it.
48075         * configure: Regenerated.
48077 2011-07-11  Roland McGrath  <roland@hack.frob.com>
48079         * configure.in (-z relro check): Fix test code to make the variable
48080         truly const.
48081         * configure: Regenerated.
48083 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
48085         * nscd/nscd.h (struct traced_file): Define.
48086         (struct database_dyn): Remove inotify_descr, reset_res, and filename
48087         elements.  Add traced_files.
48088         (inotify_fd): Declare.
48089         (register_traced_file): Declare.
48090         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
48091         (inotify_fd): Export.
48092         (resolv_conf_descr): Remove.
48093         (nscd_init): Move inotify descriptor creation to main.
48094         Don't register files for notification here.
48095         (register_traced_file): New function.
48096         (invalidate_cache): Don't use reset_res to determine whether to call
48097         res_init, go through the list of registered files.
48098         (main_loop_poll): The inotify descriptors are now stored in the
48099         structures for the traced files.
48100         (main_loop_epoll): Likewise
48101         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
48102         to __nss_disable_nscd.
48103         * nscd/cache.c (prune_cache): There is no single inotify descriptor
48104         for a database anymore.  Check the records for all the registered
48105         files instead.
48106         * nss/Makefile (libnss_files-routines): Add files-init.
48107         (libnss_db-routines): Add db-init.
48108         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
48109         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
48110         * nss/nss_db/db-init.c: New file.
48111         * nss/nss_files/files-init.c: New file.
48112         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
48113         __nss_lookup_function.
48114         (__nss_lookup_function): Call nss_load_library.
48115         (nss_load_all_libraries): New function.
48116         (__nss_disable_nscd): Take parameter with callback function for files
48117         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
48118         used for the cached services.
48119         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
48120         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
48121         options for features to all the files in nscd.
48123         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
48125 2011-07-10  Roland McGrath  <roland@hack.frob.com>
48127         * csu/elf-init.c (__libc_csu_init): Comment typo.
48129 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
48131         * po/pl.po: Update from translation team.
48132         * po/ja.po: Likewise.
48133         * po/ru.po: Likewise.
48134         * po/ko.po: Likewise.
48135         * po/fr.po: Likewise.
48137 2011-07-09  Roland McGrath  <roland@hack.frob.com>
48139         * configure.in (.ctors/.dtors header and trailer check):
48140         Use an empirical test on a built program.
48141         * configure: Regenerated.
48143         * configure.in (-z relro check): Use an empirical test on a built DSO.
48144         Detect, but do not require, on ia64.
48145         * configure: Regenerated.
48147         * configure.in (READELF): Find it with AC_CHECK_TOOL.
48148         Update tests that use readelf to use $READELF instead.
48149         * configure: Regenerated.
48151 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
48153         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
48154         if the result is not used.
48156 2011-07-05  Andreas Jaeger  <aj@suse.de>
48158         [BZ#9696]
48159         * stdlib/tst-strtod.c: Add testcase.
48161 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
48163         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
48164         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
48165         The latter has a higher limit.  Take additional parameter to pass to
48166         the new function.
48167         (__pathconf): Pass file to __statfs_link_max.
48168         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
48169         __statfs_link_max.
48170         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
48171         __statfs_link_max.
48173         [BZ #12868]
48174         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
48175         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48176         Handle Lustre.
48177         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
48178         (__statfs_filesize_max): Likewise.
48179         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
48181 2011-07-05  Andreas Jaeger  <aj@suse.de>
48183         * resolv/res_comp.c (dn_skipname): Remove unused variable.
48185 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
48187         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
48188         `status' variable.
48189         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
48190         Likewise.
48192 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
48194         * Makefile (strop-tests): Add strncat.
48195         * string/test-strncat.c: New file.
48197 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
48199         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
48201 2011-06-21  Andreas Jaeger  <aj@suse.de>
48203         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
48204         Copy rule from iconvdata/Makefile.
48206 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
48208         [BZ #12922]
48209         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
48210         but no long options are defined, just return 'W'.
48212 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
48214         [BZ #9696]
48215         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
48217 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
48219         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
48220         netgroups to read.
48221         (innetgr): Likewise.
48223 2011-07-05  Roland McGrath  <roland@hack.frob.com>
48225         * config.make.in (install_root): Default to $(DESTDIR).
48227 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
48229         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
48231 2011-07-02  Roland McGrath  <roland@hack.frob.com>
48233         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
48235         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
48236         containing directory rather than embedding absolute directory names.
48238         * scripts/check-local-headers.sh: Rewritten using awk.
48239         Match by word, not by line.  Print error messages for matches.
48240         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
48242         * Makerules [shlib-lds-flags empty]:
48243         ($(common-objpfx)libc_pic.opts): New target.
48244         ($(common-objpfx)libc_pic.os.clean): New target.
48245         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
48247         * config.make.in (OBJCOPY): New variable.
48248         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
48249         * configure: Regenerated.
48251         * config.make.in (use-default-link): New variable.
48252         * configure.in (use_default_link): Grok --with-default-link to set it.
48253         * configure: Regenerated.
48254         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
48255         (shlib-lds, shlib-lds-flags): Define to empty.
48257         * Makerules (shlib-lds): New variable.
48258         (shlib-lds-flags): New variable.
48259         (build-shlib, build-moduile, build-module-asneeded): Use it.
48260         ($(common-objpfx)libc.so): Use $(shlib-lds).
48261         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
48262         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
48264         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
48265         DT_FLAGS/DT_FLAGS_1 with zero flags.
48267         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
48268         linker script munging.
48270 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
48272         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
48273         as 128-bit value.
48274         * crypt/sha512.c (sha512_process_block): Perform total addition using
48275         128-bit if possible.
48276         (__sha512_finish_ctx): Likewise.
48277         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
48278         as 64-bit value.
48279         * crypt/sha256.c (SWAP64): Define.
48280         (sha256_process_block): Perform total addition using 64-bit if
48281         possible.
48282         (__sha256_finish_ctx): Likewise.
48284 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
48286         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
48287         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48288         * nscd/hstcache.c (cache_addhst): Likewise.
48289         * nscd/grpcache.c (cache_addgr): Likewise.
48290         * nscd/aicache.c (addhstaiX): Likewise
48291         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
48293 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
48295         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
48296         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48297         * nscd/hstcache.c (cache_addhst): Likewise.
48298         * nscd/grpcache.c (cache_addgr): Likewise.
48299         * nscd/aicache.c (addhstaiX): Likewise
48301 2011-07-01  Andreas Schwab  <schwab@redhat.com>
48303         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
48304         domain only when needed.
48306 2011-06-30  Andreas Schwab  <schwab@redhat.com>
48308         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
48309         is always restored.
48311 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
48313         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
48314         are re-adding the entry.
48315         * nscd/servicescache.c (cache_addserv): Likewise.
48317 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
48319         * sysdeps/generic/dl-irel.h: fix protection against multiple
48320         inclusions.
48321         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
48323 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
48325         [BZ #12935]
48326         * malloc/memusage.sh: Fix quoting in message.
48327         * debug/xtrace.sh: Likewise.
48329         * configure.in: Remove support for --experimental-malloc option, make
48330         it the default.
48331         * config.make.in: Likewise.
48332         * malloc/Makefile: Likewise.
48334 2011-06-27  Andreas Schwab  <schwab@redhat.com>
48336         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
48337         two-byte characters.
48339 2011-06-27  Roland McGrath  <roland@hack.frob.com>
48341         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
48342         AC_CACHE_CHECK invocation.
48343         * configure: Regenerated.
48345         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
48347 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
48349         [BZ #12350]
48350         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
48351         bit from old_res_options.
48353         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
48355         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
48356         value type for setfct.
48358 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
48360         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48361         __gettimeofday instead of gettimeofday.
48363 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
48365         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
48367 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
48369         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
48371         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
48372         info.
48374 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48376         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48377         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48378         strcpy-sse2-unaligned strncpy-sse2-unaligned
48379         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
48380         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
48381         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
48382         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
48383         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
48384         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
48385         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
48386         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
48387         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
48388         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
48389         (STRCPY): Support SSE2 and SSSE3 versions.
48391 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
48393         [BZ #12874]
48394         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48395         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48396         kernels which artificially limit size of requests.
48398 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48400         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48401         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48402         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48403         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48404         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48405         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48406         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48407         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48408         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48409         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48410         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48411         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48412         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48413         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48414         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48415         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48416         Enable unaligned load optimization for Intel Core i3, i5 and i7
48417         processors.
48418         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48419         Define.
48420         (index_Fast_Unaligned_Load): Define.
48421         (HAS_FAST_UNALIGNED_LOAD): Define.
48423 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
48425         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48427 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48429         [BZ #12907]
48430         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48431         until it is clear that the information is realy needed.
48432         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48434 2011-06-22  Andreas Schwab  <schwab@redhat.com>
48436         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48438 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48440         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48441         /sys/devices/system/cpu/online if it is usable.
48443         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48444         reading the information from the /proc filesystem to once a second.
48446 2011-06-21  Andreas Jaeger  <aj@suse.de>
48448         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48449         NULL after inclusion of kernel headers.
48451 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
48453         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48454         calls to internal_setent.
48456         [BZ #12885]
48457         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48458         addresses using gethostbyname4_r ignore IPv4 addresses.
48460         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48461         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
48463         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48465 2011-06-20  David S. Miller  <davem@davemloft.net>
48467         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48468         inclusions.
48469         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48471         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48472         (elf_irel): Use it.
48473         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48474         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48475         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48476         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48477         * sysdeps/x86_64/dl-irel.h: Likewise.
48479         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48480         * elf/dl-sym.c: Likewise.
48482 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48484         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48485         need to dereference resplen2.
48487 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48489         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48491 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48493         * Makeconfig: Define vardbdir and inst_vardbdir.
48494         * nss/Makefile: Add rules to install db-Makefile.
48496         * nss/nss_db/db-XXX.c: Cleanup.
48498         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48499         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48500         GLIBC_PRIVATE.
48501         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48502         * nss/makedb.c: Implement -g option to specify that value strings
48503         are generated and should not be added to table iterated over for
48504         get*ent calls.
48505         * nss/nss_db/db-initgroups.c: New file.
48507         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48508         interface.
48510         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48511         (internal_getgrouplist): Adjust to name change.
48512         Update use_initgroups_entry if this is not the first call.
48513         * nss/databases.def: Add initgroups entry.
48515         * nss/makedb.c (compute_tables): Check result of multiple hash table
48516         sizes to minimize maximum chain length.
48518 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48520         * Versions.def: Add entry for libnss_db.
48521         * shlib-versions: Likewise.
48522         * nss/Makefile: Add rules to build libnss_db.
48523         * nss/Versions: Add libnss_db information.  Organize libnss_files
48524         entries better.
48525         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48526         makedb progra.  Some minor improvements to generate smaller files.
48527         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48528         here from...
48529         * nss/makedb.c: ...here.
48530         Improve database format to be smaller and require less memory at
48531         runtime.
48532         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48533         db anymore.
48534         * nss/nss_db/db-netgrp.c: Likewise.
48535         * nss/nss_db/db-open.c: Likewise.
48536         * nss/nss_files/flies-XXX.x: Adjust comments.
48537         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48538         * nss/nss_files/files-grp.c: Likewise.
48539         * nss/nss_files/files-hosts.c: Likewise.
48540         * nss/nss_files/files-network.c: Likewise.
48541         * nss/nss_files/files-proto.c: Likewise.
48542         * nss/nss_files/files-pwd.c: Likewise.
48543         * nss/nss_files/files-rpc.c: Likewise.
48544         * nss/nss_files/files-service.c: Likewise.
48545         * nss/nss_files/files-sgrp.c: Likewise.
48546         * nss/nss_files/files-spwd.c: Likewise.
48547         * nss/nss_db/db-alias.c: Removed.
48548         * nss/nss_db/dummy-db.h: Removed.
48550 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48552         * nss/makedb.c: Rewritten to not use database library.
48553         * nss/Makefile: Update to build new makedb program.
48555 2011-06-14  Andreas Jaeger  <aj@suse.de>
48557         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48558         memset declaration.
48560 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48562         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48563         tmpbuf.
48565 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48567         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48568         * elf/Makefile ($(objpfx)ld.so): Likewise.
48570         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48571         Don't list ld.so twice in dependencies.
48573         * posix/bug-regex31.c: Include <stdlib.h>.
48575         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48577         * nis/nss_compat/compat-spwd.c
48578         (getspent_next_nss_netgr): Remove unused variable.
48579         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48581         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48582         nonmembers" output to use the right array.
48584         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48586         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48588         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48589         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48590         * catgets/gencat.c (read_input_file): Likewise.
48591         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48593         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48594         variable definition inside #if's controlling its use.
48596         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48598         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48600         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48602         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48603         unreachable code.
48605         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48607         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48608         * configure: Regenerated.
48610         * Makerules: Revert last change.
48611         * elf/Makefile: Likewise.
48613 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48615         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48616         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48617         (reloc-link): Likewise.
48619 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48621         * elf/Makefile: Add rules to build pldd.
48622         * elf/pldd.c: New file.
48623         * elf/pldd-xx.c: New file.
48625 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48627         * version.h: Update for 2.15 development version.
48629 2011-06-07  David S. Miller  <davem@davemloft.net>
48631         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48632         ifuncs.
48633         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48634         elf_machine_lazy_rel): Likewise.
48635         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48636         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48637         elf_machine_lazy_rel): Likewise.
48638         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48639         dl_hwcap via passed in argument.
48640         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48641         Likewise.
48643 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48645         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48647 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48649         [BZ #12849]
48650         * manual/fdl-1.1.texi: New file, verbatim from:
48651         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48652         * manual/lgpl-2.1.texi: New file, verbatim from:
48653         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48654         * manual/Makefile (licenses): New variable, list those new file names.
48655         (texis): Use it.
48656         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48658         * manual/fdl.texi: File removed.
48659         * manual/lesser.texi: File removed.
48660         * manual/libc.texinfo (Copying, Documentation License):
48661         Use new @include file names, put @appendix directive before @include.
48663 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48665         [BZ #12841]
48666         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48667         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48668         (mq_open): Add __NTH.
48670 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48672         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48673         Assume Intel Core i3/i5/i7 processor if AVX is available.
48675 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48677         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48678         typo.
48680 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48682         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48683         memory.  Use alloca_account.  Fix memory leak when retrying.
48685 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48687         * version.h (RELEASE): Bump for 2.14 release.
48688         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48690         * config.make.in (RANLIB): Remove entry.
48692 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48694         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48695         (libc.pot): Work around missing support for .ksh extension in xgettext.
48697         [BZ #12684]
48698         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48699         if both request failed.
48700         (send_dg): In case of server errors clear resplen or *resplen2.
48702         [BZ #12454]
48703         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48704         when there are multiple maps.
48705         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48706         (_dl_fini): Remove test here.
48708         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48710 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48712         [BZ #12350]
48713         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48714         bit from old_res_options.
48715         (gaih_inet): Likewise.
48717         [BZ #11099]
48718         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48719         as signed.
48721         * resolv/res_init.c (res_setoptions): Make the code more compact.
48723         [BZ #11558]
48724         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48725         set RES_USEVC.
48727         [BZ #11634]
48728         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48730         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48732         [BZ #11781]
48733         * malloc/malloc.h: Declare malloc hook variables as volatile.
48735         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48736         in last patch.
48738         [BZ #11799]
48739         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48740         raise in the comment.
48741         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48742         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48743         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48745 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48747         [BZ #12811]
48748         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48749         grow the buffers more if it already has to be sufficient.
48750         (build_wcs_upper_buffer): Likewise.
48751         * posix/regexec.c (check_matching): Likewise.
48752         (clean_state_log_if_needed): Likewise.
48753         (extend_buffers): Don't enlarge buffers beyond size of the input
48754         buffer.
48755         Patches mostly by Emil Wojak <emil@wojak.eu>.
48756         * posix/bug-regex32.c: New file.
48757         * posix/Makefile (tests): Add bug-regex32.
48759         * locale/findlocale.c (_nl_find_locale): Return right away if
48760         _nl_explode_name failed.
48761         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48763         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48765         * debug/xtrace.sh: Unify messages.
48766         * malloc/memusage.sh: Likewise.
48768         [BZ #12813]
48769         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48770         time symbol from vDSO.  Substitute with vsyscall if not available.
48771         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48772         __vdso_time.
48774         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48775         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48776         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48777         Add sendmmsg and internal_sendmmsg.
48778         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48779         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48780         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48782         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48783         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48784         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48786 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48788         [BZ #12813]
48789         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48790         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48791         available.
48792         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48793         __vdso_getcpu.
48795         [BZ #12814]
48796         * iconvdata/Makefile (tests): Add bug-iconv9.
48797         * iconvdata/bug-iconv9.c: New file.
48799 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48801         [BZ #12814]
48802         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48804 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48806         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48807         (struct user_regs_struct): Change intcs field back to cs.
48809 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48811         * po/ja.po: Update from translation team.
48813 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48815         [BZ #12795]
48816         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48817         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48819 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48821         * stdlib/longlong.h: Update from GCC.
48823 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48825         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48826         parameter name.
48827         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48828         Add parameter name.
48829         (__sysconf): Pass it down.
48831 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48833         [BZ #12671]
48834         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48835         some situations.
48836         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48837         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48838         add in in __libc_use_alloca calls.  Adjust callers.
48839         (glob): Use malloc in some situations.
48841         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48842         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48843         pltexit.
48845 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48847         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48848         and CLOCK_BOOTTIME_ALARM.
48850         [BZ #12782]
48851         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48852         is returned.
48854         * string/_strerror.c (__strerror_r): Print negative errors as signed
48855         numbers.
48857         [BZ #12777]
48858         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48859         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48860         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48862         * configure.in: Fix typo in redirection and correct removal of test
48863         files in two cases.
48865         [BZ #12788]
48866         * locale/setlocale.c (new_composite_name): Fix test to check for
48867         identical name of all categories.
48869         [BZ #12792]
48870         * libio/filedoalloc.c (local_isatty): New function.
48871         (_IO_file_doallocate): Use local_isatty.
48872         * stdio-common/perror.c (perror): In case a new stream is used
48873         forward the stream error.
48874         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48875         error flag.
48877 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48879         [BZ #11869]
48880         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48881         alloca.
48882         * include/alloca.h (extend_alloca_account): Define.
48884         [BZ #11857]
48885         * posix/regex.h: Fix comments with documentation of user-accessible
48886         fields after compilation and describe correct free'ing of pattern
48887         after re_compile_pattern.
48888         Patch by Reuben Thomas <rrt@sc3d.org>.
48890 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48892         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48893         and -mno-altivec to prevent the compiler from using Altivec and/or
48894         VSX instructions when the corresponding registers are not available.
48896 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48898         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48900 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48902         * libio/freopen.c (freopen): Use __dup2, not dup2.
48903         * libio/freopen64.c (freopen64): Likewise.
48905 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48907         [BZ #12775]
48908         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48909         * math/Makefile (tests): Add test-powl.
48910         (CFLAGS-test-powl.c): Define.
48911         * math/test-powl.c: New file.
48913 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48915         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48917 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48919         [BZ #11837]
48920         * iconvdata/gb18030.c: Update to GB18020-2005.
48922 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48924         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48925         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48926         Patch by Aharon Robbins <arnold@skeeve.com>.
48928         [BZ #11892]
48929         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48930         on the stack.
48932         [BZ #11895]
48933         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48934         through underflows.
48936         [BZ #12766]
48937         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48938         point to strings before performing equality test for error_one_per_line
48939         mode.
48941         [BZ #11697]
48942         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48944         [BZ #11820]
48945         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48946         (struct user_fpregs_struct): Avoid __uint*_t types.
48948         [BZ #6420]
48949         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48950         symbol info.  Use it instead of calling _dl_addr locally.
48951         (lock_and_info): New function.
48952         (tr_freehook): Call lock_and_info and pass symbol info as additional
48953         parameter to tr_where.
48954         (tr_mallochook): Likewise.
48955         (tr_reallochook): Likewise.
48956         (tr_memalignhook): Likewise.
48958         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48959         used and couldn't be at all thread-safe.
48961 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48963         * libio/freopen.c (freopen): Don't close old file descriptor
48964         before the new one is opened.  Instead dup the new file descriptor
48965         to the old one after the new stream is created.
48966         * libio/freopen64.c (freopen64): Likewise.
48967         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48968         * libio/fileops.c (_IO_new_file_close_it): Handle new
48969         _IO_FLAGS2_NOCLOSE flag.
48970         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48971         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48972         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48973         _IO_FLAGS2_NOCLOSE flag.
48974         * include/unistd.h: Add hidden_proto for dup3.
48975         Define __have_dup3.
48976         * io/dup3.c: Define hidden symbol.
48977         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48979         [BZ #7101]
48980         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48981         when an incomplete long option is used.
48982         * posix/tst-getopt_long1.c: New file.
48983         * posix/Makefile (tests): Add tst-getopt_long1.
48985         [BZ #10138]
48986         * scripts/config.guess: Update from autoconf-2.68.
48987         * scripts/config.sub: Likewise.
48989         [BZ #10157]
48990         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48991         tests into ...
48992         (has_cpuclock): ...this.  New function.
48993         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48994         macro here based on has_cpuclock code.
48996         [BZ #10149]
48997         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48998         First byte (not low byte) is now always NUL.
48999         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
49001         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49002         Use non-cancelable interfaces.
49004         [BZ #9809]
49005         * locale/iso-639.def: Add entry for Sorani.
49007         [BZ #11901]
49008         * include/stdlib.h: Move include protection to the right place.
49009         Define abort_msg_s.  Declare __abort_msg with it.
49010         * stdlib/abort.c (__abort_msg): Adjust type.
49011         * assert/assert.c (__assert_fail_base): New function.  Majority
49012         of code from __assert_fail.  Allocate memory for __abort_msg with
49013         mmap.
49014         (__assert_fail): Now call __assert_fail_base.
49015         * assert/assert-perr.c: Remove bulk of implementation.  Use
49016         __assert_fail_base.
49017         * include/assert.hL Declare __assert_fail_base.
49018         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
49019         mmap.
49020         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
49022 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
49024         [BZ #11952]
49025         [BZ #12453]
49026         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
49027         until all modules are registered in the DTV.
49028         * elf/Makefile: Add rules to build and run tst-tls19.
49029         * elf/tst-tls19.c: New file.
49030         * elf/tst-tls19mod1.c: New file.
49031         * elf/tst-tls19mod2.c: New file.
49032         * elf/tst-tls19mod3.c: New file.
49033         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
49035         [BZ #12083]
49036         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
49037         correctly.
49039         [BZ #12601]
49040         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
49041         two-byte sequence errors.
49042         * iconvdata/Makefile (tests): Add bug-iconv8.
49043         * iconvdata/bug-iconv8.c: New file.
49045         [BZ #12626]
49046         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
49047         buf2 definition.
49049         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
49051         [BZ #12432]
49052         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
49053         (dummy_getcfa): New function.
49054         (init): Get _Unwind_GetCFA address, use dummy if not found.
49055         (backtrace_helper): In recursion check, also check whether CFA changes.
49056         (__backtrace): Completely initialize arg.
49058         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
49059         storing incomplete byte sequence in state object.  Avoid testing for
49060         guaranteed too small input if we know there is enough data available.
49062 2011-05-11  Andreas Schwab  <schwab@redhat.com>
49064         * Makeconfig (+link-pie): Indent.
49065         * Rules (binaries-pie): Define if $(have-fpie) and
49066         $(build-shared).
49067         (binaries-shared): Also filter out $(binaries-pie).
49068         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
49069         * nscd/Makefile (others-pie): Add nscd.
49070         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
49071         ($(objpfx)nscd): Remove command override.
49072         * login/Makefile (others-pie): Add pt_chown.
49073         ($(objpfx)pt_chown): Remove command override.
49074         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
49075         remove command overrides.
49077 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
49079         * libio/tst_putwc.c: Fix error messages.
49081         [BZ #12724]
49082         * libio/fileops.c (_IO_new_file_close_it): Always flush when
49083         currently writing and seek to current position when not.
49084         * libio/Makefile (tests): Add bug-fclose1.
49085         * libio/bug-fclose1.c: New file.
49087 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
49089         [BZ #12511]
49090         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
49091         don't set DF_1_NODELETE here.
49092         (do_lookup_x): When entering new entry test for copy relocation
49093         and if necessary set DF_1_NODELETE flag.
49094         * elf/tst-unique4.cc: New file.
49095         * elf/tst-unique4.h: New file.
49096         * elf/tst-unique4lib.cc: New file.
49097         * elf/Makefile: Add rules to build and run tst-unique4.
49098         Patch by Piotr Bury <pbury@goahead.com>.
49100 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
49102         [BZ #12052]
49103         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
49105         [BZ #12625]
49106         * misc/mntent_r.c (addmntent): Flush the stream after the output
49108         [BZ #12393]
49109         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
49110         (is_trusted_path_normalize): Skip initial colon.  Append slash
49111         to empty buffer.  Duplicate is_trusted_path code but allow
49112         constructed patch to be prefix.
49113         (is_dst): Allow $ORIGIN followed by /.
49114         (_dl_dst_substitute): Correct clearing of check_for_trusted.
49115         Correct testing of result of is_trusted_path_normalize
49116         (decompose_rpath): Fix warning.
49118 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
49120         [BZ #11257]
49121         * grp/initgroups.c (internal_getgrouplist): When we found the service
49122         list through the initgroups entry in nsswitch.conf do not always
49123         continue on a successful lookup.  Don't always use the
49124         __nss_group_database value if it is set.
49125         * nss/nsswitch.conf (initgroups): Change action for successful db
49126         lookup to continue for compatibility.
49128 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
49130         [BZ #11532]
49131         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
49132         and CP774 modules.
49133         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
49134         and CP774 modules.
49135         * iconvdata/tst-tables.sh: Likewise.
49136         * iconvdata/cp770.c: New file.
49137         * iconvdata/cp771.c: New file.
49138         * iconvdata/cp772.c: New file.
49139         * iconvdata/cp773.c: New file.
49140         * iconvdata/cp774.c: New file.
49141         * iconvdata/testdata/CP770: New file.
49142         * iconvdata/testdata/CP770..UTF8: New file.
49143         * iconvdata/testdata/CP771: New file.
49144         * iconvdata/testdata/CP771..UTF8: New file.
49145         * iconvdata/testdata/CP772: New file.
49146         * iconvdata/testdata/CP772..UTF8: New file.
49147         * iconvdata/testdata/CP773: New file.
49148         * iconvdata/testdata/CP773..UTF8: New file.
49149         * iconvdata/testdata/CP774: New file.
49150         * iconvdata/testdata/CP774..UTF8: New file.
49152         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
49153         END CHARMAP line.
49154         * iconvdata/gen-8bit-gap.sh: Likewise.
49155         * iconvdata/gen-8bit.sh: Likewise.
49157         * locale/iso-639.def: Add ary entry.
49159         [BZ #11258]
49160         * locale/C-translit.h.in: Add U20A1 transliteration.
49162         [BZ #12178]
49163         * locale/iso-639.def: Add wae entry.
49164         Patch by Kevin Bortis <bortis@translate-wae.ch>.
49166         [BZ #12545]
49167         * locale/programs/localedef.c (construct_output_path): Use ssize_t
49168         for n.
49170         [BZ #12711]
49171         * locale/C-translit.h.in: Add entry for U20B9.
49172         Patch by pravin.d.s@gmail.com.
49174 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
49176         [BZ #12713]
49177         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
49178         ENAMETOOLONG use generic getcwd.
49179         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
49180         in rtld.  Use *stat64.
49181         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
49182         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
49183         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
49184         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
49185         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
49186         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
49187         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
49188         __fstatat64 macros.
49189         * include/dirent.h: Add libc_hidden_proto for rewinddir.
49190         * dirent/rewinddir.c: Add libc_hidden_def.
49191         * sysdeps/mach/hurd/rewinddir.c: Likewise.
49192         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
49194         * include/dirent.h (__alloc_dir): Add flags parameter.
49195         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
49196         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
49197         __alloc_dir.
49198         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
49199         from fdopendir if O_CLOEXEC is already set.
49201 2011-03-15  Alan Modra  <amodra@gmail.com>
49203         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
49204         l_tls_firstbyte_offset non-zero.  Save padding offset in
49205         l_tls_firstbyte_offset for later use.
49206         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
49207         freeing static tls block.
49209 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
49211         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
49212         where #ifdef was intended.  The intent is to prevent ARG_MAX from
49213         being defined by the kernel headers.
49215 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
49217         [BZ #12734]
49218         * resolv/resolv.h: Define RES_NOTLDQUERY.
49219         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
49220         no-tld-query and set RES_NOTLDQUERY.
49221         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
49222         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
49223         modern BIND to search name as TLD unless forbidden.
49225 2011-05-07  Petr Baudis  <pasky@suse.cz>
49226             Ulrich Drepper  <drepper@gmail.com>
49228         [BZ #12393]
49229         * elf/dl-load.c (fillin_rpath): Move trusted path check...
49230         (is_trusted_path): ...to here.
49231         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
49232         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
49233         using is_trusted_path_normalize() in setuid scripts.
49235 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
49237         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
49238         __BEGIN/__END_DECLS.
49240 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
49242         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
49243         NSS_STATUS_NOTFOUND if no record was found.
49245 2011-05-05  Andreas Schwab  <schwab@redhat.com>
49247         * sunrpc/Makefile (headers): Add rpc/netdb.h.
49248         (headers-not-in-tirpc): Remove rpc/netdb.h
49249         * resolv/netdb.h: Revert last change.
49251 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49253         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
49254         circular dependency between libgcc.a and libc.a.
49256 2011-05-05  Andreas Schwab  <schwab@redhat.com>
49258         * resolv/netdb.h: Don't include <rpc/netdb.h>.
49259         * nis/Makefile: Don't install rpcsvc/*.
49260         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
49261         instead of <rpc/types.h>.
49262         (MAXHOSTNAMELEN): Define.
49264 2011-05-03  Andreas Schwab  <schwab@redhat.com>
49266         * elf/ldconfig.c (add_dir): Don't crash on empty path.
49268 2011-04-28  Maciej Babinski  <mbabinski@google.com>
49270         [BZ #12714]
49271         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
49272         gethostbyname4_r when IPv6 results are possible.
49274 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
49276         [BZ #12723]
49277         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
49278         _PC_PIPE_BUF handling.
49280 2011-04-30  Bruno Haible  <bruno@clisp.org>
49282         [BZ #12717]
49283         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
49284         * resolv/netdb.h (getnameinfo): Change type of flags parameter
49285         to 'int'.
49286         * inet/getnameinfo.c (getnameinfo): Likewise.
49288 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
49290         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
49291         to groups setting in database lookup.
49292         * nss/nsswitch.conf: Add initgroups entry.
49294 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
49296         [BZ #12685]
49297         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
49298         mode string.
49299         Patch by Eric Blake <eblake@redhat.com>.
49301 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
49303         * sunrpc/Makefile (need-export-routines): Add svc_run.
49304         (routines): Remove svc_run.
49305         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
49306         * sunrpc/clnt_perr.c (clnt_perrno): Export.
49307         * sunrpc/svc_run.c (svc_run): Likewise.
49308         * sunrpc/svc_udp.c (svcudp_create): Likewise.
49310 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
49312         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
49313         problem in reallocation in last patch.
49315 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
49317         * sunrpc/Makefile: Move inclusion of Rules.
49319 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
49321         * nss/nss_files/files-initgroups.c: New file.
49322         * nss/Makefile (libnss_files-routines): Add files-initgroups.
49323         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
49324         _nss_files_initgroups_dyn.
49326 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
49328         * elf/elf.h (R_ARM_IRELATIVE): Define.
49330 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
49332         * po/ru.po: Update from translation team.
49334 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49336         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
49337         dependencies.
49339 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
49341         [BZ #12653]
49342         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
49343         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
49344         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49345         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
49346         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
49348 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
49350         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
49351         differing bytes.
49352         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
49353         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
49354         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49356 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49358         [BZ #12420]
49359         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
49360         storing it.
49361         * stdlib/bug-getcontext.c: New file.
49362         * stdlib/Makefile: Add rules to build and run bug-getcontext.
49364 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49366         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
49367         instructions into .machine "z9-109".
49368         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
49369         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
49371 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49373         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
49374         between environment variables and auxiliary vector.
49376 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
49378         * Makefile: Add rules to build linkobj/libc.so.
49379         * include/libc-symbols.h: Define libc_hidden_nolink.
49380         * include/rpc/auth.h: Mark functions which are to be hidden.
49381         * include/rpc/auth_des.h: Likewise.
49382         * include/rpc/auth_unix.h: Likewise.
49383         * include/rpc/clnt.h: Likewise.
49384         * include/rpc/des_crypt.h: Likewise.
49385         * include/rpc/key_prot.h: Likewise.
49386         * include/rpc/pmap_clnt.h: Likewise.
49387         * include/rpc/pmap_prot.h: Likewise.
49388         * include/rpc/pmap_rmt.h: Likewise.
49389         * include/rpc/rpc_msg.h: Likewise.
49390         * include/rpc/svc.h: Likewise.
49391         * include/rpc/svc_auth.h: Likewise.
49392         * include/rpc/xdr.h: Likewise.
49393         * nis/Makefile: Link all DSOs against linkobj/libc.so.
49394         * nss/Makefile: Likewise.
49395         * sunrpc/Makefile: Don't install headers.  Build library with normal
49396         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
49397         * sunrpc/auth_des.c: Hide exported symbols by default, export some
49398         for the compat linking library.  Remove use of INTDEF/INTUSE.
49399         * sunrpc/auth_none.c: Likewise.
49400         * sunrpc/auth_unix.c: Likewise.
49401         * sunrpc/authdes_prot.c: Likewise.
49402         * sunrpc/authuxprot.c: Likewise.
49403         * sunrpc/clnt_gen.c: Likewise.
49404         * sunrpc/clnt_perr.c: Likewise.
49405         * sunrpc/clnt_raw.c: Likewise.
49406         * sunrpc/clnt_simp.c: Likewise.
49407         * sunrpc/clnt_tcp.c: Likewise.
49408         * sunrpc/clnt_udp.c: Likewise.
49409         * sunrpc/clnt_unix.c: Likewise.
49410         * sunrpc/des_crypt.c: Likewise.
49411         * sunrpc/des_soft.c: Likewise.
49412         * sunrpc/get_myaddr.c: Likewise.
49413         * sunrpc/key_call.c: Likewise.
49414         * sunrpc/key_prot.c: Likewise.
49415         * sunrpc/netname.c: Likewise.
49416         * sunrpc/pm_getmaps.c: Likewise.
49417         * sunrpc/pm_getport.c: Likewise.
49418         * sunrpc/pmap_clnt.c: Likewise.
49419         * sunrpc/pmap_prot.c: Likewise.
49420         * sunrpc/pmap_prot2.c: Likewise.
49421         * sunrpc/pmap_rmt.c: Likewise.
49422         * sunrpc/publickey.c: Likewise.
49423         * sunrpc/rpc_cmsg.c: Likewise.
49424         * sunrpc/rpc_common.c: Likewise.
49425         * sunrpc/rpc_dtable.c: Likewise.
49426         * sunrpc/rpc_prot.c: Likewise.
49427         * sunrpc/rpc_thread.c: Likewise.
49428         * sunrpc/rtime.c: Likewise.
49429         * sunrpc/svc.c: Likewise.
49430         * sunrpc/svc_auth.c: Likewise.
49431         * sunrpc/svc_authux.c: Likewise.
49432         * sunrpc/svc_raw.c: Likewise.
49433         * sunrpc/svc_run.c: Likewise.
49434         * sunrpc/svc_simple.c: Likewise.
49435         * sunrpc/svc_tcp.c: Likewise.
49436         * sunrpc/svc_udp.c: Likewise.
49437         * sunrpc/svc_unix.c: Likewise.
49438         * sunrpc/svcauth_des.c: Likewise.
49439         * sunrpc/xcrypt.c: Likewise.
49440         * sunrpc/xdr.c: Likewise.
49441         * sunrpc/xdr_array.c: Likewise.
49442         * sunrpc/xdr_float.c: Likewise.
49443         * sunrpc/xdr_intXX_t.c: Likewise.
49444         * sunrpc/xdr_mem.c: Likewise.
49445         * sunrpc/xdr_rec.c: Likewise.
49446         * sunrpc/xdr_ref.c: Likewise.
49447         * sunrpc/xdr_sizeof.c: Likewise.
49448         * sunrpc/xdr_stdio.c: Likewise.
49450 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
49452         [BZ #12650]
49453         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49454         * sysdeps/ia64/dl-tls.h: Likewise.
49455         * sysdeps/powerpc/dl-tls.h: Likewise.
49456         * sysdeps/s390/dl-tls.h: Likewise.
49457         * sysdeps/sh/dl-tls.h: Likewise.
49458         * sysdeps/sparc/dl-tls.h: Likewise.
49459         * sysdeps/x86_64/dl-tls.h: Likewise.
49460         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49462 2011-03-14  Andreas Schwab  <schwab@redhat.com>
49464         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49465         rpath element also skip the following colon.
49466         (expand_dynamic_string_token): Add is_path parameter and pass
49467         down to DL_DST_REQUIRED and _dl_dst_substitute.
49468         (decompose_rpath): Call expand_dynamic_string_token with
49469         non-zero is_path.  Ignore empty rpaths.
49470         (_dl_map_object_from_fd): Call expand_dynamic_string_token
49471         with zero is_path.
49473 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
49475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49476         Make cancelable.
49478 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49480         [BZ #12655]
49481         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49482         Patch by Filipe David Manana <fdmanana@apache.org>.
49484 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49486         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49487         Maintain aligned stack.
49488         (CHECK_RSP): Remove unused macro.
49490 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49492         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49493         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49495 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49497         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49499         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49501 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49503         [BZ #12518]
49504         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49505         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49506         * sysdeps/x86_64/memmove.c: New file.
49507         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49508         (memcpy): Renamed to ...
49509         (__new_memcpy): This.
49510         (memcpy): Provide GLIBC_2_14 memcpy.
49511         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49512         (memcpy): Provide GLIBC_2_2_5 memcpy.
49514 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49516         [BZ #12631]
49517         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49519 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49521         * misc/syncfs.c: New file.
49522         * misc/Makefile (routines): Add syncfs.
49523         * posix/unistd.h: Declare syncfs.
49524         * sysdeps/unix/syscalls.list: Add syncfs.
49526 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49528         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49529         open_by_handle_at.
49530         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49531         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49532         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49533         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49534         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49535         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49536         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49538 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49540         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49541         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49542         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49543         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49544         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49545         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49546         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49548         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49549         sync_file_range.c with -fexceptions.
49550         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49551         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49552         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49553         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49554         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49555         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49556         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49557         sync_file_range as cancellation point
49558         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49559         now a wrapper around __call_sync_file_range with cancellation handling.
49560         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49561         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49562         function name to __call_sync_file_range.
49563         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49564         Add call_sync_file_range.
49566 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49568         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49569         bits/timex.h.
49571 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49573         * iconv/iconv.h: Fix typo in comment.
49574         * io/fcntl.h: Likewise.
49575         * libio/stdio.h: Likewise.
49576         * posix/spawn.h: Likewise.
49577         * posix/unistd.h: Likewise.
49578         * stdlib/stdlib.h: Likewise.
49579         * time/time.h: Likewise.
49580         * wcsmbs/wchar.h: Likewise.
49582         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49583         open_by_handle): Add.
49584         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49585         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49586         Augment a few comments.
49587         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49588         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49589         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49590         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49591         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49592         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49593         open_by_handle.
49595         * io/fcntl.h (AT_EMPTY_PATH): Define.
49597 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49599         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49600         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49601         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49602         to...
49603         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49604         * Versions.def: Add GLIBC_2.14.
49605         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49606         Export.
49608 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49610         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49611         round counter.
49612         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49614 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49616         [BZ #12597]
49617         * string/test-strncmp.c (do_page_test): New function.
49618         (check2): Likewise.
49619         (test_main): Call check2.
49620         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49622 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49624         [BZ #12587]
49625         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49626         Handle cache information in CPU leaf 4.
49627         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49629 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49631         [BZ #12583]
49632         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49633         character representation.
49634         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49636 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49638         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49639         END(__isnan) to END(__isnanf) to match function entry point/label
49640         EALIGN(__isnanf,...).
49642 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49644         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49646 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49648         [BZ #12510]
49649         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49650         copy from the symbol referenced in the relocation to initialize the
49651         used variable.
49652         Patch by Piotr Bury <pbury@goahead.com>.
49653         * elf/Makefile: Add rules to build and tst-unique3.
49654         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49655         * elf/tst-unique3.cc: New file.
49656         * elf/tst-unique3.h: New file.
49657         * elf/tst-unique3lib.cc: New file.
49658         * elf/tst-unique3lib2.cc: New file.
49660         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49662 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49664         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49665         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49666         to _start.
49668 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49670         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49671         to-be-loaded object along a path to loader is ld.so.
49673 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49674             Ulrich Drepper  <drepper@gmail.com>
49676         * sysdeps/x86_64/memset.S: After aligning destination, code
49677         branches to different locations depending on the value of
49678         misalignment, when multiarch is enabled. Fix this.
49680 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49682         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49683         Set _x86_64_preferred_memory_instruction for AMD processsors.
49684         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49685         Set bit_Prefer_SSE_for_memop for AMD processors.
49687 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49689         * libio/fmemopen.c (fmemopen): Optimize a bit.
49691 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49693         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49695 2011-03-03  Roland McGrath  <roland@redhat.com>
49697         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49699 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49701         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49702         __bzero_ultra1 instead of __memset_ultra1.
49704 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49705             Ulrich Drepper  <drepper@gmail.com>
49707         [BZ #12509]
49708         * include/link.h (struct link_map): Add l_orig_initfini.
49709         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49710         returning unsuccessfully.
49711         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49712         close of a file loaded at startup, restore the original l_initfini
49713         list.
49714         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49715         list, store the pointer.
49716         * elf/Makefile ($(objpfx)noload-mem): New rule.
49717         (noload-ENV): Define.
49718         (tests): Add $(objpfx)noload-mem.
49719         * elf/noload.c: Include <memcheck.h>.
49720         (main): Call mtrace.  Close all opened handles.
49722 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49724         [BZ #12454]
49725         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49726         dependencies are missing.
49728 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49730         Fix __if_freereq crash: Unlike the generic version which uses free,
49731         Hurd needs munmap.
49732         * sysdeps/mach/hurd/ifreq.h: New file.
49734 2011-01-27  Petr Baudis  <pasky@suse.cz>
49735             Ulrich Drepper  <drepper@gmail.com>
49737         [BZ 12445]#
49738         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49739         to extend_alloca().
49740         * stdio-common/bug23.c: New file.
49741         * stdio-common/Makefile (tests): Add bug23.
49743 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49744             Ulrich Drepper  <drepper@gmail.com>
49746         [BZ #12489]
49747         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49748         before performing relro protection.  At old place add assertion
49749         to make sure nothing changed.
49751 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49752             Glauber de Oliveira Costa  <glommer@gmail.com>
49754         * elf/elf.h: Add new ARM TLS relocs.
49756 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49759         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49760         cast from r3.
49761         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49762         'tests' variable.
49763         * sysdeps/wordsize-64/tst-writev.c: New file.
49765 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49767         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49768         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49769         insns in _dl_start to prevent a TOC reference before relocs are
49770         resolved.
49772 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49774         [BZ #12469]
49775         * Makeconfig: Remove RANLIB definition.
49776         * Makerules: Don't use RANLIB.
49777         * aclocal.m4: Remove ranlib test.
49778         * configure.in: No need to check for ranlib.
49779         * elf/rtld-Rules: Don't use RANLIB.
49781 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49783         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49784         protection macro.
49785         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49786         inclusion protection macro.
49788         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49789         SIGRTMIN and SIGRTMAX and print information in that case only when
49790         SIGRTMIN is defined.
49792 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49794         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49795         arginfo fn returning -1.
49797         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49798         and thousands string is zero terminated.
49800 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49802         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49803         sysdeps/unix/sysv/linux/bits/socket.h.
49805 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49807         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49808         (__CPU_COUNT): Remove old macros.
49809         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49810         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49811         (__CPU_ALLOC, __CPU_FREE): Add macros.
49812         (__sched_cpualloc, __sched_cpufree): Add declarations.
49814 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49816         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49817         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49818         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49819         (readdhstai): Return value of addhstaiX call.
49820         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49821         (addgrbyX): Return value returned by cache_addgr.
49822         (readdgrbyname): Return value returned by addgrbyX.
49823         (readdgrbygid): Likewise.
49824         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49825         (addpwbyX): Return value returned by cache_addpw.
49826         (readdpwbyname): Return value returned by addhstbyX.
49827         (readdpwbyuid): Likewise.
49828         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49829         (addservbyX): Return value returned by cache_addserv.
49830         (readdservbyname): Return value returned by addservbyX:
49831         (readdservbyport): Likewise.
49832         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49833         (addhstbyX): Return value returned by cache_addhst.
49834         (readdhstbyname): Return value returned by addhstbyX.
49835         (readdhstbyaddr): Likewise.
49836         (readdhstbynamev6): Likewise.
49837         (readdhstbyaddrv6): Likewise.
49838         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49839         (readdinitgroups): Return value returned by addinitgroupsX.
49840         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49841         (prune_cache): Keep track of timeout value of re-added entries.
49842         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49843         * nscd/nscd.h: Adjust prototypes of readd* functions.
49845 2011-02-04  Roland McGrath  <roland@redhat.com>
49847         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49848         (nis_stats): Likewise.
49849         * nis/nis_modify.c (nis_modify): Likewise.
49850         * nis/nis_remove.c (nis_remove): Likewise.
49851         * nis/nis_add.c (nis_add): Likewise.
49853         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49855         * posix/fnmatch_loop.c: Add some consts.
49857         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49859 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49861         [BZ #12460]
49862         * config.make.in (config-cflags-novzeroupper): Define.
49863         * configure.in: Substitute libc_cv_cc_novzeroupper.
49864         * elf/Makefile (AVX-CFLAGS): Define.
49865         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49866         (CFLAGS-tst-auditmod4a.c): Likewise.
49867         (CFLAGS-tst-auditmod4b.c): Likewise.
49868         (CFLAGS-tst-auditmod6b.c): Likewise.
49869         (CFLAGS-tst-auditmod6c.c): Likewise.
49870         (CFLAGS-tst-auditmod7b.c): Likewise.
49871         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49873 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49875         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49876         function to the callback.
49877         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49879 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49881         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49882         of errno.
49884 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49886         [BZ #11724]
49887         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49888         of constructors.
49889         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49890         of destructors.
49891         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49893         [BZ #11724]
49894         * elf/Makefile: Add rules to build and run new test.
49895         * elf/tst-initorder.c: New file.
49896         * elf/tst-initorder.exp: New file.
49897         * elf/tst-initordera1.c: New file.
49898         * elf/tst-initordera2.c: New file.
49899         * elf/tst-initordera3.c: New file.
49900         * elf/tst-initordera4.c: New file.
49901         * elf/tst-initorderb1.c: New file.
49902         * elf/tst-initorderb2.c: New file.
49903         * elf/tst-order-a1.c: New file.
49904         * elf/tst-order-a2.c: New file.
49905         * elf/tst-order-a3.c: New file.
49906         * elf/tst-order-a4.c: New file.
49907         * elf/tst-order-b1.c: New file.
49908         * elf/tst-order-b2.c: New file.
49909         * elf/tst-order-main.c: New file.
49910         New test case by George Gensure <werkt0@gmail.com>.
49912 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49914         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49915         decoding ACE if AI_CANONIDN.
49917 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49919         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49921 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49923         * version.h (RELEASE): Bump for 2.13 release.
49924         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49926         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49928         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49929         MADV_NOHUGEPAGE.
49930         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49931         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49932         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49933         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49934         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49935         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49937         * posix/getconf.c: Update copyright year.
49938         * catgets/gencat.c: Likewise.
49939         * csu/version.c: Likewise.
49940         * debug/catchsegv.sh: Likewise.
49941         * debug/xtrace.sh: Likewise.
49942         * elf/ldconfig.c: Likewise.
49943         * elf/ldd.bash.in: Likewise.
49944         * elf/sprof.c (print_version): Likewise.
49945         * iconv/iconv_prog.c: Likewise.
49946         * iconv/iconvconfig.c: Likewise.
49947         * locale/programs/locale.c: Likewise.
49948         * locale/programs/localedef.c: Likewise.
49949         * malloc/memusage.sh: Likewise.
49950         * malloc/mtrace.pl: Likewise.
49951         * nscd/nscd.c (print_version): Likewise.
49952         * nss/getent.c: Likewise.
49954         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49955         PF_CAIF, and PF_ALG.
49956         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49958 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49960         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49961         (modules-names): Use them.
49962         (ifunc-test-modules, ifunc-pie-tests): Define.
49963         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49964         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49965         (test-extras): Likewise.
49966         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49967         $(compile-command.c).
49968         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49969         (all-built-dso): Define.
49970         (check-textrel.out, check-execstack.out): Depend on it.
49972         * configure.in: Don't override --enable-multi-arch.
49974 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49976         [BZ #6812]
49977         * nscd/hstcache.c (tryagain): Define.
49978         (cache_addhst): Return tryagain not notfound for temporary errors.
49979         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49980         failed.
49982 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49984         [BZ #10563]
49985         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49986         to make the syscall.
49987         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49989         [BZ #12378]
49990         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49991         and fall back to matching as normal character if the string ends before
49992         the matching ']' is found.  This is what POSIX requires.
49993         * posix/testfnm.c: Adjust test result.
49994         * posix/globtest.sh: Adjust test result.  Add new test.
49995         * posix/tst-fnmatch.input: Likewise.
49996         * posix/tst-fnmatch2.c: Add new test.
49998 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
50000         * elf/Makefile (check-execstack): Revert last change.  Depend on
50001         check-execstack.h.
50002         (check-execstack.h): New target.
50003         (generated): Add check-execstack.h.
50004         * elf/check-execstack.c: Include "check-execstack.h".
50005         (main): Revert last change.
50006         (handle_file): Return zero if GNU_STACK is absent and
50007         DEFAULT_STACK_PERMS doesn't include PF_X.
50009 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
50011         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
50012         in child fails because the descriptor is already closed.
50013         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
50014         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
50015         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
50017         [BZ #12397]
50018         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
50019         syscall.
50021         [BZ #10484]
50022         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
50023         temporary buffer used to handle multi lookups locally.
50024         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
50026 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
50028         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
50029         loader is ld.so.
50031 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
50033         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
50034         alignment for SSE2.
50036 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
50038         [BZ #12394]
50039         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
50040         characters.  When rounding increased number of integer digits recompute
50041         number of groups.
50042         * stdio-common/tst-grouping.c: New file.
50043         * stdio-common/Makefile: Add rules to build and run tst-grouping.
50045 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
50047         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
50048         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
50050         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
50051         void.
50052         * bits/select.h: Likewise.
50054 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
50056         * po/ja.po: Update from translation team.
50058 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
50060         [BZ #11155]
50061         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
50062         implementation just like for lxstat, fxstatat, et al.
50064 2010-12-27  Jim Meyering  <meyering@redhat.com>
50066         [BZ #12348]
50067         * posix/regexec.c (build_trtable): Return failure indication upon
50068         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
50070 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
50072         [BZ #12201]
50073         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
50074         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
50075         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
50076         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
50078         [BZ #12207]
50079         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
50081         [BZ #12204]
50082         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
50083         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
50085 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
50087         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
50088         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
50089         script has SORT_BY_INIT_PRIORITY.
50090         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
50091         NO_CTORS_DTORS_SECTIONS is defined.
50092         * elf/soinit.c: Likewise.
50093         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
50094         NO_CTORS_DTORS_SECTIONS is defined.
50095         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
50096         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
50097         * sysdeps/sh/init-first.c: Likewise.
50098         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
50100 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
50102         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
50103         always use the slow path.
50105 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
50107         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
50108         similar rule which adds the sysdep directories to the header search in
50109         order to pick up the correct platform stackinfo.h.
50110         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
50111         perform test if it is, otherwise return successfully without testing.
50112         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
50113         DEFAULT_STACK_PERMS define in stackinfo.h.
50114         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
50115         defined in stackinfo.h.
50116         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
50117         DEFAULT_STACK_PERMS defined in stackinfo.h.
50118         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
50119         * sysdeps/ia64/stackinfo.h: Likewise.
50120         * sysdeps/s390/stackinfo.h: Likewise.
50121         * sysdeps/sh/stackinfo.h: Likewise.
50122         * sysdeps/sparc/stackinfo.h: Likewise.
50123         * sysdeps/x86_64/stackinfo.h: Likewise.
50124         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
50125         PF_X for powerpc64.  Retain PF_X for powerpc32.
50127 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
50129         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
50130         accurately.
50131         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
50132         GETDENTS_64BIT_ALIGNED.
50134 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
50136         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
50138 2010-12-10  Andreas Schwab  <schwab@redhat.com>
50140         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
50141         _GNU_SOURCE.
50143         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
50144         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
50145         Remove __restrict.
50146         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
50147         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
50149 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
50151         [BZ #11655]
50152         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
50153         are initialized.
50155 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
50157         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
50159 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
50161         * po/it.po: Update from translation team.
50163 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
50165         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
50166         unused codes.
50168 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
50170         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
50172 2010-11-24  Andreas Schwab  <schwab@redhat.com>
50174         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
50175         specially.
50176         (gaih_getanswer_slice): Likewise.
50178 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
50180         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
50182 2010-05-31  Petr Baudis  <pasky@suse.cz>
50184         [BZ #11149]
50185         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
50186         silently even in the chroot mode.
50188 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
50190         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
50191         last patch a bit.  Pretty printing
50193 2010-05-31  Petr Baudis <pasky@suse.cz>
50195         [BZ #10085]
50196         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
50197         initialization of skip_initgroups_dyn.
50199 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
50201         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
50202         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
50204 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
50206         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
50208 2010-11-11  Andreas Schwab  <schwab@redhat.com>
50210         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
50211         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
50212         (tst-fnmatch-ENV): Set MALLOC_TRACE.
50213         ($(objpfx)tst-fnmatch-mem): New rule.
50214         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
50215         * posix/tst-fnmatch.c (main): Call mtrace.
50217 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
50219         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50220         Support Intel processor model 6 and model 0x2c.
50222 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
50224         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
50225           signed comparison.
50227 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
50229         [BZ #12205]
50230         * string/test-strncasecmp.c (check_result): New function.
50231         (do_one_test): Use it.
50232         (check1): New function.
50233         (test_main): Use it.
50234         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
50235         Support strcasecmp and strncasecmp.
50237 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
50239         [BZ #12194]
50240         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
50241         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50243 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
50245         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
50246         IFUNC support.
50247         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50248         memset-x86-64.
50249         * sysdeps/x86_64/multiarch/bzero.S: New file.
50250         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
50251         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
50252         * sysdeps/x86_64/multiarch/memset.S: New file.
50253         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
50254         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50255         Set bit_Prefer_SSE_for_memop for Intel processors.
50256         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
50257         Define.
50258         (index_Prefer_SSE_for_memop): Define.
50259         (HAS_PREFER_SSE_FOR_MEMOP): Define.
50261 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
50263         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
50264         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
50266 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
50268         [BZ #12191]
50269         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50270         (__x86_64_raw_data_cache_size_half): Likewise.
50271         (__x86_64_raw_shared_cache_size): Likewise.
50272         (__x86_64_raw_shared_cache_size_half): Likewise.
50274         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50275         (__x86_64_raw_data_cache_size_half): Likewise.
50276         (__x86_64_raw_shared_cache_size): Likewise.
50277         (__x86_64_raw_shared_cache_size_half): Likewise.
50278         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
50279         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
50280         and __x86_64_raw_shared_cache_size_half.  Round
50281         __x86_64_data_cache_size_half, __x86_64_data_cache_size
50282         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
50283         to multiple of 256 bytes.
50285 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
50287         [BZ #12167]
50288         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
50289         of inacessible symlinks.  Verify result of symlink before returning it.
50290         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
50291         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
50293 2010-10-28  Erich Ritz  <erichritz@gmail.com>
50295         * math/math.h (isinf): Fix typo in comment.
50297 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
50299         * po/da.po: Update from translation team.
50301 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
50303         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
50304         is added to the list.
50306 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50307             Ulrich Drepper  <drepper@gmail.com>
50309         * elf/dl-object.c (_dl_new_object): Don't append the new object to
50310         the global list here.  Move code to...
50311         (_dl_add_to_namespace_list): ...here.  New function.
50312         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
50313         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
50314         * elf/dl-load.c (lose): Don't remove the element from the list.
50315         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
50316         (_dl_map_object): Likewise.
50318 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
50320         [BZ #12159]
50321         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
50322         into all bytes of SSE register.
50323         Patch by Richard Li <richardpku@gmail.com>.
50325 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
50327         [BZ #12140]
50328         * malloc/malloc.c (_int_free): Fill correct number of bytes when
50329         perturbing.
50331 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
50333         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
50334         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
50335         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
50336         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
50338         submachine.
50339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
50341 2010-10-22  Andreas Schwab  <schwab@redhat.com>
50343         * include/dlfcn.h (__RTLD_SECURE): Define.
50344         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
50345         mode & __RTLD_SECURE instead.
50346         (open_path): Rename preloaded parameter to secure.
50347         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
50348         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
50349         * elf/dl-deps.c (openaux): Likewise.
50350         * elf/rtld.c (struct map_args): Remove is_preloaded.
50351         (map_doit): Don't use it.
50352         (dl_main): Likewise.
50353         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
50354         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
50356 2010-09-09  Andreas Schwab  <schwab@redhat.com>
50358         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
50359         (sysd-rules-targets): Remove duplicates.
50360         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
50361         rtld-%.$o dependency.
50363 2010-10-18  Andreas Schwab  <schwab@redhat.com>
50365         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
50366         _dl_map_object do it.
50368 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
50370         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
50371         fast fma builtins, define the macros in the C99 standard.
50372         (FP_FAST_FMAF): Likewise.
50373         (FP_FAST_FMAL): Likewise.
50374         * sysdeps/x86_64/bits/mathdef.h: Likewise.
50376         * bits/mathdef.h: Update copyright year.
50377         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50379 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
50381         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
50382         builtins, define the macros in the C99 standard.
50383         (FP_FAST_FMAF): Likewise.
50384         (FP_FAST_FMAL): Likewise.
50385         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
50386         multiply/add.
50387         (FP_FAST_FMAF): Likewise.
50389 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
50391         [BZ #3268]
50392         * math/libm-test.inc (fma_test): Some new testcases.
50393         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50394         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50395         y and infinite z.  Do multiplication by C already in long double.
50396         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50397         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50398         y and infinite z.  Do bitwise or of inexact bit into u.d.
50399         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50400         * sysdeps/i386/fpu/s_fmaf.S: Removed.
50401         * sysdeps/i386/fpu/s_fma.S: Removed.
50402         * sysdeps/i386/fpu/s_fmal.S: Removed.
50404 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
50406         [BZ #3268]
50407         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50408         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50409         computation is not scheduled after fetestexcept.  Fix value
50410         of minimum denormal long double.
50412 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
50414         [BZ #3268]
50415         * math/libm-test.inc (fma_test): Add some more tests.
50416         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50417         correctly.
50419 2010-10-15  Andreas Schwab  <schwab@redhat.com>
50421         * scripts/data/localplt-s390-linux-gnu.data: New file.
50422         * scripts/data/localplt-s390x-linux-gnu.data: New file.
50424 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
50426         [BZ #3268]
50427         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50428         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50429         instead of dbl-64.
50430         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50431         inlines.
50432         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50433         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50434         if one of x and y is very large and the other is subnormal.
50435         * sysdeps/s390/fpu/s_fmaf.c: New file.
50436         * sysdeps/s390/fpu/s_fma.c: New file.
50437         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50438         * sysdeps/powerpc/fpu/s_fma.S: New file.
50439         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50440         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50441         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50443 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
50445         [BZ #3268]
50446         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50447         fma tests.
50448         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50449         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50450         * sysdeps/i386/i686/multiarch/s_fma.c: Include
50451         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50452         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50453         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50454         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50456 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
50458         [BZ #12078]
50459         * posix/regcomp.c (parse_branch): One more memory leak plugged.
50460         * posix/bug-regex31.input: Add test case.
50462 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50464         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50465         * posix/bug-regex31.input: New file.
50467         [BZ #12078]
50468         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50469         (parse_sub_exp): Fix last change, use postorder.
50471         * posix/bug-regex31.c: New file.
50472         * posix/Makefile: Add rules to build and run bug-regex31.
50474         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50476         [BZ #12078]
50477         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50479         [BZ #12108]
50480         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50481         to have entries in sys_siglist.
50483         [BZ #12093]
50484         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50485         be NULL.
50487 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50489         [BZ #3268]
50490         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50491         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50492         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50493         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50494         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50495         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50496         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50497         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50498         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50499         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50500         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50501         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50502         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50503         * math/ftestexcept.c (fetestexcept): Likewise.
50504         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50505         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50506         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50507         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50508         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50509         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50510         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50512 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50514         [BZ #12107]
50515         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50516         newline.
50518 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50520         * string/bug-strstr1.c: New file.
50521         * string/Makefile: Add rules to build and run bug-strstr1.
50523 2010-10-05  Eric Blake  <eblake@redhat.com>
50525         [BZ #12092]
50526         * string/str-two-way.h (two_way_long_needle): Always clear memory
50527         when skipping input due to the shift table.
50529 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50531         [BZ #12005]
50532         * malloc/mcheck.c: Handle large requests.
50534         [BZ #12077]
50535         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50536         for strncmp and strncasecmp.
50537         * string/stratcliff.c: Add tests for strcmp and strncmp.
50538         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50540 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50542         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50543         __set_fpscr.
50545 2010-09-30  Andreas Jaeger  <aj@suse.de>
50547         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50548         (CGROUP_SUPER_MAGIC): Define.
50549         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50550         Handle btrfs and cgroup file systems.
50551         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50552         Likewise.
50554 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50556         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50557         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50559 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50561         [BZ #12067]
50562         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50563         trying to locate the ELF header.
50565 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50567         [BZ #11611]
50568         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50569         Mask out sign-bit copies when constructing f_fsid.
50571 2010-09-24  Petr Baudis <pasky@suse.cz>
50573         * debug/stack_chk_fail_local.c: Add missing licence exception.
50574         * debug/warning-nop.c: Likewise.
50576 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50578         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50579         implementing getdents64 using getdents syscall, set d_type if
50580         __ASSUME_GETDENTS32_D_TYPE.
50582 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50584         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50585         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50587 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50589         [BZ #12037]
50590         * posix/unistd.h: Undo change of feature selection for ftruncate from
50591         2010-01-11.
50593 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50595         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50596         detection.
50598 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50600         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50601         fanotify_mark.
50602         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50604 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50606         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50607         variables after CHECK_SP call.
50608         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50610 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50611             Ulrich Drepper  <drepper@redhat.com>
50613         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50614         re-relocationg ld.so.
50615         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50616         _dl_init_paths call.
50617         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50618         here anymore.
50620 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50622         * resolv/res_init.c (__res_vinit): Count the default server we added.
50624 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50625             Ulrich Drepper  <drepper@redhat.com>
50627         [BZ #11968]
50628         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50629         (____longjmp_chk): Use %ebx for saving value across system call.
50630         Add unwind info.
50632 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50634         * manual/Makefile: Don't mix pattern rules with normal rules.
50636 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50638         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50639         operation.
50640         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50641         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50642         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50643         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50644         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50645         Likewise.
50647 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50649         [BZ #11979]
50650         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50651         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50653 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50655         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50656         * sysdeps/x86_64/addmul_1.S: Likewise.
50657         * sysdeps/x86_64/lshift.S: Likewise.
50658         * sysdeps/x86_64/mul_1.S: Likewise.
50659         * sysdeps/x86_64/rshift.S: Likewise.
50660         * sysdeps/x86_64/sub_n.S: Likewise.
50661         * sysdeps/x86_64/submul_1.S: Likewise.
50663 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50665         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50666         Define __sched_param instead of SCHED_* and sched_param when
50667         <bits/sched.h> is included with __need_schedparam defined.
50668         * bits/sched.h [__need_schedparam]
50669         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50670         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50671         (__defined_schedparam): Define to 1.
50672         (__sched_param): New structure, identical to sched_param.
50673         (__need_schedparam): Undefine.
50675 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50677         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50678         (epoll_create1): Declare.
50680         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50682 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50684         [BZ #7066]
50685         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50686         shifting retval into place.
50688 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50690         * nis/rpcsvc/nis.h: Update copyright notice.
50691         * nis/rpcsvc/nis.x: Likewise.
50692         * nis/rpcsvc/nis_callback.h: Likewise.
50693         * nis/rpcsvc/nis_callback.x: Likewise.
50694         * nis/rpcsvc/nis_object.x: Likewise.
50695         * nis/rpcsvc/nis_tags.h: Likewise.
50696         * nis/rpcsvc/yp.h: Likewise.
50697         * nis/rpcsvc/yp.x: Likewise.
50698         * nis/rpcsvc/ypupd.h: Likewise.
50699         * nis/yp_xdr.c: Likewise.
50700         * nis/ypupdate_xdr.c: Likewise.
50702         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50703         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50704         (pmap_getport): Use __libc_rpc_getport.
50705         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50706         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50707         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50709 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50712         fanotify_mark.
50714 2010-08-27  Roland McGrath  <roland@redhat.com>
50716         * sysdeps/i386/i686/multiarch/Makefile
50717         (CFLAGS-varshift.c): New variable.
50719 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50721         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50722         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50724         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50726         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50728 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50730         * sysdeps/x86_64/strlen.S: Unroll the loop.
50731         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50732         strlen-sse2 strlen-sse2-bsf.
50733         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50734         __strlen_no_bsf if bit_Slow_BSF is set.
50735         (__strlen_sse42): Removed.
50736         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50737         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50739 2010-08-25  Roland McGrath  <roland@redhat.com>
50741         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50742         * sysdeps/x86_64/multiarch/varshift.c: New file.
50743         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50744         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50745         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50746         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50748 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50750         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50751         strlen-sse2 strlen-sse2-bsf.
50752         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50753         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50754         (__strlen_sse2): Removed.
50755         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50756         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50757         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50758         bit_Slow_BSF for Atom.
50759         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50760         (index_Slow_BSF): Define.
50761         (HAS_SLOW_BSF): Define.
50763 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50765         [BZ #10851]
50766         * resolv/res_init.c (__res_vinit): When no server address at all
50767         is given default to loopback.
50769 2010-08-24  Roland McGrath  <roland@redhat.com>
50771         * configure.in: Remove config-name.h generation.
50772         * configure: Regenerated.
50773         * config-name.in: File removed.
50774         * scripts/config-uname.sh: New file.
50775         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50776         ($(objdir)config-name.h): New target.
50778         * sunrpc/rpc_parse.h: Avoid nested comment.
50780 2010-08-24  Richard Henderson  <rth@redhat.com>
50781             Ulrich Drepper  <drepper@redhat.com>
50782             H.J. Lu  <hongjiu.lu@intel.com>
50784         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50785         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50786         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50787         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50788         _mm_alignr_epi8 with _mm_loadu_si128.
50789         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50790         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50791         (__m128i_shift_right): Removed.
50792         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50793         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50794         * sysdeps/x86_64/multiarch/varshift.h: New file.
50795         * sysdeps/x86_64/multiarch/varshift.S: New file.
50797 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50799         * configure.in: Move assembler checks to before sysdep dir checking.
50801 2010-08-20  Petr Baudis  <pasky@suse.cz>
50803         * LICENSES: Sync the sunrpc license.
50805 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50807         * sunrpc/auth_des.c: Update copyright notice once again.
50808         * sunrpc/auth_none.c: Likewise.
50809         * sunrpc/auth_unix.c: Likewise.
50810         * sunrpc/authdes_prot.c: Likewise.
50811         * sunrpc/authuxprot.c: Likewise.
50812         * sunrpc/bindrsvprt.c: Likewise.
50813         * sunrpc/clnt_gen.c: Likewise.
50814         * sunrpc/clnt_perr.c: Likewise.
50815         * sunrpc/clnt_raw.c: Likewise.
50816         * sunrpc/clnt_simp.c: Likewise.
50817         * sunrpc/clnt_tcp.c: Likewise.
50818         * sunrpc/clnt_udp.c: Likewise.
50819         * sunrpc/clnt_unix.c: Likewise.
50820         * sunrpc/des_crypt.c: Likewise.
50821         * sunrpc/des_soft.c: Likewise.
50822         * sunrpc/get_myaddr.c: Likewise.
50823         * sunrpc/getrpcport.c: Likewise.
50824         * sunrpc/key_call.c: Likewise.
50825         * sunrpc/key_prot.c: Likewise.
50826         * sunrpc/openchild.c: Likewise.
50827         * sunrpc/pm_getmaps.c: Likewise.
50828         * sunrpc/pm_getport.c: Likewise.
50829         * sunrpc/pmap_clnt.c: Likewise.
50830         * sunrpc/pmap_prot.c: Likewise.
50831         * sunrpc/pmap_prot2.c: Likewise.
50832         * sunrpc/pmap_rmt.c: Likewise.
50833         * sunrpc/rpc/auth.h: Likewise.
50834         * sunrpc/rpc/auth_unix.h: Likewise.
50835         * sunrpc/rpc/clnt.h: Likewise.
50836         * sunrpc/rpc/des_crypt.h: Likewise.
50837         * sunrpc/rpc/key_prot.h: Likewise.
50838         * sunrpc/rpc/netdb.h: Likewise.
50839         * sunrpc/rpc/pmap_clnt.h: Likewise.
50840         * sunrpc/rpc/pmap_prot.h: Likewise.
50841         * sunrpc/rpc/pmap_rmt.h: Likewise.
50842         * sunrpc/rpc/rpc.h: Likewise.
50843         * sunrpc/rpc/rpc_des.h: Likewise.
50844         * sunrpc/rpc/rpc_msg.h: Likewise.
50845         * sunrpc/rpc/svc.h: Likewise.
50846         * sunrpc/rpc/svc_auth.h: Likewise.
50847         * sunrpc/rpc/types.h: Likewise.
50848         * sunrpc/rpc/xdr.h: Likewise.
50849         * sunrpc/rpc_clntout.c: Likewise.
50850         * sunrpc/rpc_cmsg.c: Likewise.
50851         * sunrpc/rpc_common.c: Likewise.
50852         * sunrpc/rpc_cout.c: Likewise.
50853         * sunrpc/rpc_dtable.c: Likewise.
50854         * sunrpc/rpc_hout.c: Likewise.
50855         * sunrpc/rpc_main.c: Likewise.
50856         * sunrpc/rpc_parse.c: Likewise.
50857         * sunrpc/rpc_parse.h: Likewise.
50858         * sunrpc/rpc_prot.c: Likewise.
50859         * sunrpc/rpc_sample.c: Likewise.
50860         * sunrpc/rpc_scan.c: Likewise.
50861         * sunrpc/rpc_scan.h: Likewise.
50862         * sunrpc/rpc_svcout.c: Likewise.
50863         * sunrpc/rpc_tblout.c: Likewise.
50864         * sunrpc/rpc_util.c: Likewise.
50865         * sunrpc/rpc_util.h: Likewise.
50866         * sunrpc/rpcinfo.c: Likewise.
50867         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50868         * sunrpc/rpcsvc/key_prot.x: Likewise.
50869         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50870         * sunrpc/rpcsvc/mount.x: Likewise.
50871         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50872         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50873         * sunrpc/rpcsvc/rex.x: Likewise.
50874         * sunrpc/rpcsvc/rstat.x: Likewise.
50875         * sunrpc/rpcsvc/rusers.x: Likewise.
50876         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50877         * sunrpc/rpcsvc/spray.x: Likewise.
50878         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50879         * sunrpc/rtime.c: Likewise.
50880         * sunrpc/svc.c: Likewise.
50881         * sunrpc/svc_auth.c: Likewise.
50882         * sunrpc/svc_authux.c: Likewise.
50883         * sunrpc/svc_raw.c: Likewise.
50884         * sunrpc/svc_run.c: Likewise.
50885         * sunrpc/svc_simple.c: Likewise.
50886         * sunrpc/svc_tcp.c: Likewise.
50887         * sunrpc/svc_udp.c: Likewise.
50888         * sunrpc/svc_unix.c: Likewise.
50889         * sunrpc/svcauth_des.c: Likewise.
50890         * sunrpc/xcrypt.c: Likewise.
50891         * sunrpc/xdr.c: Likewise.
50892         * sunrpc/xdr_array.c: Likewise.
50893         * sunrpc/xdr_float.c: Likewise.
50894         * sunrpc/xdr_mem.c: Likewise.
50895         * sunrpc/xdr_rec.c: Likewise.
50896         * sunrpc/xdr_ref.c: Likewise.
50897         * sunrpc/xdr_sizeof.c: Likewise.
50898         * sunrpc/xdr_stdio.c: Likewise.
50900         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50901         handling.
50903 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50905         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50907 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50909         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50910         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50911         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50912         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50913         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50914         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50915         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50916         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50917         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50918         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50919         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50920         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50921         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50922         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50924 2010-07-26  Anton Blanchard  <anton@samba.org>
50926         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50927         * malloc/arena.c (heap_trim): Likewise.
50929 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50931         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50932         here.  Not...
50933         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50934         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50936 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50938         * sysdeps/i386/elf/Makefile: New file.
50940 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50942         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50943         from fanotify_init.
50944         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50945         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50947 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50949         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50950         of strncasecmp_l.
50951         * sysdeps/multiarch/strcmp.S: Likewise.
50953 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50955         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50956         strncase_l-nonascii.
50957         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50958         Add strncase_l-ssse3.
50959         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50960         * sysdeps/x86_64/strcmp.S: Likewise.
50961         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50962         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50963         * sysdeps/x86_64/strncase.S: New file.
50964         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50965         * sysdeps/x86_64/strncase_l.S: New file.
50966         * string/Makefile (strop-tests): Add strncasecmp.
50967         * string/test-strncasecmp.c: New file.
50969         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50970         warning.
50972         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50973         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50975 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50977         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50979 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50981         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50982         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50983         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50985 2010-05-01  Alan Modra  <amodra@gmail.com>
50987         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50988         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50989         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50990         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50991         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50992         tidying.  Don't tail-call __sigjmp_save for static lib.
50993         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50994         save location.
50995         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50996         (CALL_MCOUNT): Add eh info, and nop after bl.
50997         (TAIL_CALL_SYSCALL_ERROR): New macro.
50998         (PSEUDO_RET): Use it.
50999         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
51000         Correct save location of integer regs and cr.
51001         (_dl_profile_resolve): Correct cr save location.  Delete nops
51002         after bl when SHARED.  Reduce cfi size a little by better
51003         placement of cfi directives.
51004         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
51005         make a stack frame.  Instead use parm save area as a temp.
51006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
51007         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
51008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
51009         Don't make a stack frame for parent, use parm save area.
51010         Increase child stack frame to 112 bytes.  Don't save unused reg,
51011         and adjust reg usage.  Set up cfi on error recovery and
51012         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
51013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
51014         (__makecontext): Add dummy nop after jump to exit.
51015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
51016         Use correct parm save area and cr save, reduce stack frame.
51017         Correct cfi for possible PSEUDO_RET frame setup.
51018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
51019         Branch to local label emitted by PSEUDO_RET rather than
51020         __syscall_error.
51022 2010-08-12  Andreas Schwab  <schwab@redhat.com>
51024         [BZ #11904]
51025         * locale/programs/locale.c (print_assignment): New function.
51026         (show_locale_vars): Use it.
51028 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
51030         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
51031         field.
51032         (struct statfs64): Likewise.
51033         (_STATFS_F_FLAGS): Define.
51034         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
51035         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51036         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
51037         (ST_VALID): Define locally.
51038         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
51039         __statvfs_getflags, use the provided value.
51040         * sysdeps/unix/sysv/linux/kernel-features.h: Define
51041         __ASSUME_STATFS_F_FLAGS.
51043         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
51045         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
51046         Add sys/fanotify.h.
51047         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
51048         fanotify_mask for GLIBC_2.13.
51049         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
51050         fanotify_init and fanotify_mark.
51051         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
51052         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
51054         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
51055         Add prlimit.
51056         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
51057         prlimit64 for GLIBC_2.13.
51058         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
51059         prlimit64.
51060         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
51061         syscall.
51062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
51063         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
51064         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
51065         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
51066         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
51067         add prlimit alias.
51068         * sysdeps/unix/sysv/linux/prlimit.c: New file.
51070         [BZ #11903]
51071         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
51072         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
51074         * nss/Makefile: Add rules to build and run tst-nss-test1.
51075         * shlib-versions: Add entry for libnss_test1.
51076         * nss/nss_test1.c: New file.
51077         * nss/tst-nss-test1.c: New file.
51079         * nss/nsswitch.c (__nss_database_custom): Define new variable.
51080         (__nss_configure_lookup): Set appropriate entry in
51081         __nss_configure_lookup to true.
51082         * nss/nsswitch.h: Define enum with indeces of databases in
51083         databases and __nss_database_custom arrays.  Declare
51084         __nss_database_custom.
51085         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
51086         to avoid using nscd when custom rules are installed.
51087         * nss/getXXbyYY_r.c: Likewise.
51088         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
51090         * nss/nss_files/files-parse.c: Whitespace fixes.
51092 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
51094         [BZ #11883]
51095         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
51096         * posix/fnmatch_loop.c: Likewise.
51098 2010-07-17  Andi Kleen  <ak@linux.intel.com>
51100         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
51101         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
51102         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
51103         * Versions.def [GLIBC_2.13]: Add.
51105 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
51107         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51108         Also fail if tpwd after pwuid call is NULL.
51110 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51112         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
51113         when converting to ms.
51115 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51117         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
51118         EOPNOTSUPP errors with ENOTTY.
51119         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
51120         EOPNOTSUPP errors with ENOTTY.
51122 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
51124         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
51125         Add strcasecmp_l-ssse3.
51126         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
51127         strcasecmp.
51128         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
51129         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
51130         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
51132 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
51134         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
51136         * string/Makefile (strop-tests): Add strcasecmp.
51137         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
51138         strcasecmp_l-nonascii.
51139         (gen-as-const-headers): Add locale-defines.sym.
51140         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
51141         * sysdeps/x86_64/strcasecmp.S: New file.
51142         * sysdeps/x86_64/strcasecmp_l.S: New file.
51143         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
51144         * sysdeps/x86_64/locale-defines.sym: New file.
51145         * string/test-strcasecmp.c: New file.
51147         * string/test-strcasestr.c: Test both ends of the range of characters.
51148         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
51150 2010-07-29  Roland McGrath  <roland@redhat.com>
51152         [BZ #11856]
51153         * manual/locale.texi (Yes-or-No Questions): Fix example code.
51155 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
51157         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
51158         for ld.so.
51160 2010-07-27  Andreas Schwab  <schwab@redhat.com>
51162         * manual/memory.texi (Malloc Tunable Parameters): Document
51163         M_PERTURB.
51165 2010-07-26  Roland McGrath  <roland@redhat.com>
51167         [BZ #11840]
51168         * configure.in (-fgnu89-inline check): Set and substitute
51169         gnu89_inline, not libc_cv_gnu89_inline.
51170         * configure: Regenerated.
51171         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
51173 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
51175         * string/test-strnlen.c: New file.
51176         * string/Makefile (strop-tests): Add strnlen.
51177         * string/tester.c (test_strnlen): Add a few more test cases.
51178         * string/tst-strlen.c: Better error reporting.
51180         * sysdeps/x86_64/strnlen.S: New file.
51182 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
51184         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
51185         lower-latency instructions.
51187 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
51189         * string/test-strcasestr.c: New file.
51190         * string/test-strstr.c: New file.
51191         * string/Makefile (strop-tests): Add strstr and strcasestr.
51192         * string/str-two-way.h: Don't undefine MAX.
51193         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
51195 2010-07-21  Andreas Schwab  <schwab@redhat.com>
51197         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51198         strcasestr-nonascii.
51199         (CFLAGS-strcasestr-nonascii.c): Define.
51200         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
51201         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
51202         Remove unused attribute.
51204 2010-07-20  Roland McGrath  <roland@redhat.com>
51206         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
51207         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
51208         ld.so.cache was broken.  With it, there is no way to disable dsocaps
51209         like LD_HWCAP_MASK can disable hwcaps.
51211 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51213         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
51215 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
51217         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
51218         call in strcasestr.
51219         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
51220         __strcasestr_sse42_nonascii.
51221         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
51222         strcasestr-nonascii.c.
51223         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
51225 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
51227         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
51228         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
51229         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
51230         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
51232 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
51234         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
51235         fcntl.
51237 2010-07-06  Andreas Schwab  <schwab@redhat.com>
51239         [BZ #11577]
51240         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
51241         dl_signal_cerror.
51243 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
51245         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
51246         _PC_PIPE_BUF using F_GETPIPE_SZ.
51248 2010-07-05  Roland McGrath  <roland@redhat.com>
51250         * manual/arith.texi (Rounding Functions): Fix rint description
51251         implicit in round description.
51253 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
51255         * elf/Makefile: Fix linking for a few tests to make recent linker
51256         happy.
51258 2010-06-30  Andreas Schwab  <schwab@redhat.com>
51260         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
51261         $(common-objpfx)libc_nonshared.a.
51263 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
51265         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
51266         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
51267         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51268         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51269         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
51270         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
51271         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51272         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
51274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
51275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
51276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
51278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
51280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
51281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
51282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
51283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
51285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
51287         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
51288         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
51289         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
51290         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
51291         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
51292         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
51293         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
51294         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
51295         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
51296         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
51297         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
51298         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
51299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
51300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
51301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
51302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
51303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
51304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
51305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
51306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
51307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
51308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
51309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
51310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
51311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
51312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
51314 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
51316         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
51317         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
51318         * string/memmove.c (memmove): Renamed to ...
51319         (MEMMOVE): ...this.  Default to memmove.
51320         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
51321         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
51322         (END_CHK): Define.
51323         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51324         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
51325         mempcpy-ssse3-back memmove-ssse3-back.
51326         * sysdeps/x86_64/multiarch/bcopy.S: New file .
51327         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
51328         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
51329         * sysdeps/x86_64/multiarch/memcpy.S: New file.
51330         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
51331         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
51332         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
51333         * sysdeps/x86_64/multiarch/memmove.c: New file.
51334         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
51335         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
51336         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
51337         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
51338         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
51339         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
51340         Define.
51341         (index_Fast_Copy_Backward): Define.
51342         (HAS_ARCH_FEATURE): Define.
51343         (HAS_FAST_REP_STRING): Define.
51344         (HAS_FAST_COPY_BACKWARD): Define.
51346 2010-06-21  Andreas Schwab  <schwab@redhat.com>
51348         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51349         Restore proper fallback handling.
51351 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
51353         [BZ #11701]
51354         * posix/group_member.c (__group_member): Correct checking loop.
51356         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
51357         OOM in getpwuid_r correctly.  Return error number when the caller
51358         should return, otherwise -1.
51359         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
51360         call returning > 0 value.
51361         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
51363 2010-06-07  Andreas Schwab  <schwab@redhat.com>
51365         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
51366         libc_nonshared.a from targets in modules-names.
51368 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
51370         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
51371         requires it.
51373 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
51375         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
51376         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
51377         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
51378         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
51380 2010-06-02  Andreas Schwab  <schwab@redhat.com>
51382         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
51384 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
51386         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
51387         and F_GETPIPE_SZ.
51388         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51389         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51390         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51391         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51392         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51393         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51395 2010-06-14  Roland McGrath  <roland@redhat.com>
51397         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51399 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
51401         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51402         __REDIRECT followed by __THROW.
51403         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51404         * posix/getopt.h (getopt): Likewise.
51406 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51408         * hurd/lookup-at.c (__file_name_lookup_at): Accept
51409         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
51410         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51411         in AT_FLAGS.
51412         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51413         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51415 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
51417         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51419 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
51421         [BZ #11640]
51422         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51423         Properly check family and model.
51425 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
51427         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51429 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
51431         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51433 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
51435         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51436         symbol reference.
51438 2010-05-19  Andreas Schwab  <schwab@redhat.com>
51440         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51441         symbol reference.
51443 2010-05-21  Andreas Schwab  <schwab@redhat.com>
51445         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51446         and internal_recvmmsg.
51447         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51448         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51449         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51450         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51452         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51453         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51454         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51456 2010-05-20  Andreas Schwab  <schwab@redhat.com>
51458         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51460 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
51462         POWER7 optimizations.
51463         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51464         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51466 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
51468         * version.h: Update for 2.13 development version.
51470 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
51472         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51473         exceptions.  Return 0.
51475 2010-05-07  Roland McGrath  <roland@redhat.com>
51477         * elf/ldconfig.c (main): Add a const.
51479 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51481         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51482         (args_options): Add no-idn option.
51483         (ahosts_keys_int): Add idn_flags to ai_flags.
51484         (parse_option): Handle 'i' option to clear idn_flags.
51486         * malloc/malloc.c (_int_free): Possible race in the most recently
51487         added check.  Only act on the data if no current modification
51488         happened.
51490 See ChangeLog.17 for earlier changes.